/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
				margin: 0;
				padding: 0;
				border: 0;
				font-size: 100%;
				font: inherit;
				vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
				display: block;
}

html {
				width: 100%;
				height: 100%;
}

body {
				line-height: 1;
				width: 100%;
				height: 100%;
				font-size: 14px;
}

a {
				text-decoration: none;
}

b {
				font-weight: 800;
}

i {
				font-style: italic;
}

strong {
				font-weight: bold;
}

ol, ul {
				list-style: none;
}

blockquote, q {
				quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
				content: '';
				content: none;
}

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

input[type="submit"], input[type="button"] {
				border: none;
				-webkit-appearance: none;
				appearance: none;
}

/* END RESET */
/*
@mixin transition($property, $time, $easing, $delay) { // Elementet att animera
	-webkit-transition: $property $time $easing $delay;
	-moz-transition: $property $time $easing $delay;
	-o-transition: $property $time $easing $delay;
	transition: $property $time $easing $delay;
}
*/
.o-popup {
				position: fixed;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
				font-family: "Lato", sans-serif;
				letter-spacing: 0;
				color: #d62331;
				font-weight: 900;
}

.a-btn {
				text-decoration: none;
				display: inline-block;
				position: relative;
				z-index: 1;
				background: #d62331;
				padding: 12px 24px;
				border-radius: 6px;
				color: #fff;
				text-transform: uppercase;
				font-weight: 700;
				font-size: 12px;
				line-height: 18px;
				transform: scale(1);
				box-shadow: 0 0 0 0 transparent;
				transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.a-btn:hover {
				text-decoration: none;
				color: #fff;
				transform: scale(1.025, 1.025);
				box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
}

.a-btn.-dark {
				background: #333;
				color: #fff;
}

.a-btn.-bright {
				background: #fff;
				color: #333;
}

.a-btn.-big {
				font-size: 14px;
				padding: 14px 28px;
}

.a-btnClose {
				background: url("../assets/btn_close.svg") center center no-repeat;
				background-size: 16px;
				width: 40px;
				height: 40px;
				position: absolute;
				top: 16px;
				right: 16px;
				cursor: pointer;
}

#header.admin {
				padding-top: 40px;
}

ol,
ul {
				margin: 10px 0 10px 23px;
				list-style: inherit;
}

ol li,
ul li {
				display: list-item;
}

ul {
				margin-left: 20px;
}

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

hr {
				background-color: #dedede;
				border: 0;
				height: 1px;
}

hr.hr_small {
				width: 60%;
}

hr.hr_left {
				margin-left: 0;
}

hr.hr_styled {
				background-color: #333;
				margin: 0 auto 40px;
				position: relative;
				width: 26px;
}

hr.hr_styled:after {
				background-color: #333;
				bottom: -3px;
				content: '';
				height: 1px;
				left: -13px;
				position: absolute;
				width: 52px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
				box-shadow: 0 0 6px 0 #333;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]),
select,
textarea {
				-webkit-appearance: none;
				height: 44px;
}

input[type=file] {
				margin-top: 8px;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea {
				width: 100%;
				padding: 12px;
				outline: 0;
				font-size: 16px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				background: #fff;
				border: 1px solid #333;
				border-radius: 3px;
				margin: 8px 0;
				color: #333;
				font-family: "Lato", sans-serif;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):-moz-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):-ms-input-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit])::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
				color: #8E8E8E;
}

textarea {
				min-height: 150px;
}

input[type="submit"] {
				max-width: 160px;
}

input[type="search"] {
				width: 100%;
				-webkit-appearance: none;
				height: 30px;
				padding: 5px 2.5%;
				outline: 0;
				border: 1px solid #333;
				font-size: 16px;
				-webkit-border-radius: 25px;
				-moz-border-radius: 25px;
				border-radius: 25px;
}

input[type="search"]:hover {
				cursor: pointer;
				border-color: #333;
				background: #333;
				color: #fff;
				text-decoration: none;
}

select {
				font-family: "Lato", sans-serif;
				font-size: 16px;
				font-weight: 100;
				width: auto;
				max-width: 100%;
				border: 1px solid #333;
				padding: 10px 40px 10px 15px;
				border-radius: 3px;
				background: url("/site/assets/select_arrow.svg") #fff no-repeat;
				background-size: 16px;
				background-position: 90% 50%;
				background-position: right 16px center;
				apperance: none;
				-moz-appearance: none;
				-webkit-appearance: none;
				outline: none;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
}

select::-ms-expand {
				display: none;
}

label {
				display: inline-block;
				font-size: 16px;
				line-height: 20px;
				padding: 0;
}

b,
strong {
				font-weight: 600;
}

em {
				font-style: italic;
}

form {
				width: 100%;
				max-width: 400px;
				font-size: 14px;
				font-weight: 400;
				color: #333;
}

form table {
				width: 100%;
}

form.display_block table,
form.display_block tbody,
form.display_block td,
form.display_block th,
form.display_block tr {
				width: 100%;
				display: block;
				height: auto !important;
}

form.display_block td {
				float: left;
}

form.display_block td input#file {
				display: none;
}

form.display_block td input[type="text"],
form.display_block td textarea {
				margin-bottom: 5px;
}

.center_btn {
				margin: 0 auto;
				text-align: center;
}

.img-responsive {
				display: block;
				max-width: 100%;
				height: auto;
}

.blur {
				-webkit-filter: blur(5px);
				-moz-filter: blur(5px);
				-o-filter: blur(5px);
				-ms-filter: blur(5px);
				transition: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter 1s ease;
}

.cover {
				opacity: 0;
				width: 100%;
				height: 100vh;
				z-index: 9999;
				position: fixed;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				pointer-events: none;
				-webkit-backdrop-filter: saturate(180%) blur(20px);
				backdrop-filter: saturate(180%) blur(20px);
				background-color: rgba(0, 0, 0, 0.7);
				transition: opacity 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}

.placeholder {
				background-size: cover;
				background-repeat: no-repeat;
				position: relative;
				overflow: hidden;
				position: absolute;
				height: 100%;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background: #fff;
				/*#subpage #header & {
        .placeholder_padding {
            padding-top: 33.4%;
        }
    }*/
}

.placeholder img {
				position: absolute;
				opacity: 0;
				top: 0;
				left: 0;
				width: 100%;
				transition: opacity 1s linear;
}

.placeholder img.loaded {
				opacity: 1;
}

.placeholder img.img-low {
				transform: scale(1);
				opacity: 1;
}

.placeholder .placeholder_padding {
				padding-top: 100%;
}

#startpage #header .placeholder .placeholder_padding {
				padding-top: 55%;
}

a {
				text-decoration: underline;
				color: #333;
}

a:hover {
				color: #d62331;
				text-decoration: underline;
}

a.a-btn {
				text-decoration: none;
}

a.a-btn:active, a.a-btn:visited {
				text-decoration: none;
				color: #fff;
}

.hide_mobile {
				display: none !important;
}

input[type=submit] {
				display: inline-block;
				position: relative;
				background: #d62331;
				background: #e4032d;
				padding: 12px 24px;
				border-radius: 6px;
				color: #fff;
				text-transform: uppercase;
				font-weight: 700;
				font-size: 12px;
}

input[type=submit]:hover {
				box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
}

input[type=submit].-big {
				font-size: 14px;
				padding: 14px 28px;
}

input[type=submit].-dark:after {
				background: #333;
				color: #fff;
}

input[type=submit].-bright:after {
				background: #fff;
				color: #333;
}

input[type="radio"] {
				display: none;
}

input[type="radio"] + label {
				width: 20px;
				height: 20px;
				display: inline-block;
				position: relative;
				top: 5px;
				background: url("/site/assets/radio_btn.svg") no-repeat;
				background-size: 100%;
				cursor: pointer;
				margin-right: 4px;
}

input[type="radio"]:checked + label {
				background: url("/site/assets/radio_btn_checked.svg") no-repeat;
}

.floatRight {
				float: right;
}

.floatLeft {
				float: left;
}

.clear:after {
				content: "";
				display: table;
				clear: both;
}

.flex {
				display: flex;
}

.center {
				text-align: center;
}

.hide_mobile {
				display: none !important;
}

.marginT8 {
				margin-top: 8px;
}

.marginT16 {
				margin-top: 16px;
}

.marginT24 {
				margin-top: 24px;
}

.marginT32 {
				margin-top: 32px;
}

.marginT40 {
				margin-top: 40px;
}

.marginT48 {
				margin-top: 48px;
}

.marginB8 {
				margin-bottom: 8px;
}

.marginB16 {
				margin-bottom: 16px;
}

.marginB24 {
				margin-bottom: 24px;
}

.marginB32 {
				margin-bottom: 32px;
}

.marginB40 {
				margin-bottom: 40px;
}

.marginB48 {
				margin-bottom: 48px;
}

.center {
				text-align: center;
}

.borderRight {
				border-right: 1px solid #d8d8d8;
				padding-right: 64px;
}

.textShadow {
				text-shadow: 0 2px 40px rgba(0, 0, 0, 0.5);
}

.h1.-colorWhite,
.h2.-colorWhite,
.h3.-colorWhite,
.h4.-colorWhite,
.h5.-colorWhite,
h1.-colorWhite,
h2.-colorWhite,
h3.-colorWhite,
h4.-colorWhite,
h5.-colorWhite {
				color: #fff;
}

.h1.-colorPrimary,
.h2.-colorPrimary,
.h3.-colorPrimary,
.h4.-colorPrimary,
.h5.-colorPrimary,
h1.-colorPrimary,
h2.-colorPrimary,
h3.-colorPrimary,
h4.-colorPrimary,
h5.-colorPrimary {
				color: #333;
}

.h1.-colorSecondary,
.h2.-colorSecondary,
.h3.-colorSecondary,
.h4.-colorSecondary,
.h5.-colorSecondary,
h1.-colorSecondary,
h2.-colorSecondary,
h3.-colorSecondary,
h4.-colorSecondary,
h5.-colorSecondary {
				color: #fff;
}

.h1.-colorHighlight,
.h2.-colorHighlight,
.h3.-colorHighlight,
.h4.-colorHighlight,
.h5.-colorHighlight,
h1.-colorHighlight,
h2.-colorHighlight,
h3.-colorHighlight,
h4.-colorHighlight,
h5.-colorHighlight {
				color: #d62331;
}

.h1,
h1 {
				font-size: 32px;
				line-height: 52px;
				font-size: 3.2rem;
				line-height: 5.2rem;
}

.h2,
h2 {
				font-size: 24px;
				line-height: 39px;
				font-size: 2.4rem;
				line-height: 3.9rem;
}

.h3,
h3 {
				font-size: 18px;
				line-height: 29.25px;
				font-size: 1.8rem;
				line-height: 2.925rem;
				font-weight: 700;
				text-transform: none;
}

.h4,
h4 {
				font-size: 16px;
				line-height: 26px;
				font-size: 1.6rem;
				line-height: 2.6rem;
				font-weight: 700;
				color: #333;
				text-transform: none;
}

.h5,
h5 {
				font-size: 14px;
				line-height: 22.75px;
				font-size: 1.4rem;
				line-height: 2.275rem;
				font-weight: 700;
}

#innerContainer .h1,
#innerContainer .h2,
#innerContainer .h3,
#innerContainer .h4,
#innerContainer .h5,
#innerContainer h1,
#innerContainer h2,
#innerContainer h3,
#innerContainer h4,
#innerContainer h5 {
				margin-bottom: 8px;
}

