/* ---------------------------------------------------------
1.    Base styles, settings and variables
1.1.  Bootstrap grid
1.2.  Breakpoint mixins
1.3.  General reset
1.4.  Scss functions
1.5.  Site variables
1.6.  Mixins
1.7.  Scss helpers
1.8.  Base reset
1.9.  Base typography styles
1.10. Base form styles
1.11. Text styles and class variants

2. Vendors
2.1. Bootstrap grid-maker
2.2. Bootstrap flex classes
2.3. Bootstrap display classes
2.4. Bootstrap spacing classes
2.5. Icomoon styles
2.6. Embedded fonts styles
2.7. Fancybox styles

3. Base Layouts
3.1. Сommon site styles
3.2. Header site styles
3.3. Footer site styles

4. Components
4.1. Buttons
4.2. Forms
4.3. Search Form
4.4. News Item
4.5. Visual Box
4.6. Chat Box
4.7. Skew Section
4.8. Intro
4.9. Podcast Block
4.10. Decorated Block
4.11. Expert Block
4.12. Person-headline
4.13. News Blockquote
4.14. Mosaic Item
4.15. Overlay Block
4.16. Video
4.17. News Card
4.18. Info Block
4.19. Report
4.20. Entertaiment block
4.21. Article
4.22. Share block
---------------------------------------------------------*/

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

.info-list,
.two-columns-list,
.main-nav,
.footer-list,
.social,
.news-list,
.article-list,
.article-list-2,
.share-list {
	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: #000;
	background: #f9f9f9;
	font: 14px/1.25 "Montserrat", "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: currentColor;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #DB2D08;
}

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 #1d1b19;
	padding: 5px 10px;
}

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

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: #989797;
}

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: #989797;
}

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: #989797;
}

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: #989797;
}

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

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

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-lighter {
	font-weight: 100 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-semibold {
	font-weight: 600 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-extrabold {
	font-weight: 800 !important;
}

.font-black {
	font-weight: 900 !important;
}

.font-italic {
	font-style: italic;
}

.text-base {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.text-serif {
	font-family: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}

.text-canterbury {
	font-family: "Canterbury", "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}

.text-ptsans {
	font-family: "PT Sans", "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}

.text-ptserif {
	font-family: "PT Serif", "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}

.text-primary {
	color: #DB2D08 !important;
}

.text-dark {
	color: #1d1b19 !important;
}

.text-white {
	color: #fff !important;
}

.text-gray {
	color: #989797 !important;
}

.text-light {
	color: #f2f0ee !important;
}

.text-lighten {
	color: #f0f0f0 !important;
}

.text-gray-lighten {
	color: #e1e1e1 !important;
}

.text-gray-light {
	color: #a7a7a7 !important;
}

.text-gray-dark {
	color: #737373 !important;
}

.bg-primary {
	background-color: #DB2D08 !important;
}

.bg-dark {
	background-color: #1d1b19 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-gray {
	background-color: #989797 !important;
}

.bg-light {
	background-color: #f2f0ee !important;
}

.bg-lighten {
	background-color: #f0f0f0 !important;
}

.bg-gray-lighten {
	background-color: #e1e1e1 !important;
}

.bg-gray-light {
	background-color: #a7a7a7 !important;
}

.bg-gray-dark {
	background-color: #737373 !important;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

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

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

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

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

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

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

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

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

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

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

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

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 5px !important;
}

.mt-1,
.my-1 {
	margin-top: 5px !important;
}

.mr-1,
.mx-1 {
	margin-right: 5px !important;
}

.mb-1,
.my-1 {
	margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
	margin-left: 5px !important;
}

.m-2 {
	margin: 10px !important;
}

.mt-2,
.my-2 {
	margin-top: 10px !important;
}

.mr-2,
.mx-2 {
	margin-right: 10px !important;
}

.mb-2,
.my-2 {
	margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
	margin-left: 10px !important;
}

.m-3 {
	margin: 15px !important;
}

.mt-3,
.my-3 {
	margin-top: 15px !important;
}

.mr-3,
.mx-3 {
	margin-right: 15px !important;
}

.mb-3,
.my-3 {
	margin-bottom: 15px !important;
}

.ml-3,
.mx-3 {
	margin-left: 15px !important;
}

.m-4 {
	margin: 20px !important;
}

.mt-4,
.my-4 {
	margin-top: 20px !important;
}

.mr-4,
.mx-4 {
	margin-right: 20px !important;
}

.mb-4,
.my-4 {
	margin-bottom: 20px !important;
}

.ml-4,
.mx-4 {
	margin-left: 20px !important;
}

.m-5 {
	margin: 25px !important;
}

.mt-5,
.my-5 {
	margin-top: 25px !important;
}

.mr-5,
.mx-5 {
	margin-right: 25px !important;
}

.mb-5,
.my-5 {
	margin-bottom: 25px !important;
}

.ml-5,
.mx-5 {
	margin-left: 25px !important;
}

.m-6 {
	margin: 30px !important;
}

.mt-6,
.my-6 {
	margin-top: 30px !important;
}

.mr-6,
.mx-6 {
	margin-right: 30px !important;
}

.mb-6,
.my-6 {
	margin-bottom: 30px !important;
}

.ml-6,
.mx-6 {
	margin-left: 30px !important;
}

.m-7 {
	margin: 35px !important;
}

.mt-7,
.my-7 {
	margin-top: 35px !important;
}

.mr-7,
.mx-7 {
	margin-right: 35px !important;
}

.mb-7,
.my-7 {
	margin-bottom: 35px !important;
}

.ml-7,
.mx-7 {
	margin-left: 35px !important;
}

.m-8 {
	margin: 40px !important;
}

.mt-8,
.my-8 {
	margin-top: 40px !important;
}

.mr-8,
.mx-8 {
	margin-right: 40px !important;
}

.mb-8,
.my-8 {
	margin-bottom: 40px !important;
}

.ml-8,
.mx-8 {
	margin-left: 40px !important;
}

.m-9 {
	margin: 45px !important;
}

.mt-9,
.my-9 {
	margin-top: 45px !important;
}

.mr-9,
.mx-9 {
	margin-right: 45px !important;
}

.mb-9,
.my-9 {
	margin-bottom: 45px !important;
}

.ml-9,
.mx-9 {
	margin-left: 45px !important;
}

.m-10 {
	margin: 50px !important;
}

.mt-10,
.my-10 {
	margin-top: 50px !important;
}

.mr-10,
.mx-10 {
	margin-right: 50px !important;
}

.mb-10,
.my-10 {
	margin-bottom: 50px !important;
}

.ml-10,
.mx-10 {
	margin-left: 50px !important;
}

.m-11 {
	margin: 55px !important;
}

.mt-11,
.my-11 {
	margin-top: 55px !important;
}

.mr-11,
.mx-11 {
	margin-right: 55px !important;
}

.mb-11,
.my-11 {
	margin-bottom: 55px !important;
}

.ml-11,
.mx-11 {
	margin-left: 55px !important;
}

.m-12 {
	margin: 60px !important;
}

.mt-12,
.my-12 {
	margin-top: 60px !important;
}

.mr-12,
.mx-12 {
	margin-right: 60px !important;
}

.mb-12,
.my-12 {
	margin-bottom: 60px !important;
}

.ml-12,
.mx-12 {
	margin-left: 60px !important;
}

.m-13 {
	margin: 65px !important;
}

.mt-13,
.my-13 {
	margin-top: 65px !important;
}

.mr-13,
.mx-13 {
	margin-right: 65px !important;
}

.mb-13,
.my-13 {
	margin-bottom: 65px !important;
}

.ml-13,
.mx-13 {
	margin-left: 65px !important;
}

.m-14 {
	margin: 70px !important;
}

.mt-14,
.my-14 {
	margin-top: 70px !important;
}

.mr-14,
.mx-14 {
	margin-right: 70px !important;
}

.mb-14,
.my-14 {
	margin-bottom: 70px !important;
}

.ml-14,
.mx-14 {
	margin-left: 70px !important;
}

.m-15 {
	margin: 75px !important;
}

.mt-15,
.my-15 {
	margin-top: 75px !important;
}

.mr-15,
.mx-15 {
	margin-right: 75px !important;
}

.mb-15,
.my-15 {
	margin-bottom: 75px !important;
}

.ml-15,
.mx-15 {
	margin-left: 75px !important;
}

.m-16 {
	margin: 80px !important;
}

.mt-16,
.my-16 {
	margin-top: 80px !important;
}

.mr-16,
.mx-16 {
	margin-right: 80px !important;
}

.mb-16,
.my-16 {
	margin-bottom: 80px !important;
}

.ml-16,
.mx-16 {
	margin-left: 80px !important;
}

.m-17 {
	margin: 85px !important;
}

.mt-17,
.my-17 {
	margin-top: 85px !important;
}

.mr-17,
.mx-17 {
	margin-right: 85px !important;
}

.mb-17,
.my-17 {
	margin-bottom: 85px !important;
}

.ml-17,
.mx-17 {
	margin-left: 85px !important;
}

.m-18 {
	margin: 90px !important;
}

.mt-18,
.my-18 {
	margin-top: 90px !important;
}

.mr-18,
.mx-18 {
	margin-right: 90px !important;
}

.mb-18,
.my-18 {
	margin-bottom: 90px !important;
}

.ml-18,
.mx-18 {
	margin-left: 90px !important;
}

.m-19 {
	margin: 95px !important;
}

.mt-19,
.my-19 {
	margin-top: 95px !important;
}

.mr-19,
.mx-19 {
	margin-right: 95px !important;
}

.mb-19,
.my-19 {
	margin-bottom: 95px !important;
}

.ml-19,
.mx-19 {
	margin-left: 95px !important;
}

.m-20 {
	margin: 100px !important;
}

.mt-20,
.my-20 {
	margin-top: 100px !important;
}

.mr-20,
.mx-20 {
	margin-right: 100px !important;
}

.mb-20,
.my-20 {
	margin-bottom: 100px !important;
}

.ml-20,
.mx-20 {
	margin-left: 100px !important;
}

.m-21 {
	margin: 105px !important;
}

.mt-21,
.my-21 {
	margin-top: 105px !important;
}

.mr-21,
.mx-21 {
	margin-right: 105px !important;
}

.mb-21,
.my-21 {
	margin-bottom: 105px !important;
}

.ml-21,
.mx-21 {
	margin-left: 105px !important;
}

.m-22 {
	margin: 110px !important;
}

.mt-22,
.my-22 {
	margin-top: 110px !important;
}

.mr-22,
.mx-22 {
	margin-right: 110px !important;
}

.mb-22,
.my-22 {
	margin-bottom: 110px !important;
}

.ml-22,
.mx-22 {
	margin-left: 110px !important;
}

.m-23 {
	margin: 115px !important;
}

.mt-23,
.my-23 {
	margin-top: 115px !important;
}

.mr-23,
.mx-23 {
	margin-right: 115px !important;
}

.mb-23,
.my-23 {
	margin-bottom: 115px !important;
}

.ml-23,
.mx-23 {
	margin-left: 115px !important;
}

.m-24 {
	margin: 120px !important;
}

.mt-24,
.my-24 {
	margin-top: 120px !important;
}

.mr-24,
.mx-24 {
	margin-right: 120px !important;
}

.mb-24,
.my-24 {
	margin-bottom: 120px !important;
}

.ml-24,
.mx-24 {
	margin-left: 120px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 5px !important;
}

.pt-1,
.py-1 {
	padding-top: 5px !important;
}

.pr-1,
.px-1 {
	padding-right: 5px !important;
}

.pb-1,
.py-1 {
	padding-bottom: 5px !important;
}

.pl-1,
.px-1 {
	padding-left: 5px !important;
}

.p-2 {
	padding: 10px !important;
}

.pt-2,
.py-2 {
	padding-top: 10px !important;
}

.pr-2,
.px-2 {
	padding-right: 10px !important;
}

.pb-2,
.py-2 {
	padding-bottom: 10px !important;
}

.pl-2,
.px-2 {
	padding-left: 10px !important;
}

.p-3 {
	padding: 15px !important;
}

.pt-3,
.py-3 {
	padding-top: 15px !important;
}

.pr-3,
.px-3 {
	padding-right: 15px !important;
}

.pb-3,
.py-3 {
	padding-bottom: 15px !important;
}

.pl-3,
.px-3 {
	padding-left: 15px !important;
}

.p-4 {
	padding: 20px !important;
}

.pt-4,
.py-4 {
	padding-top: 20px !important;
}

.pr-4,
.px-4 {
	padding-right: 20px !important;
}

.pb-4,
.py-4 {
	padding-bottom: 20px !important;
}

.pl-4,
.px-4 {
	padding-left: 20px !important;
}

.p-5 {
	padding: 25px !important;
}

.pt-5,
.py-5 {
	padding-top: 25px !important;
}

.pr-5,
.px-5 {
	padding-right: 25px !important;
}

.pb-5,
.py-5 {
	padding-bottom: 25px !important;
}

.pl-5,
.px-5 {
	padding-left: 25px !important;
}

.p-6 {
	padding: 30px !important;
}

.pt-6,
.py-6 {
	padding-top: 30px !important;
}

.pr-6,
.px-6 {
	padding-right: 30px !important;
}

.pb-6,
.py-6 {
	padding-bottom: 30px !important;
}

.pl-6,
.px-6 {
	padding-left: 30px !important;
}

.p-7 {
	padding: 35px !important;
}

.pt-7,
.py-7 {
	padding-top: 35px !important;
}

.pr-7,
.px-7 {
	padding-right: 35px !important;
}

.pb-7,
.py-7 {
	padding-bottom: 35px !important;
}

.pl-7,
.px-7 {
	padding-left: 35px !important;
}

.p-8 {
	padding: 40px !important;
}

.pt-8,
.py-8 {
	padding-top: 40px !important;
}

.pr-8,
.px-8 {
	padding-right: 40px !important;
}

.pb-8,
.py-8 {
	padding-bottom: 40px !important;
}

.pl-8,
.px-8 {
	padding-left: 40px !important;
}

.p-9 {
	padding: 45px !important;
}

.pt-9,
.py-9 {
	padding-top: 45px !important;
}

.pr-9,
.px-9 {
	padding-right: 45px !important;
}

.pb-9,
.py-9 {
	padding-bottom: 45px !important;
}

.pl-9,
.px-9 {
	padding-left: 45px !important;
}

.p-10 {
	padding: 50px !important;
}

.pt-10,
.py-10 {
	padding-top: 50px !important;
}

.pr-10,
.px-10 {
	padding-right: 50px !important;
}

.pb-10,
.py-10 {
	padding-bottom: 50px !important;
}

.pl-10,
.px-10 {
	padding-left: 50px !important;
}

.p-11 {
	padding: 55px !important;
}

.pt-11,
.py-11 {
	padding-top: 55px !important;
}

.pr-11,
.px-11 {
	padding-right: 55px !important;
}

.pb-11,
.py-11 {
	padding-bottom: 55px !important;
}

.pl-11,
.px-11 {
	padding-left: 55px !important;
}

.p-12 {
	padding: 60px !important;
}

.pt-12,
.py-12 {
	padding-top: 60px !important;
}

.pr-12,
.px-12 {
	padding-right: 60px !important;
}

.pb-12,
.py-12 {
	padding-bottom: 60px !important;
}

.pl-12,
.px-12 {
	padding-left: 60px !important;
}

.p-13 {
	padding: 65px !important;
}

.pt-13,
.py-13 {
	padding-top: 65px !important;
}

.pr-13,
.px-13 {
	padding-right: 65px !important;
}

.pb-13,
.py-13 {
	padding-bottom: 65px !important;
}

.pl-13,
.px-13 {
	padding-left: 65px !important;
}

.p-14 {
	padding: 70px !important;
}

.pt-14,
.py-14 {
	padding-top: 70px !important;
}

.pr-14,
.px-14 {
	padding-right: 70px !important;
}

.pb-14,
.py-14 {
	padding-bottom: 70px !important;
}

.pl-14,
.px-14 {
	padding-left: 70px !important;
}

.p-15 {
	padding: 75px !important;
}

.pt-15,
.py-15 {
	padding-top: 75px !important;
}

.pr-15,
.px-15 {
	padding-right: 75px !important;
}

.pb-15,
.py-15 {
	padding-bottom: 75px !important;
}

.pl-15,
.px-15 {
	padding-left: 75px !important;
}

.p-16 {
	padding: 80px !important;
}

.pt-16,
.py-16 {
	padding-top: 80px !important;
}

.pr-16,
.px-16 {
	padding-right: 80px !important;
}

.pb-16,
.py-16 {
	padding-bottom: 80px !important;
}

.pl-16,
.px-16 {
	padding-left: 80px !important;
}

.p-17 {
	padding: 85px !important;
}

.pt-17,
.py-17 {
	padding-top: 85px !important;
}

.pr-17,
.px-17 {
	padding-right: 85px !important;
}

.pb-17,
.py-17 {
	padding-bottom: 85px !important;
}

.pl-17,
.px-17 {
	padding-left: 85px !important;
}

.p-18 {
	padding: 90px !important;
}

.pt-18,
.py-18 {
	padding-top: 90px !important;
}

.pr-18,
.px-18 {
	padding-right: 90px !important;
}

.pb-18,
.py-18 {
	padding-bottom: 90px !important;
}

.pl-18,
.px-18 {
	padding-left: 90px !important;
}

.p-19 {
	padding: 95px !important;
}

.pt-19,
.py-19 {
	padding-top: 95px !important;
}

.pr-19,
.px-19 {
	padding-right: 95px !important;
}

.pb-19,
.py-19 {
	padding-bottom: 95px !important;
}

.pl-19,
.px-19 {
	padding-left: 95px !important;
}

.p-20 {
	padding: 100px !important;
}

.pt-20,
.py-20 {
	padding-top: 100px !important;
}

.pr-20,
.px-20 {
	padding-right: 100px !important;
}

.pb-20,
.py-20 {
	padding-bottom: 100px !important;
}

.pl-20,
.px-20 {
	padding-left: 100px !important;
}

.p-21 {
	padding: 105px !important;
}

.pt-21,
.py-21 {
	padding-top: 105px !important;
}

.pr-21,
.px-21 {
	padding-right: 105px !important;
}

.pb-21,
.py-21 {
	padding-bottom: 105px !important;
}

.pl-21,
.px-21 {
	padding-left: 105px !important;
}

.p-22 {
	padding: 110px !important;
}

.pt-22,
.py-22 {
	padding-top: 110px !important;
}

.pr-22,
.px-22 {
	padding-right: 110px !important;
}

.pb-22,
.py-22 {
	padding-bottom: 110px !important;
}

.pl-22,
.px-22 {
	padding-left: 110px !important;
}

.p-23 {
	padding: 115px !important;
}

.pt-23,
.py-23 {
	padding-top: 115px !important;
}

.pr-23,
.px-23 {
	padding-right: 115px !important;
}

.pb-23,
.py-23 {
	padding-bottom: 115px !important;
}

.pl-23,
.px-23 {
	padding-left: 115px !important;
}

.p-24 {
	padding: 120px !important;
}

.pt-24,
.py-24 {
	padding-top: 120px !important;
}

.pr-24,
.px-24 {
	padding-right: 120px !important;
}

.pb-24,
.py-24 {
	padding-bottom: 120px !important;
}

.pl-24,
.px-24 {
	padding-left: 120px !important;
}

.m-n1 {
	margin: -5px !important;
}

.mt-n1,
.my-n1 {
	margin-top: -5px !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -5px !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -5px !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -5px !important;
}

.m-n2 {
	margin: -10px !important;
}

.mt-n2,
.my-n2 {
	margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -10px !important;
}

.m-n3 {
	margin: -15px !important;
}

.mt-n3,
.my-n3 {
	margin-top: -15px !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -15px !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -15px !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -15px !important;
}

.m-n4 {
	margin: -20px !important;
}

.mt-n4,
.my-n4 {
	margin-top: -20px !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -20px !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -20px !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -20px !important;
}

.m-n5 {
	margin: -25px !important;
}

.mt-n5,
.my-n5 {
	margin-top: -25px !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -25px !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -25px !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -25px !important;
}

.m-n6 {
	margin: -30px !important;
}

.mt-n6,
.my-n6 {
	margin-top: -30px !important;
}

.mr-n6,
.mx-n6 {
	margin-right: -30px !important;
}

.mb-n6,
.my-n6 {
	margin-bottom: -30px !important;
}

.ml-n6,
.mx-n6 {
	margin-left: -30px !important;
}

.m-n7 {
	margin: -35px !important;
}

.mt-n7,
.my-n7 {
	margin-top: -35px !important;
}

.mr-n7,
.mx-n7 {
	margin-right: -35px !important;
}

.mb-n7,
.my-n7 {
	margin-bottom: -35px !important;
}

.ml-n7,
.mx-n7 {
	margin-left: -35px !important;
}

.m-n8 {
	margin: -40px !important;
}

.mt-n8,
.my-n8 {
	margin-top: -40px !important;
}

.mr-n8,
.mx-n8 {
	margin-right: -40px !important;
}

.mb-n8,
.my-n8 {
	margin-bottom: -40px !important;
}

.ml-n8,
.mx-n8 {
	margin-left: -40px !important;
}

.m-n9 {
	margin: -45px !important;
}

.mt-n9,
.my-n9 {
	margin-top: -45px !important;
}

.mr-n9,
.mx-n9 {
	margin-right: -45px !important;
}

.mb-n9,
.my-n9 {
	margin-bottom: -45px !important;
}

.ml-n9,
.mx-n9 {
	margin-left: -45px !important;
}

.m-n10 {
	margin: -50px !important;
}

.mt-n10,
.my-n10 {
	margin-top: -50px !important;
}

.mr-n10,
.mx-n10 {
	margin-right: -50px !important;
}

.mb-n10,
.my-n10 {
	margin-bottom: -50px !important;
}

.ml-n10,
.mx-n10 {
	margin-left: -50px !important;
}

.m-n11 {
	margin: -55px !important;
}

.mt-n11,
.my-n11 {
	margin-top: -55px !important;
}

.mr-n11,
.mx-n11 {
	margin-right: -55px !important;
}

.mb-n11,
.my-n11 {
	margin-bottom: -55px !important;
}

.ml-n11,
.mx-n11 {
	margin-left: -55px !important;
}

.m-n12 {
	margin: -60px !important;
}

.mt-n12,
.my-n12 {
	margin-top: -60px !important;
}

.mr-n12,
.mx-n12 {
	margin-right: -60px !important;
}

.mb-n12,
.my-n12 {
	margin-bottom: -60px !important;
}

.ml-n12,
.mx-n12 {
	margin-left: -60px !important;
}

.m-n13 {
	margin: -65px !important;
}

.mt-n13,
.my-n13 {
	margin-top: -65px !important;
}

.mr-n13,
.mx-n13 {
	margin-right: -65px !important;
}

.mb-n13,
.my-n13 {
	margin-bottom: -65px !important;
}

.ml-n13,
.mx-n13 {
	margin-left: -65px !important;
}

.m-n14 {
	margin: -70px !important;
}

.mt-n14,
.my-n14 {
	margin-top: -70px !important;
}

.mr-n14,
.mx-n14 {
	margin-right: -70px !important;
}

.mb-n14,
.my-n14 {
	margin-bottom: -70px !important;
}

.ml-n14,
.mx-n14 {
	margin-left: -70px !important;
}

.m-n15 {
	margin: -75px !important;
}

.mt-n15,
.my-n15 {
	margin-top: -75px !important;
}

.mr-n15,
.mx-n15 {
	margin-right: -75px !important;
}

.mb-n15,
.my-n15 {
	margin-bottom: -75px !important;
}

.ml-n15,
.mx-n15 {
	margin-left: -75px !important;
}

.m-n16 {
	margin: -80px !important;
}

.mt-n16,
.my-n16 {
	margin-top: -80px !important;
}

.mr-n16,
.mx-n16 {
	margin-right: -80px !important;
}

.mb-n16,
.my-n16 {
	margin-bottom: -80px !important;
}

.ml-n16,
.mx-n16 {
	margin-left: -80px !important;
}

.m-n17 {
	margin: -85px !important;
}

.mt-n17,
.my-n17 {
	margin-top: -85px !important;
}

.mr-n17,
.mx-n17 {
	margin-right: -85px !important;
}

.mb-n17,
.my-n17 {
	margin-bottom: -85px !important;
}

.ml-n17,
.mx-n17 {
	margin-left: -85px !important;
}

.m-n18 {
	margin: -90px !important;
}

.mt-n18,
.my-n18 {
	margin-top: -90px !important;
}

.mr-n18,
.mx-n18 {
	margin-right: -90px !important;
}

.mb-n18,
.my-n18 {
	margin-bottom: -90px !important;
}

.ml-n18,
.mx-n18 {
	margin-left: -90px !important;
}

.m-n19 {
	margin: -95px !important;
}

.mt-n19,
.my-n19 {
	margin-top: -95px !important;
}

.mr-n19,
.mx-n19 {
	margin-right: -95px !important;
}

.mb-n19,
.my-n19 {
	margin-bottom: -95px !important;
}

.ml-n19,
.mx-n19 {
	margin-left: -95px !important;
}

.m-n20 {
	margin: -100px !important;
}

.mt-n20,
.my-n20 {
	margin-top: -100px !important;
}

.mr-n20,
.mx-n20 {
	margin-right: -100px !important;
}

.mb-n20,
.my-n20 {
	margin-bottom: -100px !important;
}

.ml-n20,
.mx-n20 {
	margin-left: -100px !important;
}

.m-n21 {
	margin: -105px !important;
}

.mt-n21,
.my-n21 {
	margin-top: -105px !important;
}

.mr-n21,
.mx-n21 {
	margin-right: -105px !important;
}

.mb-n21,
.my-n21 {
	margin-bottom: -105px !important;
}

.ml-n21,
.mx-n21 {
	margin-left: -105px !important;
}

.m-n22 {
	margin: -110px !important;
}

.mt-n22,
.my-n22 {
	margin-top: -110px !important;
}

.mr-n22,
.mx-n22 {
	margin-right: -110px !important;
}

.mb-n22,
.my-n22 {
	margin-bottom: -110px !important;
}

.ml-n22,
.mx-n22 {
	margin-left: -110px !important;
}

.m-n23 {
	margin: -115px !important;
}

.mt-n23,
.my-n23 {
	margin-top: -115px !important;
}

.mr-n23,
.mx-n23 {
	margin-right: -115px !important;
}

.mb-n23,
.my-n23 {
	margin-bottom: -115px !important;
}

.ml-n23,
.mx-n23 {
	margin-left: -115px !important;
}

.m-n24 {
	margin: -120px !important;
}

.mt-n24,
.my-n24 {
	margin-top: -120px !important;
}

.mr-n24,
.mx-n24 {
	margin-right: -120px !important;
}

.mb-n24,
.my-n24 {
	margin-bottom: -120px !important;
}

.ml-n24,
.mx-n24 {
	margin-left: -120px !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?loia3h") format("truetype"), url("../fonts/icomoon.woff?loia3h") format("woff"), url("../fonts/icomoon.svg?loia3h#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

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

.icon-telegram:before {
	content: "";
}

.icon-rss:before {
	content: "";
}

.icon-feedly:before {
	content: "";
}

.icon-reddit:before {
	content: "";
}

.icon-slack:before {
	content: "";
}

.icon-pinterest:before {
	content: "";
}

.icon-instagram-2:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-times:before {
	content: "";
}

.icon-dots-menu:before {
	content: "";
}

.icon-blogger:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-vimeo:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-search:before {
	content: "";
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-Thin.woff") format("woff"), url("../fonts/redesign/FiraSans-Thin.woff") format("woff2"), url("../fonts/redesign/FiraSans-Thin.svg") format("svg"), url("../fonts/redesign/FiraSans-Thin.ttf") format("truetype"), url("../fonts/redesign/FiraSans-Thin.eot?") format("eot");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-ThinItalic.woff") format("woff"), url("../fonts/redesign/FiraSans-ThinItalic.woff") format("woff2"), url("../fonts/redesign/FiraSans-ThinItalic.svg") format("svg"), url("../fonts/redesign/FiraSans-ThinItalic.ttf") format("truetype"), url("../fonts/redesign/FiraSans-ThinItalic.eot?") format("eot");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-ExtraLight.woff") format("woff"), url("../fonts/redesign/FiraSans-ExtraLight.woff") format("woff2"), url("../fonts/redesign/FiraSans-ExtraLight.svg") format("svg"), url("../fonts/redesign/FiraSans-ExtraLight.ttf") format("truetype"), url("../fonts/redesign/FiraSans-ExtraLight.eot?") format("eot");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-ExtraLightItalic.woff") format("woff"), url("../fonts/redesign/FiraSans-ExtraLightItalic.woff") format("woff2"), url("../fonts/redesign/FiraSans-ExtraLightItalic.svg") format("svg"), url("../fonts/redesign/FiraSans-ExtraLightItalic.ttf") format("truetype"), url("../fonts/redesign/FiraSans-ExtraLightItalic.eot?") format("eot");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-Light.woff") format("woff"), url("../fonts/redesign/FiraSans-Light.woff") format("woff2"), url("../fonts/redesign/FiraSans-Light.svg") format("svg"), url("../fonts/redesign/FiraSans-Light.ttf") format("truetype"), url("../fonts/redesign/FiraSans-Light.eot?") format("eot");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-LightItalic.woff") format("woff"), url("../fonts/redesign/FiraSans-LightItalic.woff") format("woff2"), url("../fonts/redesign/FiraSans-LightItalic.svg") format("svg"), url("../fonts/redesign/FiraSans-LightItalic.ttf") format("truetype"), url("../fonts/redesign/FiraSans-LightItalic.eot?") format("eot");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-Italic.woff") format("woff"), url("../fonts/redesign/FiraSans-Italic.woff") format("woff2"), url("../fonts/redesign/FiraSans-Italic.svg") format("svg"), url("../fonts/redesign/FiraSans-Italic.ttf") format("truetype"), url("../fonts/redesign/FiraSans-Italic.eot?") format("eot");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-Regular.woff") format("woff"), url("../fonts/redesign/FiraSans-Regular.woff") format("woff2"), url("../fonts/redesign/FiraSans-Regular.svg") format("svg"), url("../fonts/redesign/FiraSans-Regular.ttf") format("truetype"), url("../fonts/redesign/FiraSans-Regular.eot?") format("eot");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-Medium.woff") format("woff"), url("../fonts/redesign/FiraSans-Medium.woff") format("woff2"), url("../fonts/redesign/FiraSans-Medium.svg") format("svg"), url("../fonts/redesign/FiraSans-Medium.ttf") format("truetype"), url("../fonts/redesign/FiraSans-Medium.eot?") format("eot");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-MediumItalic.woff") format("woff"), url("../fonts/redesign/FiraSans-MediumItalic.woff") format("woff2"), url("../fonts/redesign/FiraSans-MediumItalic.svg") format("svg"), url("../fonts/redesign/FiraSans-MediumItalic.ttf") format("truetype"), url("../fonts/redesign/FiraSans-MediumItalic.eot?") format("eot");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-SemiBold.woff") format("woff"), url("../fonts/redesign/FiraSans-SemiBold.woff") format("woff2"), url("../fonts/redesign/FiraSans-SemiBold.svg") format("svg"), url("../fonts/redesign/FiraSans-SemiBold.ttf") format("truetype"), url("../fonts/redesign/FiraSans-SemiBold.eot?") format("eot");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-SemiBoldItalic.woff") format("woff"), url("../fonts/redesign/FiraSans-SemiBoldItalic.woff") format("woff2"), url("../fonts/redesign/FiraSans-SemiBoldItalic.svg") format("svg"), url("../fonts/redesign/FiraSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/redesign/FiraSans-SemiBoldItalic.eot?") format("eot");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-Bold.woff") format("woff"), url("../fonts/redesign/FiraSans-Bold.woff") format("woff2"), url("../fonts/redesign/FiraSans-Bold.svg") format("svg"), url("../fonts/redesign/FiraSans-Bold.ttf") format("truetype"), url("../fonts/redesign/FiraSans-Bold.eot?") format("eot");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-BoldItalic.woff") format("woff"), url("../fonts/redesign/FiraSans-BoldItalic.woff") format("woff2"), url("../fonts/redesign/FiraSans-BoldItalic.svg") format("svg"), url("../fonts/redesign/FiraSans-BoldItalic.ttf") format("truetype"), url("../fonts/redesign/FiraSans-BoldItalic.eot?") format("eot");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/redesign/FiraSans-ExtraBoldItalic.woff") format("woff2"), url("../fonts/redesign/FiraSans-ExtraBoldItalic.svg") format("svg"), url("../fonts/redesign/FiraSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/redesign/FiraSans-ExtraBoldItalic.eot?") format("eot");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-ExtraBold.woff") format("woff"), url("../fonts/redesign/FiraSans-ExtraBold.woff") format("woff2"), url("../fonts/redesign/FiraSans-ExtraBold.svg") format("svg"), url("../fonts/redesign/FiraSans-ExtraBold.ttf") format("truetype"), url("../fonts/redesign/FiraSans-ExtraBold.eot?") format("eot");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-Black.woff") format("woff"), url("../fonts/redesign/FiraSans-Black.woff") format("woff2"), url("../fonts/redesign/FiraSans-Black.svg") format("svg"), url("../fonts/redesign/FiraSans-Black.ttf") format("truetype"), url("../fonts/redesign/FiraSans-Black.eot?") format("eot");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/redesign/FiraSans-BlackItalic.woff") format("woff"), url("../fonts/redesign/FiraSans-BlackItalic.woff") format("woff2"), url("../fonts/redesign/FiraSans-BlackItalic.svg") format("svg"), url("../fonts/redesign/FiraSans-BlackItalic.ttf") format("truetype"), url("../fonts/redesign/FiraSans-BlackItalic.eot?") format("eot");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "Canterbury";
	src: url("../fonts/Canterbury-Regular.woff") format("woff"), url("../fonts/Canterbury-Regular.woff") format("woff2"), url("../fonts/Canterbury-Regular.svg") format("svg"), url("../fonts/Canterbury-Regular.ttf") format("truetype"), url("../fonts/Canterbury-Regular.eot?") format("eot");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url("../fonts/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular.woff") format("woff2"), url("../fonts/PTSans-Regular.svg") format("svg"), url("../fonts/PTSans-Regular.ttf") format("truetype"), url("../fonts/PTSans-Regular.eot?") format("eot");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url("../fonts/PTSans-Italic.woff") format("woff"), url("../fonts/PTSans-Italic.woff") format("woff2"), url("../fonts/PTSans-Italic.svg") format("svg"), url("../fonts/PTSans-Italic.ttf") format("truetype"), url("../fonts/PTSans-Italic.eot?") format("eot");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "PT Sans";
	src: url("../fonts/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold.woff") format("woff2"), url("../fonts/PTSans-Bold.svg") format("svg"), url("../fonts/PTSans-Bold.ttf") format("truetype"), url("../fonts/PTSans-Bold.eot?") format("eot");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url("../fonts/PTSans-BoldItalic.woff") format("woff"), url("../fonts/PTSans-BoldItalic.woff") format("woff2"), url("../fonts/PTSans-BoldItalic.svg") format("svg"), url("../fonts/PTSans-BoldItalic.ttf") format("truetype"), url("../fonts/PTSans-BoldItalic.eot?") format("eot");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "PT Serif";
	src: url("../fonts/PTSerif-Regular.woff") format("woff"), url("../fonts/PTSerif-Regular.woff") format("woff2"), url("../fonts/PTSerif-Regular.svg") format("svg"), url("../fonts/PTSerif-Regular.ttf") format("truetype"), url("../fonts/PTSerif-Regular.eot?") format("eot");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "PT Serif";
	src: url("../fonts/PTSerif-Italic.woff") format("woff"), url("../fonts/PTSerif-Italic.woff") format("woff2"), url("../fonts/PTSerif-Italic.svg") format("svg"), url("../fonts/PTSerif-Italic.ttf") format("truetype"), url("../fonts/PTSerif-Italic.eot?") format("eot");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "PT Serif";
	src: url("../fonts/PTSerif-Bold.woff") format("woff"), url("../fonts/PTSerif-Bold.woff") format("woff2"), url("../fonts/PTSerif-Bold.svg") format("svg"), url("../fonts/PTSerif-Bold.ttf") format("truetype"), url("../fonts/PTSerif-Bold.eot?") format("eot");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "PT Serif";
	src: url("../fonts/PTSerif-BoldItalic.woff") format("woff"), url("../fonts/PTSerif-BoldItalic.woff") format("woff2"), url("../fonts/PTSerif-BoldItalic.svg") format("svg"), url("../fonts/PTSerif-BoldItalic.ttf") format("truetype"), url("../fonts/PTSerif-BoldItalic.eot?") format("eot");
	font-weight: 700;
	font-style: italic;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

body {
	font-weight: 400;
	font-size: 16px;
}

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

p {
	margin-bottom: 22px;
}

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

a:hover {
	color: #00c09d;
	text-decoration: none;
}

hr {
	margin: 30px 0;
	display: block;
	height: 0;
	border: 0;
	border-bottom: 1px solid #c7c7c5;
	background: transparent;
}

hr.double-line {
	height: 2px;
	border-top: 1px solid #c7c7c5;
}

hr.dashed-line {
	border-bottom-style: dashed;
}

hr.skew-line {
	height: 5px;
	border-bottom: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQImWNgQAPHjx/9T3UBBgYGAGaMEJtRAMhiAAAAAElFTkSuQmCC) repeat-x;
}

hr.wave-line {
	height: 5px;
	border-bottom: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAJklEQVQImWNgQANLli75jy6GIYlVEbogCh+XsUuWLvmP304GBgYAhT4XYUzsGYcAAAAASUVORK5CYII=) repeat-x;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	margin-bottom: 15px;
}

h1.decorated,
.h1.decorated,
h2.decorated,
.h2.decorated,
h3.decorated,
.h3.decorated,
h4.decorated,
.h4.decorated,
h5.decorated,
.h5.decorated,
h6.decorated,
.h6.decorated {
	position: relative;
	z-index: 2;
	padding-left: 20px;
	padding-top: 20px;
	line-height: 1.3571;
	margin: 25px 0;
}

h1.decorated:first-child,
.h1.decorated:first-child,
h2.decorated:first-child,
.h2.decorated:first-child,
h3.decorated:first-child,
.h3.decorated:first-child,
h4.decorated:first-child,
.h4.decorated:first-child,
h5.decorated:first-child,
.h5.decorated:first-child,
h6.decorated:first-child,
.h6.decorated:first-child {
	margin-top: 0;
}

h1.decorated:last-child,
.h1.decorated:last-child,
h2.decorated:last-child,
.h2.decorated:last-child,
h3.decorated:last-child,
.h3.decorated:last-child,
h4.decorated:last-child,
.h4.decorated:last-child,
h5.decorated:last-child,
.h5.decorated:last-child,
h6.decorated:last-child,
.h6.decorated:last-child {
	margin-bottom: 0;
}

h1.decorated:before,
.h1.decorated:before,
h2.decorated:before,
.h2.decorated:before,
h3.decorated:before,
.h3.decorated:before,
h4.decorated:before,
.h4.decorated:before,
h5.decorated:before,
.h5.decorated:before,
h6.decorated:before,
.h6.decorated:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url("../images/redesign_negyzet_1.jpg") no-repeat top left/auto 100%;
	z-index: -1;
	max-width: 72px;
	max-height: 72px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: currentColor;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #DB2D08;
}

h1,
.h1 {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 20px;
}

h2,
.h2 {
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 800;
}

h2:not([class]),
.h2:not([class]) {
	background-color: rgba(219, 45, 8, .1);
}

h3,
.h3 {
	text-transform: uppercase;
}

h4,
.h4 {
	font-weight: 600;
}

.display-1 {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	display: block;
	letter-spacing: .025em;
}

.block-title {
	font-weight: 800;
	font-size: 22px;
	text-transform: none;
}

.block-title-sm {
	font-weight: 800;
	text-transform: none;
	font-size: 16px;
	margin-bottom: 10px;
}

.section {
	padding: 25px 0;
}

.cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: "object-fit: cover; object-position: center center;";
}

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

.stretch-row.no-gutters {
	margin: 0;
}

.stretch-row.no-gutters .stretch-col {
	padding: 0;
	margin-bottom: auto;
}

.stretch-col {
	padding: 0 15px;
	width: 100%;
	margin-bottom: 20px;
}

.stretch-col:last-child {
	margin-bottom: 0;
}

.info-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.info-list li {
	margin-bottom: 5px;
}

.info-list li:not(:last-child) {
	margin-right: .5em;
}

.info-list li:not(:last-child):after {
	content: "|";
	padding-left: .5em;
}

.info-list a {
	color: currentColor;
}

.info-list a:hover {
	color: #DB2D08;
}

.category {
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	color: #989797;
	margin-bottom: 10px;
	letter-spacing: .025em;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.bg-primary .category,
.bg-dark .category {
	color: currentColor;
}

.category a {
	color: currentColor;
}

.category a:hover {
	color: #DB2D08;
}

.box {
	padding: 15px;
}

.headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.headline .headline-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	margin-bottom: 20px;
	padding-right: 20px;
}

.headline .headline-content *:last-child {
	margin-bottom: 0;
}

.headline .btn-list {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 20px;
}

.headline .btn-list:only-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headline-title {
	font-size: 30px;
	line-height: 1;
	display: block;
}

/* grayscale image styles */

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.z-index-3 {
	position: relative;
	z-index: 3;
}

.two-columns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -15px;
}

.two-columns-list li {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
}

.two-columns-list li:last-child {
	margin-bottom: 0;
}

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

.header {
	background-color: #1d1b19;
	color: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 20;
}

.header a:not(.btn) {
	color: currentColor;
}

.header a:not(.btn):hover {
	color: #DB2D08;
}

.logo {
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
	color: #DB2D08;
}

.logo a {
	text-decoration: none;
}

.logo a:hover {
	color: #fff !important;
}

.header-popups {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -5px;
}

.popup-opener {
	padding: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 3px;
	font-size: 22px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.header-popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #1d1b19;
	color: #fff;
	z-index: 5;
	display: none;
	box-shadow: 9999px 9999px 0 9999px rgba(29, 27, 25, .7);
	overflow: hidden;
}

.popup-active .header-popup {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.popup-open:not(.scrollbar-disabled) .header-popup {
	left: 17px;
}

.popup-title {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	padding-right: 20px;
}

.popup-inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popup-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 10px 15px;
	background-color: #DB2D08;
	color: #1d1b19;
	position: relative;
	z-index: 2;
}

.popup-top a:not(.btn):hover {
	color: #fff;
}

.popup-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 15px;
}

.popup-bottom {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: #989797;
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup-open {
	overflow: hidden;
	position: fixed;
	height: 100vh;
	width: calc(100% + 17px);
	left: -17px;
	top: 0;
}

.popup-open.scrollbar-disabled {
	width: 100vw;
	left: 0;
}

.popup-open.scrollbar-disabled main {
	padding: 0;
}

.popup-open main {
	padding: 0 17px;
}

.popup-open main,
.popup-open footer {
	pointer-events: none;
}

.menu-popup {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

.main-nav {
	font-weight: 500;
	font-size: 20px;
}

.main-nav li {
	margin: 15px 0;
}

.header-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -8px;
	font-weight: 600;
	letter-spacing: .025em;
	font-size: 14px;
}

.header-links>a {
	margin: 5px 8px;
}

.footer {
	font-size: 15px;
	padding: 40px 0;
}

.footer-content {
	text-align: center;
	margin-bottom: 20px;
}

.footer-content:last-child {
	margin-bottom: 0;
}

.footer-list {
	margin: 0 -17px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: .025em;
}

.footer-list:last-child {
	margin-bottom: -10px;
}

.footer-list li {
	padding: 0 17px;
	margin-bottom: 15px;
}

.footer-list li.active a {
	color: #DB2D08;
}

.bg-primary .footer-list li.active a {
	color: #fff;
}

.footer-list a {
	color: currentColor;
}

.footer-list a:hover {
	color: #DB2D08;
}

.bg-primary .footer-list a:hover {
	color: #fff;
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	font-size: 22px;
}

.social:last-child {
	margin-bottom: -15px;
}

.social li {
	padding: 0 15px;
	margin-bottom: 15px;
}

.social a {
	color: currentColor;
}

.social a:hover {
	color: #DB2D08;
}

.bg-primary .social a:hover {
	color: #fff;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 800;
	border: 2px solid;
	padding: 3px 10px;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
}

.btn.btn-rounded {
	border-radius: 5px;
	padding: 8px 14px;
}

.btn.btn-sm {
	font-size: 11px;
}

.btn.btn-lg {
	padding: 8px 14px;
}

.btn.btn-link {
	color: currentColor;
	border: 0;
	padding: 5px 0;
	position: relative;
	z-index: 2;
}

.btn.btn-link:before {
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 3px;
	background-color: #DB2D08;
}

.btn.btn-link:hover:before {
	height: 100%;
}

.btn-primary {
	background-color: #DB2D08;
	color: #1d1b19;
	border-color: #DB2D08;
}

.btn-primary:hover {
	color: #fff;
	background-color: #EB3D18;
	border-color: #EB3D18;
}

.btn-outline-primary {
	color: #DB2D08;
	border-color: rgba(219, 45, 8, .7);
	background-color: transparent;
}

.btn-outline-primary:hover {
	background-color: #DB2D08;
	border-color: #DB2D08;
	color: #1d1b19;
}

.btn-dark {
	background-color: #1d1b19;
	color: #DB2D08;
	border-color: #1d1b19;
}

.btn-dark:hover {
	color: #DB2D08;
	background-color: #070706;
	border-color: #070706;
}

.btn-outline-dark {
	color: #1d1b19;
	border-color: rgba(29, 27, 25, .7);
	background-color: transparent;
}

.btn-outline-dark:hover {
	background-color: #1d1b19;
	border-color: #1d1b19;
	color: #DB2D08;
}

.btn-white {
	background-color: #fff;
	color: #1d1b19;
	border-color: #fff;
}

.btn-white:hover {
	color: #1d1b19;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btn-outline-white {
	color: #fff;
	border-color: rgba(255, 255, 255, .7);
	background-color: transparent;
}

.btn-outline-white:hover {
	background-color: #fff;
	border-color: #fff;
	color: #1d1b19;
}

.btn-light {
	background-color: #e4e3e1;
	color: #1d1b19;
	border-color: #e4e3e1;
}

.btn-light:hover {
	color: #1d1b19;
	background-color: #d1cfcc;
	border-color: #d1cfcc;
}

.btn-outline-light {
	color: #e4e3e1;
	border-color: rgba(228, 227, 225, .7);
	background-color: transparent;
}

.btn-outline-light:hover {
	background-color: #e4e3e1;
	border-color: #e4e3e1;
	color: #1d1b19;
}

.btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px 5px;
}

.btn-list .btn {
	margin: 0 5px 10px;
}

.btn-list .btn:only-child {
	margin-bottom: 0;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
	display: block;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
	color: #1d1b19;
}

textarea {
	height: auto;
	white-space: normal;
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-form .search-form-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	min-width: 80%;
	width: auto;
	border-width: 0;
}

.search-form .search-form-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 26px;
	padding: 0 10px;
}

.news-list {
	width: 100%;
}

.news-list.two-column-list li:last-child {
	margin-bottom: 20px;
}

.news-list li {
	margin-bottom: 20px;
}

.news-list li:last-child {
	margin-bottom: 0;
}

.news-list-dashed li {
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e3e1;
}

.bg-dark .news-list-dashed li {
	margin-bottom: 15px;
	border-bottom-color: rgba(228, 227, 225, .1);
}

.news-list-dashed li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.25;
}

.news-item-image {
	width: 90px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 15px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.news-item-image a:hover:after {
	opacity: 1;
}

.news-item-image a:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(219, 45, 8, .3);
	z-index: 1;
	opacity: 0;
}

.news-item-image img {
	width: 100%;
}

.news-item-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	min-width: 1%;
}

.news-item-content>*:last-child {
	margin-bottom: 0;
}

.news-item-content .category {
	margin-bottom: 5px;
}

.news-item-title,
.news-item-title-md {
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 10px;
	/*	max-height: 92px;
	overflow: hidden; */
	text-transform: none;
}

.news-item-title-lg {
	text-transform: none;
	font-size: 17px;
	max-height: 84px;
	overflow: hidden;
	letter-spacing: .025em;
}

.news-list-title {
	text-transform: uppercase;
	color: #4b4b4b;
	font-weight: 800;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: 1;
	margin-bottom: 27px;
	letter-spacing: .025em;
}

.news-list-title.no-line:after {
	content: none;
	display: none !important;
}

.news-list-title.no-line:before {
	content: none;
	display: none !important;
}


.news-list-title.news-list-title-lg {
	font-size: 26px;
}

.news-list-title.centered {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-list-title.centered:before {
	content: "";
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	height: 1px;
	background-color: currentColor;
	margin-right: 10px;
	min-width: 40px;
	margin-bottom: 2px;
}

.news-list-title:after {
	content: "";
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	height: 1px;
	background-color: currentColor;
	margin-left: 10px;
	margin-bottom: 2px;
	min-width: 40px;
}

.news-list-holder li:last-child {
	margin-bottom: 0;
}

.visual-box {
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
}

.visual-box:after {
	content: "";
	display: block;
	width: 0;
	min-height: 250px;
}

.visual-box:hover .visual-box-img img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.visual-box-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
}