/*
 * Bootstrap v3.3.7 (https://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
}

*:after,
*:before {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
}

.container-fluid {
				margin-right: auto;
				margin-left: auto;
				padding: 60px 10px 30px;
}

.row {
				padding: 80px 120px;
}

.row.-fullHeight {
				padding: 0 120px;
}

.row.-fullWidth {
				padding: 80px 0;
}

.row.-fullSize {
				padding: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-2_5,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-2_5,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-2_5,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-2_5,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
				position: relative;
				min-height: 1px;
				padding-right: 8px;
				padding-left: 8px;
}

[class*='col-'] {
				float: left;
				margin-bottom: 16px;
}

.col-xs-12 {
				width: 100%;
}

.col-xs-11 {
				width: 91.66666667%;
}

.col-xs-10 {
				width: 83.33333333%;
}

.col-xs-9 {
				width: 75%;
}

.col-xs-8 {
				width: 66.66666667%;
}

.col-xs-7 {
				width: 58.33333333%;
}

.col-xs-6 {
				width: 50%;
}

.col-xs-5 {
				width: 41.66666667%;
}

.col-xs-4 {
				width: 33.33333333%;
}

.col-xs-3 {
				width: 25%;
}

.col-xs-2_5 {
				width: 20%;
}

.col-xs-2 {
				width: 16.66666667%;
}

.col-xs-1 {
				width: 8.33333333%;
}

@media (min-width: 667px) {
				.col-s-12 {
								width: 100%;
				}
				.col-s-11 {
								width: 91.66666667%;
				}
				.col-s-10 {
								width: 83.33333333%;
				}
				.col-s-9 {
								width: 75%;
				}
				.col-s-8 {
								width: 66.66666667%;
				}
				.col-s-7 {
								width: 58.33333333%;
				}
				.col-s-6 {
								width: 50%;
				}
				.col-s-5 {
								width: 41.66666667%;
				}
				.col-s-4 {
								width: 33.33333333%;
				}
				.col-s-3 {
								width: 25%;
				}
				.col-s-2_5 {
								width: 20%;
				}
				.col-s-2 {
								width: 16.66666667%;
				}
				.col-s-1 {
								width: 8.33333333%;
				}
}

@media (min-width: 768px) {
				.col-sm-12 {
								width: 100%;
				}
				.col-sm-11 {
								width: 91.66666667%;
				}
				.col-sm-10 {
								width: 83.33333333%;
				}
				.col-sm-9 {
								width: 75%;
				}
				.col-sm-8 {
								width: 66.66666667%;
				}
				.col-sm-7 {
								width: 58.33333333%;
				}
				.col-sm-6 {
								width: 50%;
				}
				.col-sm-5 {
								width: 41.66666667%;
				}
				.col-sm-4 {
								width: 33.33333333%;
				}
				.col-sm-3 {
								width: 25%;
				}
				.col-sm-2_5 {
								width: 20%;
				}
				.col-sm-2 {
								width: 16.66666667%;
				}
				.col-sm-1 {
								width: 8.33333333%;
				}
}

@media (min-width: 992px) {
				.col-md-12 {
								width: 100%;
				}
				.col-md-11 {
								width: 91.66666667%;
				}
				.col-md-10 {
								width: 83.33333333%;
				}
				.col-md-9 {
								width: 75%;
				}
				.col-md-8 {
								width: 66.66666667%;
				}
				.col-md-7 {
								width: 58.33333333%;
				}
				.col-md-6 {
								width: 50%;
				}
				.col-md-5 {
								width: 41.66666667%;
				}
				.col-md-4 {
								width: 33.33333333%;
				}
				.col-md-3 {
								width: 25%;
				}
				.col-md-2_5 {
								width: 20%;
				}
				.col-md-2 {
								width: 16.66666667%;
				}
				.col-md-1 {
								width: 8.33333333%;
				}
}

@media (min-width: 1200px) {
				.col-lg-12 {
								width: 100%;
				}
				.col-lg-11 {
								width: 91.66666667%;
				}
				.col-lg-10 {
								width: 83.33333333%;
				}
				.col-lg-9 {
								width: 75%;
				}
				.col-lg-8 {
								width: 66.66666667%;
				}
				.col-lg-7 {
								width: 58.33333333%;
				}
				.col-lg-6 {
								width: 50%;
				}
				.col-lg-5 {
								width: 41.66666667%;
				}
				.col-lg-4 {
								width: 33.33333333%;
				}
				.col-lg-3 {
								width: 25%;
				}
				.col-lg-2_5 {
								width: 20%;
				}
				.col-lg-2 {
								width: 16.66666667%;
				}
				.col-lg-1 {
								width: 8.33333333%;
				}
}

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

@media (min-width: 768px) and (max-width: 991px) {
				.hidden-sm {
								display: none !important;
				}
}

@media (min-width: 992px) and (max-width: 1199px) {
				.hidden-md {
								display: none !important;
				}
}

@media (min-width: 1200px) {
				.hidden-lg {
								display: none !important;
				}
}

.two-col {
				display: flex;
				flex-wrap: wrap;
}

.two-col > [class*='col-'] {
				padding: 0 64px 0 0;
}

.two-col > [class*='col-'].borderRight {
				border-right: 1px solid #d8d8d8;
				padding-right: 64px;
}

.two-col > [class*='col-'].borderLeft {
				border-left: 1px solid #d8d8d8;
				padding-right: 0;
				padding-left: 64px;
}

.two-col > [class*='col-']:first-child {
				padding-left: 0;
}

.two-col > [class*='col-']:first-child.-padding {
				padding: 80px 120px;
}

.one-col > .col-lg-1,
.one-col > .col-lg-10,
.one-col > .col-lg-11,
.one-col > .col-lg-12,
.one-col > .col-lg-2,
.one-col > .col-lg-3,
.one-col > .col-lg-4,
.one-col > .col-lg-5,
.one-col > .col-lg-6,
.one-col > .col-lg-7,
.one-col > .col-lg-8,
.one-col > .col-lg-9,
.one-col > .col-md-1,
.one-col > .col-md-10,
.one-col > .col-md-11,
.one-col > .col-md-12,
.one-col > .col-md-2,
.one-col > .col-md-3,
.one-col > .col-md-4,
.one-col > .col-md-5,
.one-col > .col-md-6,
.one-col > .col-md-7,
.one-col > .col-md-8,
.one-col > .col-md-9,
.one-col > .col-s-1,
.one-col > .col-s-10,
.one-col > .col-s-11,
.one-col > .col-s-12,
.one-col > .col-s-2,
.one-col > .col-s-3,
.one-col > .col-s-4,
.one-col > .col-s-5,
.one-col > .col-s-6,
.one-col > .col-s-7,
.one-col > .col-s-8,
.one-col > .col-s-9,
.one-col > .col-sm-1,
.one-col > .col-sm-10,
.one-col > .col-sm-11,
.one-col > .col-sm-12,
.one-col > .col-sm-2,
.one-col > .col-sm-3,
.one-col > .col-sm-4,
.one-col > .col-sm-5,
.one-col > .col-sm-6,
.one-col > .col-sm-7,
.one-col > .col-sm-8,
.one-col > .col-sm-9,
.one-col > .col-xs-1,
.one-col > .col-xs-10,
.one-col > .col-xs-11,
.one-col > .col-xs-12,
.one-col > .col-xs-2,
.one-col > .col-xs-3,
.one-col > .col-xs-4,
.one-col > .col-xs-5,
.one-col > .col-xs-6,
.one-col > .col-xs-7,
.one-col > .col-xs-8,
.one-col > .col-xs-9,
.three-col > .col-lg-1,
.three-col > .col-lg-10,
.three-col > .col-lg-11,
.three-col > .col-lg-12,
.three-col > .col-lg-2,
.three-col > .col-lg-3,
.three-col > .col-lg-4,
.three-col > .col-lg-5,
.three-col > .col-lg-6,
.three-col > .col-lg-7,
.three-col > .col-lg-8,
.three-col > .col-lg-9,
.three-col > .col-md-1,
.three-col > .col-md-10,
.three-col > .col-md-11,
.three-col > .col-md-12,
.three-col > .col-md-2,
.three-col > .col-md-3,
.three-col > .col-md-4,
.three-col > .col-md-5,
.three-col > .col-md-6,
.three-col > .col-md-7,
.three-col > .col-md-8,
.three-col > .col-md-9,
.three-col > .col-s-1,
.three-col > .col-s-10,
.three-col > .col-s-11,
.three-col > .col-s-12,
.three-col > .col-s-2,
.three-col > .col-s-3,
.three-col > .col-s-4,
.three-col > .col-s-5,
.three-col > .col-s-6,
.three-col > .col-s-7,
.three-col > .col-s-8,
.three-col > .col-s-9,
.three-col > .col-sm-1,
.three-col > .col-sm-10,
.three-col > .col-sm-11,
.three-col > .col-sm-12,
.three-col > .col-sm-2,
.three-col > .col-sm-3,
.three-col > .col-sm-4,
.three-col > .col-sm-5,
.three-col > .col-sm-6,
.three-col > .col-sm-7,
.three-col > .col-sm-8,
.three-col > .col-sm-9,
.three-col > .col-xs-1,
.three-col > .col-xs-10,
.three-col > .col-xs-11,
.three-col > .col-xs-12,
.three-col > .col-xs-2,
.three-col > .col-xs-3,
.three-col > .col-xs-4,
.three-col > .col-xs-5,
.three-col > .col-xs-6,
.three-col > .col-xs-7,
.three-col > .col-xs-8,
.three-col > .col-xs-9,
.two-col > .col-lg-1,
.two-col > .col-lg-10,
.two-col > .col-lg-11,
.two-col > .col-lg-12,
.two-col > .col-lg-2,
.two-col > .col-lg-3,
.two-col > .col-lg-4,
.two-col > .col-lg-5,
.two-col > .col-lg-6,
.two-col > .col-lg-7,
.two-col > .col-lg-8,
.two-col > .col-lg-9,
.two-col > .col-md-1,
.two-col > .col-md-10,
.two-col > .col-md-11,
.two-col > .col-md-12,
.two-col > .col-md-2,
.two-col > .col-md-3,
.two-col > .col-md-4,
.two-col > .col-md-5,
.two-col > .col-md-6,
.two-col > .col-md-7,
.two-col > .col-md-8,
.two-col > .col-md-9,
.two-col > .col-s-1,
.two-col > .col-s-10,
.two-col > .col-s-11,
.two-col > .col-s-12,
.two-col > .col-s-2,
.two-col > .col-s-3,
.two-col > .col-s-4,
.two-col > .col-s-5,
.two-col > .col-s-6,
.two-col > .col-s-7,
.two-col > .col-s-8,
.two-col > .col-s-9,
.two-col > .col-sm-1,
.two-col > .col-sm-10,
.two-col > .col-sm-11,
.two-col > .col-sm-12,
.two-col > .col-sm-2,
.two-col > .col-sm-3,
.two-col > .col-sm-4,
.two-col > .col-sm-5,
.two-col > .col-sm-6,
.two-col > .col-sm-7,
.two-col > .col-sm-8,
.two-col > .col-sm-9,
.two-col > .col-xs-1,
.two-col > .col-xs-10,
.two-col > .col-xs-11,
.two-col > .col-xs-12,
.two-col > .col-xs-2,
.two-col > .col-xs-3,
.two-col > .col-xs-4,
.two-col > .col-xs-5,
.two-col > .col-xs-6,
.two-col > .col-xs-7,
.two-col > .col-xs-8,
.two-col > .col-xs-9 {
				margin-bottom: 0;
}

.one-col > .col-lg-10:last-child,
.one-col > .col-lg-11:last-child,
.one-col > .col-lg-12:last-child,
.one-col > .col-lg-1:last-child,
.one-col > .col-lg-2:last-child,
.one-col > .col-lg-3:last-child,
.one-col > .col-lg-4:last-child,
.one-col > .col-lg-5:last-child,
.one-col > .col-lg-6:last-child,
.one-col > .col-lg-7:last-child,
.one-col > .col-lg-8:last-child,
.one-col > .col-lg-9:last-child,
.one-col > .col-md-10:last-child,
.one-col > .col-md-11:last-child,
.one-col > .col-md-12:last-child,
.one-col > .col-md-1:last-child,
.one-col > .col-md-2:last-child,
.one-col > .col-md-3:last-child,
.one-col > .col-md-4:last-child,
.one-col > .col-md-5:last-child,
.one-col > .col-md-6:last-child,
.one-col > .col-md-7:last-child,
.one-col > .col-md-8:last-child,
.one-col > .col-md-9:last-child,
.one-col > .col-sm-10:last-child,
.one-col > .col-sm-11:last-child,
.one-col > .col-sm-12:last-child,
.one-col > .col-sm-1:last-child,
.one-col > .col-sm-2:last-child,
.one-col > .col-sm-3:last-child,
.one-col > .col-sm-4:last-child,
.one-col > .col-sm-5:last-child,
.one-col > .col-sm-6:last-child,
.one-col > .col-sm-7:last-child,
.one-col > .col-sm-8:last-child,
.one-col > .col-sm-9:last-child,
.one-col > .col-xs-10:last-child,
.one-col > .col-xs-11:last-child,
.one-col > .col-xs-12:last-child,
.one-col > .col-xs-1:last-child,
.one-col > .col-xs-2:last-child,
.one-col > .col-xs-3:last-child,
.one-col > .col-xs-4:last-child,
.one-col > .col-xs-5:last-child,
.one-col > .col-xs-6:last-child,
.one-col > .col-xs-7:last-child,
.one-col > .col-xs-8:last-child,
.one-col > .col-xs-9:last-child,
.three-col > .col-lg-10:last-child,
.three-col > .col-lg-11:last-child,
.three-col > .col-lg-12:last-child,
.three-col > .col-lg-1:last-child,
.three-col > .col-lg-2:last-child,
.three-col > .col-lg-3:last-child,
.three-col > .col-lg-4:last-child,
.three-col > .col-lg-5:last-child,
.three-col > .col-lg-6:last-child,
.three-col > .col-lg-7:last-child,
.three-col > .col-lg-8:last-child,
.three-col > .col-lg-9:last-child,
.three-col > .col-md-10:last-child,
.three-col > .col-md-11:last-child,
.three-col > .col-md-12:last-child,
.three-col > .col-md-1:last-child,
.three-col > .col-md-2:last-child,
.three-col > .col-md-3:last-child,
.three-col > .col-md-4:last-child,
.three-col > .col-md-5:last-child,
.three-col > .col-md-6:last-child,
.three-col > .col-md-7:last-child,
.three-col > .col-md-8:last-child,
.three-col > .col-md-9:last-child,
.three-col > .col-sm-10:last-child,
.three-col > .col-sm-11:last-child,
.three-col > .col-sm-12:last-child,
.three-col > .col-sm-1:last-child,
.three-col > .col-sm-2:last-child,
.three-col > .col-sm-3:last-child,
.three-col > .col-sm-4:last-child,
.three-col > .col-sm-5:last-child,
.three-col > .col-sm-6:last-child,
.three-col > .col-sm-7:last-child,
.three-col > .col-sm-8:last-child,
.three-col > .col-sm-9:last-child,
.three-col > .col-xs-10:last-child,
.three-col > .col-xs-11:last-child,
.three-col > .col-xs-12:last-child,
.three-col > .col-xs-1:last-child,
.three-col > .col-xs-2:last-child,
.three-col > .col-xs-3:last-child,
.three-col > .col-xs-4:last-child,
.three-col > .col-xs-5:last-child,
.three-col > .col-xs-6:last-child,
.three-col > .col-xs-7:last-child,
.three-col > .col-xs-8:last-child,
.three-col > .col-xs-9:last-child,
.two-col > .col-lg-10:last-child,
.two-col > .col-lg-11:last-child,
.two-col > .col-lg-12:last-child,
.two-col > .col-lg-1:last-child,
.two-col > .col-lg-2:last-child,
.two-col > .col-lg-3:last-child,
.two-col > .col-lg-4:last-child,
.two-col > .col-lg-5:last-child,
.two-col > .col-lg-6:last-child,
.two-col > .col-lg-7:last-child,
.two-col > .col-lg-8:last-child,
.two-col > .col-lg-9:last-child,
.two-col > .col-md-10:last-child,
.two-col > .col-md-11:last-child,
.two-col > .col-md-12:last-child,
.two-col > .col-md-1:last-child,
.two-col > .col-md-2:last-child,
.two-col > .col-md-3:last-child,
.two-col > .col-md-4:last-child,
.two-col > .col-md-5:last-child,
.two-col > .col-md-6:last-child,
.two-col > .col-md-7:last-child,
.two-col > .col-md-8:last-child,
.two-col > .col-md-9:last-child,
.two-col > .col-sm-10:last-child,
.two-col > .col-sm-11:last-child,
.two-col > .col-sm-12:last-child,
.two-col > .col-sm-1:last-child,
.two-col > .col-sm-2:last-child,
.two-col > .col-sm-3:last-child,
.two-col > .col-sm-4:last-child,
.two-col > .col-sm-5:last-child,
.two-col > .col-sm-6:last-child,
.two-col > .col-sm-7:last-child,
.two-col > .col-sm-8:last-child,
.two-col > .col-sm-9:last-child,
.two-col > .col-xs-10:last-child,
.two-col > .col-xs-11:last-child,
.two-col > .col-xs-12:last-child,
.two-col > .col-xs-1:last-child,
.two-col > .col-xs-2:last-child,
.two-col > .col-xs-3:last-child,
.two-col > .col-xs-4:last-child,
.two-col > .col-xs-5:last-child,
.two-col > .col-xs-6:last-child,
.two-col > .col-xs-7:last-child,
.two-col > .col-xs-8:last-child,
.two-col > .col-xs-9:last-child {
				margin-bottom: 0;
}

.nest-this {
				padding: 0;
}

.nest-insde > [class*='col-'],
.nest-insde > div,
.nest-insde > h4 {
				padding: 0;
}

.nest-all-insde [class*='col-'] {
				padding: 0;
}

.row .two-col .col-lg-1,
.row .two-col .col-lg-10,
.row .two-col .col-lg-11,
.row .two-col .col-lg-12,
.row .two-col .col-lg-2,
.row .two-col .col-lg-3,
.row .two-col .col-lg-4,
.row .two-col .col-lg-5,
.row .two-col .col-lg-6,
.row .two-col .col-lg-7,
.row .two-col .col-lg-8,
.row .two-col .col-lg-9,
.row .two-col .col-md-1,
.row .two-col .col-md-10,
.row .two-col .col-md-11,
.row .two-col .col-md-12,
.row .two-col .col-md-2,
.row .two-col .col-md-3,
.row .two-col .col-md-4,
.row .two-col .col-md-5,
.row .two-col .col-md-6,
.row .two-col .col-md-7,
.row .two-col .col-md-8,
.row .two-col .col-md-9,
.row .two-col .col-s-1,
.row .two-col .col-s-10,
.row .two-col .col-s-11,
.row .two-col .col-s-12,
.row .two-col .col-s-2,
.row .two-col .col-s-3,
.row .two-col .col-s-4,
.row .two-col .col-s-5,
.row .two-col .col-s-6,
.row .two-col .col-s-7,
.row .two-col .col-s-8,
.row .two-col .col-s-9,
.row .two-col .col-sm-1,
.row .two-col .col-sm-10,
.row .two-col .col-sm-11,
.row .two-col .col-sm-12,
.row .two-col .col-sm-2,
.row .two-col .col-sm-3,
.row .two-col .col-sm-4,
.row .two-col .col-sm-5,
.row .two-col .col-sm-6,
.row .two-col .col-sm-7,
.row .two-col .col-sm-8,
.row .two-col .col-sm-9,
.row .two-col .col-xs-1,
.row .two-col .col-xs-10,
.row .two-col .col-xs-11,
.row .two-col .col-xs-12,
.row .two-col .col-xs-2,
.row .two-col .col-xs-3,
.row .two-col .col-xs-4,
.row .two-col .col-xs-5,
.row .two-col .col-xs-6,
.row .two-col .col-xs-7,
.row .two-col .col-xs-8,
.row .two-col .col-xs-9 {
				padding-left: 16px;
				margin-bottom: 16px;
}

.row .two-col .col-lg-10:nth-child(odd),
.row .two-col .col-lg-11:nth-child(odd),
.row .two-col .col-lg-12:nth-child(odd),
.row .two-col .col-lg-1:nth-child(odd),
.row .two-col .col-lg-2:nth-child(odd),
.row .two-col .col-lg-3:nth-child(odd),
.row .two-col .col-lg-4:nth-child(odd),
.row .two-col .col-lg-5:nth-child(odd),
.row .two-col .col-lg-6:nth-child(odd),
.row .two-col .col-lg-7:nth-child(odd),
.row .two-col .col-lg-8:nth-child(odd),
.row .two-col .col-lg-9:nth-child(odd),
.row .two-col .col-md-10:nth-child(odd),
.row .two-col .col-md-11:nth-child(odd),
.row .two-col .col-md-12:nth-child(odd),
.row .two-col .col-md-1:nth-child(odd),
.row .two-col .col-md-2:nth-child(odd),
.row .two-col .col-md-3:nth-child(odd),
.row .two-col .col-md-4:nth-child(odd),
.row .two-col .col-md-5:nth-child(odd),
.row .two-col .col-md-6:nth-child(odd),
.row .two-col .col-md-7:nth-child(odd),
.row .two-col .col-md-8:nth-child(odd),
.row .two-col .col-md-9:nth-child(odd),
.row .two-col .col-s-10:nth-child(odd),
.row .two-col .col-s-11:nth-child(odd),
.row .two-col .col-s-12:nth-child(odd),
.row .two-col .col-s-1:nth-child(odd),
.row .two-col .col-s-2:nth-child(odd),
.row .two-col .col-s-3:nth-child(odd),
.row .two-col .col-s-4:nth-child(odd),
.row .two-col .col-s-5:nth-child(odd),
.row .two-col .col-s-6:nth-child(odd),
.row .two-col .col-s-7:nth-child(odd),
.row .two-col .col-s-8:nth-child(odd),
.row .two-col .col-s-9:nth-child(odd),
.row .two-col .col-sm-10:nth-child(odd),
.row .two-col .col-sm-11:nth-child(odd),
.row .two-col .col-sm-12:nth-child(odd),
.row .two-col .col-sm-1:nth-child(odd),
.row .two-col .col-sm-2:nth-child(odd),
.row .two-col .col-sm-3:nth-child(odd),
.row .two-col .col-sm-4:nth-child(odd),
.row .two-col .col-sm-5:nth-child(odd),
.row .two-col .col-sm-6:nth-child(odd),
.row .two-col .col-sm-7:nth-child(odd),
.row .two-col .col-sm-8:nth-child(odd),
.row .two-col .col-sm-9:nth-child(odd),
.row .two-col .col-xs-10:nth-child(odd),
.row .two-col .col-xs-11:nth-child(odd),
.row .two-col .col-xs-12:nth-child(odd),
.row .two-col .col-xs-1:nth-child(odd),
.row .two-col .col-xs-2:nth-child(odd),
.row .two-col .col-xs-3:nth-child(odd),
.row .two-col .col-xs-4:nth-child(odd),
.row .two-col .col-xs-5:nth-child(odd),
.row .two-col .col-xs-6:nth-child(odd),
.row .two-col .col-xs-7:nth-child(odd),
.row .two-col .col-xs-8:nth-child(odd),
.row .two-col .col-xs-9:nth-child(odd) {
				padding-right: 16px;
				padding-left: 0;
}

.row.-biggerGap .two-col .col-lg-1,
.row.-biggerGap .two-col .col-lg-10,
.row.-biggerGap .two-col .col-lg-11,
.row.-biggerGap .two-col .col-lg-12,
.row.-biggerGap .two-col .col-lg-2,
.row.-biggerGap .two-col .col-lg-3,
.row.-biggerGap .two-col .col-lg-4,
.row.-biggerGap .two-col .col-lg-5,
.row.-biggerGap .two-col .col-lg-6,
.row.-biggerGap .two-col .col-lg-7,
.row.-biggerGap .two-col .col-lg-8,
.row.-biggerGap .two-col .col-lg-9,
.row.-biggerGap .two-col .col-md-1,
.row.-biggerGap .two-col .col-md-10,
.row.-biggerGap .two-col .col-md-11,
.row.-biggerGap .two-col .col-md-12,
.row.-biggerGap .two-col .col-md-2,
.row.-biggerGap .two-col .col-md-3,
.row.-biggerGap .two-col .col-md-4,
.row.-biggerGap .two-col .col-md-5,
.row.-biggerGap .two-col .col-md-6,
.row.-biggerGap .two-col .col-md-7,
.row.-biggerGap .two-col .col-md-8,
.row.-biggerGap .two-col .col-md-9,
.row.-biggerGap .two-col .col-s-1,
.row.-biggerGap .two-col .col-s-10,
.row.-biggerGap .two-col .col-s-11,
.row.-biggerGap .two-col .col-s-12,
.row.-biggerGap .two-col .col-s-2,
.row.-biggerGap .two-col .col-s-3,
.row.-biggerGap .two-col .col-s-4,
.row.-biggerGap .two-col .col-s-5,
.row.-biggerGap .two-col .col-s-6,
.row.-biggerGap .two-col .col-s-7,
.row.-biggerGap .two-col .col-s-8,
.row.-biggerGap .two-col .col-s-9,
.row.-biggerGap .two-col .col-sm-1,
.row.-biggerGap .two-col .col-sm-10,
.row.-biggerGap .two-col .col-sm-11,
.row.-biggerGap .two-col .col-sm-12,
.row.-biggerGap .two-col .col-sm-2,
.row.-biggerGap .two-col .col-sm-3,
.row.-biggerGap .two-col .col-sm-4,
.row.-biggerGap .two-col .col-sm-5,
.row.-biggerGap .two-col .col-sm-6,
.row.-biggerGap .two-col .col-sm-7,
.row.-biggerGap .two-col .col-sm-8,
.row.-biggerGap .two-col .col-sm-9,
.row.-biggerGap .two-col .col-xs-1,
.row.-biggerGap .two-col .col-xs-10,
.row.-biggerGap .two-col .col-xs-11,
.row.-biggerGap .two-col .col-xs-12,
.row.-biggerGap .two-col .col-xs-2,
.row.-biggerGap .two-col .col-xs-3,
.row.-biggerGap .two-col .col-xs-4,
.row.-biggerGap .two-col .col-xs-5,
.row.-biggerGap .two-col .col-xs-6,
.row.-biggerGap .two-col .col-xs-7,
.row.-biggerGap .two-col .col-xs-8,
.row.-biggerGap .two-col .col-xs-9 {
				padding-left: 32px;
				margin-bottom: 32px;
}

.row.-biggerGap .two-col .col-lg-10:nth-child(odd),
.row.-biggerGap .two-col .col-lg-11:nth-child(odd),
.row.-biggerGap .two-col .col-lg-12:nth-child(odd),
.row.-biggerGap .two-col .col-lg-1:nth-child(odd),
.row.-biggerGap .two-col .col-lg-2:nth-child(odd),
.row.-biggerGap .two-col .col-lg-3:nth-child(odd),
.row.-biggerGap .two-col .col-lg-4:nth-child(odd),
.row.-biggerGap .two-col .col-lg-5:nth-child(odd),
.row.-biggerGap .two-col .col-lg-6:nth-child(odd),
.row.-biggerGap .two-col .col-lg-7:nth-child(odd),
.row.-biggerGap .two-col .col-lg-8:nth-child(odd),
.row.-biggerGap .two-col .col-lg-9:nth-child(odd),
.row.-biggerGap .two-col .col-md-10:nth-child(odd),
.row.-biggerGap .two-col .col-md-11:nth-child(odd),
.row.-biggerGap .two-col .col-md-12:nth-child(odd),
.row.-biggerGap .two-col .col-md-1:nth-child(odd),
.row.-biggerGap .two-col .col-md-2:nth-child(odd),
.row.-biggerGap .two-col .col-md-3:nth-child(odd),
.row.-biggerGap .two-col .col-md-4:nth-child(odd),
.row.-biggerGap .two-col .col-md-5:nth-child(odd),
.row.-biggerGap .two-col .col-md-6:nth-child(odd),
.row.-biggerGap .two-col .col-md-7:nth-child(odd),
.row.-biggerGap .two-col .col-md-8:nth-child(odd),
.row.-biggerGap .two-col .col-md-9:nth-child(odd),
.row.-biggerGap .two-col .col-s-10:nth-child(odd),
.row.-biggerGap .two-col .col-s-11:nth-child(odd),
.row.-biggerGap .two-col .col-s-12:nth-child(odd),
.row.-biggerGap .two-col .col-s-1:nth-child(odd),
.row.-biggerGap .two-col .col-s-2:nth-child(odd),
.row.-biggerGap .two-col .col-s-3:nth-child(odd),
.row.-biggerGap .two-col .col-s-4:nth-child(odd),
.row.-biggerGap .two-col .col-s-5:nth-child(odd),
.row.-biggerGap .two-col .col-s-6:nth-child(odd),
.row.-biggerGap .two-col .col-s-7:nth-child(odd),
.row.-biggerGap .two-col .col-s-8:nth-child(odd),
.row.-biggerGap .two-col .col-s-9:nth-child(odd),
.row.-biggerGap .two-col .col-sm-10:nth-child(odd),
.row.-biggerGap .two-col .col-sm-11:nth-child(odd),
.row.-biggerGap .two-col .col-sm-12:nth-child(odd),
.row.-biggerGap .two-col .col-sm-1:nth-child(odd),
.row.-biggerGap .two-col .col-sm-2:nth-child(odd),
.row.-biggerGap .two-col .col-sm-3:nth-child(odd),
.row.-biggerGap .two-col .col-sm-4:nth-child(odd),
.row.-biggerGap .two-col .col-sm-5:nth-child(odd),
.row.-biggerGap .two-col .col-sm-6:nth-child(odd),
.row.-biggerGap .two-col .col-sm-7:nth-child(odd),
.row.-biggerGap .two-col .col-sm-8:nth-child(odd),
.row.-biggerGap .two-col .col-sm-9:nth-child(odd),
.row.-biggerGap .two-col .col-xs-10:nth-child(odd),
.row.-biggerGap .two-col .col-xs-11:nth-child(odd),
.row.-biggerGap .two-col .col-xs-12:nth-child(odd),
.row.-biggerGap .two-col .col-xs-1:nth-child(odd),
.row.-biggerGap .two-col .col-xs-2:nth-child(odd),
.row.-biggerGap .two-col .col-xs-3:nth-child(odd),
.row.-biggerGap .two-col .col-xs-4:nth-child(odd),
.row.-biggerGap .two-col .col-xs-5:nth-child(odd),
.row.-biggerGap .two-col .col-xs-6:nth-child(odd),
.row.-biggerGap .two-col .col-xs-7:nth-child(odd),
.row.-biggerGap .two-col .col-xs-8:nth-child(odd),
.row.-biggerGap .two-col .col-xs-9:nth-child(odd) {
				padding-right: 32px;
				padding-left: 0;
}

.three-col .m-column__inner {
				position: relative;
}

.three-col .m-column__inner:after {
				content: "";
				display: block;
				padding-top: 71%;
}

* {
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				text-rendering: optimizeLegibility;
				-moz-font-feature-settings: "liga" on;
				margin: 0;
}

html {
				font-size: 62.5%;
				line-height: 1;
}

#message_box.show {
				position: fixed;
				top: 0;
				right: 0;
				bottom: 0;
				z-index: 8;
				left: 0;
				background: rgba(51, 51, 51, 0.64);
}

#message_box .flash_message {
				position: fixed;
				padding: 24px;
				background: #000;
				font-size: 24px;
				color: #fff;
}

#message_box .flash_message.success {
				background: #53aa32;
}

#message_box .flash_message.error {
				background: #d62331;
}

body {
				font-family: "Open Sans", sans-serif;
				font-size: 14px;
				line-height: 22.75px;
				font-size: 1.4rem;
				line-height: 2.275rem;
				color: #333;
				font-weight: 400;
				background: #fafafa;
}

body.video_open #video {
				display: block;
}

body.video2_open #video2 {
				display: block;
}

.a-navIcon {
				display: none;
}

.o-mainNav {
				position: fixed;
				width: 100%;
				z-index: 999;
				text-align: center;
				background: rgba(255, 255, 255, 0.88);
				height: auto;
				max-height: 100px;
				padding: 20px 32px;
				box-sizing: border-box;
				border-bottom: 1px solid #fafafa;
				display: table;
}

.o-mainNav__list {
				margin: 0 auto;
				overflow-y: auto;
				overflow-x: hidden;
				-webkit-overflow-scrolling: touch;
}

.o-mainNav .introLogo {
				display: table-cell;
}

.o-mainNav__logo {
				width: 147px;
}

.m-navList__listItem {
				margin-left: 24px;
				font-size: 13px;
				text-transform: uppercase;
				display: inline-block;
				vertical-align: middle;
}

.m-navList__listItem.-divider span {
				background: url("/site/intropage/assets/mainNav__divider.svg") no-repeat no-repeat center center;
				height: 40px;
				width: 2px;
				display: inline-block;
}

.m-navList a {
				color: #333;
				text-decoration: none;
				color: #333;
				transition-duration: 0.5s;
				cursor: pointer;
				display: inline-block;
				min-width: 10px;
}

.m-navList a:hover {
				color: #d62331;
				transition-duration: 0.1s;
}

.m-navList a.a-btn {
				color: #fff;
}

.m-navList .m-mainNav__listItem:first-child {
				margin-left: 0;
}

.o-startHeader {
				position: relative;
				top: 0;
				min-height: 900px;
				height: 100vh;
				width: 100%;
				width: auto;
				overflow: hidden;
}

.o-startHeader__overlay {
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
				background: rgba(51, 51, 51, 0.24);
}

.o-startHeader__overlay:before {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				width: auto;
				height: 100%;
				background: url("/site/intropage/assets/header_bg.svg") no-repeat left top;
				background-size: cover;
				overflow: visible;
}

.o-startHeader__video {
				min-height: 100%;
				min-width: 100%;
				transform: rotateY(180deg);
				-webkit-transform: rotateY(180deg);
				/* Safari and Chrome */
				-moz-transform: rotateY(180deg);
				/* Firefox */
}

.o-startHeader__svgDiagonal,
.o-startHeader__svgDiagonal polygon {
				position: absolute;
				height: 100%;
				width: auto;
				left: 0;
				top: 0;
				bottom: 0;
}

.m-startContainer {
				width: 388px;
				min-height: 100%;
				height: 100%;
				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;
				overflow: auto;
				top: 0;
				bottom: 0;
				left: 0;
				position: absolute;
				padding-left: 40px;
				color: #fff;
}

.m-startContainer__heading {
				color: #fff;
				line-height: 40px;
}

.m-startContainer__text {
				margin: 16px 0;
				font-size: 22px;
				line-height: 30px;
}

.o-section {
				overflow: hidden;
				position: relative;
				background: #fff;
}

.o-section.-center {
				text-align: center;
}

.o-section.-bgGrey {
				background: #fafafa;
}

.o-section.-bgHighlight {
				background: #d62331;
}

.m-column.-bgGrey {
				background: #fafafa;
}

.m-column.-beforeAfter__borderWhite:after, .m-column.-beforeAfter__borderWhite:before {
				content: "";
				display: block;
				height: 100%;
				width: 2px;
				background: #fff;
				z-index: 2;
				position: absolute;
				top: 0;
}

.m-column.-beforeAfter__borderWhite:before {
				left: 0;
}