.visual-box-img img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.visual-box-content {
	padding: 15px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.visual-box-content:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	top: -50px;
	background-image: -webkit-linear-gradient(bottom, #000 20%, rgba(29, 27, 25, 0) 100%);
	background-image: linear-gradient(to top, #000 20%, rgba(29, 27, 25, 0) 100%);
	z-index: -1;
	pointer-events: none;
}

.visual-box-content>*:last-child {
	margin-bottom: 0;
}

.visual-box-content h1,
.visual-box-content .h1,
.visual-box-content h2,
.visual-box-content .h2,
.visual-box-content h3,
.visual-box-content .h3,
.visual-box-content h4,
.visual-box-content .h4,
.visual-box-content h5,
.visual-box-content .h5,
.visual-box-content h6,
.visual-box-content .h6 {
	text-transform: uppercase;
}

.visual-box-content h3,
.visual-box-content .h3 {
	font-size: 18px;
	letter-spacing: .025em;
}

.chat-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.chat-box-top {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 12px 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.chat-box-slide {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.chat-box-content {
	background-color: #f9f9f9;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 23px;
	min-height: 150px;
	max-height: 272px;
}

.chat-box-bottom {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 23px;
}

.chat-box-bottom .chat-box-close {
	display: block;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #707070;
	border-top: 1px solid #e0e0e0;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 500;
}

.chat-box-bottom .chat-box-close:hover {
	color: #DB2D08;
}

.chat-box-menu {
	color: #909090;
	font-size: 20px;
}

.chat-box-opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	background-color: transparent;
	border: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 15px;
	position: relative;
	font-size: 19px;
}

.chat-box-opener:hover {
	color: #DB2D08;
}

.chat-box-opener:hover:after {
	border-top-color: currentColor;
}

.chat-box-opener:after {
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #606060;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
}

.chat-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
}

.chat-item-img {
	width: 24px;
	height: 24px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	overflow: hidden;
	margin-right: 15px;
	border-radius: 50%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
}

.chat-item-img img {
	width: 100%;
}

.chat-item-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-size: 12px;
}

.chat-item-content .name {
	color: #6e6e6e;
	font-weight: 500;
}

.skew-section {
	position: relative;
}

.skew-section-image {
	position: relative;
	overflow: hidden;
	height: 200px;
	max-height: 100%;
}

.skew-section-content {
	background-color: #DB2D08;
	padding: 20px 15px;
	position: relative;
	z-index: 2;
	font-size: 15px;
	letter-spacing: .01em;
}

.skew-section-content:only-child {
	width: 100% !important;
}

.skew-section-content:before {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #DB2D08;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.skew-section-content>*:last-child {
	margin-bottom: 0;
}

.skew-section-content .display-1 {
	background-color: transparent;
}

.skew-section-content a:hover,
.skew-section-content a:not([class]):hover {
	color: #fff;
}

.intro {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	overflow: hidden;
}

.section .intro {
	margin-bottom: 0;
}

.intro.fullscren:after {
	height: calc(100vh - 54px);
	min-height: 300px;
}

.intro.no-image:after,
.intro.image-top:after {
	content: none;
}

.intro.image-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.intro.overlap-content.aligment-right,
.intro.overlap-content.aligment-left {
	margin-bottom: -80px;
}

.intro.overlap-content.aligment-right:before,
.intro.overlap-content.aligment-left:before {
	content: "";
	position: absolute;
	bottom: -2px;
	z-index: 2;
	background-color: #f9f9f9;
	height: 82px;
}

.intro.overlap-content.aligment-right:before {
	left: -7px;
	right: -9999px;
}

.intro.overlap-content.aligment-left:before {
	right: -7px;
	left: -9999px;
}

.intro.intro-sm:after {
	min-height: 100px;
	padding-bottom: 0;
}

.intro:not(.no-image):not(.image-top):not(.fullscren) .container:only-child [class^="col-"] {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	width: 100%;
	max-width: 100%;
}

.intro-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
	overflow: hidden;
}

.aligment-right .intro-image,
.aligment-left .intro-image,
.intro-news .intro-image {
	position: static;
	height: 200px;
	width: 100%;
}

.intro-sm .intro-image {
	position: static;
	height: 150px;
	width: 100%;
}

.intro-sm.aligment-left .intro-image img {
	object-position: center right;
}

.no-image .intro-image {
	display: none;
}

.image-top .intro-image {
	position: relative;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 200px;
}

.intro-image:only-child {
	width: 100%;
}

.intro-content {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
}

.intro-news .intro-content {
	color: #000;
}

.intro-sm .intro-content p {
	margin-bottom: 10px;
}

.no-image .intro-content,
.image-top .intro-content {
	color: currentColor;
	padding: 40px 0 20px;
}

.no-image .intro-content:after,
.image-top .intro-content:after {
	content: none;
}

.image-top.overlap-content .intro-content {
	position: relative;
	z-index: 2;
	margin-top: -60px;
}

.image-top.overlap-content .intro-content:before {
	content: "";
	z-index: -2;
	position: absolute;
	left: -7px;
	right: -7px;
	top: 0;
	bottom: 0;
	background-color: #f9f9f9;
}

.image-top.overlap-content .container:only-child .intro-content {
	margin-top: 0 !important;
}

.overlap-content.aligment-right .intro-content,
.overlap-content.aligment-left .intro-content {
	padding-bottom: 110px;
}

.intro-content>*:last-child {
	margin-bottom: 0;
}

.intro-content:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: rgba(0, 0, 0, .6);
}

.overlap-content.aligment-right .intro-content:after,
.overlap-content.aligment-left .intro-content:after {
	background: #e2e3e7;
}

.aligment-right .intro-content:after,
.aligment-left .intro-content:after,
.intro-news .intro-content:after {
	background: #a9a9b7;
	z-index: -3;
}

.intro-news .intro-content:after {
	background: #f2f0ee;
}

.intro-sm .intro-content:after {
	background: #091528;
}

.intro-content .block-content:not(:last-child) {
	margin-bottom: 30px;
}

.podcast-block-holder {
	background-color: #DB2D08;
	padding: 15px;
	position: relative;
	z-index: 2;
}

.podcast-block-holder a:not(.btn):hover {
	color: #fff;
}

.podcast-block-holder .btn-list {
	margin-top: 10px;
}

.podcast-block-holder .btn-list:last-child {
	margin-bottom: 0;
}

.podcast-block-image {
	margin-top: -25px;
	margin-bottom: 20px;
	width: 150px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.podcast-block {
	font-size: 15px;
	margin-bottom: 20px;
}

.podcast-block.podcast-block-lg {
	font-size: 17px;
}

.podcast-block:last-child {
	margin-bottom: 35px;
}

.podcast-category {
	display: block;
}

.podcast-title {
	display: block;
	font-weight: 800;
	letter-spacing: .025em;
}

.podcast-block-lg .podcast-title {
	font-weight: 900;
}

.podcast-title a {
	color: currentColor;
}

.podcast-title a:hover {
	color: #fff;
}

.podcast-block-label {
	position: absolute;
	bottom: -8px;
	right: 15px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-size: 52px;
	line-height: 1;
	z-index: -1;
	letter-spacing: .025em;
}

.decorated-image {
	position: relative;
	z-index: 2;
	padding: 30px 0;
}

.decorated-image img {
	width: auto;
	height: auto;
}

.decorated-image [class^="decor-"] {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.decorated-image [class^="decor-"].decor-1 {
	width: 102%;
	left: 52%;
}

.decorated-image [class^="decor-"].decor-2 {
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	right: 20px;
	bottom: 0;
	width: 130%;
}

.decoration-block-container .decorated-image {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 50%;
	margin-left: auto;
	min-width: 150px;
}

.block-content {
	position: relative;
	z-index: 5;
}

.block-content .inner-content {
	margin-bottom: 15px;
}

.block-content .inner-content p:last-child {
	margin-bottom: 0;
}

.expert-block {
	display: block;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
}

.expert-block a:not(.btn) {
	color: currentColor;
}

.expert-block a:not(.btn):hover {
	color: #DB2D08;
}

.expert-block-image {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto 15px;
	/* border: 1px solid #e4e3e1; */
	/* border-radius: 50%; */
	/* make a linear gradient background */
}

.expert-block-image a:hover img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	opacity: .8;
}

.expert-block-image img {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 100%;
}

.expert-block-title {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #989797;
	display: block;
	margin-bottom: 0;
}

.person-headline-block {
	margin-bottom: 20px;
	margin-top: 70px;
}

.person-headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 10px;
	background-color: #DB2D08;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.person-headline:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	background: url(../images/decor-3.png) repeat-x top center/100% 100%;
	height: 22px;
	z-index: -1;
}

.person-headline-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-top: -70px;
	margin-right: -25px;
	width: 140px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.person-headline-image img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.person-headline-title {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1;
	margin-bottom: -4px;
	letter-spacing: .03em;
}

.news-blockquote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-blockquote-content {
	overflow: hidden;
	font-size: 18px;
	font-family: "PT Serif", "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	font-weight: 700;
	text-align: justify;
	line-height: 1.2;
}

.news-blockquote-content:before {
	height: 2.4em;
	width: 2.87em;
	content: "";
	float: left;
	background: url(../images/quote.png) no-repeat center center/contain;
	margin-right: 15px;
}

.news-blockquote-content>*:last-child {
	margin-bottom: 0;
}

.news-blockquote-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: 20px;
	width: 30%;
}

.mosaic-item {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 0 auto;
	flex: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 1px;
}

.mosaic-item-content {
	padding: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mosaic-item-content.mosaic-item-content-lg .category {
	font-weight: 600;
}

.mosaic-item-image+.mosaic-item-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mosaic-item-image+.mosaic-item-content:after {
	content: none;
}

.mosaic-item-content.with-triangle {
	position: relative;
	z-index: 2;
}

.mosaic-item-content.with-triangle:before {
	display: block;
}

.mosaic-item-content.with-triangle:after {
	display: none;
}

.mosaic-item-content:before {
	height: 0;
	width: 0;
	border-bottom: 22px solid #fff;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	display: none;
}

.mosaic-item-content.bg-primary:before {
	border-bottom-color: #DB2D08;
}

.mosaic-item-content.bg-dark:before {
	border-bottom-color: #1d1b19;
}

.mosaic-item-content.bg-white:before {
	border-bottom-color: #fff;
}

.mosaic-item-content.bg-gray:before {
	border-bottom-color: #989797;
}

.mosaic-item-content.bg-light:before {
	border-bottom-color: #f2f0ee;
}

.mosaic-item-content.bg-lighten:before {
	border-bottom-color: #f0f0f0;
}

.mosaic-item-content.bg-gray-lighten:before {
	border-bottom-color: #e1e1e1;
}

.mosaic-item-content.bg-gray-light:before {
	border-bottom-color: #a7a7a7;
}

.mosaic-item-content.bg-gray-dark:before {
	border-bottom-color: #737373;
}

.mosaic-item-content.bg-primary a:not([class]):hover {
	color: #fff;
}

.mosaic-item-content .block-inner {
	width: 100%;
}

.mosaic-item-content .block-inner>*:last-child {
	margin-bottom: 0;
}

.mosaic-item-image {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	background-color: #f2f0ee;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mosaic-item-image a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.mosaic-item-image a:hover img {
	opacity: .8;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

[class*="row-reverse"] .mosaic-item-image {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.mosaic-item-image img {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 100%;
	position: relative;
	z-index: -1;
}

.mosaic-item-image-overlay {
	display: none;
}

.overlay-block {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.overlay-block:after {
	content: "";
	display: block;
	width: 0;
	min-height: 60px;
}

.overlay-block a:not(.btn) {
	color: currentColor;
}

.overlay-block a:not(.btn):hover {
	color: #DB2D08;
}

.overlay-block .category {
	color: currentColor;
}

.overlay-block.bg-gray-lighten {
	color: rgba(29, 27, 25, .7);
}

.overlay-block-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	padding: 20px;
}

.overlay-block-content *:last-child {
	margin-bottom: 0;
}

.overlay-block-content .category {
	font-size: 11px;
	margin-bottom: 15px;
}

.overlay-block-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: .25;
	overflow: hidden;
}

.bg-gray-light .overlay-block-bg {
	opacity: .28;
}

.bg-gray-dark .overlay-block-bg {
	opacity: .2;
}

.overlay-block-bg .grayscale-fix {
	width: 100%;
	height: 100%;
}

.overlay-block-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: relative;
	z-index: -1;
	max-width: 35%;
	margin-left: -30px;
	padding-top: 10px;
}

.overlay-block-title {
	font-weight: 500;
	font-size: 20px;
	text-transform: none;
	line-height: 1.0667;
}

.video-wrapper {
	padding: 15px;
}

.video-wrapper a:not([class]) {
	color: currentColor;
}

.video-wrapper a:not([class]):hover {
	color: #DB2D08;
}

.video-wrapper .stretch-row {
	margin: 0 -20px;
}

.video-wrapper .stretch-row .stretch-col {
	padding: 0 20px;
}

.video-wrapper .news-list li:last-child {
	margin-bottom: 0;
}

.video-headline-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	padding-right: 20px;
}

.video-headline-title {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 38px;
	line-height: .9;
	font-weight: 900;
	margin-bottom: 10px;
}

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

.feature-video-image {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.feature-video-content {
	padding: 15px 20px;
	background-color: rgba(0, 0, 0, .5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature-video-content .video-icon {
	font-size: 38px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 20px;
	opacity: .9;
	line-height: 1;
}

.feature-video-content .content-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.feature-video-content .content-inner *:last-child {
	margin-bottom: 0;
}

.feature-video-title {
	font-weight: 800;
	font-size: 16px;
	text-transform: none;
}

.video-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-item>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	color: currentColor;
}

.video-item>a:hover {
	color: #DB2D08;
}

.video-item-image {
	width: 120px;
	height: 75px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 18px;
	position: relative;
	z-index: 2;
}

.video-item-image img {
	width: 100%;
}

.video-item-image [class^="icon-"] {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	font-size: 20px;
}

.video-item-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	max-height: 68px;
	overflow: hidden;
}

.video-item-content *:last-child {
	margin-bottom: 0;
}

.video-item-title {
	font-weight: 700;
	font-size: 14px;
}

.news-heading {
	letter-spacing: -.05em;
	font-family: "Canterbury", "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	text-transform: none;
	line-height: 1;
	font-size: 38px;
}

.news-card {
	width: 100%;
}

.news-card-image {
	overflow: hidden;
	margin: 15px 0;
	position: relative;
	z-index: 2;
}

.news-card-image a:hover img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	opacity: .8;
}

.news-card-image img {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 100%;
}

.news-card-image-content {
	background-color: #f9f9f9;
	padding: 15px 15px 0;
	max-width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news-card-image-content *:last-child {
	margin-bottom: 0;
}

.news-card-content {
	font-size: 14px;
	font-weight: 400;
	padding-right: 10px;
}

.news-card-content *:last-child {
	margin-bottom: 0;
}

.news-card-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}

.news-card-title:last-child {
	margin-bottom: 0;
}

.info-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	z-index: 2;
}

.info-block.bg-primary a:not([class]):hover {
	color: #fff;
}

.info-block-image {
	width: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 10px;
}

.info-block-image.info-block-image-lg {
	width: 130px;
}

.info-block-image img {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 100%;
}

.info-block-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.info-block-content *:last-child {
	margin-bottom: 0;
}

[class*="bg-"] .info-block-content {
	padding: 10px 10px 10px 0;
}

.info-block-content .btn-list {
	margin-bottom: 15px;
}

.report-block {
	padding-right: 40px;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	padding-top: 200px;
	overflow: hidden;
}

.report-block-image {
	position: absolute;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 250px;
}

.report-block-content {
	padding: 15px;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	font-size: 14px;
}

.report-block-content *:last-child {
	margin-bottom: 0;
}

.report-item {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	position: relative;
	z-index: 2;
}

.entertainment-block {
	position: relative;
	z-index: 2;
	padding: 15px;
}

.entertaiment-block-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 200px;
	max-height: 100%;
}

.entertainment-item-image {
	min-height: 150px;
}

.entertaiment-item-content {
	padding: 15px;
	margin: -30px 15px 0;
	position: relative;
	z-index: 2;
}

.entertaiment-item-content:only-child {
	margin: 0;
}

.entertaiment-item-content *:last-child {
	margin-bottom: 0;
}

.entertaiment-item-content.bg-primary a:not([class]):hover {
	color: #fff;
}

.entertaiment-item-title {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.045;
	text-transform: none;
}

.article-section {
	position: relative;
	z-index: 7;
	padding: 25px 0;
}

.article-section .col-md-9 .article {
	max-width: 940px;
	margin: 0 auto;
}

.article {
	line-height: 1.54;
}

.article:after,
.article:before {
	content: "";
	clear: both;
	display: block;
}

.article a:not([class]) {
	text-decoration: none;
	color: currentColor;
	border-bottom: 2px dotted #DB2D08;
}

.article a:not([class]):hover {
	color: #DB2D08;
	text-decoration: none;
}

.article [class*="title"] a,
.article [class*="title"] a:not([class]),
.article [class*="image"] a,
.article [class*="image"] a:not([class]),
.article [class*="block"] a,
.article [class*="block"] a:not([class]),
.article h1 a,
.article h1 a:not([class]),
.article .h1 a,
.article .h1 a:not([class]),
.article h2 a,
.article h2 a:not([class]),
.article .h2 a,
.article .h2 a:not([class]),
.article h3 a,
.article h3 a:not([class]),
.article .h3 a,
.article .h3 a:not([class]),
.article h4 a,
.article h4 a:not([class]),
.article .h4 a,
.article .h4 a:not([class]),
.article h5 a,
.article h5 a:not([class]),
.article .h5 a,
.article .h5 a:not([class]),
.article h6 a,
.article h6 a:not([class]),
.article .h6 a,
.article .h6 a:not([class]),
.article .video-item a,
.article .video-item a:not([class]),
.article .feature-video a,
.article .feature-video a:not([class]),
.article .news-card a,
.article .news-card a:not([class]),
.article .category a,
.article .category a:not([class]),
.article .info-list a,
.article .info-list a:not([class]),
.article ul[class] a,
.article ul[class] a:not([class]) {
	border-bottom: 0;
}

.article-list,
.article-list-2 {
	margin: 30px 0;
}

.article-list:first-child,
.article-list-2:first-child {
	margin-top: 0;
}

.article-list:last-child,
.article-list-2:last-child {
	margin-bottom: 0;
}

.article-list li,
.article-list-2 li {
	position: relative;
	z-index: 2;
	padding-left: .5em;
	padding-top: .4em;
	margin-bottom: 20px;
}

.article-list li:before,
.article-list-2 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url("../images/redesign_negyzet_1.jpg") no-repeat top left/auto 100%;
	z-index: -1;
	max-width: 40px;
	max-height: 40px;
}

.article-list-2 li {
	padding-top: 0;
	padding-left: 30px;
}

.article-list-2 li:before {
	width: 20px;
	height: 20px;
	margin-top: .2em;
}

.article-box {
	padding: 15px;
	background-color: rgba(219, 45, 8, .1);
	margin: 30px 0;
}

.article-box:first-child {
	margin-top: 0;
}

.article-box:last-child {
	margin-bottom: 0;
}

figure,
.figure {
	display: block;
	width: 100%;
	margin: 30px 0;
	position: relative;
	z-index: 2;
}

figure:first-child,
.figure:first-child {
	margin-top: 0;
}

figure:last-child,
.figure:last-child {
	margin-bottom: 0;
}

figure:before,
.figure:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100%;
	bottom: 0;
	/*	background-color: #DB2D08; */
	z-index: -1;
}

figure img,
.figure img {
	width: 100%;
	vertical-align: top;
}

figcaption,
.figcaption {
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	margin-left: 30px;
}

.align-left figcaption,
.align-right figcaption,
.align-left .figcaption,
.align-right .figcaption {
	padding: 3px 13px;
}

blockquote {
	margin: 20px 0;
	padding: 20px 30px 30px;
	position: relative;
	z-index: 2;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
}

blockquote:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -9999px;
	z-index: -2;
	background-color: rgba(219, 45, 8, .1);
}

blockquote q:after,
blockquote q:before {
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
	z-index: -1;
	background: url(../images/quote.png) no-repeat center center/contain;
}

blockquote q:before {
	top: 5px;
	left: -10px;
}

blockquote q:after {
	right: -10px;
	bottom: -20px;
}

.article-news {
	margin: 30px 0;
}

.article-news:first-child {
	margin-top: 0;
}

.article-news:last-child {
	margin-bottom: 0;
}

.article-news .news-list-title+.news-list {
	padding-top: 0;
	border-top: 0;
}

.article-news .news-list-title+.news-list:after {
	top: -29px;
}

.article-news .news-list {
	padding: 20px 20px 30px 0;
	border-top: 1px solid #989797;
	border-bottom: 1px solid #989797;
	position: relative;
}

.article-news .news-list:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #989797;
}

.share-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 30px 0;
}

.share-block:last-child {
	margin-bottom: 30px;
}

.share-block-title-holder {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
}

.share-block-title-holder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 10px;
	left: 0;
	right: -9999px;
	z-index: -1;
	background-color: rgba(219, 45, 8, .1);
}