.m-column.-beforeAfter__borderWhite:after {
				left: 100%;
}

.m-column.-afterEffect:after {
				content: "";
				background: url("/site/intropage/assets/slider.svg") top left no-repeat;
				background-size: 100%;
				display: block;
				position: absolute;
				left: 100%;
				height: 100%;
				top: 0;
				width: 244px;
				z-index: 2;
}

.m-column__heading {
				color: #d62331;
				line-height: 29px;
				margin-bottom: 16px;
				width: 100%;
}

.m-column__heading.-center {
				text-align: center;
}

.m-column__heading.-mBottom {
				margin-bottom: 40px;
}

.m-column__heading.-colorWhite {
				color: #fff;
}

.m-column__text {
				margin-bottom: 16px;
}

.m-column__text.-colorWhite {
				color: #fff;
}

.m-column__text.-bold {
				font-weight: 700;
}

.m-column .playVideoContainer {
				position: relative;
}

.m-column .playVideoContainer:before {
				content: "";
				width: 100%;
				height: 100%;
				background: url("/site/intropage/assets/btn_play_video.svg") no-repeat;
				background-position: 25% center;
				background-size: 72px;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 9;
				transition: background-size 0.3s ease, background-position 0.3s ease;
}

.m-column .playVideoContainer:hover {
				cursor: pointer;
}

.m-column .playVideoContainer:hover:before {
				background-size: 88px;
				background-position: 24% center;
				transition: background-size 0.3s ease, background-position 0.3s ease;
}

.m-column .playVideoContainer .m-column__bgImage {
				border: 16px solid #fafafa;
				position: relative;
				top: auto;
}

.m-column .playVideoContainer .m-column__bgImage img {
				position: relative;
				top: auto;
				right: auto;
				bottom: auto;
				left: auto;
				min-height: initial;
				min-height: auto;
}

.m-column__textHolder.-padding {
				padding: 80px 120px;
}

.m-column__bgImage {
				width: 100%;
				height: 100%;
				display: block;
				position: absolute;
				top: 0;
				overflow: hidden;
				z-index: 0;
}

.m-column__bgImage img {
				min-height: 100%;
				min-width: 100%;
				width: auto;
				position: absolute;
				z-index: 0;
				left: -999999px;
				top: -999999px;
				right: -999999px;
				bottom: -999999px;
				margin: auto;
}

.m-column__btnContainer .a-btn {
				margin-right: 16px;
}

.m-column__btnContainer .a-btn:last-child {
				margin-right: 0;
}

.m-column.-padding {
				padding: 80px 120px;
}

#about {
				align-items: center;
}

.a-listItem {
				display: table;
}

.a-listItem.-icon_check:before {
				content: "";
				background: url("/site/intropage/assets/icon_check.svg") no-repeat center center;
				position: relative;
				height: 20px;
				width: 20px;
				display: table-cell;
				vertical-align: middle;
}

.a-listItem.-icon_none .a-listItem__heading {
				padding-left: 36px;
}

.a-listItem__heading {
				line-height: 22px;
				padding-left: 16px;
}

.a-listItem__text {
				padding-left: 16px;
}

.a-textContainer {
				position: absolute;
				top: 0;
				width: 100%;
				padding: 80px 64px;
				text-align: center;
				color: #fff;
}

.a-textContainer__heading {
				color: #fff;
}

.a-textContainer__heading:after {
				content: "";
				display: block;
				background: url("/site/intropage/assets/divider.svg");
				width: 80%;
				height: 1px;
				margin: 8px auto;
}

.o-mainFooter {
				background: #d8d8d8;
				text-align: center;
				font-size: 12px;
				width: 100%;
				height: auto;
				position: relative;
				bottom: 0;
				padding: 32px 0;
				box-sizing: border-box;
				text-transform: uppercase;
}

.m-socialList__image {
				width: 24px;
				height: 24px;
				display: inline-block;
				margin-left: 16px;
}

.m-socialList__image:first-child {
				margin-left: 0;
}

.a-contactInfo {
				margin: 16px auto;
}

.a-contactInfo a {
				color: #333;
}

.a-contactInfo a:hover {
				color: #d62331;
				text-decoration: underline;
}

.a-copyright {
				font-weight: 300;
				font-size: 10px;
				color: #333333;
}

.o-popup {
				display: none;
}

.o-popup {
				background: rgba(0, 0, 0, 0.64);
				z-index: 99;
}

.m-popup {
				position: relative;
				background: #fff;
				border-radius: 6px;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				margin: 10% auto 0;
				padding: 48px;
				overflow-y: auto;
				overflow-x: hidden;
				-webkit-overflow-scrolling: touch;
}

.m-popup__heading {
				margin-bottom: 16px;
}

.m-popup__ingress {
				margin-bottom: 24px;
}

.m-popup input[type="submit"] {
				margin-top: 16px;
}

.m-popup.-login {
				max-width: 462px;
}

.m-popup.-login form {
				margin-bottom: 8px;
}

.m-popup.-login .forgot_pass {
				color: #333;
}

.m-popup.-login .forgot_pass:hover {
				color: #d62331;
}

.m-popup.-chooseLanguage {
				max-width: 800px;
}

.m-popup.-chooseLanguage form {
				margin-bottom: 8px;
}

.m-popup.-chooseLanguage .forgot_pass {
				color: #333;
}

.m-popup.-chooseLanguage .forgot_pass:hover {
				color: #d62331;
}

.m-popup.-video {
				width: 90%;
				max-width: 1280px;
}

#video iframe,
#video2 iframe {
				min-height: 460px;
				height: 70vh;
				min-width: 100%;
				width: 70vw;
				width: 90%;
				max-width: 1280px;
}

#video .-video,
#video2 .-video {
				max-height: none;
				width: auto;
				height: auto;
				padding: 0;
				background: transparent;
				overflow: visible;
}

#video .a-btnClose,
#video2 .a-btnClose {
				background: url("../assets/btn_close_white.svg") center center no-repeat;
				background-size: 16px;
				top: 0;
				right: 0;
}

#references.row {
				padding-left: 0;
				padding-right: 0;
}

#flexslider {
				margin: 0;
				border: 0;
				border-radius: 0;
}

#flexslider .slides {
				display: flex;
				align-items: center;
}

#flexslider li {
				background-color: #fff;
				float: left;
				margin: 0 15px 0 0;
				position: relative;
				padding: 10px;
				text-align: center;
}

#flexslider li a {
				color: #333;
				text-decoration: none;
}

#flexslider li a:hover {
				color: #d62331;
				text-decoration: underline;
}

#flexslider .slideImage {
				width: 80%;
				margin: 0 auto;
}

#flexslider .slideImage img {
				width: auto;
				margin: 0 auto;
}

#flexslider .slideQuote {
				font-style: italic;
				margin-top: 16px;
}

#chooseLanguage form {
				display: inline-block;
				width: 49%;
}

@media only screen and (max-width: 767px) {
				#chooseLanguage form {
								width: 100%;
								display: block;
								margin: 0 auto;
				}
				#chooseLanguage form:last-child {
								margin-bottom: 0;
				}
}

#chooseLanguage form label {
				margin-left: 8px;
}

#chooseLanguage form h3 {
				margin-bottom: 8px;
				text-decoration: none;
}

#chooseLanguage form .flag {
				width: 80%;
				margin: 0 auto;
}

@media only screen and (max-width: 767px) {
				#chooseLanguage form .flag {
								width: 100%;
				}
}

#chooseLanguage form .flag img {
				max-width: 100%;
				height: auto;
				-webkit-transform: scale(1, 1);
				-ms-transform: scale(1, 1);
				transform: scale(1, 1);
				transition: all ease-out 0.1s;
}

#chooseLanguage form a {
				text-decoration: none;
}

#chooseLanguage form a:hover img {
				-webkit-transform: scale(1.025, 1.025);
				-ms-transform: scale(1.025, 1.025);
				transform: scale(1.025, 1.025);
				-webkit-transition: all ease-in 0.1s;
				transition: all ease-in 0.1s;
}

#chooseLanguage form .auto_lang {
				margin-top: 8px;
}

#chooseLanguage .info {
				margin-top: 32px;
}

#introSubpage #content {
				width: 100%;
				min-height: 100vh;
				padding: 112px 32px 32px;
				float: none;
				margin-top: 0;
}

#introSubpage #content #innerContainer {
				max-width: 1440px;
				margin: 0 auto;
				min-height: calc(100vh - 144px);
}

#introSubpage #content #innerContainer h1 {
				font-size: 24px;
				line-height: 39px;
				font-size: 2.4rem;
				line-height: 3.9rem;
}

#introSubpage #content #innerContainer .borderTop {
				padding-top: 32px;
				border-top: 1px #d8d8d8 solid;
				margin-top: 32px;
}

#introSubpage #content #innerContainer .borderRight {
				padding-right: 32px;
				border-right: 1px #d8d8d8 solid;
				margin-right: 32px;
}

@media only screen and (max-width: 1124px) {
				#introSubpage #content #innerContainer .borderRight {
								padding-right: 0;
								border-right: 0;
								margin-right: 0;
								padding-bottom: 32px;
								border-bottom: 1px #d8d8d8 solid;
								margin-bottom: 32px;
				}
}

#introSubpage #content #innerContainer .borderBottom {
				padding-bottom: 32px;
				border-bottom: 1px #d8d8d8 solid;
				margin-bottom: 32px;
}

#introSubpage #content #innerContainer .borderLeft {
				padding-left: 32px;
				border-left: 1px #d8d8d8 solid;
				margin-left: 32px;
}

@media only screen and (max-width: 1124px) {
				#introSubpage #content #innerContainer .borderLeft {
								padding-left: 0;
								border-left: 0;
								margin-left: 0;
								padding-top: 32px;
								border-top: 1px #d8d8d8 solid;
								margin-top: 32px;
				}
}

#introSubpage #content #innerContainer .colHalf {
				width: calc(50% - 16px);
				float: left;
}

@media only screen and (max-width: 1124px) {
				#introSubpage #content #innerContainer .colHalf {
								width: 100%;
				}
}

#introSubpage #content #innerContainer .colHalf.borderLeft, #introSubpage #content #innerContainer .colHalf.borderRight {
				width: calc(50% - 16px);
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
}

@media only screen and (max-width: 1124px) {
				#introSubpage #content #innerContainer .colHalf.borderLeft, #introSubpage #content #innerContainer .colHalf.borderRight {
								width: 100%;
				}
}

#introSubpage.introSubpageOneCol #content #innerContainer {
				max-width: 1240px;
}

.referencePage #introHeading {
				display: flex;
				align-items: center;
}

.referencePage #referenceImage {
				margin-right: 16px;
				width: 150px;
				max-width: 100px;
}

.referencePage h1 {
				min-width: 100px;
}

.referencePage #referenceUrl {
				font-size: 14px;
				font-style: italic;
				margin-bottom: 8px;
}

.referencePage h3 {
				margin-bottom: 16px;
}

.youtube_container {
				position: relative;
				padding-bottom: 56.25%;
				padding-top: 30px;
				height: 0;
				overflow: hidden;
}

.youtube_container embed,
.youtube_container iframe,
.youtube_container object {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}

#referenceVideoWrapper {
				position: relative;
				padding-top: 50%;
				padding-top: 504px;
				overflow: hidden;
}

#referenceVideoWrapper h2 {
				color: #fff;
				position: absolute;
				z-index: 9;
				top: 80px;
				left: 0;
				right: 0;
}

#referenceVideoWrapper .parallax:after {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				background: rgba(51, 51, 51, 0.24);
}

#referenceVideoWrapper img {
				min-height: 100%;
				min-width: 100%;
				height: 200%;
				max-width: none;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
}

.btnPlay {
				width: 72px;
				height: 72px;
				background: url("/site/intropage/assets/btn_play_video.svg") no-repeat center center;
				background-size: 100%;
				margin: auto;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 9;
				transform: scale(1, 1);
				transition: transform 0.3s ease-out;
}

.btnPlay:hover {
				transform: scale(1.25, 1.25);
				transition: transform 0.3s ease-in;
				cursor: pointer;
}

.middleView #content {
				display: flex;
				align-items: center;
				justify-content: center;
				height: 100%;
				width: 100%;
}

@media only screen and (max-width: 375px) {
				body.nav_open .m-navList__listItem:last-child {
								margin-bottom: 64px;
				}
}

@media only screen and (max-width: 1124px) {
				.o-mainNav {
								height: 64px;
								padding: 8px 12px 8px 24px;
				}
				.o-mainNav.se .o-mainNav__logo {
								width: auto;
								height: 24px;
								margin: 10px 0;
				}
				.o-mainNav.en .o-mainNav__logo {
								height: 44px;
								width: auto;
				}
				.o-mainNav__list {
								display: none;
				}
				.a-navIcon {
								display: inline-block;
								background: url("../assets/btn_menu_open.svg") center center no-repeat;
								width: 44px;
								height: 44px;
				}
				body.video_open #video {
								display: block;
				}
				body.video_open #video .m-popup {
								max-width: 100vw;
								max-height: none;
				}
				body.nav_open .a-navIcon {
								background: url("../assets/btn_menu_close.svg") center center no-repeat;
				}
				body.nav_open .o-mainNav {
								background: #fff;
				}
				body.nav_open .m-navList {
								display: block;
								height: calc(100vh - 60px);
								width: 100vw;
								position: absolute;
								top: 60px;
								left: 0;
								padding: 32px;
								background: #fff;
				}
				body.nav_open .m-navList__listItem {
								font-size: 18px;
								line-height: 27px;
								display: block;
								margin: 24px 0;
								text-align: left;
				}
				body.nav_open .m-navList__listItem.-divider {
								display: none;
				}
				body.nav_open .m-navList__listItem a {
								padding: 5px 0;
				}
				body.nav_open .m-navList__listItem a.a-btn {
								padding: 0;
				}
				.three-col .m-column__inner:after {
								padding-top: 112%;
				}
}