.share-block-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	overflow: hidden;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.share-block-title .share-block-title-inner {
	background-color: #DB2D08;
	padding: 8px 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.share-block-title:after {
	height: 0;
	width: 0;
	border-bottom: 100px solid transparent;
	border-left: 100px solid #DB2D08;
	border-top: 100px solid transparent;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	bottom: 0;
	z-index: -1;
	border-left-width: 70px;
}

.share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.share-list li {
	padding: 0 5px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.share-list a,
.share-list a:not([class]) {
	width: 40px;
	background-color: #DB2D08;
	color: #fff;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
}

.share-list a:hover,
.share-list a:not([class]):hover {
	background-color: #1d1b19;
	color: #fff;
}

.share-list a:after,
.share-list a:not([class]):after {
	content: "";
	display: block;
	width: 0;
	min-height: 30px;
}

.share-list a img,
.share-list a:not([class]) img {
	max-width: 80%;
	max-height: 80%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	.container {
		max-width: 540px;
	}

	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

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

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

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

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

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

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

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

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}

	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 5px !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 5px !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 5px !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 5px !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 5px !important;
	}

	.m-sm-2 {
		margin: 10px !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 10px !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 10px !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 10px !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 10px !important;
	}

	.m-sm-3 {
		margin: 15px !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 15px !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 15px !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 15px !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 15px !important;
	}

	.m-sm-4 {
		margin: 20px !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 20px !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 20px !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 20px !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 20px !important;
	}

	.m-sm-5 {
		margin: 25px !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 25px !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 25px !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 25px !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 25px !important;
	}

	.m-sm-6 {
		margin: 30px !important;
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 30px !important;
	}

	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 30px !important;
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 30px !important;
	}

	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 30px !important;
	}

	.m-sm-7 {
		margin: 35px !important;
	}

	.mt-sm-7,
	.my-sm-7 {
		margin-top: 35px !important;
	}

	.mr-sm-7,
	.mx-sm-7 {
		margin-right: 35px !important;
	}

	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 35px !important;
	}

	.ml-sm-7,
	.mx-sm-7 {
		margin-left: 35px !important;
	}

	.m-sm-8 {
		margin: 40px !important;
	}

	.mt-sm-8,
	.my-sm-8 {
		margin-top: 40px !important;
	}

	.mr-sm-8,
	.mx-sm-8 {
		margin-right: 40px !important;
	}

	.mb-sm-8,
	.my-sm-8 {
		margin-bottom: 40px !important;
	}

	.ml-sm-8,
	.mx-sm-8 {
		margin-left: 40px !important;
	}

	.m-sm-9 {
		margin: 45px !important;
	}

	.mt-sm-9,
	.my-sm-9 {
		margin-top: 45px !important;
	}

	.mr-sm-9,
	.mx-sm-9 {
		margin-right: 45px !important;
	}

	.mb-sm-9,
	.my-sm-9 {
		margin-bottom: 45px !important;
	}

	.ml-sm-9,
	.mx-sm-9 {
		margin-left: 45px !important;
	}

	.m-sm-10 {
		margin: 50px !important;
	}

	.mt-sm-10,
	.my-sm-10 {
		margin-top: 50px !important;
	}

	.mr-sm-10,
	.mx-sm-10 {
		margin-right: 50px !important;
	}

	.mb-sm-10,
	.my-sm-10 {
		margin-bottom: 50px !important;
	}

	.ml-sm-10,
	.mx-sm-10 {
		margin-left: 50px !important;
	}

	.m-sm-11 {
		margin: 55px !important;
	}

	.mt-sm-11,
	.my-sm-11 {
		margin-top: 55px !important;
	}

	.mr-sm-11,
	.mx-sm-11 {
		margin-right: 55px !important;
	}

	.mb-sm-11,
	.my-sm-11 {
		margin-bottom: 55px !important;
	}

	.ml-sm-11,
	.mx-sm-11 {
		margin-left: 55px !important;
	}

	.m-sm-12 {
		margin: 60px !important;
	}

	.mt-sm-12,
	.my-sm-12 {
		margin-top: 60px !important;
	}

	.mr-sm-12,
	.mx-sm-12 {
		margin-right: 60px !important;
	}

	.mb-sm-12,
	.my-sm-12 {
		margin-bottom: 60px !important;
	}

	.ml-sm-12,
	.mx-sm-12 {
		margin-left: 60px !important;
	}

	.m-sm-13 {
		margin: 65px !important;
	}

	.mt-sm-13,
	.my-sm-13 {
		margin-top: 65px !important;
	}

	.mr-sm-13,
	.mx-sm-13 {
		margin-right: 65px !important;
	}

	.mb-sm-13,
	.my-sm-13 {
		margin-bottom: 65px !important;
	}

	.ml-sm-13,
	.mx-sm-13 {
		margin-left: 65px !important;
	}

	.m-sm-14 {
		margin: 70px !important;
	}

	.mt-sm-14,
	.my-sm-14 {
		margin-top: 70px !important;
	}

	.mr-sm-14,
	.mx-sm-14 {
		margin-right: 70px !important;
	}

	.mb-sm-14,
	.my-sm-14 {
		margin-bottom: 70px !important;
	}

	.ml-sm-14,
	.mx-sm-14 {
		margin-left: 70px !important;
	}

	.m-sm-15 {
		margin: 75px !important;
	}

	.mt-sm-15,
	.my-sm-15 {
		margin-top: 75px !important;
	}

	.mr-sm-15,
	.mx-sm-15 {
		margin-right: 75px !important;
	}

	.mb-sm-15,
	.my-sm-15 {
		margin-bottom: 75px !important;
	}

	.ml-sm-15,
	.mx-sm-15 {
		margin-left: 75px !important;
	}

	.m-sm-16 {
		margin: 80px !important;
	}

	.mt-sm-16,
	.my-sm-16 {
		margin-top: 80px !important;
	}

	.mr-sm-16,
	.mx-sm-16 {
		margin-right: 80px !important;
	}

	.mb-sm-16,
	.my-sm-16 {
		margin-bottom: 80px !important;
	}

	.ml-sm-16,
	.mx-sm-16 {
		margin-left: 80px !important;
	}

	.m-sm-17 {
		margin: 85px !important;
	}

	.mt-sm-17,
	.my-sm-17 {
		margin-top: 85px !important;
	}

	.mr-sm-17,
	.mx-sm-17 {
		margin-right: 85px !important;
	}

	.mb-sm-17,
	.my-sm-17 {
		margin-bottom: 85px !important;
	}

	.ml-sm-17,
	.mx-sm-17 {
		margin-left: 85px !important;
	}

	.m-sm-18 {
		margin: 90px !important;
	}

	.mt-sm-18,
	.my-sm-18 {
		margin-top: 90px !important;
	}

	.mr-sm-18,
	.mx-sm-18 {
		margin-right: 90px !important;
	}

	.mb-sm-18,
	.my-sm-18 {
		margin-bottom: 90px !important;
	}

	.ml-sm-18,
	.mx-sm-18 {
		margin-left: 90px !important;
	}

	.m-sm-19 {
		margin: 95px !important;
	}

	.mt-sm-19,
	.my-sm-19 {
		margin-top: 95px !important;
	}

	.mr-sm-19,
	.mx-sm-19 {
		margin-right: 95px !important;
	}

	.mb-sm-19,
	.my-sm-19 {
		margin-bottom: 95px !important;
	}

	.ml-sm-19,
	.mx-sm-19 {
		margin-left: 95px !important;
	}

	.m-sm-20 {
		margin: 100px !important;
	}

	.mt-sm-20,
	.my-sm-20 {
		margin-top: 100px !important;
	}

	.mr-sm-20,
	.mx-sm-20 {
		margin-right: 100px !important;
	}

	.mb-sm-20,
	.my-sm-20 {
		margin-bottom: 100px !important;
	}

	.ml-sm-20,
	.mx-sm-20 {
		margin-left: 100px !important;
	}

	.m-sm-21 {
		margin: 105px !important;
	}

	.mt-sm-21,
	.my-sm-21 {
		margin-top: 105px !important;
	}

	.mr-sm-21,
	.mx-sm-21 {
		margin-right: 105px !important;
	}

	.mb-sm-21,
	.my-sm-21 {
		margin-bottom: 105px !important;
	}

	.ml-sm-21,
	.mx-sm-21 {
		margin-left: 105px !important;
	}

	.m-sm-22 {
		margin: 110px !important;
	}

	.mt-sm-22,
	.my-sm-22 {
		margin-top: 110px !important;
	}

	.mr-sm-22,
	.mx-sm-22 {
		margin-right: 110px !important;
	}

	.mb-sm-22,
	.my-sm-22 {
		margin-bottom: 110px !important;
	}

	.ml-sm-22,
	.mx-sm-22 {
		margin-left: 110px !important;
	}

	.m-sm-23 {
		margin: 115px !important;
	}

	.mt-sm-23,
	.my-sm-23 {
		margin-top: 115px !important;
	}

	.mr-sm-23,
	.mx-sm-23 {
		margin-right: 115px !important;
	}

	.mb-sm-23,
	.my-sm-23 {
		margin-bottom: 115px !important;
	}

	.ml-sm-23,
	.mx-sm-23 {
		margin-left: 115px !important;
	}

	.m-sm-24 {
		margin: 120px !important;
	}

	.mt-sm-24,
	.my-sm-24 {
		margin-top: 120px !important;
	}

	.mr-sm-24,
	.mx-sm-24 {
		margin-right: 120px !important;
	}

	.mb-sm-24,
	.my-sm-24 {
		margin-bottom: 120px !important;
	}

	.ml-sm-24,
	.mx-sm-24 {
		margin-left: 120px !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 5px !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 5px !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 5px !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 5px !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 5px !important;
	}

	.p-sm-2 {
		padding: 10px !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 10px !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 10px !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 10px !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 10px !important;
	}

	.p-sm-3 {
		padding: 15px !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 15px !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 15px !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 15px !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 15px !important;
	}

	.p-sm-4 {
		padding: 20px !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 20px !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 20px !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 20px !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 20px !important;
	}

	.p-sm-5 {
		padding: 25px !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 25px !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 25px !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 25px !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 25px !important;
	}

	.p-sm-6 {
		padding: 30px !important;
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 30px !important;
	}

	.pr-sm-6,
	.px-sm-6 {
		padding-right: 30px !important;
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 30px !important;
	}

	.pl-sm-6,
	.px-sm-6 {
		padding-left: 30px !important;
	}

	.p-sm-7 {
		padding: 35px !important;
	}

	.pt-sm-7,
	.py-sm-7 {
		padding-top: 35px !important;
	}

	.pr-sm-7,
	.px-sm-7 {
		padding-right: 35px !important;
	}

	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 35px !important;
	}

	.pl-sm-7,
	.px-sm-7 {
		padding-left: 35px !important;
	}

	.p-sm-8 {
		padding: 40px !important;
	}

	.pt-sm-8,
	.py-sm-8 {
		padding-top: 40px !important;
	}

	.pr-sm-8,
	.px-sm-8 {
		padding-right: 40px !important;
	}

	.pb-sm-8,
	.py-sm-8 {
		padding-bottom: 40px !important;
	}

	.pl-sm-8,
	.px-sm-8 {
		padding-left: 40px !important;
	}

	.p-sm-9 {
		padding: 45px !important;
	}

	.pt-sm-9,
	.py-sm-9 {
		padding-top: 45px !important;
	}

	.pr-sm-9,
	.px-sm-9 {
		padding-right: 45px !important;
	}

	.pb-sm-9,
	.py-sm-9 {
		padding-bottom: 45px !important;
	}

	.pl-sm-9,
	.px-sm-9 {
		padding-left: 45px !important;
	}

	.p-sm-10 {
		padding: 50px !important;
	}

	.pt-sm-10,
	.py-sm-10 {
		padding-top: 50px !important;
	}

	.pr-sm-10,
	.px-sm-10 {
		padding-right: 50px !important;
	}

	.pb-sm-10,
	.py-sm-10 {
		padding-bottom: 50px !important;
	}

	.pl-sm-10,
	.px-sm-10 {
		padding-left: 50px !important;
	}

	.p-sm-11 {
		padding: 55px !important;
	}

	.pt-sm-11,
	.py-sm-11 {
		padding-top: 55px !important;
	}

	.pr-sm-11,
	.px-sm-11 {
		padding-right: 55px !important;
	}

	.pb-sm-11,
	.py-sm-11 {
		padding-bottom: 55px !important;
	}

	.pl-sm-11,
	.px-sm-11 {
		padding-left: 55px !important;
	}

	.p-sm-12 {
		padding: 60px !important;
	}

	.pt-sm-12,
	.py-sm-12 {
		padding-top: 60px !important;
	}

	.pr-sm-12,
	.px-sm-12 {
		padding-right: 60px !important;
	}

	.pb-sm-12,
	.py-sm-12 {
		padding-bottom: 60px !important;
	}

	.pl-sm-12,
	.px-sm-12 {
		padding-left: 60px !important;
	}

	.p-sm-13 {
		padding: 65px !important;
	}

	.pt-sm-13,
	.py-sm-13 {
		padding-top: 65px !important;
	}

	.pr-sm-13,
	.px-sm-13 {
		padding-right: 65px !important;
	}

	.pb-sm-13,
	.py-sm-13 {
		padding-bottom: 65px !important;
	}

	.pl-sm-13,
	.px-sm-13 {
		padding-left: 65px !important;
	}

	.p-sm-14 {
		padding: 70px !important;
	}

	.pt-sm-14,
	.py-sm-14 {
		padding-top: 70px !important;
	}

	.pr-sm-14,
	.px-sm-14 {
		padding-right: 70px !important;
	}

	.pb-sm-14,
	.py-sm-14 {
		padding-bottom: 70px !important;
	}

	.pl-sm-14,
	.px-sm-14 {
		padding-left: 70px !important;
	}

	.p-sm-15 {
		padding: 75px !important;
	}

	.pt-sm-15,
	.py-sm-15 {
		padding-top: 75px !important;
	}

	.pr-sm-15,
	.px-sm-15 {
		padding-right: 75px !important;
	}

	.pb-sm-15,
	.py-sm-15 {
		padding-bottom: 75px !important;
	}

	.pl-sm-15,
	.px-sm-15 {
		padding-left: 75px !important;
	}

	.p-sm-16 {
		padding: 80px !important;
	}

	.pt-sm-16,
	.py-sm-16 {
		padding-top: 80px !important;
	}

	.pr-sm-16,
	.px-sm-16 {
		padding-right: 80px !important;
	}

	.pb-sm-16,
	.py-sm-16 {
		padding-bottom: 80px !important;
	}

	.pl-sm-16,
	.px-sm-16 {
		padding-left: 80px !important;
	}

	.p-sm-17 {
		padding: 85px !important;
	}

	.pt-sm-17,
	.py-sm-17 {
		padding-top: 85px !important;
	}

	.pr-sm-17,
	.px-sm-17 {
		padding-right: 85px !important;
	}

	.pb-sm-17,
	.py-sm-17 {
		padding-bottom: 85px !important;
	}

	.pl-sm-17,
	.px-sm-17 {
		padding-left: 85px !important;
	}

	.p-sm-18 {
		padding: 90px !important;
	}

	.pt-sm-18,
	.py-sm-18 {
		padding-top: 90px !important;
	}

	.pr-sm-18,
	.px-sm-18 {
		padding-right: 90px !important;
	}

	.pb-sm-18,
	.py-sm-18 {
		padding-bottom: 90px !important;
	}

	.pl-sm-18,
	.px-sm-18 {
		padding-left: 90px !important;
	}

	.p-sm-19 {
		padding: 95px !important;
	}

	.pt-sm-19,
	.py-sm-19 {
		padding-top: 95px !important;
	}

	.pr-sm-19,
	.px-sm-19 {
		padding-right: 95px !important;
	}

	.pb-sm-19,
	.py-sm-19 {
		padding-bottom: 95px !important;
	}

	.pl-sm-19,
	.px-sm-19 {
		padding-left: 95px !important;
	}

	.p-sm-20 {
		padding: 100px !important;
	}

	.pt-sm-20,
	.py-sm-20 {
		padding-top: 100px !important;
	}

	.pr-sm-20,
	.px-sm-20 {
		padding-right: 100px !important;
	}

	.pb-sm-20,
	.py-sm-20 {
		padding-bottom: 100px !important;
	}

	.pl-sm-20,
	.px-sm-20 {
		padding-left: 100px !important;
	}

	.p-sm-21 {
		padding: 105px !important;
	}

	.pt-sm-21,
	.py-sm-21 {
		padding-top: 105px !important;
	}

	.pr-sm-21,
	.px-sm-21 {
		padding-right: 105px !important;
	}

	.pb-sm-21,
	.py-sm-21 {
		padding-bottom: 105px !important;
	}

	.pl-sm-21,
	.px-sm-21 {
		padding-left: 105px !important;
	}

	.p-sm-22 {
		padding: 110px !important;
	}

	.pt-sm-22,
	.py-sm-22 {
		padding-top: 110px !important;
	}

	.pr-sm-22,
	.px-sm-22 {
		padding-right: 110px !important;
	}

	.pb-sm-22,
	.py-sm-22 {
		padding-bottom: 110px !important;
	}

	.pl-sm-22,
	.px-sm-22 {
		padding-left: 110px !important;
	}

	.p-sm-23 {
		padding: 115px !important;
	}

	.pt-sm-23,
	.py-sm-23 {
		padding-top: 115px !important;
	}

	.pr-sm-23,
	.px-sm-23 {
		padding-right: 115px !important;
	}

	.pb-sm-23,
	.py-sm-23 {
		padding-bottom: 115px !important;
	}

	.pl-sm-23,
	.px-sm-23 {
		padding-left: 115px !important;
	}

	.p-sm-24 {
		padding: 120px !important;
	}

	.pt-sm-24,
	.py-sm-24 {
		padding-top: 120px !important;
	}

	.pr-sm-24,
	.px-sm-24 {
		padding-right: 120px !important;
	}

	.pb-sm-24,
	.py-sm-24 {
		padding-bottom: 120px !important;
	}

	.pl-sm-24,
	.px-sm-24 {
		padding-left: 120px !important;
	}

	.m-sm-n1 {
		margin: -5px !important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -5px !important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -5px !important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -5px !important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -5px !important;
	}

	.m-sm-n2 {
		margin: -10px !important;
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -10px !important;
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -10px !important;
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -10px !important;
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -10px !important;
	}

	.m-sm-n3 {
		margin: -15px !important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -15px !important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -15px !important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -15px !important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -15px !important;
	}

	.m-sm-n4 {
		margin: -20px !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -20px !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -20px !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -20px !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -20px !important;
	}

	.m-sm-n5 {
		margin: -25px !important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -25px !important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -25px !important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -25px !important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -25px !important;
	}

	.m-sm-n6 {
		margin: -30px !important;
	}

	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -30px !important;
	}

	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -30px !important;
	}

	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -30px !important;
	}

	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -30px !important;
	}

	.m-sm-n7 {
		margin: -35px !important;
	}

	.mt-sm-n7,
	.my-sm-n7 {
		margin-top: -35px !important;
	}

	.mr-sm-n7,
	.mx-sm-n7 {
		margin-right: -35px !important;
	}

	.mb-sm-n7,
	.my-sm-n7 {
		margin-bottom: -35px !important;
	}

	.ml-sm-n7,
	.mx-sm-n7 {
		margin-left: -35px !important;
	}

	.m-sm-n8 {
		margin: -40px !important;
	}

	.mt-sm-n8,
	.my-sm-n8 {
		margin-top: -40px !important;
	}

	.mr-sm-n8,
	.mx-sm-n8 {
		margin-right: -40px !important;
	}

	.mb-sm-n8,
	.my-sm-n8 {
		margin-bottom: -40px !important;
	}

	.ml-sm-n8,
	.mx-sm-n8 {
		margin-left: -40px !important;
	}

	.m-sm-n9 {
		margin: -45px !important;
	}

	.mt-sm-n9,
	.my-sm-n9 {
		margin-top: -45px !important;
	}

	.mr-sm-n9,
	.mx-sm-n9 {
		margin-right: -45px !important;
	}

	.mb-sm-n9,
	.my-sm-n9 {
		margin-bottom: -45px !important;
	}

	.ml-sm-n9,
	.mx-sm-n9 {
		margin-left: -45px !important;
	}

	.m-sm-n10 {
		margin: -50px !important;
	}

	.mt-sm-n10,
	.my-sm-n10 {
		margin-top: -50px !important;
	}

	.mr-sm-n10,
	.mx-sm-n10 {
		margin-right: -50px !important;
	}

	.mb-sm-n10,
	.my-sm-n10 {
		margin-bottom: -50px !important;
	}

	.ml-sm-n10,
	.mx-sm-n10 {
		margin-left: -50px !important;
	}

	.m-sm-n11 {
		margin: -55px !important;
	}

	.mt-sm-n11,
	.my-sm-n11 {
		margin-top: -55px !important;
	}

	.mr-sm-n11,
	.mx-sm-n11 {
		margin-right: -55px !important;
	}

	.mb-sm-n11,
	.my-sm-n11 {
		margin-bottom: -55px !important;
	}

	.ml-sm-n11,
	.mx-sm-n11 {
		margin-left: -55px !important;
	}

	.m-sm-n12 {
		margin: -60px !important;
	}

	.mt-sm-n12,
	.my-sm-n12 {
		margin-top: -60px !important;
	}

	.mr-sm-n12,
	.mx-sm-n12 {
		margin-right: -60px !important;
	}

	.mb-sm-n12,
	.my-sm-n12 {
		margin-bottom: -60px !important;
	}

	.ml-sm-n12,
	.mx-sm-n12 {
		margin-left: -60px !important;
	}

	.m-sm-n13 {
		margin: -65px !important;
	}

	.mt-sm-n13,
	.my-sm-n13 {
		margin-top: -65px !important;
	}

	.mr-sm-n13,
	.mx-sm-n13 {
		margin-right: -65px !important;
	}

	.mb-sm-n13,
	.my-sm-n13 {
		margin-bottom: -65px !important;
	}

	.ml-sm-n13,
	.mx-sm-n13 {
		margin-left: -65px !important;
	}

	.m-sm-n14 {
		margin: -70px !important;
	}

	.mt-sm-n14,
	.my-sm-n14 {
		margin-top: -70px !important;
	}

	.mr-sm-n14,
	.mx-sm-n14 {
		margin-right: -70px !important;
	}

	.mb-sm-n14,
	.my-sm-n14 {
		margin-bottom: -70px !important;
	}

	.ml-sm-n14,
	.mx-sm-n14 {
		margin-left: -70px !important;
	}

	.m-sm-n15 {
		margin: -75px !important;
	}

	.mt-sm-n15,
	.my-sm-n15 {
		margin-top: -75px !important;
	}

	.mr-sm-n15,
	.mx-sm-n15 {
		margin-right: -75px !important;
	}

	.mb-sm-n15,
	.my-sm-n15 {
		margin-bottom: -75px !important;
	}

	.ml-sm-n15,
	.mx-sm-n15 {
		margin-left: -75px !important;
	}

	.m-sm-n16 {
		margin: -80px !important;
	}

	.mt-sm-n16,
	.my-sm-n16 {
		margin-top: -80px !important;
	}

	.mr-sm-n16,
	.mx-sm-n16 {
		margin-right: -80px !important;
	}

	.mb-sm-n16,
	.my-sm-n16 {
		margin-bottom: -80px !important;
	}

	.ml-sm-n16,
	.mx-sm-n16 {
		margin-left: -80px !important;
	}

	.m-sm-n17 {
		margin: -85px !important;
	}

	.mt-sm-n17,
	.my-sm-n17 {
		margin-top: -85px !important;
	}

	.mr-sm-n17,
	.mx-sm-n17 {
		margin-right: -85px !important;
	}

	.mb-sm-n17,
	.my-sm-n17 {
		margin-bottom: -85px !important;
	}

	.ml-sm-n17,
	.mx-sm-n17 {
		margin-left: -85px !important;
	}

	.m-sm-n18 {
		margin: -90px !important;
	}

	.mt-sm-n18,
	.my-sm-n18 {
		margin-top: -90px !important;
	}

	.mr-sm-n18,
	.mx-sm-n18 {
		margin-right: -90px !important;
	}

	.mb-sm-n18,
	.my-sm-n18 {
		margin-bottom: -90px !important;
	}

	.ml-sm-n18,
	.mx-sm-n18 {
		margin-left: -90px !important;
	}

	.m-sm-n19 {
		margin: -95px !important;
	}

	.mt-sm-n19,
	.my-sm-n19 {
		margin-top: -95px !important;
	}

	.mr-sm-n19,
	.mx-sm-n19 {
		margin-right: -95px !important;
	}

	.mb-sm-n19,
	.my-sm-n19 {
		margin-bottom: -95px !important;
	}

	.ml-sm-n19,
	.mx-sm-n19 {
		margin-left: -95px !important;
	}

	.m-sm-n20 {
		margin: -100px !important;
	}

	.mt-sm-n20,
	.my-sm-n20 {
		margin-top: -100px !important;
	}

	.mr-sm-n20,
	.mx-sm-n20 {
		margin-right: -100px !important;
	}

	.mb-sm-n20,
	.my-sm-n20 {
		margin-bottom: -100px !important;
	}

	.ml-sm-n20,
	.mx-sm-n20 {
		margin-left: -100px !important;
	}

	.m-sm-n21 {
		margin: -105px !important;
	}

	.mt-sm-n21,
	.my-sm-n21 {
		margin-top: -105px !important;
	}

	.mr-sm-n21,
	.mx-sm-n21 {
		margin-right: -105px !important;
	}

	.mb-sm-n21,
	.my-sm-n21 {
		margin-bottom: -105px !important;
	}

	.ml-sm-n21,
	.mx-sm-n21 {
		margin-left: -105px !important;
	}

	.m-sm-n22 {
		margin: -110px !important;
	}

	.mt-sm-n22,
	.my-sm-n22 {
		margin-top: -110px !important;
	}

	.mr-sm-n22,
	.mx-sm-n22 {
		margin-right: -110px !important;
	}

	.mb-sm-n22,
	.my-sm-n22 {
		margin-bottom: -110px !important;
	}

	.ml-sm-n22,
	.mx-sm-n22 {
		margin-left: -110px !important;
	}

	.m-sm-n23 {
		margin: -115px !important;
	}

	.mt-sm-n23,
	.my-sm-n23 {
		margin-top: -115px !important;
	}

	.mr-sm-n23,
	.mx-sm-n23 {
		margin-right: -115px !important;
	}

	.mb-sm-n23,
	.my-sm-n23 {
		margin-bottom: -115px !important;
	}

	.ml-sm-n23,
	.mx-sm-n23 {
		margin-left: -115px !important;
	}

	.m-sm-n24 {
		margin: -120px !important;
	}

	.mt-sm-n24,
	.my-sm-n24 {
		margin-top: -120px !important;
	}

	.mr-sm-n24,
	.mx-sm-n24 {
		margin-right: -120px !important;
	}

	.mb-sm-n24,
	.my-sm-n24 {
		margin-bottom: -120px !important;
	}

	.ml-sm-n24,
	.mx-sm-n24 {
		margin-left: -120px !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}

	.image-top .intro-image {
		height: auto;
	}

	.podcast-block-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.podcast-block-image {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.podcast-block {
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
	}

	.feature-video-image {
		height: 250px;
	}
}

@media (min-width: 600px) {
	.intro.overlap-content.aligment-right:before {
		left: calc((100vw - 540px) / 2 - 20px);
	}

	.intro.overlap-content.aligment-left:before {
		right: calc((100vw - 540px) / 2 - 20px);
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.container {
		max-width: 730px;
	}

	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

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

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

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

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

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

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

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

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}

	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 5px !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 5px !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 5px !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 5px !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 5px !important;
	}

	.m-md-2 {
		margin: 10px !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 10px !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 10px !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 10px !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 10px !important;
	}

	.m-md-3 {
		margin: 15px !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 15px !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 15px !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 15px !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 15px !important;
	}

	.m-md-4 {
		margin: 20px !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 20px !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 20px !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 20px !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 20px !important;
	}

	.m-md-5 {
		margin: 25px !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 25px !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 25px !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 25px !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 25px !important;
	}

	.m-md-6 {
		margin: 30px !important;
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 30px !important;
	}

	.mr-md-6,
	.mx-md-6 {
		margin-right: 30px !important;
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 30px !important;
	}

	.ml-md-6,
	.mx-md-6 {
		margin-left: 30px !important;
	}

	.m-md-7 {
		margin: 35px !important;
	}

	.mt-md-7,
	.my-md-7 {
		margin-top: 35px !important;
	}

	.mr-md-7,
	.mx-md-7 {
		margin-right: 35px !important;
	}

	.mb-md-7,
	.my-md-7 {
		margin-bottom: 35px !important;
	}

	.ml-md-7,
	.mx-md-7 {
		margin-left: 35px !important;
	}

	.m-md-8 {
		margin: 40px !important;
	}

	.mt-md-8,
	.my-md-8 {
		margin-top: 40px !important;
	}

	.mr-md-8,
	.mx-md-8 {
		margin-right: 40px !important;
	}

	.mb-md-8,
	.my-md-8 {
		margin-bottom: 40px !important;
	}

	.ml-md-8,
	.mx-md-8 {
		margin-left: 40px !important;
	}

	.m-md-9 {
		margin: 45px !important;
	}

	.mt-md-9,
	.my-md-9 {
		margin-top: 45px !important;
	}

	.mr-md-9,
	.mx-md-9 {
		margin-right: 45px !important;
	}

	.mb-md-9,
	.my-md-9 {
		margin-bottom: 45px !important;
	}

	.ml-md-9,
	.mx-md-9 {
		margin-left: 45px !important;
	}

	.m-md-10 {
		margin: 50px !important;
	}

	.mt-md-10,
	.my-md-10 {
		margin-top: 50px !important;
	}

	.mr-md-10,
	.mx-md-10 {
		margin-right: 50px !important;
	}

	.mb-md-10,
	.my-md-10 {
		margin-bottom: 50px !important;
	}

	.ml-md-10,
	.mx-md-10 {
		margin-left: 50px !important;
	}

	.m-md-11 {
		margin: 55px !important;
	}

	.mt-md-11,
	.my-md-11 {
		margin-top: 55px !important;
	}

	.mr-md-11,
	.mx-md-11 {
		margin-right: 55px !important;
	}

	.mb-md-11,
	.my-md-11 {
		margin-bottom: 55px !important;
	}

	.ml-md-11,
	.mx-md-11 {
		margin-left: 55px !important;
	}

	.m-md-12 {
		margin: 60px !important;
	}

	.mt-md-12,
	.my-md-12 {
		margin-top: 60px !important;
	}

	.mr-md-12,
	.mx-md-12 {
		margin-right: 60px !important;
	}

	.mb-md-12,
	.my-md-12 {
		margin-bottom: 60px !important;
	}

	.ml-md-12,
	.mx-md-12 {
		margin-left: 60px !important;
	}

	.m-md-13 {
		margin: 65px !important;
	}

	.mt-md-13,
	.my-md-13 {
		margin-top: 65px !important;
	}

	.mr-md-13,
	.mx-md-13 {
		margin-right: 65px !important;
	}

	.mb-md-13,
	.my-md-13 {
		margin-bottom: 65px !important;
	}

	.ml-md-13,
	.mx-md-13 {
		margin-left: 65px !important;
	}

	.m-md-14 {
		margin: 70px !important;
	}

	.mt-md-14,
	.my-md-14 {
		margin-top: 70px !important;
	}

	.mr-md-14,
	.mx-md-14 {
		margin-right: 70px !important;
	}

	.mb-md-14,
	.my-md-14 {
		margin-bottom: 70px !important;
	}

	.ml-md-14,
	.mx-md-14 {
		margin-left: 70px !important;
	}

	.m-md-15 {
		margin: 75px !important;
	}

	.mt-md-15,
	.my-md-15 {
		margin-top: 75px !important;
	}

	.mr-md-15,
	.mx-md-15 {
		margin-right: 75px !important;
	}

	.mb-md-15,
	.my-md-15 {
		margin-bottom: 75px !important;
	}

	.ml-md-15,
	.mx-md-15 {
		margin-left: 75px !important;
	}

	.m-md-16 {
		margin: 80px !important;
	}

	.mt-md-16,
	.my-md-16 {
		margin-top: 80px !important;
	}

	.mr-md-16,
	.mx-md-16 {
		margin-right: 80px !important;
	}

	.mb-md-16,
	.my-md-16 {
		margin-bottom: 80px !important;
	}

	.ml-md-16,
	.mx-md-16 {
		margin-left: 80px !important;
	}

	.m-md-17 {
		margin: 85px !important;
	}

	.mt-md-17,
	.my-md-17 {
		margin-top: 85px !important;
	}

	.mr-md-17,
	.mx-md-17 {
		margin-right: 85px !important;
	}

	.mb-md-17,
	.my-md-17 {
		margin-bottom: 85px !important;
	}

	.ml-md-17,
	.mx-md-17 {
		margin-left: 85px !important;
	}

	.m-md-18 {
		margin: 90px !important;
	}

	.mt-md-18,
	.my-md-18 {
		margin-top: 90px !important;
	}

	.mr-md-18,
	.mx-md-18 {
		margin-right: 90px !important;
	}

	.mb-md-18,
	.my-md-18 {
		margin-bottom: 90px !important;
	}

	.ml-md-18,
	.mx-md-18 {
		margin-left: 90px !important;
	}

	.m-md-19 {
		margin: 95px !important;
	}

	.mt-md-19,
	.my-md-19 {
		margin-top: 95px !important;
	}

	.mr-md-19,
	.mx-md-19 {
		margin-right: 95px !important;
	}

	.mb-md-19,
	.my-md-19 {
		margin-bottom: 95px !important;
	}

	.ml-md-19,
	.mx-md-19 {
		margin-left: 95px !important;
	}

	.m-md-20 {
		margin: 100px !important;
	}

	.mt-md-20,
	.my-md-20 {
		margin-top: 100px !important;
	}

	.mr-md-20,
	.mx-md-20 {
		margin-right: 100px !important;
	}

	.mb-md-20,
	.my-md-20 {
		margin-bottom: 100px !important;
	}

	.ml-md-20,
	.mx-md-20 {
		margin-left: 100px !important;
	}

	.m-md-21 {
		margin: 105px !important;
	}

	.mt-md-21,
	.my-md-21 {
		margin-top: 105px !important;
	}

	.mr-md-21,
	.mx-md-21 {
		margin-right: 105px !important;
	}

	.mb-md-21,
	.my-md-21 {
		margin-bottom: 105px !important;
	}

	.ml-md-21,
	.mx-md-21 {
		margin-left: 105px !important;
	}

	.m-md-22 {
		margin: 110px !important;
	}

	.mt-md-22,
	.my-md-22 {
		margin-top: 110px !important;
	}

	.mr-md-22,
	.mx-md-22 {
		margin-right: 110px !important;
	}

	.mb-md-22,
	.my-md-22 {
		margin-bottom: 110px !important;
	}

	.ml-md-22,
	.mx-md-22 {
		margin-left: 110px !important;
	}

	.m-md-23 {
		margin: 115px !important;
	}

	.mt-md-23,
	.my-md-23 {
		margin-top: 115px !important;
	}

	.mr-md-23,
	.mx-md-23 {
		margin-right: 115px !important;
	}

	.mb-md-23,
	.my-md-23 {
		margin-bottom: 115px !important;
	}

	.ml-md-23,
	.mx-md-23 {
		margin-left: 115px !important;
	}

	.m-md-24 {
		margin: 120px !important;
	}

	.mt-md-24,
	.my-md-24 {
		margin-top: 120px !important;
	}

	.mr-md-24,
	.mx-md-24 {
		margin-right: 120px !important;
	}

	.mb-md-24,
	.my-md-24 {
		margin-bottom: 120px !important;
	}

	.ml-md-24,
	.mx-md-24 {
		margin-left: 120px !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 5px !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 5px !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 5px !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 5px !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 5px !important;
	}

	.p-md-2 {
		padding: 10px !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 10px !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 10px !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 10px !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 10px !important;
	}

	.p-md-3 {
		padding: 15px !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 15px !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 15px !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 15px !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 15px !important;
	}

	.p-md-4 {
		padding: 20px !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 20px !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 20px !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 20px !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 20px !important;
	}

	.p-md-5 {
		padding: 25px !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 25px !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 25px !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 25px !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 25px !important;
	}

	.p-md-6 {
		padding: 30px !important;
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 30px !important;
	}

	.pr-md-6,
	.px-md-6 {
		padding-right: 30px !important;
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 30px !important;
	}

	.pl-md-6,
	.px-md-6 {
		padding-left: 30px !important;
	}

	.p-md-7 {
		padding: 35px !important;
	}

	.pt-md-7,
	.py-md-7 {
		padding-top: 35px !important;
	}

	.pr-md-7,
	.px-md-7 {
		padding-right: 35px !important;
	}

	.pb-md-7,
	.py-md-7 {
		padding-bottom: 35px !important;
	}

	.pl-md-7,
	.px-md-7 {
		padding-left: 35px !important;
	}

	.p-md-8 {
		padding: 40px !important;
	}

	.pt-md-8,
	.py-md-8 {
		padding-top: 40px !important;
	}

	.pr-md-8,
	.px-md-8 {
		padding-right: 40px !important;
	}

	.pb-md-8,
	.py-md-8 {
		padding-bottom: 40px !important;
	}

	.pl-md-8,
	.px-md-8 {
		padding-left: 40px !important;
	}

	.p-md-9 {
		padding: 45px !important;
	}

	.pt-md-9,
	.py-md-9 {
		padding-top: 45px !important;
	}

	.pr-md-9,
	.px-md-9 {
		padding-right: 45px !important;
	}

	.pb-md-9,
	.py-md-9 {
		padding-bottom: 45px !important;
	}

	.pl-md-9,
	.px-md-9 {
		padding-left: 45px !important;
	}

	.p-md-10 {
		padding: 50px !important;
	}

	.pt-md-10,
	.py-md-10 {
		padding-top: 50px !important;
	}

	.pr-md-10,
	.px-md-10 {
		padding-right: 50px !important;
	}

	.pb-md-10,
	.py-md-10 {
		padding-bottom: 50px !important;
	}

	.pl-md-10,
	.px-md-10 {
		padding-left: 50px !important;
	}

	.p-md-11 {
		padding: 55px !important;
	}

	.pt-md-11,
	.py-md-11 {
		padding-top: 55px !important;
	}

	.pr-md-11,
	.px-md-11 {
		padding-right: 55px !important;
	}

	.pb-md-11,
	.py-md-11 {
		padding-bottom: 55px !important;
	}

	.pl-md-11,
	.px-md-11 {
		padding-left: 55px !important;
	}

	.p-md-12 {
		padding: 60px !important;
	}

	.pt-md-12,
	.py-md-12 {
		padding-top: 60px !important;
	}

	.pr-md-12,
	.px-md-12 {
		padding-right: 60px !important;
	}

	.pb-md-12,
	.py-md-12 {
		padding-bottom: 60px !important;
	}

	.pl-md-12,
	.px-md-12 {
		padding-left: 60px !important;
	}

	.p-md-13 {
		padding: 65px !important;
	}

	.pt-md-13,
	.py-md-13 {
		padding-top: 65px !important;
	}

	.pr-md-13,
	.px-md-13 {
		padding-right: 65px !important;
	}

	.pb-md-13,
	.py-md-13 {
		padding-bottom: 65px !important;
	}

	.pl-md-13,
	.px-md-13 {
		padding-left: 65px !important;
	}

	.p-md-14 {
		padding: 70px !important;
	}

	.pt-md-14,
	.py-md-14 {
		padding-top: 70px !important;
	}

	.pr-md-14,
	.px-md-14 {
		padding-right: 70px !important;
	}

	.pb-md-14,
	.py-md-14 {
		padding-bottom: 70px !important;
	}

	.pl-md-14,
	.px-md-14 {
		padding-left: 70px !important;
	}

	.p-md-15 {
		padding: 75px !important;
	}

	.pt-md-15,
	.py-md-15 {
		padding-top: 75px !important;
	}

	.pr-md-15,
	.px-md-15 {
		padding-right: 75px !important;
	}

	.pb-md-15,
	.py-md-15 {
		padding-bottom: 75px !important;
	}

	.pl-md-15,
	.px-md-15 {
		padding-left: 75px !important;
	}

	.p-md-16 {
		padding: 80px !important;
	}

	.pt-md-16,
	.py-md-16 {
		padding-top: 80px !important;
	}

	.pr-md-16,
	.px-md-16 {
		padding-right: 80px !important;
	}

	.pb-md-16,
	.py-md-16 {
		padding-bottom: 80px !important;
	}

	.pl-md-16,
	.px-md-16 {
		padding-left: 80px !important;
	}

	.p-md-17 {
		padding: 85px !important;
	}

	.pt-md-17,
	.py-md-17 {
		padding-top: 85px !important;
	}

	.pr-md-17,
	.px-md-17 {
		padding-right: 85px !important;
	}

	.pb-md-17,
	.py-md-17 {
		padding-bottom: 85px !important;
	}

	.pl-md-17,
	.px-md-17 {
		padding-left: 85px !important;
	}

	.p-md-18 {
		padding: 90px !important;
	}

	.pt-md-18,
	.py-md-18 {
		padding-top: 90px !important;
	}

	.pr-md-18,
	.px-md-18 {
		padding-right: 90px !important;
	}

	.pb-md-18,
	.py-md-18 {
		padding-bottom: 90px !important;
	}

	.pl-md-18,
	.px-md-18 {
		padding-left: 90px !important;
	}

	.p-md-19 {
		padding: 95px !important;
	}

	.pt-md-19,
	.py-md-19 {
		padding-top: 95px !important;
	}

	.pr-md-19,
	.px-md-19 {
		padding-right: 95px !important;
	}

	.pb-md-19,
	.py-md-19 {
		padding-bottom: 95px !important;
	}

	.pl-md-19,
	.px-md-19 {
		padding-left: 95px !important;
	}

	.p-md-20 {
		padding: 100px !important;
	}

	.pt-md-20,
	.py-md-20 {
		padding-top: 100px !important;
	}

	.pr-md-20,
	.px-md-20 {
		padding-right: 100px !important;
	}

	.pb-md-20,
	.py-md-20 {
		padding-bottom: 100px !important;
	}

	.pl-md-20,
	.px-md-20 {
		padding-left: 100px !important;
	}

	.p-md-21 {
		padding: 105px !important;
	}

	.pt-md-21,
	.py-md-21 {
		padding-top: 105px !important;
	}

	.pr-md-21,
	.px-md-21 {
		padding-right: 105px !important;
	}

	.pb-md-21,
	.py-md-21 {
		padding-bottom: 105px !important;
	}

	.pl-md-21,
	.px-md-21 {
		padding-left: 105px !important;
	}

	.p-md-22 {
		padding: 110px !important;
	}

	.pt-md-22,
	.py-md-22 {
		padding-top: 110px !important;
	}

	.pr-md-22,
	.px-md-22 {
		padding-right: 110px !important;
	}

	.pb-md-22,
	.py-md-22 {
		padding-bottom: 110px !important;
	}

	.pl-md-22,
	.px-md-22 {
		padding-left: 110px !important;
	}

	.p-md-23 {
		padding: 115px !important;
	}

	.pt-md-23,
	.py-md-23 {
		padding-top: 115px !important;
	}

	.pr-md-23,
	.px-md-23 {
		padding-right: 115px !important;
	}

	.pb-md-23,
	.py-md-23 {
		padding-bottom: 115px !important;
	}

	.pl-md-23,
	.px-md-23 {
		padding-left: 115px !important;
	}

	.p-md-24 {
		padding: 120px !important;
	}

	.pt-md-24,
	.py-md-24 {
		padding-top: 120px !important;
	}

	.pr-md-24,
	.px-md-24 {
		padding-right: 120px !important;
	}

	.pb-md-24,
	.py-md-24 {
		padding-bottom: 120px !important;
	}

	.pl-md-24,
	.px-md-24 {
		padding-left: 120px !important;
	}

	.m-md-n1 {
		margin: -5px !important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -5px !important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -5px !important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -5px !important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -5px !important;
	}

	.m-md-n2 {
		margin: -10px !important;
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -10px !important;
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -10px !important;
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -10px !important;
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -10px !important;
	}

	.m-md-n3 {
		margin: -15px !important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -15px !important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -15px !important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -15px !important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -15px !important;
	}

	.m-md-n4 {
		margin: -20px !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -20px !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -20px !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -20px !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -20px !important;
	}

	.m-md-n5 {
		margin: -25px !important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -25px !important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -25px !important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -25px !important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -25px !important;
	}

	.m-md-n6 {
		margin: -30px !important;
	}

	.mt-md-n6,
	.my-md-n6 {
		margin-top: -30px !important;
	}

	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -30px !important;
	}

	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -30px !important;
	}

	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -30px !important;
	}

	.m-md-n7 {
		margin: -35px !important;
	}

	.mt-md-n7,
	.my-md-n7 {
		margin-top: -35px !important;
	}

	.mr-md-n7,
	.mx-md-n7 {
		margin-right: -35px !important;
	}

	.mb-md-n7,
	.my-md-n7 {
		margin-bottom: -35px !important;
	}

	.ml-md-n7,
	.mx-md-n7 {
		margin-left: -35px !important;
	}

	.m-md-n8 {
		margin: -40px !important;
	}

	.mt-md-n8,
	.my-md-n8 {
		margin-top: -40px !important;
	}

	.mr-md-n8,
	.mx-md-n8 {
		margin-right: -40px !important;
	}

	.mb-md-n8,
	.my-md-n8 {
		margin-bottom: -40px !important;
	}

	.ml-md-n8,
	.mx-md-n8 {
		margin-left: -40px !important;
	}

	.m-md-n9 {
		margin: -45px !important;
	}

	.mt-md-n9,
	.my-md-n9 {
		margin-top: -45px !important;
	}

	.mr-md-n9,
	.mx-md-n9 {
		margin-right: -45px !important;
	}

	.mb-md-n9,
	.my-md-n9 {
		margin-bottom: -45px !important;
	}

	.ml-md-n9,
	.mx-md-n9 {
		margin-left: -45px !important;
	}

	.m-md-n10 {
		margin: -50px !important;
	}

	.mt-md-n10,
	.my-md-n10 {
		margin-top: -50px !important;
	}

	.mr-md-n10,
	.mx-md-n10 {
		margin-right: -50px !important;
	}

	.mb-md-n10,
	.my-md-n10 {
		margin-bottom: -50px !important;
	}

	.ml-md-n10,
	.mx-md-n10 {
		margin-left: -50px !important;
	}

	.m-md-n11 {
		margin: -55px !important;
	}

	.mt-md-n11,
	.my-md-n11 {
		margin-top: -55px !important;
	}

	.mr-md-n11,
	.mx-md-n11 {
		margin-right: -55px !important;
	}

	.mb-md-n11,
	.my-md-n11 {
		margin-bottom: -55px !important;
	}

	.ml-md-n11,
	.mx-md-n11 {
		margin-left: -55px !important;
	}

	.m-md-n12 {
		margin: -60px !important;
	}

	.mt-md-n12,
	.my-md-n12 {
		margin-top: -60px !important;
	}

	.mr-md-n12,
	.mx-md-n12 {
		margin-right: -60px !important;
	}

	.mb-md-n12,
	.my-md-n12 {
		margin-bottom: -60px !important;
	}

	.ml-md-n12,
	.mx-md-n12 {
		margin-left: -60px !important;
	}

	.m-md-n13 {
		margin: -65px !important;
	}

	.mt-md-n13,
	.my-md-n13 {
		margin-top: -65px !important;
	}

	.mr-md-n13,
	.mx-md-n13 {
		margin-right: -65px !important;
	}

	.mb-md-n13,
	.my-md-n13 {
		margin-bottom: -65px !important;
	}

	.ml-md-n13,
	.mx-md-n13 {
		margin-left: -65px !important;
	}

	.m-md-n14 {
		margin: -70px !important;
	}

	.mt-md-n14,
	.my-md-n14 {
		margin-top: -70px !important;
	}

	.mr-md-n14,
	.mx-md-n14 {
		margin-right: -70px !important;
	}

	.mb-md-n14,
	.my-md-n14 {
		margin-bottom: -70px !important;
	}

	.ml-md-n14,
	.mx-md-n14 {
		margin-left: -70px !important;
	}

	.m-md-n15 {
		margin: -75px !important;
	}

	.mt-md-n15,
	.my-md-n15 {
		margin-top: -75px !important;
	}

	.mr-md-n15,
	.mx-md-n15 {
		margin-right: -75px !important;
	}

	.mb-md-n15,
	.my-md-n15 {
		margin-bottom: -75px !important;
	}

	.ml-md-n15,
	.mx-md-n15 {
		margin-left: -75px !important;
	}

	.m-md-n16 {
		margin: -80px !important;
	}

	.mt-md-n16,
	.my-md-n16 {
		margin-top: -80px !important;
	}

	.mr-md-n16,
	.mx-md-n16 {
		margin-right: -80px !important;
	}

	.mb-md-n16,
	.my-md-n16 {
		margin-bottom: -80px !important;
	}

	.ml-md-n16,
	.mx-md-n16 {
		margin-left: -80px !important;
	}

	.m-md-n17 {
		margin: -85px !important;
	}

	.mt-md-n17,
	.my-md-n17 {
		margin-top: -85px !important;
	}

	.mr-md-n17,
	.mx-md-n17 {
		margin-right: -85px !important;
	}

	.mb-md-n17,
	.my-md-n17 {
		margin-bottom: -85px !important;
	}

	.ml-md-n17,
	.mx-md-n17 {
		margin-left: -85px !important;
	}

	.m-md-n18 {
		margin: -90px !important;
	}

	.mt-md-n18,
	.my-md-n18 {
		margin-top: -90px !important;
	}

	.mr-md-n18,
	.mx-md-n18 {
		margin-right: -90px !important;
	}

	.mb-md-n18,
	.my-md-n18 {
		margin-bottom: -90px !important;
	}

	.ml-md-n18,
	.mx-md-n18 {
		margin-left: -90px !important;
	}

	.m-md-n19 {
		margin: -95px !important;
	}

	.mt-md-n19,
	.my-md-n19 {
		margin-top: -95px !important;
	}

	.mr-md-n19,
	.mx-md-n19 {
		margin-right: -95px !important;
	}

	.mb-md-n19,
	.my-md-n19 {
		margin-bottom: -95px !important;
	}

	.ml-md-n19,
	.mx-md-n19 {
		margin-left: -95px !important;
	}

	.m-md-n20 {
		margin: -100px !important;
	}

	.mt-md-n20,
	.my-md-n20 {
		margin-top: -100px !important;
	}

	.mr-md-n20,
	.mx-md-n20 {
		margin-right: -100px !important;
	}

	.mb-md-n20,
	.my-md-n20 {
		margin-bottom: -100px !important;
	}

	.ml-md-n20,
	.mx-md-n20 {
		margin-left: -100px !important;
	}

	.m-md-n21 {
		margin: -105px !important;
	}

	.mt-md-n21,
	.my-md-n21 {
		margin-top: -105px !important;
	}

	.mr-md-n21,
	.mx-md-n21 {
		margin-right: -105px !important;
	}

	.mb-md-n21,
	.my-md-n21 {
		margin-bottom: -105px !important;
	}

	.ml-md-n21,
	.mx-md-n21 {
		margin-left: -105px !important;
	}

	.m-md-n22 {
		margin: -110px !important;
	}

	.mt-md-n22,
	.my-md-n22 {
		margin-top: -110px !important;
	}

	.mr-md-n22,
	.mx-md-n22 {
		margin-right: -110px !important;
	}

	.mb-md-n22,
	.my-md-n22 {
		margin-bottom: -110px !important;
	}

	.ml-md-n22,
	.mx-md-n22 {
		margin-left: -110px !important;
	}

	.m-md-n23 {
		margin: -115px !important;
	}

	.mt-md-n23,
	.my-md-n23 {
		margin-top: -115px !important;
	}

	.mr-md-n23,
	.mx-md-n23 {
		margin-right: -115px !important;
	}

	.mb-md-n23,
	.my-md-n23 {
		margin-bottom: -115px !important;
	}

	.ml-md-n23,
	.mx-md-n23 {
		margin-left: -115px !important;
	}

	.m-md-n24 {
		margin: -120px !important;
	}

	.mt-md-n24,
	.my-md-n24 {
		margin-top: -120px !important;
	}

	.mr-md-n24,
	.mx-md-n24 {
		margin-right: -120px !important;
	}

	.mb-md-n24,
	.my-md-n24 {
		margin-bottom: -120px !important;
	}

	.ml-md-n24,
	.mx-md-n24 {
		margin-left: -120px !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}

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

	.display-1 {
		font-size: 26px;
	}

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

	.headline-title {
		font-size: 36px;
	}

	.two-columns-list li {
		width: 50%;
		margin-bottom: 35px;
	}

	.two-columns-list li:only-child {
		width: 100%;
	}

	.logo {
		font-size: 30px;
	}

	.header-popups {
		margin-right: 0;
		margin-left: -8px;
	}

	.popup-opener {
		font-size: 28px;
	}

	.menu-popup {
		width: 450px;
	}

	.news-list.news-list-md li {
		margin-bottom: 30px;
	}

	.news-item-lg .news-item-image {
		width: 110px;
	}

	.news-list-title.news-list-title-lg {
		font-size: 34px;
		margin-bottom: 40px;
	}

	.news-list-title.centered:before {
		margin-right: 20px;
	}

	.news-list-title.centered:after {
		margin-left: 20px;
	}

	.visual-box.visual-box-lg {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.visual-box-lg .visual-box-content {
		width: 60%;
		padding: 30px;
	}

	.visual-box-lg .visual-box-content:before {
		bottom: -9999px;
		top: -9999px;
		width: auto;
		right: -75%;
		background-image: -webkit-linear-gradient(left, #000 20%, rgba(29, 27, 25, 0) 100%);
		background-image: linear-gradient(to right, #000 20%, rgba(29, 27, 25, 0) 100%);
	}

	.visual-box-lg .visual-box-content h3,
	.visual-box-lg .visual-box-content .h3 {
		font-size: 24px;
	}

	.skew-section {
		background-color: #DB2D08;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.skew-section>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.skew-section>.container:after {
		content: "";
		display: block;
		width: 0;
		min-height: 250px;
	}

	.skew-section:after {
		content: "";
		display: block;
		width: 0;
		min-height: 350px;
	}

	.skew-section-image {
		padding-top: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 56%;
		height: auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.skew-section-image:only-child {
		width: 100%;
	}

	.skew-section-content {
		width: 50%;
		padding: 30px 0;
		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: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.skew-section-content:before {
		width: 180px;
		height: 100%;
		left: auto;
		right: 0;
		-webkit-transform: skewX(-14deg);
		-ms-transform: skewX(-14deg);
		transform: skewX(-14deg);
		-webkit-transform-origin: bottom right;
		-ms-transform-origin: bottom right;
		transform-origin: bottom right;
	}

	.intro {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro.aligment-right .row {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.intro.fullscren:after {
		height: calc(100vh - 63px);
		min-height: 500px;
	}

	.intro.overlap-content.aligment-right:before {
		left: calc((100vw - (730px/ 12 * 9)) / 2 - 20px);
	}

	.intro.overlap-content.aligment-left:before {
		right: calc((100vw - (730px/ 12 * 9)) / 2 - 20px);
	}

	.intro:after {
		content: "";
		display: block;
		width: 0;
		min-height: 300px;
	}

	.aligment-right .intro-image,
	.aligment-left .intro-image,
	.intro-news .intro-image {
		position: absolute;
		height: auto;
		right: 36%;
		width: auto;
	}

	.aligment-left .intro-image {
		right: 0;
		left: 36%;
		-webkit-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}

	.intro-news .intro-image {
		left: 0;
		right: 0;
	}

	.intro-news.aligment-right .intro-image {
		-webkit-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}

	.intro-sm .intro-image {
		height: auto;
		position: absolute;
		width: auto;
	}

	.intro-sm.aligment-left .intro-image {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.intro-content {
		padding: 30px 0;
	}

	.intro-news .container:only-child .intro-content {
		padding-left: 0;
	}

	.intro-news .intro-content {
		padding: 10px 0 10px 15px;
	}

	.no-image .intro-content,
	.image-top .intro-content {
		padding: 50px 0 0px;
	}

	.image-top.overlap-content .intro-content {
		margin-top: -80px;
	}

	.image-top.overlap-content .intro-content:before {
		height: 82px;
		left: -45px;
		right: -45px;
	}

	.overlap-content.aligment-right .intro-content,
	.overlap-content.aligment-left .intro-content {
		padding-bottom: 130px;
	}

	.overlap-content.aligment-right .container:only-child .intro-content:after,
	.overlap-content.aligment-left .container:only-child .intro-content:after {
		background: #e2e3e7;
	}

	.aligment-right .container:only-child .intro-content:after,
	.aligment-left .container:only-child .intro-content:after {
		background: #a9a9b7;
	}

	.intro-news .container:only-child .intro-content:after,
	.aligment-right.intro-news .container:only-child .intro-content:after {
		background: #f2f0ee;
	}

	.intro-sm .container:only-child .intro-content:after,
	.aligment-left.intro-sm .container:only-child .intro-content:after,
	.aligment-right.intro-sm .container:only-child .intro-content:after {
		background: #091528;
	}

	.overlap-content.aligment-right .intro-content:after,
	.overlap-content.aligment-left .intro-content:after {
		background: -webkit-linear-gradient(left, transparent 30%, #e2e3e7 50%);
		background: linear-gradient(to right, transparent 30%, #e2e3e7 50%);
	}

	.overlap-content.aligment-left .intro-content:after {
		background: -webkit-linear-gradient(left, #e2e3e7 50%, transparent 70%);
		background: linear-gradient(to right, #e2e3e7 50%, transparent 70%);
	}

	.aligment-right .intro-content:after,
	.aligment-left .intro-content:after,
	.intro-news .intro-content:after {
		z-index: -1;
	}

	.aligment-right .intro-content:after,
	.aligment-left .intro-content:after,
	.intro-news .intro-content:after {
		background: -webkit-linear-gradient(left, transparent 30%, #a9a9b7 50%);
		background: linear-gradient(to right, transparent 30%, #a9a9b7 50%);
	}

	.aligment-left .intro-content:after {
		background: -webkit-linear-gradient(left, #a9a9b7 50%, transparent 70%);
		background: linear-gradient(to right, #a9a9b7 50%, transparent 70%);
	}

	.intro-news .intro-content:after {
		left: -15px;
		right: -15px;
		background: -webkit-linear-gradient(left, #f9f9f9 45%, transparent 75%);
		background: linear-gradient(to right, #f9f9f9 45%, transparent 75%);
	}

	.aligment-right.intro-news .intro-content:after {
		background: -webkit-linear-gradient(left, transparent 25%, #f9f9f9 45%);
		background: linear-gradient(to right, transparent 25%, #f9f9f9 45%);
	}

	.intro-sm .intro-content:after {
		background: rgba(9, 21, 40, .8);
	}

	.aligment-left.intro-sm .intro-content:after {
		background: -webkit-linear-gradient(left, #091528 50%, transparent 70%);
		background: linear-gradient(to right, #091528 50%, transparent 70%);
	}

	.aligment-right.intro-sm .intro-content:after {
		background: -webkit-linear-gradient(left, transparent 50%, #091528 70%);
		background: linear-gradient(to right, transparent 50%, #091528 70%);
	}

	.podcast-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -15px;
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
	}

	.podcast-block {
		padding: 0 15px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 33.33%;
		margin-bottom: 0;
	}

	.podcast-block:last-child:only-child {
		margin-left: auto;
	}

	.podcast-category {
		padding-top: 2px;
	}

	.podcast-block-lg .podcast-category {
		padding-top: 0;
	}

	.decorated-block .stretch-col {
		width: 50%;
	}

	.decorated-image {
		margin-right: 50px;
	}

	.decoration-block-container .decorated-image {
		max-width: 40%;
		margin-top: -30px;
		margin-right: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.block-content {
		padding-right: 40px;
	}

	.block-content .inner-content {
		padding-right: 40px;
	}

	.expert-block {
		font-size: 18px;
	}

	.expert-block-image {
		width: 195px;
		height: 195px;
		margin-bottom: 20px;
	}

	.expert-block-content {
		padding: 0 20px;
	}

	.person-headline-title {
		font-size: 34px;
		margin-bottom: -6px;
	}

	.expert-block-content h6 {
		font-size: 12px;
		color: #aaa;
		margin-top: 0;
		font-weight: 500;
		margin-top: 2px;
	}

	.news-blockquote-content {
		font-size: 20px;
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
	}

	.news-blockquote-image {
		width: 200px;
		margin-left: 34px;
	}

	.overlay-block-title {
		font-size: 24px;
	}

	.video-wrapper {
		padding: 20px;
	}

	.video-headline-title {
		font-size: 44px;
	}

	.feature-video-image {
		height: 300px;
	}

	.feature-video-content .video-icon {
		font-size: 48px;
	}

	.feature-video-title {
		font-size: 22px;
	}

	.video-item-title {
		font-size: 18px;
	}

	.news-heading {
		font-size: 44px;
	}

	.info-block-image {
		width: 130px;
		margin-right: 15px;
	}

	.info-block-image.info-block-image-lg {
		width: 150px;
	}

	.report-block {
		padding-right: 80px;
	}

	.report-block-image {
		bottom: 30px;
		height: auto;
	}

	.report-item {
		padding-bottom: 20px;
		padding-left: 15px;
	}

	.report-item:before {
		content: "";
		position: absolute;
		top: 15px;
		bottom: 0;
		left: 0;
		right: 180px;
		z-index: -1;
		background-color: rgba(219, 45, 8, .1);
	}

	.report-item-content {
		padding-right: 40px;
	}

	.entertainment-block .stretch-col {
		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-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		width: 25%;
		margin-bottom: 0;
	}

	.entertainment-block .stretch-col-wide {
		width: 75%;
	}

	.entertainment-item-image {
		width: 70%;
		margin: -50px -140px -50px 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-bottom: 0;
	}

	.entertainment-item-image:only-child {
		width: 100%;
		margin-right: 0;
	}

	.entertaiment-item-content {
		margin: 0;
		width: calc(30% + 140px);
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		padding: 20px;
	}

	.entertaiment-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: -15px;
		padding: 50px 0;
	}

	.entertaiment-item-title {
		font-size: 30px;
	}

	.article-section {
		padding: 40px 0;
	}

	.article-box {
		padding: 25px 30px;
	}

	figure.fullwidth,
	.figure.fullwidth {
		margin: 40px 0 35px;
	}

	figure.align-left,
	figure.align-right,
	.figure.align-left,
	.figure.align-right {
		width: 50%;
		margin: 0;
	}

	figure.align-left,
	.figure.align-left {
		margin: 25px 70px 25px 0;
		float: left;
	}

	figure.align-left:before,
	.figure.align-left:before {
		top: 30px;
		left: 40px;
	}

	figure.align-right,
	.figure.align-right {
		margin: 25px 0 25px 70px;
		float: right;
	}

	figure.align-right:before,
	.figure.align-right:before {
		top: 30px;
		right: 40px;
		left: auto;
	}

	.align-left figcaption,
	.align-left .figcaption {
		margin-left: 40px;
	}

	.align-right figcaption,
	.align-right .figcaption {
		margin-right: 40px;
		margin-left: 0;
		text-align: right;
	}

	blockquote {
		font-size: 28px;
		padding: 30px 30px 40px;
		margin: 30px 0 40px;
	}

	blockquote q:after,
	blockquote q:before {
		width: 70px;
		height: 70px;
	}

	blockquote q:before {
		top: 12px;
		left: -50px;
	}

	blockquote q:after {
		right: -50px;
	}
}

@media (min-width: 1024px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

	.container {
		max-width: 990px;
	}

	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

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

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

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

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

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

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

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

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}

	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 5px !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 5px !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 5px !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 5px !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 5px !important;
	}

	.m-lg-2 {
		margin: 10px !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 10px !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 10px !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 10px !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 10px !important;
	}

	.m-lg-3 {
		margin: 15px !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 15px !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 15px !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 15px !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 15px !important;
	}

	.m-lg-4 {
		margin: 20px !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 20px !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 20px !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 20px !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 20px !important;
	}

	.m-lg-5 {
		margin: 25px !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 25px !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 25px !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 25px !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 25px !important;
	}

	.m-lg-6 {
		margin: 30px !important;
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: 30px !important;
	}

	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 30px !important;
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 30px !important;
	}

	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 30px !important;
	}

	.m-lg-7 {
		margin: 35px !important;
	}

	.mt-lg-7,
	.my-lg-7 {
		margin-top: 35px !important;
	}

	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 35px !important;
	}

	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 35px !important;
	}

	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 35px !important;
	}

	.m-lg-8 {
		margin: 40px !important;
	}

	.mt-lg-8,
	.my-lg-8 {
		margin-top: 40px !important;
	}

	.mr-lg-8,
	.mx-lg-8 {
		margin-right: 40px !important;
	}

	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: 40px !important;
	}

	.ml-lg-8,
	.mx-lg-8 {
		margin-left: 40px !important;
	}

	.m-lg-9 {
		margin: 45px !important;
	}

	.mt-lg-9,
	.my-lg-9 {
		margin-top: 45px !important;
	}

	.mr-lg-9,
	.mx-lg-9 {
		margin-right: 45px !important;
	}

	.mb-lg-9,
	.my-lg-9 {
		margin-bottom: 45px !important;
	}

	.ml-lg-9,
	.mx-lg-9 {
		margin-left: 45px !important;
	}

	.m-lg-10 {
		margin: 50px !important;
	}

	.mt-lg-10,
	.my-lg-10 {
		margin-top: 50px !important;
	}

	.mr-lg-10,
	.mx-lg-10 {
		margin-right: 50px !important;
	}

	.mb-lg-10,
	.my-lg-10 {
		margin-bottom: 50px !important;
	}

	.ml-lg-10,
	.mx-lg-10 {
		margin-left: 50px !important;
	}

	.m-lg-11 {
		margin: 55px !important;
	}

	.mt-lg-11,
	.my-lg-11 {
		margin-top: 55px !important;
	}

	.mr-lg-11,
	.mx-lg-11 {
		margin-right: 55px !important;
	}

	.mb-lg-11,
	.my-lg-11 {
		margin-bottom: 55px !important;
	}

	.ml-lg-11,
	.mx-lg-11 {
		margin-left: 55px !important;
	}

	.m-lg-12 {
		margin: 60px !important;
	}

	.mt-lg-12,
	.my-lg-12 {
		margin-top: 60px !important;
	}

	.mr-lg-12,
	.mx-lg-12 {
		margin-right: 60px !important;
	}

	.mb-lg-12,
	.my-lg-12 {
		margin-bottom: 60px !important;
	}

	.ml-lg-12,
	.mx-lg-12 {
		margin-left: 60px !important;
	}

	.m-lg-13 {
		margin: 65px !important;
	}

	.mt-lg-13,
	.my-lg-13 {
		margin-top: 65px !important;
	}

	.mr-lg-13,
	.mx-lg-13 {
		margin-right: 65px !important;
	}

	.mb-lg-13,
	.my-lg-13 {
		margin-bottom: 65px !important;
	}

	.ml-lg-13,
	.mx-lg-13 {
		margin-left: 65px !important;
	}

	.m-lg-14 {
		margin: 70px !important;
	}

	.mt-lg-14,
	.my-lg-14 {
		margin-top: 70px !important;
	}

	.mr-lg-14,
	.mx-lg-14 {
		margin-right: 70px !important;
	}

	.mb-lg-14,
	.my-lg-14 {
		margin-bottom: 70px !important;
	}

	.ml-lg-14,
	.mx-lg-14 {
		margin-left: 70px !important;
	}

	.m-lg-15 {
		margin: 75px !important;
	}

	.mt-lg-15,
	.my-lg-15 {
		margin-top: 75px !important;
	}

	.mr-lg-15,
	.mx-lg-15 {
		margin-right: 75px !important;
	}

	.mb-lg-15,
	.my-lg-15 {
		margin-bottom: 75px !important;
	}

	.ml-lg-15,
	.mx-lg-15 {
		margin-left: 75px !important;
	}

	.m-lg-16 {
		margin: 80px !important;
	}

	.mt-lg-16,
	.my-lg-16 {
		margin-top: 80px !important;
	}

	.mr-lg-16,
	.mx-lg-16 {
		margin-right: 80px !important;
	}

	.mb-lg-16,
	.my-lg-16 {
		margin-bottom: 80px !important;
	}

	.ml-lg-16,
	.mx-lg-16 {
		margin-left: 80px !important;
	}

	.m-lg-17 {
		margin: 85px !important;
	}

	.mt-lg-17,
	.my-lg-17 {
		margin-top: 85px !important;
	}

	.mr-lg-17,
	.mx-lg-17 {
		margin-right: 85px !important;
	}

	.mb-lg-17,
	.my-lg-17 {
		margin-bottom: 85px !important;
	}

	.ml-lg-17,
	.mx-lg-17 {
		margin-left: 85px !important;
	}

	.m-lg-18 {
		margin: 90px !important;
	}

	.mt-lg-18,
	.my-lg-18 {
		margin-top: 90px !important;
	}

	.mr-lg-18,
	.mx-lg-18 {
		margin-right: 90px !important;
	}

	.mb-lg-18,
	.my-lg-18 {
		margin-bottom: 90px !important;
	}

	.ml-lg-18,
	.mx-lg-18 {
		margin-left: 90px !important;
	}

	.m-lg-19 {
		margin: 95px !important;
	}

	.mt-lg-19,
	.my-lg-19 {
		margin-top: 95px !important;
	}

	.mr-lg-19,
	.mx-lg-19 {
		margin-right: 95px !important;
	}

	.mb-lg-19,
	.my-lg-19 {
		margin-bottom: 95px !important;
	}

	.ml-lg-19,
	.mx-lg-19 {
		margin-left: 95px !important;
	}

	.m-lg-20 {
		margin: 100px !important;
	}

	.mt-lg-20,
	.my-lg-20 {
		margin-top: 100px !important;
	}

	.mr-lg-20,
	.mx-lg-20 {
		margin-right: 100px !important;
	}

	.mb-lg-20,
	.my-lg-20 {
		margin-bottom: 100px !important;
	}

	.ml-lg-20,
	.mx-lg-20 {
		margin-left: 100px !important;
	}

	.m-lg-21 {
		margin: 105px !important;
	}

	.mt-lg-21,
	.my-lg-21 {
		margin-top: 105px !important;
	}

	.mr-lg-21,
	.mx-lg-21 {
		margin-right: 105px !important;
	}

	.mb-lg-21,
	.my-lg-21 {
		margin-bottom: 105px !important;
	}

	.ml-lg-21,
	.mx-lg-21 {
		margin-left: 105px !important;
	}

	.m-lg-22 {
		margin: 110px !important;
	}

	.mt-lg-22,
	.my-lg-22 {
		margin-top: 110px !important;
	}

	.mr-lg-22,
	.mx-lg-22 {
		margin-right: 110px !important;
	}

	.mb-lg-22,
	.my-lg-22 {
		margin-bottom: 110px !important;
	}

	.ml-lg-22,
	.mx-lg-22 {
		margin-left: 110px !important;
	}

	.m-lg-23 {
		margin: 115px !important;
	}

	.mt-lg-23,
	.my-lg-23 {
		margin-top: 115px !important;
	}

	.mr-lg-23,
	.mx-lg-23 {
		margin-right: 115px !important;
	}

	.mb-lg-23,
	.my-lg-23 {
		margin-bottom: 115px !important;
	}

	.ml-lg-23,
	.mx-lg-23 {
		margin-left: 115px !important;
	}

	.m-lg-24 {
		margin: 120px !important;
	}

	.mt-lg-24,
	.my-lg-24 {
		margin-top: 120px !important;
	}

	.mr-lg-24,
	.mx-lg-24 {
		margin-right: 120px !important;
	}

	.mb-lg-24,
	.my-lg-24 {
		margin-bottom: 120px !important;
	}

	.ml-lg-24,
	.mx-lg-24 {
		margin-left: 120px !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 5px !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 5px !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 5px !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 5px !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 5px !important;
	}

	.p-lg-2 {
		padding: 10px !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 10px !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 10px !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 10px !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 10px !important;
	}

	.p-lg-3 {
		padding: 15px !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 15px !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 15px !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 15px !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 15px !important;
	}

	.p-lg-4 {
		padding: 20px !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 20px !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 20px !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 20px !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 20px !important;
	}

	.p-lg-5 {
		padding: 25px !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 25px !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 25px !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 25px !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 25px !important;
	}

	.p-lg-6 {
		padding: 30px !important;
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 30px !important;
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right: 30px !important;
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 30px !important;
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left: 30px !important;
	}

	.p-lg-7 {
		padding: 35px !important;
	}

	.pt-lg-7,
	.py-lg-7 {
		padding-top: 35px !important;
	}

	.pr-lg-7,
	.px-lg-7 {
		padding-right: 35px !important;
	}

	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 35px !important;
	}

	.pl-lg-7,
	.px-lg-7 {
		padding-left: 35px !important;
	}

	.p-lg-8 {
		padding: 40px !important;
	}

	.pt-lg-8,
	.py-lg-8 {
		padding-top: 40px !important;
	}

	.pr-lg-8,
	.px-lg-8 {
		padding-right: 40px !important;
	}

	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: 40px !important;
	}

	.pl-lg-8,
	.px-lg-8 {
		padding-left: 40px !important;
	}

	.p-lg-9 {
		padding: 45px !important;
	}

	.pt-lg-9,
	.py-lg-9 {
		padding-top: 45px !important;
	}

	.pr-lg-9,
	.px-lg-9 {
		padding-right: 45px !important;
	}

	.pb-lg-9,
	.py-lg-9 {
		padding-bottom: 45px !important;
	}

	.pl-lg-9,
	.px-lg-9 {
		padding-left: 45px !important;
	}

	.p-lg-10 {
		padding: 50px !important;
	}

	.pt-lg-10,
	.py-lg-10 {
		padding-top: 50px !important;
	}

	.pr-lg-10,
	.px-lg-10 {
		padding-right: 50px !important;
	}

	.pb-lg-10,
	.py-lg-10 {
		padding-bottom: 50px !important;
	}

	.pl-lg-10,
	.px-lg-10 {
		padding-left: 50px !important;
	}

	.p-lg-11 {
		padding: 55px !important;
	}

	.pt-lg-11,
	.py-lg-11 {
		padding-top: 55px !important;
	}

	.pr-lg-11,
	.px-lg-11 {
		padding-right: 55px !important;
	}

	.pb-lg-11,
	.py-lg-11 {
		padding-bottom: 55px !important;
	}

	.pl-lg-11,
	.px-lg-11 {
		padding-left: 55px !important;
	}

	.p-lg-12 {
		padding: 60px !important;
	}

	.pt-lg-12,
	.py-lg-12 {
		padding-top: 60px !important;
	}

	.pr-lg-12,
	.px-lg-12 {
		padding-right: 60px !important;
	}

	.pb-lg-12,
	.py-lg-12 {
		padding-bottom: 60px !important;
	}

	.pl-lg-12,
	.px-lg-12 {
		padding-left: 60px !important;
	}

	.p-lg-13 {
		padding: 65px !important;
	}

	.pt-lg-13,
	.py-lg-13 {
		padding-top: 65px !important;
	}

	.pr-lg-13,
	.px-lg-13 {
		padding-right: 65px !important;
	}

	.pb-lg-13,
	.py-lg-13 {
		padding-bottom: 65px !important;
	}

	.pl-lg-13,
	.px-lg-13 {
		padding-left: 65px !important;
	}

	.p-lg-14 {
		padding: 70px !important;
	}

	.pt-lg-14,
	.py-lg-14 {
		padding-top: 70px !important;
	}

	.pr-lg-14,
	.px-lg-14 {
		padding-right: 70px !important;
	}

	.pb-lg-14,
	.py-lg-14 {
		padding-bottom: 70px !important;
	}

	.pl-lg-14,
	.px-lg-14 {
		padding-left: 70px !important;
	}

	.p-lg-15 {
		padding: 75px !important;
	}

	.pt-lg-15,
	.py-lg-15 {
		padding-top: 75px !important;
	}

	.pr-lg-15,
	.px-lg-15 {
		padding-right: 75px !important;
	}

	.pb-lg-15,
	.py-lg-15 {
		padding-bottom: 75px !important;
	}

	.pl-lg-15,
	.px-lg-15 {
		padding-left: 75px !important;
	}

	.p-lg-16 {
		padding: 80px !important;
	}

	.pt-lg-16,
	.py-lg-16 {
		padding-top: 80px !important;
	}

	.pr-lg-16,
	.px-lg-16 {
		padding-right: 80px !important;
	}

	.pb-lg-16,
	.py-lg-16 {
		padding-bottom: 80px !important;
	}

	.pl-lg-16,
	.px-lg-16 {
		padding-left: 80px !important;
	}

	.p-lg-17 {
		padding: 85px !important;
	}

	.pt-lg-17,
	.py-lg-17 {
		padding-top: 85px !important;
	}

	.pr-lg-17,
	.px-lg-17 {
		padding-right: 85px !important;
	}

	.pb-lg-17,
	.py-lg-17 {
		padding-bottom: 85px !important;
	}

	.pl-lg-17,
	.px-lg-17 {
		padding-left: 85px !important;
	}

	.p-lg-18 {
		padding: 90px !important;
	}

	.pt-lg-18,
	.py-lg-18 {
		padding-top: 90px !important;
	}

	.pr-lg-18,
	.px-lg-18 {
		padding-right: 90px !important;
	}

	.pb-lg-18,
	.py-lg-18 {
		padding-bottom: 90px !important;
	}

	.pl-lg-18,
	.px-lg-18 {
		padding-left: 90px !important;
	}

	.p-lg-19 {
		padding: 95px !important;
	}

	.pt-lg-19,
	.py-lg-19 {
		padding-top: 95px !important;
	}

	.pr-lg-19,
	.px-lg-19 {
		padding-right: 95px !important;
	}

	.pb-lg-19,
	.py-lg-19 {
		padding-bottom: 95px !important;
	}

	.pl-lg-19,
	.px-lg-19 {
		padding-left: 95px !important;
	}

	.p-lg-20 {
		padding: 100px !important;
	}

	.pt-lg-20,
	.py-lg-20 {
		padding-top: 100px !important;
	}

	.pr-lg-20,
	.px-lg-20 {
		padding-right: 100px !important;
	}

	.pb-lg-20,
	.py-lg-20 {
		padding-bottom: 100px !important;
	}

	.pl-lg-20,
	.px-lg-20 {
		padding-left: 100px !important;
	}

	.p-lg-21 {
		padding: 105px !important;
	}

	.pt-lg-21,
	.py-lg-21 {
		padding-top: 105px !important;
	}

	.pr-lg-21,
	.px-lg-21 {
		padding-right: 105px !important;
	}

	.pb-lg-21,
	.py-lg-21 {
		padding-bottom: 105px !important;
	}

	.pl-lg-21,
	.px-lg-21 {
		padding-left: 105px !important;
	}

	.p-lg-22 {
		padding: 110px !important;
	}

	.pt-lg-22,
	.py-lg-22 {
		padding-top: 110px !important;
	}

	.pr-lg-22,
	.px-lg-22 {
		padding-right: 110px !important;
	}

	.pb-lg-22,
	.py-lg-22 {
		padding-bottom: 110px !important;
	}

	.pl-lg-22,
	.px-lg-22 {
		padding-left: 110px !important;
	}

	.p-lg-23 {
		padding: 115px !important;
	}

	.pt-lg-23,
	.py-lg-23 {
		padding-top: 115px !important;
	}

	.pr-lg-23,
	.px-lg-23 {
		padding-right: 115px !important;
	}

	.pb-lg-23,
	.py-lg-23 {
		padding-bottom: 115px !important;
	}

	.pl-lg-23,
	.px-lg-23 {
		padding-left: 115px !important;
	}

	.p-lg-24 {
		padding: 120px !important;
	}

	.pt-lg-24,
	.py-lg-24 {
		padding-top: 120px !important;
	}

	.pr-lg-24,
	.px-lg-24 {
		padding-right: 120px !important;
	}

	.pb-lg-24,
	.py-lg-24 {
		padding-bottom: 120px !important;
	}

	.pl-lg-24,
	.px-lg-24 {
		padding-left: 120px !important;
	}

	.m-lg-n1 {
		margin: -5px !important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -5px !important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -5px !important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -5px !important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -5px !important;
	}

	.m-lg-n2 {
		margin: -10px !important;
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -10px !important;
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -10px !important;
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -10px !important;
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -10px !important;
	}

	.m-lg-n3 {
		margin: -15px !important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -15px !important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -15px !important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -15px !important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -15px !important;
	}

	.m-lg-n4 {
		margin: -20px !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -20px !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -20px !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -20px !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -20px !important;
	}

	.m-lg-n5 {
		margin: -25px !important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -25px !important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -25px !important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -25px !important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -25px !important;
	}

	.m-lg-n6 {
		margin: -30px !important;
	}

	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -30px !important;
	}

	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -30px !important;
	}

	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -30px !important;
	}

	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -30px !important;
	}

	.m-lg-n7 {
		margin: -35px !important;
	}

	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -35px !important;
	}

	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -35px !important;
	}

	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -35px !important;
	}

	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -35px !important;
	}

	.m-lg-n8 {
		margin: -40px !important;
	}

	.mt-lg-n8,
	.my-lg-n8 {
		margin-top: -40px !important;
	}

	.mr-lg-n8,
	.mx-lg-n8 {
		margin-right: -40px !important;
	}

	.mb-lg-n8,
	.my-lg-n8 {
		margin-bottom: -40px !important;
	}

	.ml-lg-n8,
	.mx-lg-n8 {
		margin-left: -40px !important;
	}

	.m-lg-n9 {
		margin: -45px !important;
	}

	.mt-lg-n9,
	.my-lg-n9 {
		margin-top: -45px !important;
	}

	.mr-lg-n9,
	.mx-lg-n9 {
		margin-right: -45px !important;
	}

	.mb-lg-n9,
	.my-lg-n9 {
		margin-bottom: -45px !important;
	}

	.ml-lg-n9,
	.mx-lg-n9 {
		margin-left: -45px !important;
	}

	.m-lg-n10 {
		margin: -50px !important;
	}

	.mt-lg-n10,
	.my-lg-n10 {
		margin-top: -50px !important;
	}

	.mr-lg-n10,
	.mx-lg-n10 {
		margin-right: -50px !important;
	}

	.mb-lg-n10,
	.my-lg-n10 {
		margin-bottom: -50px !important;
	}

	.ml-lg-n10,
	.mx-lg-n10 {
		margin-left: -50px !important;
	}

	.m-lg-n11 {
		margin: -55px !important;
	}

	.mt-lg-n11,
	.my-lg-n11 {
		margin-top: -55px !important;
	}

	.mr-lg-n11,
	.mx-lg-n11 {
		margin-right: -55px !important;
	}

	.mb-lg-n11,
	.my-lg-n11 {
		margin-bottom: -55px !important;
	}

	.ml-lg-n11,
	.mx-lg-n11 {
		margin-left: -55px !important;
	}

	.m-lg-n12 {
		margin: -60px !important;
	}

	.mt-lg-n12,
	.my-lg-n12 {
		margin-top: -60px !important;
	}

	.mr-lg-n12,
	.mx-lg-n12 {
		margin-right: -60px !important;
	}

	.mb-lg-n12,
	.my-lg-n12 {
		margin-bottom: -60px !important;
	}

	.ml-lg-n12,
	.mx-lg-n12 {
		margin-left: -60px !important;
	}

	.m-lg-n13 {
		margin: -65px !important;
	}

	.mt-lg-n13,
	.my-lg-n13 {
		margin-top: -65px !important;
	}

	.mr-lg-n13,
	.mx-lg-n13 {
		margin-right: -65px !important;
	}

	.mb-lg-n13,
	.my-lg-n13 {
		margin-bottom: -65px !important;
	}

	.ml-lg-n13,
	.mx-lg-n13 {
		margin-left: -65px !important;
	}

	.m-lg-n14 {
		margin: -70px !important;
	}

	.mt-lg-n14,
	.my-lg-n14 {
		margin-top: -70px !important;
	}

	.mr-lg-n14,
	.mx-lg-n14 {
		margin-right: -70px !important;
	}

	.mb-lg-n14,
	.my-lg-n14 {
		margin-bottom: -70px !important;
	}

	.ml-lg-n14,
	.mx-lg-n14 {
		margin-left: -70px !important;
	}

	.m-lg-n15 {
		margin: -75px !important;
	}

	.mt-lg-n15,
	.my-lg-n15 {
		margin-top: -75px !important;
	}

	.mr-lg-n15,
	.mx-lg-n15 {
		margin-right: -75px !important;
	}

	.mb-lg-n15,
	.my-lg-n15 {
		margin-bottom: -75px !important;
	}

	.ml-lg-n15,
	.mx-lg-n15 {
		margin-left: -75px !important;
	}

	.m-lg-n16 {
		margin: -80px !important;
	}

	.mt-lg-n16,
	.my-lg-n16 {
		margin-top: -80px !important;
	}

	.mr-lg-n16,
	.mx-lg-n16 {
		margin-right: -80px !important;
	}

	.mb-lg-n16,
	.my-lg-n16 {
		margin-bottom: -80px !important;
	}

	.ml-lg-n16,
	.mx-lg-n16 {
		margin-left: -80px !important;
	}

	.m-lg-n17 {
		margin: -85px !important;
	}

	.mt-lg-n17,
	.my-lg-n17 {
		margin-top: -85px !important;
	}

	.mr-lg-n17,
	.mx-lg-n17 {
		margin-right: -85px !important;
	}

	.mb-lg-n17,
	.my-lg-n17 {
		margin-bottom: -85px !important;
	}

	.ml-lg-n17,
	.mx-lg-n17 {
		margin-left: -85px !important;
	}

	.m-lg-n18 {
		margin: -90px !important;
	}

	.mt-lg-n18,
	.my-lg-n18 {
		margin-top: -90px !important;
	}

	.mr-lg-n18,
	.mx-lg-n18 {
		margin-right: -90px !important;
	}

	.mb-lg-n18,
	.my-lg-n18 {
		margin-bottom: -90px !important;
	}

	.ml-lg-n18,
	.mx-lg-n18 {
		margin-left: -90px !important;
	}

	.m-lg-n19 {
		margin: -95px !important;
	}

	.mt-lg-n19,
	.my-lg-n19 {
		margin-top: -95px !important;
	}

	.mr-lg-n19,
	.mx-lg-n19 {
		margin-right: -95px !important;
	}

	.mb-lg-n19,
	.my-lg-n19 {
		margin-bottom: -95px !important;
	}

	.ml-lg-n19,
	.mx-lg-n19 {
		margin-left: -95px !important;
	}

	.m-lg-n20 {
		margin: -100px !important;
	}

	.mt-lg-n20,
	.my-lg-n20 {
		margin-top: -100px !important;
	}

	.mr-lg-n20,
	.mx-lg-n20 {
		margin-right: -100px !important;
	}

	.mb-lg-n20,
	.my-lg-n20 {
		margin-bottom: -100px !important;
	}

	.ml-lg-n20,
	.mx-lg-n20 {
		margin-left: -100px !important;
	}

	.m-lg-n21 {
		margin: -105px !important;
	}

	.mt-lg-n21,
	.my-lg-n21 {
		margin-top: -105px !important;
	}

	.mr-lg-n21,
	.mx-lg-n21 {
		margin-right: -105px !important;
	}

	.mb-lg-n21,
	.my-lg-n21 {
		margin-bottom: -105px !important;
	}

	.ml-lg-n21,
	.mx-lg-n21 {
		margin-left: -105px !important;
	}

	.m-lg-n22 {
		margin: -110px !important;
	}

	.mt-lg-n22,
	.my-lg-n22 {
		margin-top: -110px !important;
	}

	.mr-lg-n22,
	.mx-lg-n22 {
		margin-right: -110px !important;
	}

	.mb-lg-n22,
	.my-lg-n22 {
		margin-bottom: -110px !important;
	}

	.ml-lg-n22,
	.mx-lg-n22 {
		margin-left: -110px !important;
	}

	.m-lg-n23 {
		margin: -115px !important;
	}

	.mt-lg-n23,
	.my-lg-n23 {
		margin-top: -115px !important;
	}

	.mr-lg-n23,
	.mx-lg-n23 {
		margin-right: -115px !important;
	}

	.mb-lg-n23,
	.my-lg-n23 {
		margin-bottom: -115px !important;
	}

	.ml-lg-n23,
	.mx-lg-n23 {
		margin-left: -115px !important;
	}

	.m-lg-n24 {
		margin: -120px !important;
	}

	.mt-lg-n24,
	.my-lg-n24 {
		margin-top: -120px !important;
	}

	.mr-lg-n24,
	.mx-lg-n24 {
		margin-right: -120px !important;
	}

	.mb-lg-n24,
	.my-lg-n24 {
		margin-bottom: -120px !important;
	}

	.ml-lg-n24,
	.mx-lg-n24 {
		margin-left: -120px !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}

	body {
		font-size: 18px;
	}

	hr {
		margin: 40px 0;
	}

	h1.decorated,
	.h1.decorated,
	h2.decorated,
	.h2.decorated,
	h3.decorated,
	.h3.decorated,
	h4.decorated,
	.h4.decorated,
	h5.decorated,
	.h5.decorated,
	h6.decorated,
	.h6.decorated {
		padding-left: 30px;
		margin: 40px 0;
	}

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

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

	.display-1 {
		font-size: 36px;
	}

	.block-title-sm {
		font-size: 20px;
	}

	.stretch-row.no-gutters-lg {
		margin: 0;
	}

	.stretch-row.no-gutters-lg .stretch-col {
		padding: 0;
		margin-bottom: 0;
	}

	.stretch-row.four-columns .stretch-col {
		width: 25%;
	}

	.stretch-row.two-columns .stretch-col {
		width: 50%;
	}

	.stretch-row.four-columns .stretch-col.stretch-col-wide {
		width: calc(100% / 2);
	}

	.stretch-row.two-columns .stretch-col.stretch-col-wide {
		width: calc(100% / 2);
	}


	.stretch-col {
		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-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		width: calc(100% / 3);
		margin-bottom: 0;
	}

	.stretch-col-wide {
		width: calc(100% / 3 * 2);
	}

	.info-list {
		font-size: 16px;
	}

	.category.category-lg {
		font-size: 14px;
	}

	.footer {
		padding: 50px 0;
	}

	.footer-content {
		margin-bottom: 30px;
	}

	.social {
		font-size: 26px;
	}

	.news-list.two-column-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.news-list.two-column-list li {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}

	.news-list.two-column-list li:last-child {
		margin-bottom: 30px;
	}

	.news-list-title {
		font-size: 18px;
	}

	.visual-box-content h3,
	.visual-box-content .h3 {
		font-size: 22px;
	}

	.visual-box-lg .visual-box-content h3,
	.visual-box-lg .visual-box-content .h3 {
		font-size: 28px;
	}

	.intro.overlap-content.aligment-right:before {
		left: calc((100vw - (990px/ 12 * 9)) / 2 - 30px);
	}

	.intro.overlap-content.aligment-left:before {
		right: calc((100vw - (990px/ 12 * 9)) / 2 - 30px);
	}

	.no-image .intro-content,
	.image-top .intro-content {
		padding-top: 60px;
	}

	.intro-news .intro-content:after {
		background: -webkit-linear-gradient(left, #f9f9f9 45%, transparent 65%);
		background: linear-gradient(to right, #f9f9f9 45%, transparent 65%);
	}

	.aligment-right.intro-news .intro-content:after {
		background: -webkit-linear-gradient(left, transparent 35%, #f9f9f9 55%);
		background: linear-gradient(to right, transparent 35%, #f9f9f9 55%);
	}

	.aligment-left.intro-sm .intro-content:after {
		background: -webkit-linear-gradient(left, #091528 40%, transparent 60%);
		background: linear-gradient(to right, #091528 40%, transparent 60%);
	}

	.aligment-right.intro-sm .intro-content:after {
		background: -webkit-linear-gradient(left, transparent 40%, #091528 60%);
		background: linear-gradient(to right, transparent 40%, #091528 60%);
	}

	.podcast-block-image {
		width: 200px;
		margin: -35px 40px -5px 10px;
	}

	.podcast-block {
		font-size: 17px;
	}

	.podcast-block.podcast-block-lg {
		font-size: 22px;
	}

	.podcast-block:last-child:not(.podcast-block-lg) {
		width: 360px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.podcast-category {
		padding-top: 4px;
	}

	.podcast-block-label {
		font-size: 64px;
		bottom: -10px;
	}

	.decoration-block-container .decorated-image {
		margin-top: -50px;
	}

	.block-content .inner-content {
		padding-right: 60px;
	}

	.person-headline-block .person-headline {
		margin-bottom: 0;
	}

	.mosaic-item-content.mosaic-item-content-lg {
		padding-left: 40px;
	}

	.mosaic-item-content.mosaic-item-content-lg .category {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.mosaic-item-content:after {
		content: "";
		display: block;
		width: 0;
		min-height: 218px;
	}

	.mosaic-item-image-overlay {
		position: absolute;
		top: 0;
		left: 95%;
		bottom: 0;
		width: calc(55% - 30px);
		background: -webkit-linear-gradient(left, transparent 0%, currentColor 8%);
		background: linear-gradient(to right, transparent 0%, currentColor 8%);
		z-index: 1;
		display: block;
	}

	.overlay-block-content {
		padding: 20px 25px;
	}

	.overlay-block-image {
		margin-left: -40px;
		padding-top: 5px;
	}

	.video-wrapper .stretch-row .stretch-col.stretch-col-wide {
		width: 64%;
	}

	.video-headline-title {
		font-size: 54px;
	}

	.feature-video {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.feature-video:after {
		content: "";
		display: block;
		width: 0;
		min-height: 286px;
	}

	.feature-video>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 100%;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.feature-video-image {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		height: auto;
	}

	.feature-video-content .video-icon {
		font-size: 58px;
	}

	.feature-video-title {
		font-size: 26px;
	}

	.news-card-content {
		font-size: 16px;
	}

	.news-card-title {
		font-size: 17px;
	}

	.info-block-image {
		width: 170px;
		margin-right: 20px;
	}

	.info-block-image.info-block-image-lg {
		width: 200px;
	}

	.info-block-content {
		padding: 10px 0;
	}

	.report-block {
		padding-right: 100px;
	}

	.report-block-content {
		font-size: 16px;
	}

	.report-item {
		padding-left: 0;
	}

	[class*="row-reverse"] .report-item {
		padding-left: 20px;
	}

	[class*="row-reverse"] .report-item .headline {
		margin-right: -30px;
	}

	[class*="row-reverse"] .report-item:before {
		left: 0;
		right: -300px;
	}

	.report-item:before {
		left: -300px;
	}

	.entertainment-block {
		padding: 20px;
	}

	.entertainment-block .stretch-col {
		width: 22%;
	}

	.entertainment-block .stretch-col-wide {
		width: 78%;
	}

	.entertaiment-item-content {
		padding: 30px;
	}

	.entertaiment-item {
		padding-left: 15px;
		margin-top: -20px;
	}

	.entertaiment-item-title {
		font-size: 36px;
	}

	.article-list,
	.article-list-2 {
		margin: 40px 0;
	}

	.article-box {
		margin: 40px 0;
	}

	.article-box {
		padding: 30px 40px;
	}

	figure.fullwidth,
	.figure.fullwidth {
		margin-top: 50px;
	}

	figure:before,
	.figure:before {
		left: 50px;
		top: 40px;
	}

	figcaption,
	.figcaption {
		margin-left: 50px;
	}

	blockquote {
		padding: 37px 40px 47px;
		font-size: 25px;
	}

	blockquote q:after,
	blockquote q:before {
		width: 102px;
		height: 102px;
	}

	blockquote q:before {
		left: -80px;
		top: 18px;
	}

	blockquote q:after {
		bottom: -48px;
		right: -67px;
	}

	.article-news {
		margin: 40px 0;
	}

	.article-news .news-list {
		padding-bottom: 0;
	}

	.share-block {
		margin: 40px 0;
	}

	.share-block-title {
		font-size: 18px;
	}
}

@media (min-width: 1366px) {
	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}

	.container {
		max-width: 1330px;
	}

	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

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

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

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

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

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

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

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

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}

	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 5px !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 5px !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 5px !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 5px !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 5px !important;
	}

	.m-xl-2 {
		margin: 10px !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 10px !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 10px !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 10px !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 10px !important;
	}

	.m-xl-3 {
		margin: 15px !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 15px !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 15px !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 15px !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 15px !important;
	}

	.m-xl-4 {
		margin: 20px !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 20px !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 20px !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 20px !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 20px !important;
	}

	.m-xl-5 {
		margin: 25px !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 25px !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 25px !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 25px !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 25px !important;
	}

	.m-xl-6 {
		margin: 30px !important;
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 30px !important;
	}

	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 30px !important;
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 30px !important;
	}

	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 30px !important;
	}

	.m-xl-7 {
		margin: 35px !important;
	}

	.mt-xl-7,
	.my-xl-7 {
		margin-top: 35px !important;
	}

	.mr-xl-7,
	.mx-xl-7 {
		margin-right: 35px !important;
	}

	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 35px !important;
	}

	.ml-xl-7,
	.mx-xl-7 {
		margin-left: 35px !important;
	}

	.m-xl-8 {
		margin: 40px !important;
	}

	.mt-xl-8,
	.my-xl-8 {
		margin-top: 40px !important;
	}

	.mr-xl-8,
	.mx-xl-8 {
		margin-right: 40px !important;
	}

	.mb-xl-8,
	.my-xl-8 {
		margin-bottom: 40px !important;
	}

	.ml-xl-8,
	.mx-xl-8 {
		margin-left: 40px !important;
	}

	.m-xl-9 {
		margin: 45px !important;
	}

	.mt-xl-9,
	.my-xl-9 {
		margin-top: 45px !important;
	}

	.mr-xl-9,
	.mx-xl-9 {
		margin-right: 45px !important;
	}

	.mb-xl-9,
	.my-xl-9 {
		margin-bottom: 45px !important;
	}

	.ml-xl-9,
	.mx-xl-9 {
		margin-left: 45px !important;
	}

	.m-xl-10 {
		margin: 50px !important;
	}

	.mt-xl-10,
	.my-xl-10 {
		margin-top: 50px !important;
	}

	.mr-xl-10,
	.mx-xl-10 {
		margin-right: 50px !important;
	}

	.mb-xl-10,
	.my-xl-10 {
		margin-bottom: 50px !important;
	}

	.ml-xl-10,
	.mx-xl-10 {
		margin-left: 50px !important;
	}

	.m-xl-11 {
		margin: 55px !important;
	}

	.mt-xl-11,
	.my-xl-11 {
		margin-top: 55px !important;
	}

	.mr-xl-11,
	.mx-xl-11 {
		margin-right: 55px !important;
	}

	.mb-xl-11,
	.my-xl-11 {
		margin-bottom: 55px !important;
	}

	.ml-xl-11,
	.mx-xl-11 {
		margin-left: 55px !important;
	}

	.m-xl-12 {
		margin: 60px !important;
	}

	.mt-xl-12,
	.my-xl-12 {
		margin-top: 60px !important;
	}

	.mr-xl-12,
	.mx-xl-12 {
		margin-right: 60px !important;
	}

	.mb-xl-12,
	.my-xl-12 {
		margin-bottom: 60px !important;
	}

	.ml-xl-12,
	.mx-xl-12 {
		margin-left: 60px !important;
	}

	.m-xl-13 {
		margin: 65px !important;
	}

	.mt-xl-13,
	.my-xl-13 {
		margin-top: 65px !important;
	}

	.mr-xl-13,
	.mx-xl-13 {
		margin-right: 65px !important;
	}

	.mb-xl-13,
	.my-xl-13 {
		margin-bottom: 65px !important;
	}

	.ml-xl-13,
	.mx-xl-13 {
		margin-left: 65px !important;
	}

	.m-xl-14 {
		margin: 70px !important;
	}

	.mt-xl-14,
	.my-xl-14 {
		margin-top: 70px !important;
	}

	.mr-xl-14,
	.mx-xl-14 {
		margin-right: 70px !important;
	}

	.mb-xl-14,
	.my-xl-14 {
		margin-bottom: 70px !important;
	}

	.ml-xl-14,
	.mx-xl-14 {
		margin-left: 70px !important;
	}

	.m-xl-15 {
		margin: 75px !important;
	}

	.mt-xl-15,
	.my-xl-15 {
		margin-top: 75px !important;
	}

	.mr-xl-15,
	.mx-xl-15 {
		margin-right: 75px !important;
	}

	.mb-xl-15,
	.my-xl-15 {
		margin-bottom: 75px !important;
	}

	.ml-xl-15,
	.mx-xl-15 {
		margin-left: 75px !important;
	}

	.m-xl-16 {
		margin: 80px !important;
	}

	.mt-xl-16,
	.my-xl-16 {
		margin-top: 80px !important;
	}

	.mr-xl-16,
	.mx-xl-16 {
		margin-right: 80px !important;
	}

	.mb-xl-16,
	.my-xl-16 {
		margin-bottom: 80px !important;
	}

	.ml-xl-16,
	.mx-xl-16 {
		margin-left: 80px !important;
	}

	.m-xl-17 {
		margin: 85px !important;
	}

	.mt-xl-17,
	.my-xl-17 {
		margin-top: 85px !important;
	}

	.mr-xl-17,
	.mx-xl-17 {
		margin-right: 85px !important;
	}

	.mb-xl-17,
	.my-xl-17 {
		margin-bottom: 85px !important;
	}

	.ml-xl-17,
	.mx-xl-17 {
		margin-left: 85px !important;
	}

	.m-xl-18 {
		margin: 90px !important;
	}

	.mt-xl-18,
	.my-xl-18 {
		margin-top: 90px !important;
	}

	.mr-xl-18,
	.mx-xl-18 {
		margin-right: 90px !important;
	}

	.mb-xl-18,
	.my-xl-18 {
		margin-bottom: 90px !important;
	}

	.ml-xl-18,
	.mx-xl-18 {
		margin-left: 90px !important;
	}

	.m-xl-19 {
		margin: 95px !important;
	}

	.mt-xl-19,
	.my-xl-19 {
		margin-top: 95px !important;
	}

	.mr-xl-19,
	.mx-xl-19 {
		margin-right: 95px !important;
	}

	.mb-xl-19,
	.my-xl-19 {
		margin-bottom: 95px !important;
	}

	.ml-xl-19,
	.mx-xl-19 {
		margin-left: 95px !important;
	}

	.m-xl-20 {
		margin: 100px !important;
	}

	.mt-xl-20,
	.my-xl-20 {
		margin-top: 100px !important;
	}

	.mr-xl-20,
	.mx-xl-20 {
		margin-right: 100px !important;
	}

	.mb-xl-20,
	.my-xl-20 {
		margin-bottom: 100px !important;
	}

	.ml-xl-20,
	.mx-xl-20 {
		margin-left: 100px !important;
	}

	.m-xl-21 {
		margin: 105px !important;
	}

	.mt-xl-21,
	.my-xl-21 {
		margin-top: 105px !important;
	}

	.mr-xl-21,
	.mx-xl-21 {
		margin-right: 105px !important;
	}

	.mb-xl-21,
	.my-xl-21 {
		margin-bottom: 105px !important;
	}

	.ml-xl-21,
	.mx-xl-21 {
		margin-left: 105px !important;
	}

	.m-xl-22 {
		margin: 110px !important;
	}

	.mt-xl-22,
	.my-xl-22 {
		margin-top: 110px !important;
	}

	.mr-xl-22,
	.mx-xl-22 {
		margin-right: 110px !important;
	}

	.mb-xl-22,
	.my-xl-22 {
		margin-bottom: 110px !important;
	}

	.ml-xl-22,
	.mx-xl-22 {
		margin-left: 110px !important;
	}

	.m-xl-23 {
		margin: 115px !important;
	}

	.mt-xl-23,
	.my-xl-23 {
		margin-top: 115px !important;
	}

	.mr-xl-23,
	.mx-xl-23 {
		margin-right: 115px !important;
	}

	.mb-xl-23,
	.my-xl-23 {
		margin-bottom: 115px !important;
	}

	.ml-xl-23,
	.mx-xl-23 {
		margin-left: 115px !important;
	}

	.m-xl-24 {
		margin: 120px !important;
	}

	.mt-xl-24,
	.my-xl-24 {
		margin-top: 120px !important;
	}

	.mr-xl-24,
	.mx-xl-24 {
		margin-right: 120px !important;
	}

	.mb-xl-24,
	.my-xl-24 {
		margin-bottom: 120px !important;
	}

	.ml-xl-24,
	.mx-xl-24 {
		margin-left: 120px !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 5px !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 5px !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 5px !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 5px !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 5px !important;
	}

	.p-xl-2 {
		padding: 10px !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 10px !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 10px !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 10px !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 10px !important;
	}

	.p-xl-3 {
		padding: 15px !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 15px !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 15px !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 15px !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 15px !important;
	}

	.p-xl-4 {
		padding: 20px !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 20px !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 20px !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 20px !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 20px !important;
	}

	.p-xl-5 {
		padding: 25px !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 25px !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 25px !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 25px !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 25px !important;
	}

	.p-xl-6 {
		padding: 30px !important;
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 30px !important;
	}

	.pr-xl-6,
	.px-xl-6 {
		padding-right: 30px !important;
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 30px !important;
	}

	.pl-xl-6,
	.px-xl-6 {
		padding-left: 30px !important;
	}

	.p-xl-7 {
		padding: 35px !important;
	}

	.pt-xl-7,
	.py-xl-7 {
		padding-top: 35px !important;
	}

	.pr-xl-7,
	.px-xl-7 {
		padding-right: 35px !important;
	}

	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 35px !important;
	}

	.pl-xl-7,
	.px-xl-7 {
		padding-left: 35px !important;
	}

	.p-xl-8 {
		padding: 40px !important;
	}

	.pt-xl-8,
	.py-xl-8 {
		padding-top: 40px !important;
	}

	.pr-xl-8,
	.px-xl-8 {
		padding-right: 40px !important;
	}

	.pb-xl-8,
	.py-xl-8 {
		padding-bottom: 40px !important;
	}

	.pl-xl-8,
	.px-xl-8 {
		padding-left: 40px !important;
	}

	.p-xl-9 {
		padding: 45px !important;
	}

	.pt-xl-9,
	.py-xl-9 {
		padding-top: 45px !important;
	}

	.pr-xl-9,
	.px-xl-9 {
		padding-right: 45px !important;
	}

	.pb-xl-9,
	.py-xl-9 {
		padding-bottom: 45px !important;
	}

	.pl-xl-9,
	.px-xl-9 {
		padding-left: 45px !important;
	}

	.p-xl-10 {
		padding: 50px !important;
	}

	.pt-xl-10,
	.py-xl-10 {
		padding-top: 50px !important;
	}

	.pr-xl-10,
	.px-xl-10 {
		padding-right: 50px !important;
	}

	.pb-xl-10,
	.py-xl-10 {
		padding-bottom: 50px !important;
	}

	.pl-xl-10,
	.px-xl-10 {
		padding-left: 50px !important;
	}

	.p-xl-11 {
		padding: 55px !important;
	}

	.pt-xl-11,
	.py-xl-11 {
		padding-top: 55px !important;
	}

	.pr-xl-11,
	.px-xl-11 {
		padding-right: 55px !important;
	}

	.pb-xl-11,
	.py-xl-11 {
		padding-bottom: 55px !important;
	}

	.pl-xl-11,
	.px-xl-11 {
		padding-left: 55px !important;
	}

	.p-xl-12 {
		padding: 60px !important;
	}

	.pt-xl-12,
	.py-xl-12 {
		padding-top: 60px !important;
	}

	.pr-xl-12,
	.px-xl-12 {
		padding-right: 60px !important;
	}

	.pb-xl-12,
	.py-xl-12 {
		padding-bottom: 60px !important;
	}

	.pl-xl-12,
	.px-xl-12 {
		padding-left: 60px !important;
	}

	.p-xl-13 {
		padding: 65px !important;
	}

	.pt-xl-13,
	.py-xl-13 {
		padding-top: 65px !important;
	}

	.pr-xl-13,
	.px-xl-13 {
		padding-right: 65px !important;
	}

	.pb-xl-13,
	.py-xl-13 {
		padding-bottom: 65px !important;
	}

	.pl-xl-13,
	.px-xl-13 {
		padding-left: 65px !important;
	}

	.p-xl-14 {
		padding: 70px !important;
	}

	.pt-xl-14,
	.py-xl-14 {
		padding-top: 70px !important;
	}

	.pr-xl-14,
	.px-xl-14 {
		padding-right: 70px !important;
	}

	.pb-xl-14,
	.py-xl-14 {
		padding-bottom: 70px !important;
	}

	.pl-xl-14,
	.px-xl-14 {
		padding-left: 70px !important;
	}

	.p-xl-15 {
		padding: 75px !important;
	}

	.pt-xl-15,
	.py-xl-15 {
		padding-top: 75px !important;
	}

	.pr-xl-15,
	.px-xl-15 {
		padding-right: 75px !important;
	}

	.pb-xl-15,
	.py-xl-15 {
		padding-bottom: 75px !important;
	}

	.pl-xl-15,
	.px-xl-15 {
		padding-left: 75px !important;
	}

	.p-xl-16 {
		padding: 80px !important;
	}

	.pt-xl-16,
	.py-xl-16 {
		padding-top: 80px !important;
	}

	.pr-xl-16,
	.px-xl-16 {
		padding-right: 80px !important;
	}

	.pb-xl-16,
	.py-xl-16 {
		padding-bottom: 80px !important;
	}

	.pl-xl-16,
	.px-xl-16 {
		padding-left: 80px !important;
	}

	.p-xl-17 {
		padding: 85px !important;
	}

	.pt-xl-17,
	.py-xl-17 {
		padding-top: 85px !important;
	}

	.pr-xl-17,
	.px-xl-17 {
		padding-right: 85px !important;
	}

	.pb-xl-17,
	.py-xl-17 {
		padding-bottom: 85px !important;
	}

	.pl-xl-17,
	.px-xl-17 {
		padding-left: 85px !important;
	}

	.p-xl-18 {
		padding: 90px !important;
	}

	.pt-xl-18,
	.py-xl-18 {
		padding-top: 90px !important;
	}

	.pr-xl-18,
	.px-xl-18 {
		padding-right: 90px !important;
	}

	.pb-xl-18,
	.py-xl-18 {
		padding-bottom: 90px !important;
	}

	.pl-xl-18,
	.px-xl-18 {
		padding-left: 90px !important;
	}

	.p-xl-19 {
		padding: 95px !important;
	}

	.pt-xl-19,
	.py-xl-19 {
		padding-top: 95px !important;
	}

	.pr-xl-19,
	.px-xl-19 {
		padding-right: 95px !important;
	}

	.pb-xl-19,
	.py-xl-19 {
		padding-bottom: 95px !important;
	}

	.pl-xl-19,
	.px-xl-19 {
		padding-left: 95px !important;
	}

	.p-xl-20 {
		padding: 100px !important;
	}

	.pt-xl-20,
	.py-xl-20 {
		padding-top: 100px !important;
	}

	.pr-xl-20,
	.px-xl-20 {
		padding-right: 100px !important;
	}

	.pb-xl-20,
	.py-xl-20 {
		padding-bottom: 100px !important;
	}

	.pl-xl-20,
	.px-xl-20 {
		padding-left: 100px !important;
	}

	.p-xl-21 {
		padding: 105px !important;
	}

	.pt-xl-21,
	.py-xl-21 {
		padding-top: 105px !important;
	}

	.pr-xl-21,
	.px-xl-21 {
		padding-right: 105px !important;
	}

	.pb-xl-21,
	.py-xl-21 {
		padding-bottom: 105px !important;
	}

	.pl-xl-21,
	.px-xl-21 {
		padding-left: 105px !important;
	}

	.p-xl-22 {
		padding: 110px !important;
	}

	.pt-xl-22,
	.py-xl-22 {
		padding-top: 110px !important;
	}

	.pr-xl-22,
	.px-xl-22 {
		padding-right: 110px !important;
	}

	.pb-xl-22,
	.py-xl-22 {
		padding-bottom: 110px !important;
	}

	.pl-xl-22,
	.px-xl-22 {
		padding-left: 110px !important;
	}

	.p-xl-23 {
		padding: 115px !important;
	}

	.pt-xl-23,
	.py-xl-23 {
		padding-top: 115px !important;
	}

	.pr-xl-23,
	.px-xl-23 {
		padding-right: 115px !important;
	}

	.pb-xl-23,
	.py-xl-23 {
		padding-bottom: 115px !important;
	}

	.pl-xl-23,
	.px-xl-23 {
		padding-left: 115px !important;
	}

	.p-xl-24 {
		padding: 120px !important;
	}

	.pt-xl-24,
	.py-xl-24 {
		padding-top: 120px !important;
	}

	.pr-xl-24,
	.px-xl-24 {
		padding-right: 120px !important;
	}

	.pb-xl-24,
	.py-xl-24 {
		padding-bottom: 120px !important;
	}

	.pl-xl-24,
	.px-xl-24 {
		padding-left: 120px !important;
	}

	.m-xl-n1 {
		margin: -5px !important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -5px !important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -5px !important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -5px !important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -5px !important;
	}

	.m-xl-n2 {
		margin: -10px !important;
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -10px !important;
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -10px !important;
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -10px !important;
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -10px !important;
	}

	.m-xl-n3 {
		margin: -15px !important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -15px !important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -15px !important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -15px !important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -15px !important;
	}

	.m-xl-n4 {
		margin: -20px !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -20px !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -20px !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -20px !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -20px !important;
	}

	.m-xl-n5 {
		margin: -25px !important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -25px !important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -25px !important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -25px !important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -25px !important;
	}

	.m-xl-n6 {
		margin: -30px !important;
	}

	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -30px !important;
	}

	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -30px !important;
	}

	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -30px !important;
	}

	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -30px !important;
	}

	.m-xl-n7 {
		margin: -35px !important;
	}

	.mt-xl-n7,
	.my-xl-n7 {
		margin-top: -35px !important;
	}

	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right: -35px !important;
	}

	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom: -35px !important;
	}

	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left: -35px !important;
	}

	.m-xl-n8 {
		margin: -40px !important;
	}

	.mt-xl-n8,
	.my-xl-n8 {
		margin-top: -40px !important;
	}

	.mr-xl-n8,
	.mx-xl-n8 {
		margin-right: -40px !important;
	}

	.mb-xl-n8,
	.my-xl-n8 {
		margin-bottom: -40px !important;
	}

	.ml-xl-n8,
	.mx-xl-n8 {
		margin-left: -40px !important;
	}

	.m-xl-n9 {
		margin: -45px !important;
	}

	.mt-xl-n9,
	.my-xl-n9 {
		margin-top: -45px !important;
	}

	.mr-xl-n9,
	.mx-xl-n9 {
		margin-right: -45px !important;
	}

	.mb-xl-n9,
	.my-xl-n9 {
		margin-bottom: -45px !important;
	}

	.ml-xl-n9,
	.mx-xl-n9 {
		margin-left: -45px !important;
	}

	.m-xl-n10 {
		margin: -50px !important;
	}

	.mt-xl-n10,
	.my-xl-n10 {
		margin-top: -50px !important;
	}

	.mr-xl-n10,
	.mx-xl-n10 {
		margin-right: -50px !important;
	}

	.mb-xl-n10,
	.my-xl-n10 {
		margin-bottom: -50px !important;
	}

	.ml-xl-n10,
	.mx-xl-n10 {
		margin-left: -50px !important;
	}

	.m-xl-n11 {
		margin: -55px !important;
	}

	.mt-xl-n11,
	.my-xl-n11 {
		margin-top: -55px !important;
	}

	.mr-xl-n11,
	.mx-xl-n11 {
		margin-right: -55px !important;
	}

	.mb-xl-n11,
	.my-xl-n11 {
		margin-bottom: -55px !important;
	}

	.ml-xl-n11,
	.mx-xl-n11 {
		margin-left: -55px !important;
	}

	.m-xl-n12 {
		margin: -60px !important;
	}

	.mt-xl-n12,
	.my-xl-n12 {
		margin-top: -60px !important;
	}

	.mr-xl-n12,
	.mx-xl-n12 {
		margin-right: -60px !important;
	}

	.mb-xl-n12,
	.my-xl-n12 {
		margin-bottom: -60px !important;
	}

	.ml-xl-n12,
	.mx-xl-n12 {
		margin-left: -60px !important;
	}

	.m-xl-n13 {
		margin: -65px !important;
	}

	.mt-xl-n13,
	.my-xl-n13 {
		margin-top: -65px !important;
	}

	.mr-xl-n13,
	.mx-xl-n13 {
		margin-right: -65px !important;
	}

	.mb-xl-n13,
	.my-xl-n13 {
		margin-bottom: -65px !important;
	}

	.ml-xl-n13,
	.mx-xl-n13 {
		margin-left: -65px !important;
	}

	.m-xl-n14 {
		margin: -70px !important;
	}

	.mt-xl-n14,
	.my-xl-n14 {
		margin-top: -70px !important;
	}

	.mr-xl-n14,
	.mx-xl-n14 {
		margin-right: -70px !important;
	}

	.mb-xl-n14,
	.my-xl-n14 {
		margin-bottom: -70px !important;
	}

	.ml-xl-n14,
	.mx-xl-n14 {
		margin-left: -70px !important;
	}

	.m-xl-n15 {
		margin: -75px !important;
	}

	.mt-xl-n15,
	.my-xl-n15 {
		margin-top: -75px !important;
	}

	.mr-xl-n15,
	.mx-xl-n15 {
		margin-right: -75px !important;
	}

	.mb-xl-n15,
	.my-xl-n15 {
		margin-bottom: -75px !important;
	}

	.ml-xl-n15,
	.mx-xl-n15 {
		margin-left: -75px !important;
	}

	.m-xl-n16 {
		margin: -80px !important;
	}

	.mt-xl-n16,
	.my-xl-n16 {
		margin-top: -80px !important;
	}

	.mr-xl-n16,
	.mx-xl-n16 {
		margin-right: -80px !important;
	}

	.mb-xl-n16,
	.my-xl-n16 {
		margin-bottom: -80px !important;
	}

	.ml-xl-n16,
	.mx-xl-n16 {
		margin-left: -80px !important;
	}

	.m-xl-n17 {
		margin: -85px !important;
	}

	.mt-xl-n17,
	.my-xl-n17 {
		margin-top: -85px !important;
	}

	.mr-xl-n17,
	.mx-xl-n17 {
		margin-right: -85px !important;
	}

	.mb-xl-n17,
	.my-xl-n17 {
		margin-bottom: -85px !important;
	}

	.ml-xl-n17,
	.mx-xl-n17 {
		margin-left: -85px !important;
	}

	.m-xl-n18 {
		margin: -90px !important;
	}

	.mt-xl-n18,
	.my-xl-n18 {
		margin-top: -90px !important;
	}

	.mr-xl-n18,
	.mx-xl-n18 {
		margin-right: -90px !important;
	}

	.mb-xl-n18,
	.my-xl-n18 {
		margin-bottom: -90px !important;
	}

	.ml-xl-n18,
	.mx-xl-n18 {
		margin-left: -90px !important;
	}

	.m-xl-n19 {
		margin: -95px !important;
	}

	.mt-xl-n19,
	.my-xl-n19 {
		margin-top: -95px !important;
	}

	.mr-xl-n19,
	.mx-xl-n19 {
		margin-right: -95px !important;
	}

	.mb-xl-n19,
	.my-xl-n19 {
		margin-bottom: -95px !important;
	}

	.ml-xl-n19,
	.mx-xl-n19 {
		margin-left: -95px !important;
	}

	.m-xl-n20 {
		margin: -100px !important;
	}

	.mt-xl-n20,
	.my-xl-n20 {
		margin-top: -100px !important;
	}

	.mr-xl-n20,
	.mx-xl-n20 {
		margin-right: -100px !important;
	}

	.mb-xl-n20,
	.my-xl-n20 {
		margin-bottom: -100px !important;
	}

	.ml-xl-n20,
	.mx-xl-n20 {
		margin-left: -100px !important;
	}

	.m-xl-n21 {
		margin: -105px !important;
	}

	.mt-xl-n21,
	.my-xl-n21 {
		margin-top: -105px !important;
	}

	.mr-xl-n21,
	.mx-xl-n21 {
		margin-right: -105px !important;
	}

	.mb-xl-n21,
	.my-xl-n21 {
		margin-bottom: -105px !important;
	}

	.ml-xl-n21,
	.mx-xl-n21 {
		margin-left: -105px !important;
	}

	.m-xl-n22 {
		margin: -110px !important;
	}

	.mt-xl-n22,
	.my-xl-n22 {
		margin-top: -110px !important;
	}

	.mr-xl-n22,
	.mx-xl-n22 {
		margin-right: -110px !important;
	}

	.mb-xl-n22,
	.my-xl-n22 {
		margin-bottom: -110px !important;
	}

	.ml-xl-n22,
	.mx-xl-n22 {
		margin-left: -110px !important;
	}

	.m-xl-n23 {
		margin: -115px !important;
	}

	.mt-xl-n23,
	.my-xl-n23 {
		margin-top: -115px !important;
	}

	.mr-xl-n23,
	.mx-xl-n23 {
		margin-right: -115px !important;
	}

	.mb-xl-n23,
	.my-xl-n23 {
		margin-bottom: -115px !important;
	}

	.ml-xl-n23,
	.mx-xl-n23 {
		margin-left: -115px !important;
	}

	.m-xl-n24 {
		margin: -120px !important;
	}

	.mt-xl-n24,
	.my-xl-n24 {
		margin-top: -120px !important;
	}

	.mr-xl-n24,
	.mx-xl-n24 {
		margin-right: -120px !important;
	}

	.mb-xl-n24,
	.my-xl-n24 {
		margin-bottom: -120px !important;
	}

	.ml-xl-n24,
	.mx-xl-n24 {
		margin-left: -120px !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}

	body {
		font-size: 22px;
	}

	p {
		margin-bottom: 32px;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		margin-bottom: 20px;
	}

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

	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4 {
		font-size: 28px;
	}

	.display-1 {
		font-size: 48px;
	}

	.block-title {
		font-size: 36px;
		letter-spacing: .025em;
	}

	.block-title.font-weight-medium {
		letter-spacing: 0;
	}

	.block-title-sm {
		font-size: 24px;
		letter-spacing: .025em;
	}

	.row.spacing-lg,
	.stretch-row.spacing-lg {
		margin: 0 -25px;
	}

	.row.spacing-lg>[class^="col-"],
	.row.spacing-lg>.stretch-col,
	.stretch-row.spacing-lg>[class^="col-"],
	.stretch-row.spacing-lg>.stretch-col {
		padding: 0 25px;
	}

	.info-list {
		font-size: 18px;
	}

	.headline-title {
		font-size: 40px;
	}

	.header {
		padding: 19px 0;
	}

	.logo {
		font-size: 34px;
		letter-spacing: .025em;
	}

	.popup-inner {
		max-width: 1330px;
		margin: 0 auto;
	}

	.popup-top {
		padding: 19px 15px;
	}

	.popup-top:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
		background-color: #DB2D08;
		z-index: -1;
	}

	.popup-content {
		padding: 19px 15px;
	}

	.popup-bottom {
		padding: 19px 15px;
	}

	.header-links {
		font-size: 16px;
	}

	.footer {
		padding: 60px 0;
	}

	.footer-content {
		margin-bottom: 38px;
	}

	.search-form .search-form-btn {
		font-size: 34px;
	}

	.news-item-image {
		margin-right: 25px;
	}

	.news-item-lg .news-item-image {
		width: 160px;
		margin-right: 20px;
	}

	.news-item-title,
	.news-item-title-md {
		font-size: 19px;
	}

	.news-item-title-lg {
		font-size: 22px;
	}

	.news-item-title-md {
		font-size: 20px;
		max-height: 102px;
	}

	.news-list-title {
		font-size: 22px;
	}

	.news-list-title.news-list-title-lg {
		font-size: 40px;
	}

	.visual-box-lg .visual-box-content {
		width: 45%;
		padding: 30px 40px;
	}

	.visual-box-lg .visual-box-content h3,
	.visual-box-lg .visual-box-content .h3 {
		font-size: 34px;
	}

	.skew-section {
		font-size: 20px;
	}

	.skew-section-content {
		font-size: 20px;
		width: 44%;
		padding: 37px 0;
	}

	.intro.intro-news:after {
		min-height: 500px;
	}

	.intro.overlap-content.aligment-right:before {
		left: calc((100vw - (1330px/ 12 * 9)) / 2 - 35px);
	}

	.intro.overlap-content.aligment-left:before {
		right: calc((100vw - (1330px/ 12 * 9)) / 2 - 35px);
	}

	.intro:after {
		min-height: 375px;
		padding-bottom: 22%;
	}

	.intro-content {
		font-size: 20px;
		padding: 40px 0;
	}

	.intro-sm .intro-content {
		font-size: 24px;
		padding: 30px 0;
	}

	.intro-sm .intro-content p {
		margin-bottom: 15px;
	}

	.no-image .intro-content,
	.image-top .intro-content {
		padding-top: 76px;
	}

	.image-top.overlap-content .intro-content:before {
		left: -95px;
		right: -95px;
	}

	.intro-content .block-content:not(:last-child) {
		margin-bottom: 50px;
	}

	.podcast-block-holder {
		padding: 20px;
	}

	.podcast-block-holder .btn-list {
		margin-top: 15px;
	}

	.podcast-block-image {
		width: 238px;
		margin-right: 73px;
	}

	.podcast-block.podcast-block-lg {
		font-size: 24px;
	}

	.podcast-block.podcast-block-lg:not(:only-child) {
		width: 45%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.podcast-category {
		padding-top: 8px;
	}

	.podcast-block-label {
		right: 20px;
	}

	.decoration-block-container {
		padding-top: 38px;
	}

	.decoration-block-container .decorated-image {
		margin-top: -95px;
		max-width: 50%;
	}

	.block-content .inner-content {
		padding-right: 220px;
		line-height: 1.3;
	}

	.person-headline-block {
		margin-bottom: 30px;
	}

	.person-headline-title {
		font-size: 50px;
		margin-bottom: -8px;
	}

	.news-blockquote-content {
		font-size: 26px;
	}

	.mosaic-item-content {
		padding: 20px 30px;
	}

	.mosaic-item-content.mosaic-item-content-lg {
		padding-left: 48px;
	}

	.mosaic-item-image+.mosaic-item-content {
		padding: 25px 35px;
	}

	.mosaic-item-content:before {
		left: 30px;
	}

	.mosaic-item-content:after {
		min-height: 310px;
	}

	.stretch-col-wide .overlay-block-content {
		padding-left: 30px;
	}

	.overlay-block-image {
		margin-left: -50px;
	}

	.overlay-block-title {
		font-size: 30px;
	}

	.video-wrapper {
		padding: 30px;
	}

	.video-headline-title {
		font-size: 64px;
	}

	.feature-video-title {
		font-size: 30px;
		letter-spacing: .025em;
	}

	.news-heading {
		font-size: 48px;
	}

	.info-block-image {
		width: 210px;
		margin-right: 30px;
	}

	.info-block-image.info-block-image-lg {
		width: 275px;
	}

	[class*="bg-"] .info-block-content {
		padding: 20px 20px 10px 0;
	}

	.report-block {
		padding-top: 260px;
		padding-right: 120px;
	}

	.report-item-content {
		padding-right: 50px;
	}

	.entertainment-item-image {
		width: 535px;
		margin-right: -40px;
	}

	.entertaiment-item-content {
		padding: 35px 35px 45px;
		width: calc(100% - 535px + 40px);
	}

	.entertaiment-item-title {
		font-size: 44px;
		letter-spacing: .015em;
	}

	.entertaiment-item-title.font-weight-medium {
		letter-spacing: 0;
	}

	.article-list-2 li {
		margin-bottom: 27px;
	}

	figure.fullwidth,
	.figure.fullwidth {
		margin-top: 65px;
	}

	figure:before,
	.figure:before {
		left: 60px;
	}

	figcaption,
	.figcaption {
		margin-left: 60px;
	}

	blockquote {
		font-size: 32px;
	}

	.share-block {
		margin: 50px 0;
	}
}

@media (max-width: 1023px) {
	.stretch-col:not(:last-child) .box {
		padding-bottom: 0;
	}

	.stretch-col:not(:first-child) .box {
		padding-top: 0;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

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

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

/* -------------------------------- redesign -------------------------------- */

.article-section {
	padding: 0 !important;
}

.redesign-font-size-36 {
	font-family: "Montserrat";
	font-weight: 800 !important;
}

.redesign-font-size-22,
.redesign-font-size-22 p {
	font-family: "Montserrat";
	font-weight: 400 !important;
}

blockquote q::after {
	display: none !important;
}

.intro-content {
	font-weight: bold !important;
	font-size: 22px !important;
}

.expert-block-content h6 {
	font-size: 12px;
	color: #aaa;
	margin-top: 0;
	font-weight: 500;
	margin-top: 2px;
}

.visual-box.tomzsi {
	min-height: 600px;
}

@media (max-width: 1365px) {
	.visual-box.tomzsi {
		min-height: 400px;
	}
}

@media (max-width: 768px) {
	.visual-box.tomzsi {
		min-height: 300px;
	}
}

.frontend_footnotes-list,
.frontend_footer-nav,
.frontend_pagination__list,
.frontend_dropdown__list,
.frontend_socials,
.frontend_main-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.frontend_footnotes-list {
	font-size: 14px;
	line-height: 1.83333;
	margin-bottom: 32px;
	word-break: break-word;
}

.frontend_footnotes-list:last-child {
	margin-bottom: 0;
}

.frontend_footnotes-list li {
	position: relative;
	padding-left: 20px;
}

.frontend_footnotes-list__number {
	position: absolute;
	left: 0;
}

li {
	padding-bottom: 16px;
}

figcaption {
	font-size: 13px;
	line-height: 1.42857;
}

.rovatfocim {
	padding-bottom: 0;
	padding-top: 3vw;
	margin-bottom: 0;
}

.rovatfocim h3 {
	line-height: 1.14286;
	margin: 0;
	padding-top: 1.4vw;
	padding-bottom: 0;
	margin-bottom: 1vw !important;
}

.maintop {
	padding-top: 1.4vw;
}

@media (min-width: 1024px) {
	.news-card-image img {
		width: 100%;
		height: auto;
		max-height: 280px;
		height: 280px;
		margin-left: auto;
		object-fit: cover;
	}

	.news-card-image {
		text-align: center;
	}

	.mosaic-item-image img {
		width: auto;
		height: auto;
		max-height: 280px;
		margin-left: auto;
	}

	.mosaic-item-image {
		text-align: center;
	}

	.noheightlimit img {
		max-height: 99999px !important;
	}
}


.embed-container {
	cursor: default;
	width: 100%;
	margin-bottom: 0;
}

.embed-container .video-wrapper {
	cursor: default;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.embed-container .video-wrapper iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.embed-container .video-wrapper .overlay {
	display: none;
}

.embed-container figcaption {
	position: relative;
	margin-top: 10px;
}

.category {
	color: white;
}

.expert-block-image-search {
	position: relative;
	width: 100%;
	padding-top: 100%;
	/* 1:1 arányt biztosít */
	overflow: hidden;
	border-radius: 8px;
	/* ha lekerekítést is szeretnél */
}

.expert-block-image-search img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.expert-block-image-search:hover img {
	opacity: .8;
	transform: translate(-50%, -50%) scale(1.05);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.head-center {
	text-align: center;
	color: #4b4b4b;
}

.clicklogo {
	cursor: pointer;
	background: url('/images/ellenpont_cim_nagy.png') no-repeat center center;
	background-size: contain;
}

.clicklogo a {
	visibility: hidden;
}

.expert-block-image {
	/* gradiens háttér */
	background: #b3b3b3;
	background: linear-gradient(145deg, rgba(179, 179, 179, 1) 0%, rgba(255, 255, 255, 1) 100%);
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 1);
}

.centered {
	text-align: center;
}

.felszerk {
	color: #888787;
	text-align: center;
}

.bigger {
	font-size: 0.9em !important;
}

.mr20 {
	margin-right: 20px;
}

.two-columns .news-card.image img {
	width: 100%;
	height: auto;
	max-height: 280px;
	aspect-ratio: 16/9;
	object-fit: cover;

}