@media only screen and (max-width: 767px) {
				#introSubpage #content {
								margin-top: 0;
								padding: 64px 0 0;
								height: auto;
								min-height: auto;
				}
				#introSubpage #content .m-popup {
								height: 100%;
								bottom: auto;
								overflow: hidden;
				}
				.o-popup {
								z-index: 999;
								pointer-events: none;
				}
				#video .a-btnClose,
				#video2 .a-btnClose {
								top: 48px;
								right: 8px;
								background-size: 24px;
				}
				.m-popup {
								width: 100%;
								max-width: 100%;
								margin: 0;
								border-radius: 0;
								padding: 24px;
								pointer-events: initial;
								box-sizing: border-box;
				}
				.m-popup form {
								max-width: 100%;
				}
				.m-popup.-login {
								max-width: 100%;
				}
				.m-column__inner:after {
								content: none;
				}
				.m-column__inner.playVideoContainer:after {
								content: "";
								padding-top: 80%;
				}
				.m-column:last-child .m-column__image {
								margin-bottom: 0;
				}
				.m-column__image {
								margin-bottom: 24px;
				}
				video {
								object-fit: cover;
								object-position: 50% 50%;
								width: 100%;
								height: 100%;
				}
				.m-startContainer {
								width: 100%;
								padding: 0 24px;
				}
				.m-column__textHolder {
								position: relative;
				}
				.o-startHeader__overlay:before {
								background: rgba(214, 35, 49, 0.8);
				}
				.o-startHeader__svgDiagonal {
								display: none;
				}
				.row {
								padding: 64px 24px;
				}
				.m-column__inner.playVideoContainer .m-column__bgImage {
								border: none;
				}
				.two-col > [class*='col-'].borderLeft {
								padding-left: 0;
								border-left: 0;
								border-top: 1px solid #d8d8d8;
								padding-top: 64px;
								margin-top: 64px;
				}
				.m-column.-beforeAfter__borderWhite:after,
				.m-column.-beforeAfter__borderWhite:before {
								height: 2px;
								width: 100%;
				}
				.m-column.-beforeAfter__borderWhite:after {
								left: 0;
								top: auto;
								bottom: 0;
				}
				.three-col .m-column__inner:after {
								padding-top: 77%;
								padding-top: 100%;
				}
				.a-btn:last-child {
								margin-top: 16px;
				}
				.m-column__textHolder.-padding {
								padding: 64px 32px;
				}
				.row .two-col .col-lg-1,
				.row .two-col .col-lg-10,
				.row .two-col .col-lg-11,
				.row .two-col .col-lg-12,
				.row .two-col .col-lg-2,
				.row .two-col .col-lg-3,
				.row .two-col .col-lg-4,
				.row .two-col .col-lg-5,
				.row .two-col .col-lg-6,
				.row .two-col .col-lg-7,
				.row .two-col .col-lg-8,
				.row .two-col .col-lg-9,
				.row .two-col .col-md-1,
				.row .two-col .col-md-10,
				.row .two-col .col-md-11,
				.row .two-col .col-md-12,
				.row .two-col .col-md-2,
				.row .two-col .col-md-3,
				.row .two-col .col-md-4,
				.row .two-col .col-md-5,
				.row .two-col .col-md-6,
				.row .two-col .col-md-7,
				.row .two-col .col-md-8,
				.row .two-col .col-md-9,
				.row .two-col .col-s-1,
				.row .two-col .col-s-10,
				.row .two-col .col-s-11,
				.row .two-col .col-s-12,
				.row .two-col .col-s-2,
				.row .two-col .col-s-3,
				.row .two-col .col-s-4,
				.row .two-col .col-s-5,
				.row .two-col .col-s-6,
				.row .two-col .col-s-7,
				.row .two-col .col-s-8,
				.row .two-col .col-s-9,
				.row .two-col .col-sm-1,
				.row .two-col .col-sm-10,
				.row .two-col .col-sm-11,
				.row .two-col .col-sm-12,
				.row .two-col .col-sm-2,
				.row .two-col .col-sm-3,
				.row .two-col .col-sm-4,
				.row .two-col .col-sm-5,
				.row .two-col .col-sm-6,
				.row .two-col .col-sm-7,
				.row .two-col .col-sm-8,
				.row .two-col .col-sm-9,
				.row .two-col .col-xs-1,
				.row .two-col .col-xs-10,
				.row .two-col .col-xs-11,
				.row .two-col .col-xs-12,
				.row .two-col .col-xs-2,
				.row .two-col .col-xs-3,
				.row .two-col .col-xs-4,
				.row .two-col .col-xs-5,
				.row .two-col .col-xs-6,
				.row .two-col .col-xs-7,
				.row .two-col .col-xs-8,
				.row .two-col .col-xs-9 {
								padding-left: 0;
								margin-bottom: 16px;
				}
				.row .two-col .col-lg-10:nth-child(odd),
				.row .two-col .col-lg-11:nth-child(odd),
				.row .two-col .col-lg-12:nth-child(odd),
				.row .two-col .col-lg-1:nth-child(odd),
				.row .two-col .col-lg-2:nth-child(odd),
				.row .two-col .col-lg-3:nth-child(odd),
				.row .two-col .col-lg-4:nth-child(odd),
				.row .two-col .col-lg-5:nth-child(odd),
				.row .two-col .col-lg-6:nth-child(odd),
				.row .two-col .col-lg-7:nth-child(odd),
				.row .two-col .col-lg-8:nth-child(odd),
				.row .two-col .col-lg-9:nth-child(odd),
				.row .two-col .col-md-10:nth-child(odd),
				.row .two-col .col-md-11:nth-child(odd),
				.row .two-col .col-md-12:nth-child(odd),
				.row .two-col .col-md-1:nth-child(odd),
				.row .two-col .col-md-2:nth-child(odd),
				.row .two-col .col-md-3:nth-child(odd),
				.row .two-col .col-md-4:nth-child(odd),
				.row .two-col .col-md-5:nth-child(odd),
				.row .two-col .col-md-6:nth-child(odd),
				.row .two-col .col-md-7:nth-child(odd),
				.row .two-col .col-md-8:nth-child(odd),
				.row .two-col .col-md-9:nth-child(odd),
				.row .two-col .col-s-10:nth-child(odd),
				.row .two-col .col-s-11:nth-child(odd),
				.row .two-col .col-s-12:nth-child(odd),
				.row .two-col .col-s-1:nth-child(odd),
				.row .two-col .col-s-2:nth-child(odd),
				.row .two-col .col-s-3:nth-child(odd),
				.row .two-col .col-s-4:nth-child(odd),
				.row .two-col .col-s-5:nth-child(odd),
				.row .two-col .col-s-6:nth-child(odd),
				.row .two-col .col-s-7:nth-child(odd),
				.row .two-col .col-s-8:nth-child(odd),
				.row .two-col .col-s-9:nth-child(odd),
				.row .two-col .col-sm-10:nth-child(odd),
				.row .two-col .col-sm-11:nth-child(odd),
				.row .two-col .col-sm-12:nth-child(odd),
				.row .two-col .col-sm-1:nth-child(odd),
				.row .two-col .col-sm-2:nth-child(odd),
				.row .two-col .col-sm-3:nth-child(odd),
				.row .two-col .col-sm-4:nth-child(odd),
				.row .two-col .col-sm-5:nth-child(odd),
				.row .two-col .col-sm-6:nth-child(odd),
				.row .two-col .col-sm-7:nth-child(odd),
				.row .two-col .col-sm-8:nth-child(odd),
				.row .two-col .col-sm-9:nth-child(odd),
				.row .two-col .col-xs-10:nth-child(odd),
				.row .two-col .col-xs-11:nth-child(odd),
				.row .two-col .col-xs-12:nth-child(odd),
				.row .two-col .col-xs-1:nth-child(odd),
				.row .two-col .col-xs-2:nth-child(odd),
				.row .two-col .col-xs-3:nth-child(odd),
				.row .two-col .col-xs-4:nth-child(odd),
				.row .two-col .col-xs-5:nth-child(odd),
				.row .two-col .col-xs-6:nth-child(odd),
				.row .two-col .col-xs-7:nth-child(odd),
				.row .two-col .col-xs-8:nth-child(odd),
				.row .two-col .col-xs-9:nth-child(odd) {
								padding-right: 0;
								padding-left: 0;
				}
				.row.-biggerGap .two-col .col-lg-1,
				.row.-biggerGap .two-col .col-lg-10,
				.row.-biggerGap .two-col .col-lg-11,
				.row.-biggerGap .two-col .col-lg-12,
				.row.-biggerGap .two-col .col-lg-2,
				.row.-biggerGap .two-col .col-lg-3,
				.row.-biggerGap .two-col .col-lg-4,
				.row.-biggerGap .two-col .col-lg-5,
				.row.-biggerGap .two-col .col-lg-6,
				.row.-biggerGap .two-col .col-lg-7,
				.row.-biggerGap .two-col .col-lg-8,
				.row.-biggerGap .two-col .col-lg-9,
				.row.-biggerGap .two-col .col-md-1,
				.row.-biggerGap .two-col .col-md-10,
				.row.-biggerGap .two-col .col-md-11,
				.row.-biggerGap .two-col .col-md-12,
				.row.-biggerGap .two-col .col-md-2,
				.row.-biggerGap .two-col .col-md-3,
				.row.-biggerGap .two-col .col-md-4,
				.row.-biggerGap .two-col .col-md-5,
				.row.-biggerGap .two-col .col-md-6,
				.row.-biggerGap .two-col .col-md-7,
				.row.-biggerGap .two-col .col-md-8,
				.row.-biggerGap .two-col .col-md-9,
				.row.-biggerGap .two-col .col-s-1,
				.row.-biggerGap .two-col .col-s-10,
				.row.-biggerGap .two-col .col-s-11,
				.row.-biggerGap .two-col .col-s-12,
				.row.-biggerGap .two-col .col-s-2,
				.row.-biggerGap .two-col .col-s-3,
				.row.-biggerGap .two-col .col-s-4,
				.row.-biggerGap .two-col .col-s-5,
				.row.-biggerGap .two-col .col-s-6,
				.row.-biggerGap .two-col .col-s-7,
				.row.-biggerGap .two-col .col-s-8,
				.row.-biggerGap .two-col .col-s-9,
				.row.-biggerGap .two-col .col-sm-1,
				.row.-biggerGap .two-col .col-sm-10,
				.row.-biggerGap .two-col .col-sm-11,
				.row.-biggerGap .two-col .col-sm-12,
				.row.-biggerGap .two-col .col-sm-2,
				.row.-biggerGap .two-col .col-sm-3,
				.row.-biggerGap .two-col .col-sm-4,
				.row.-biggerGap .two-col .col-sm-5,
				.row.-biggerGap .two-col .col-sm-6,
				.row.-biggerGap .two-col .col-sm-7,
				.row.-biggerGap .two-col .col-sm-8,
				.row.-biggerGap .two-col .col-sm-9,
				.row.-biggerGap .two-col .col-xs-1,
				.row.-biggerGap .two-col .col-xs-10,
				.row.-biggerGap .two-col .col-xs-11,
				.row.-biggerGap .two-col .col-xs-12,
				.row.-biggerGap .two-col .col-xs-2,
				.row.-biggerGap .two-col .col-xs-3,
				.row.-biggerGap .two-col .col-xs-4,
				.row.-biggerGap .two-col .col-xs-5,
				.row.-biggerGap .two-col .col-xs-6,
				.row.-biggerGap .two-col .col-xs-7,
				.row.-biggerGap .two-col .col-xs-8,
				.row.-biggerGap .two-col .col-xs-9 {
								padding-left: 0;
								margin-bottom: 32px;
				}
				.row.-biggerGap .two-col .col-lg-10:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-11:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-12:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-1:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-2:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-3:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-4:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-5:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-6:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-7:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-8:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-9:nth-child(odd),
				.row.-biggerGap .two-col .col-md-10:nth-child(odd),
				.row.-biggerGap .two-col .col-md-11:nth-child(odd),
				.row.-biggerGap .two-col .col-md-12:nth-child(odd),
				.row.-biggerGap .two-col .col-md-1:nth-child(odd),
				.row.-biggerGap .two-col .col-md-2:nth-child(odd),
				.row.-biggerGap .two-col .col-md-3:nth-child(odd),
				.row.-biggerGap .two-col .col-md-4:nth-child(odd),
				.row.-biggerGap .two-col .col-md-5:nth-child(odd),
				.row.-biggerGap .two-col .col-md-6:nth-child(odd),
				.row.-biggerGap .two-col .col-md-7:nth-child(odd),
				.row.-biggerGap .two-col .col-md-8:nth-child(odd),
				.row.-biggerGap .two-col .col-md-9:nth-child(odd),
				.row.-biggerGap .two-col .col-s-10:nth-child(odd),
				.row.-biggerGap .two-col .col-s-11:nth-child(odd),
				.row.-biggerGap .two-col .col-s-12:nth-child(odd),
				.row.-biggerGap .two-col .col-s-1:nth-child(odd),
				.row.-biggerGap .two-col .col-s-2:nth-child(odd),
				.row.-biggerGap .two-col .col-s-3:nth-child(odd),
				.row.-biggerGap .two-col .col-s-4:nth-child(odd),
				.row.-biggerGap .two-col .col-s-5:nth-child(odd),
				.row.-biggerGap .two-col .col-s-6:nth-child(odd),
				.row.-biggerGap .two-col .col-s-7:nth-child(odd),
				.row.-biggerGap .two-col .col-s-8:nth-child(odd),
				.row.-biggerGap .two-col .col-s-9:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-10:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-11:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-12:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-1:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-2:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-3:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-4:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-5:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-6:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-7:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-8:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-9:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-10:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-11:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-12:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-1:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-2:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-3:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-4:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-5:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-6:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-7:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-8:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-9:nth-child(odd) {
								padding-right: 0;
								padding-left: 0;
				}
}

@media only screen and (min-width: 767px) and (max-width: 1112px) {
				.m-column__inner:after {
								content: "";
								padding-top: 64%;
				}
				.three-col .m-column__inner:after {
								padding-top: 100%;
				}
				.row .two-col .col-lg-1,
				.row .two-col .col-lg-10,
				.row .two-col .col-lg-11,
				.row .two-col .col-lg-12,
				.row .two-col .col-lg-2,
				.row .two-col .col-lg-3,
				.row .two-col .col-lg-4,
				.row .two-col .col-lg-5,
				.row .two-col .col-lg-6,
				.row .two-col .col-lg-7,
				.row .two-col .col-lg-8,
				.row .two-col .col-lg-9,
				.row .two-col .col-md-1,
				.row .two-col .col-md-10,
				.row .two-col .col-md-11,
				.row .two-col .col-md-12,
				.row .two-col .col-md-2,
				.row .two-col .col-md-3,
				.row .two-col .col-md-4,
				.row .two-col .col-md-5,
				.row .two-col .col-md-6,
				.row .two-col .col-md-7,
				.row .two-col .col-md-8,
				.row .two-col .col-md-9,
				.row .two-col .col-s-1,
				.row .two-col .col-s-10,
				.row .two-col .col-s-11,
				.row .two-col .col-s-12,
				.row .two-col .col-s-2,
				.row .two-col .col-s-3,
				.row .two-col .col-s-4,
				.row .two-col .col-s-5,
				.row .two-col .col-s-6,
				.row .two-col .col-s-7,
				.row .two-col .col-s-8,
				.row .two-col .col-s-9,
				.row .two-col .col-sm-1,
				.row .two-col .col-sm-10,
				.row .two-col .col-sm-11,
				.row .two-col .col-sm-12,
				.row .two-col .col-sm-2,
				.row .two-col .col-sm-3,
				.row .two-col .col-sm-4,
				.row .two-col .col-sm-5,
				.row .two-col .col-sm-6,
				.row .two-col .col-sm-7,
				.row .two-col .col-sm-8,
				.row .two-col .col-sm-9,
				.row .two-col .col-xs-1,
				.row .two-col .col-xs-10,
				.row .two-col .col-xs-11,
				.row .two-col .col-xs-12,
				.row .two-col .col-xs-2,
				.row .two-col .col-xs-3,
				.row .two-col .col-xs-4,
				.row .two-col .col-xs-5,
				.row .two-col .col-xs-6,
				.row .two-col .col-xs-7,
				.row .two-col .col-xs-8,
				.row .two-col .col-xs-9 {
								padding-left: 0;
								margin-bottom: 16px;
				}
				.row .two-col .col-lg-10:nth-child(odd),
				.row .two-col .col-lg-11:nth-child(odd),
				.row .two-col .col-lg-12:nth-child(odd),
				.row .two-col .col-lg-1:nth-child(odd),
				.row .two-col .col-lg-2:nth-child(odd),
				.row .two-col .col-lg-3:nth-child(odd),
				.row .two-col .col-lg-4:nth-child(odd),
				.row .two-col .col-lg-5:nth-child(odd),
				.row .two-col .col-lg-6:nth-child(odd),
				.row .two-col .col-lg-7:nth-child(odd),
				.row .two-col .col-lg-8:nth-child(odd),
				.row .two-col .col-lg-9:nth-child(odd),
				.row .two-col .col-md-10:nth-child(odd),
				.row .two-col .col-md-11:nth-child(odd),
				.row .two-col .col-md-12:nth-child(odd),
				.row .two-col .col-md-1:nth-child(odd),
				.row .two-col .col-md-2:nth-child(odd),
				.row .two-col .col-md-3:nth-child(odd),
				.row .two-col .col-md-4:nth-child(odd),
				.row .two-col .col-md-5:nth-child(odd),
				.row .two-col .col-md-6:nth-child(odd),
				.row .two-col .col-md-7:nth-child(odd),
				.row .two-col .col-md-8:nth-child(odd),
				.row .two-col .col-md-9:nth-child(odd),
				.row .two-col .col-s-10:nth-child(odd),
				.row .two-col .col-s-11:nth-child(odd),
				.row .two-col .col-s-12:nth-child(odd),
				.row .two-col .col-s-1:nth-child(odd),
				.row .two-col .col-s-2:nth-child(odd),
				.row .two-col .col-s-3:nth-child(odd),
				.row .two-col .col-s-4:nth-child(odd),
				.row .two-col .col-s-5:nth-child(odd),
				.row .two-col .col-s-6:nth-child(odd),
				.row .two-col .col-s-7:nth-child(odd),
				.row .two-col .col-s-8:nth-child(odd),
				.row .two-col .col-s-9:nth-child(odd),
				.row .two-col .col-sm-10:nth-child(odd),
				.row .two-col .col-sm-11:nth-child(odd),
				.row .two-col .col-sm-12:nth-child(odd),
				.row .two-col .col-sm-1:nth-child(odd),
				.row .two-col .col-sm-2:nth-child(odd),
				.row .two-col .col-sm-3:nth-child(odd),
				.row .two-col .col-sm-4:nth-child(odd),
				.row .two-col .col-sm-5:nth-child(odd),
				.row .two-col .col-sm-6:nth-child(odd),
				.row .two-col .col-sm-7:nth-child(odd),
				.row .two-col .col-sm-8:nth-child(odd),
				.row .two-col .col-sm-9:nth-child(odd),
				.row .two-col .col-xs-10:nth-child(odd),
				.row .two-col .col-xs-11:nth-child(odd),
				.row .two-col .col-xs-12:nth-child(odd),
				.row .two-col .col-xs-1:nth-child(odd),
				.row .two-col .col-xs-2:nth-child(odd),
				.row .two-col .col-xs-3:nth-child(odd),
				.row .two-col .col-xs-4:nth-child(odd),
				.row .two-col .col-xs-5:nth-child(odd),
				.row .two-col .col-xs-6:nth-child(odd),
				.row .two-col .col-xs-7:nth-child(odd),
				.row .two-col .col-xs-8:nth-child(odd),
				.row .two-col .col-xs-9:nth-child(odd) {
								padding-right: 0;
								padding-left: 0;
				}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
				.row .two-col .col-lg-1,
				.row .two-col .col-lg-10,
				.row .two-col .col-lg-11,
				.row .two-col .col-lg-12,
				.row .two-col .col-lg-2,
				.row .two-col .col-lg-3,
				.row .two-col .col-lg-4,
				.row .two-col .col-lg-5,
				.row .two-col .col-lg-6,
				.row .two-col .col-lg-7,
				.row .two-col .col-lg-8,
				.row .two-col .col-lg-9,
				.row .two-col .col-md-1,
				.row .two-col .col-md-10,
				.row .two-col .col-md-11,
				.row .two-col .col-md-12,
				.row .two-col .col-md-2,
				.row .two-col .col-md-3,
				.row .two-col .col-md-4,
				.row .two-col .col-md-5,
				.row .two-col .col-md-6,
				.row .two-col .col-md-7,
				.row .two-col .col-md-8,
				.row .two-col .col-md-9,
				.row .two-col .col-s-1,
				.row .two-col .col-s-10,
				.row .two-col .col-s-11,
				.row .two-col .col-s-12,
				.row .two-col .col-s-2,
				.row .two-col .col-s-3,
				.row .two-col .col-s-4,
				.row .two-col .col-s-5,
				.row .two-col .col-s-6,
				.row .two-col .col-s-7,
				.row .two-col .col-s-8,
				.row .two-col .col-s-9,
				.row .two-col .col-sm-1,
				.row .two-col .col-sm-10,
				.row .two-col .col-sm-11,
				.row .two-col .col-sm-12,
				.row .two-col .col-sm-2,
				.row .two-col .col-sm-3,
				.row .two-col .col-sm-4,
				.row .two-col .col-sm-5,
				.row .two-col .col-sm-6,
				.row .two-col .col-sm-7,
				.row .two-col .col-sm-8,
				.row .two-col .col-sm-9,
				.row .two-col .col-xs-1,
				.row .two-col .col-xs-10,
				.row .two-col .col-xs-11,
				.row .two-col .col-xs-12,
				.row .two-col .col-xs-2,
				.row .two-col .col-xs-3,
				.row .two-col .col-xs-4,
				.row .two-col .col-xs-5,
				.row .two-col .col-xs-6,
				.row .two-col .col-xs-7,
				.row .two-col .col-xs-8,
				.row .two-col .col-xs-9 {
								padding-left: 0;
								margin-bottom: 16px;
				}
				.row .two-col .col-lg-10:nth-child(odd),
				.row .two-col .col-lg-11:nth-child(odd),
				.row .two-col .col-lg-12:nth-child(odd),
				.row .two-col .col-lg-1:nth-child(odd),
				.row .two-col .col-lg-2:nth-child(odd),
				.row .two-col .col-lg-3:nth-child(odd),
				.row .two-col .col-lg-4:nth-child(odd),
				.row .two-col .col-lg-5:nth-child(odd),
				.row .two-col .col-lg-6:nth-child(odd),
				.row .two-col .col-lg-7:nth-child(odd),
				.row .two-col .col-lg-8:nth-child(odd),
				.row .two-col .col-lg-9:nth-child(odd),
				.row .two-col .col-md-10:nth-child(odd),
				.row .two-col .col-md-11:nth-child(odd),
				.row .two-col .col-md-12:nth-child(odd),
				.row .two-col .col-md-1:nth-child(odd),
				.row .two-col .col-md-2:nth-child(odd),
				.row .two-col .col-md-3:nth-child(odd),
				.row .two-col .col-md-4:nth-child(odd),
				.row .two-col .col-md-5:nth-child(odd),
				.row .two-col .col-md-6:nth-child(odd),
				.row .two-col .col-md-7:nth-child(odd),
				.row .two-col .col-md-8:nth-child(odd),
				.row .two-col .col-md-9:nth-child(odd),
				.row .two-col .col-s-10:nth-child(odd),
				.row .two-col .col-s-11:nth-child(odd),
				.row .two-col .col-s-12:nth-child(odd),
				.row .two-col .col-s-1:nth-child(odd),
				.row .two-col .col-s-2:nth-child(odd),
				.row .two-col .col-s-3:nth-child(odd),
				.row .two-col .col-s-4:nth-child(odd),
				.row .two-col .col-s-5:nth-child(odd),
				.row .two-col .col-s-6:nth-child(odd),
				.row .two-col .col-s-7:nth-child(odd),
				.row .two-col .col-s-8:nth-child(odd),
				.row .two-col .col-s-9:nth-child(odd),
				.row .two-col .col-sm-10:nth-child(odd),
				.row .two-col .col-sm-11:nth-child(odd),
				.row .two-col .col-sm-12:nth-child(odd),
				.row .two-col .col-sm-1:nth-child(odd),
				.row .two-col .col-sm-2:nth-child(odd),
				.row .two-col .col-sm-3:nth-child(odd),
				.row .two-col .col-sm-4:nth-child(odd),
				.row .two-col .col-sm-5:nth-child(odd),
				.row .two-col .col-sm-6:nth-child(odd),
				.row .two-col .col-sm-7:nth-child(odd),
				.row .two-col .col-sm-8:nth-child(odd),
				.row .two-col .col-sm-9:nth-child(odd),
				.row .two-col .col-xs-10:nth-child(odd),
				.row .two-col .col-xs-11:nth-child(odd),
				.row .two-col .col-xs-12:nth-child(odd),
				.row .two-col .col-xs-1:nth-child(odd),
				.row .two-col .col-xs-2:nth-child(odd),
				.row .two-col .col-xs-3:nth-child(odd),
				.row .two-col .col-xs-4:nth-child(odd),
				.row .two-col .col-xs-5:nth-child(odd),
				.row .two-col .col-xs-6:nth-child(odd),
				.row .two-col .col-xs-7:nth-child(odd),
				.row .two-col .col-xs-8:nth-child(odd),
				.row .two-col .col-xs-9:nth-child(odd) {
								padding-right: 0;
								padding-left: 0;
				}
				.row.-biggerGap .two-col .col-lg-1,
				.row.-biggerGap .two-col .col-lg-10,
				.row.-biggerGap .two-col .col-lg-11,
				.row.-biggerGap .two-col .col-lg-12,
				.row.-biggerGap .two-col .col-lg-2,
				.row.-biggerGap .two-col .col-lg-3,
				.row.-biggerGap .two-col .col-lg-4,
				.row.-biggerGap .two-col .col-lg-5,
				.row.-biggerGap .two-col .col-lg-6,
				.row.-biggerGap .two-col .col-lg-7,
				.row.-biggerGap .two-col .col-lg-8,
				.row.-biggerGap .two-col .col-lg-9,
				.row.-biggerGap .two-col .col-md-1,
				.row.-biggerGap .two-col .col-md-10,
				.row.-biggerGap .two-col .col-md-11,
				.row.-biggerGap .two-col .col-md-12,
				.row.-biggerGap .two-col .col-md-2,
				.row.-biggerGap .two-col .col-md-3,
				.row.-biggerGap .two-col .col-md-4,
				.row.-biggerGap .two-col .col-md-5,
				.row.-biggerGap .two-col .col-md-6,
				.row.-biggerGap .two-col .col-md-7,
				.row.-biggerGap .two-col .col-md-8,
				.row.-biggerGap .two-col .col-md-9,
				.row.-biggerGap .two-col .col-s-1,
				.row.-biggerGap .two-col .col-s-10,
				.row.-biggerGap .two-col .col-s-11,
				.row.-biggerGap .two-col .col-s-12,
				.row.-biggerGap .two-col .col-s-2,
				.row.-biggerGap .two-col .col-s-3,
				.row.-biggerGap .two-col .col-s-4,
				.row.-biggerGap .two-col .col-s-5,
				.row.-biggerGap .two-col .col-s-6,
				.row.-biggerGap .two-col .col-s-7,
				.row.-biggerGap .two-col .col-s-8,
				.row.-biggerGap .two-col .col-s-9,
				.row.-biggerGap .two-col .col-sm-1,
				.row.-biggerGap .two-col .col-sm-10,
				.row.-biggerGap .two-col .col-sm-11,
				.row.-biggerGap .two-col .col-sm-12,
				.row.-biggerGap .two-col .col-sm-2,
				.row.-biggerGap .two-col .col-sm-3,
				.row.-biggerGap .two-col .col-sm-4,
				.row.-biggerGap .two-col .col-sm-5,
				.row.-biggerGap .two-col .col-sm-6,
				.row.-biggerGap .two-col .col-sm-7,
				.row.-biggerGap .two-col .col-sm-8,
				.row.-biggerGap .two-col .col-sm-9,
				.row.-biggerGap .two-col .col-xs-1,
				.row.-biggerGap .two-col .col-xs-10,
				.row.-biggerGap .two-col .col-xs-11,
				.row.-biggerGap .two-col .col-xs-12,
				.row.-biggerGap .two-col .col-xs-2,
				.row.-biggerGap .two-col .col-xs-3,
				.row.-biggerGap .two-col .col-xs-4,
				.row.-biggerGap .two-col .col-xs-5,
				.row.-biggerGap .two-col .col-xs-6,
				.row.-biggerGap .two-col .col-xs-7,
				.row.-biggerGap .two-col .col-xs-8,
				.row.-biggerGap .two-col .col-xs-9 {
								padding-left: 0;
								margin-bottom: 32px;
				}
				.row.-biggerGap .two-col .col-lg-10:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-11:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-12:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-1:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-2:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-3:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-4:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-5:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-6:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-7:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-8:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-9:nth-child(odd),
				.row.-biggerGap .two-col .col-md-10:nth-child(odd),
				.row.-biggerGap .two-col .col-md-11:nth-child(odd),
				.row.-biggerGap .two-col .col-md-12:nth-child(odd),
				.row.-biggerGap .two-col .col-md-1:nth-child(odd),
				.row.-biggerGap .two-col .col-md-2:nth-child(odd),
				.row.-biggerGap .two-col .col-md-3:nth-child(odd),
				.row.-biggerGap .two-col .col-md-4:nth-child(odd),
				.row.-biggerGap .two-col .col-md-5:nth-child(odd),
				.row.-biggerGap .two-col .col-md-6:nth-child(odd),
				.row.-biggerGap .two-col .col-md-7:nth-child(odd),
				.row.-biggerGap .two-col .col-md-8:nth-child(odd),
				.row.-biggerGap .two-col .col-md-9:nth-child(odd),
				.row.-biggerGap .two-col .col-s-10:nth-child(odd),
				.row.-biggerGap .two-col .col-s-11:nth-child(odd),
				.row.-biggerGap .two-col .col-s-12:nth-child(odd),
				.row.-biggerGap .two-col .col-s-1:nth-child(odd),
				.row.-biggerGap .two-col .col-s-2:nth-child(odd),
				.row.-biggerGap .two-col .col-s-3:nth-child(odd),
				.row.-biggerGap .two-col .col-s-4:nth-child(odd),
				.row.-biggerGap .two-col .col-s-5:nth-child(odd),
				.row.-biggerGap .two-col .col-s-6:nth-child(odd),
				.row.-biggerGap .two-col .col-s-7:nth-child(odd),
				.row.-biggerGap .two-col .col-s-8:nth-child(odd),
				.row.-biggerGap .two-col .col-s-9:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-10:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-11:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-12:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-1:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-2:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-3:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-4:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-5:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-6:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-7:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-8:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-9:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-10:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-11:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-12:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-1:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-2:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-3:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-4:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-5:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-6:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-7:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-8:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-9:nth-child(odd) {
								padding-right: 0;
								padding-left: 0;
				}
}

@media only screen and (min-width: 1200px) {
				.row.-biggerGap .two-col .col-lg-1,
				.row.-biggerGap .two-col .col-lg-10,
				.row.-biggerGap .two-col .col-lg-11,
				.row.-biggerGap .two-col .col-lg-12,
				.row.-biggerGap .two-col .col-lg-2,
				.row.-biggerGap .two-col .col-lg-3,
				.row.-biggerGap .two-col .col-lg-4,
				.row.-biggerGap .two-col .col-lg-5,
				.row.-biggerGap .two-col .col-lg-6,
				.row.-biggerGap .two-col .col-lg-7,
				.row.-biggerGap .two-col .col-lg-8,
				.row.-biggerGap .two-col .col-lg-9,
				.row.-biggerGap .two-col .col-md-1,
				.row.-biggerGap .two-col .col-md-10,
				.row.-biggerGap .two-col .col-md-11,
				.row.-biggerGap .two-col .col-md-12,
				.row.-biggerGap .two-col .col-md-2,
				.row.-biggerGap .two-col .col-md-3,
				.row.-biggerGap .two-col .col-md-4,
				.row.-biggerGap .two-col .col-md-5,
				.row.-biggerGap .two-col .col-md-6,
				.row.-biggerGap .two-col .col-md-7,
				.row.-biggerGap .two-col .col-md-8,
				.row.-biggerGap .two-col .col-md-9,
				.row.-biggerGap .two-col .col-s-1,
				.row.-biggerGap .two-col .col-s-10,
				.row.-biggerGap .two-col .col-s-11,
				.row.-biggerGap .two-col .col-s-12,
				.row.-biggerGap .two-col .col-s-2,
				.row.-biggerGap .two-col .col-s-3,
				.row.-biggerGap .two-col .col-s-4,
				.row.-biggerGap .two-col .col-s-5,
				.row.-biggerGap .two-col .col-s-6,
				.row.-biggerGap .two-col .col-s-7,
				.row.-biggerGap .two-col .col-s-8,
				.row.-biggerGap .two-col .col-s-9,
				.row.-biggerGap .two-col .col-sm-1,
				.row.-biggerGap .two-col .col-sm-10,
				.row.-biggerGap .two-col .col-sm-11,
				.row.-biggerGap .two-col .col-sm-12,
				.row.-biggerGap .two-col .col-sm-2,
				.row.-biggerGap .two-col .col-sm-3,
				.row.-biggerGap .two-col .col-sm-4,
				.row.-biggerGap .two-col .col-sm-5,
				.row.-biggerGap .two-col .col-sm-6,
				.row.-biggerGap .two-col .col-sm-7,
				.row.-biggerGap .two-col .col-sm-8,
				.row.-biggerGap .two-col .col-sm-9,
				.row.-biggerGap .two-col .col-xs-1,
				.row.-biggerGap .two-col .col-xs-10,
				.row.-biggerGap .two-col .col-xs-11,
				.row.-biggerGap .two-col .col-xs-12,
				.row.-biggerGap .two-col .col-xs-2,
				.row.-biggerGap .two-col .col-xs-3,
				.row.-biggerGap .two-col .col-xs-4,
				.row.-biggerGap .two-col .col-xs-5,
				.row.-biggerGap .two-col .col-xs-6,
				.row.-biggerGap .two-col .col-xs-7,
				.row.-biggerGap .two-col .col-xs-8,
				.row.-biggerGap .two-col .col-xs-9 {
								padding-left: 16px;
								margin-bottom: 32px;
				}
				.row.-biggerGap .two-col .col-lg-10:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-11:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-12:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-1:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-2:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-3:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-4:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-5:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-6:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-7:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-8:nth-child(odd),
				.row.-biggerGap .two-col .col-lg-9:nth-child(odd),
				.row.-biggerGap .two-col .col-md-10:nth-child(odd),
				.row.-biggerGap .two-col .col-md-11:nth-child(odd),
				.row.-biggerGap .two-col .col-md-12:nth-child(odd),
				.row.-biggerGap .two-col .col-md-1:nth-child(odd),
				.row.-biggerGap .two-col .col-md-2:nth-child(odd),
				.row.-biggerGap .two-col .col-md-3:nth-child(odd),
				.row.-biggerGap .two-col .col-md-4:nth-child(odd),
				.row.-biggerGap .two-col .col-md-5:nth-child(odd),
				.row.-biggerGap .two-col .col-md-6:nth-child(odd),
				.row.-biggerGap .two-col .col-md-7:nth-child(odd),
				.row.-biggerGap .two-col .col-md-8:nth-child(odd),
				.row.-biggerGap .two-col .col-md-9:nth-child(odd),
				.row.-biggerGap .two-col .col-s-10:nth-child(odd),
				.row.-biggerGap .two-col .col-s-11:nth-child(odd),
				.row.-biggerGap .two-col .col-s-12:nth-child(odd),
				.row.-biggerGap .two-col .col-s-1:nth-child(odd),
				.row.-biggerGap .two-col .col-s-2:nth-child(odd),
				.row.-biggerGap .two-col .col-s-3:nth-child(odd),
				.row.-biggerGap .two-col .col-s-4:nth-child(odd),
				.row.-biggerGap .two-col .col-s-5:nth-child(odd),
				.row.-biggerGap .two-col .col-s-6:nth-child(odd),
				.row.-biggerGap .two-col .col-s-7:nth-child(odd),
				.row.-biggerGap .two-col .col-s-8:nth-child(odd),
				.row.-biggerGap .two-col .col-s-9:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-10:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-11:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-12:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-1:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-2:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-3:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-4:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-5:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-6:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-7:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-8:nth-child(odd),
				.row.-biggerGap .two-col .col-sm-9:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-10:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-11:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-12:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-1:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-2:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-3:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-4:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-5:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-6:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-7:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-8:nth-child(odd),
				.row.-biggerGap .two-col .col-xs-9:nth-child(odd) {
								padding-right: 16px;
								padding-left: 0;
				}
}

/*# sourceMappingURL=intropage.css.map */