/**
 * ===================================================================
 * webfonts and iconfonts
 *
 * -------------------------------------------------------------------
 */

@import url("fonts.css");
@import url("ionicons/css/ionicons.min.css");
@import url("micons/micons.css");

/**
 * ===================================================================
 * base style overrides
 *
 * -------------------------------------------------------------------
 */

html {
	font-size: 10px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 9.375px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.375px;
	}
}

html, body {
	height: 100%;
}
body {
	background: #14181E;
	font-family: "gotham-book", "gotham-light";
	color:#192021;
}

/**
 * links
 * -
 */

a, a:visited {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cta-button-txt-gradient:hover,.cta-button-txt-gradient:active {
    color: white;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cta-button-txt-white:hover,.cta-button-txt-white:active{
	/*color: white;*/
	-webkit-text-fill-color: white;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*.cta-button-white:hover,.cta-button-white:active{
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	color: white;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/**
 * typography - Titres "H"
 * -
 */

h1 {
    font-family: "playfair-display-bold", sans-serif;
    color: #FFFFFF;
}




@media only screen and (min-width:1401px) {
	h1 {
		font-size: 8.5rem;
		line-height: 9.5rem;
		margin-bottom: 60px;
	}
	h2 {
		font-family: 'playfair-display-extrabold', sans-serif;
		font-size: 5rem;
	    line-height: 6.5rem;
		text-align: center;
		font-weight: 100;
	}
	#projects-title-line {
		margin: 25px auto;
	}
	#support-title-line {
		margin: 25px auto;
	}
	h3 {
		font-family: "playfair-display", sans-serif;
		font-size: 4rem;
		line-height: 5rem;
	}
	h4 {
	    font-family: 'playfair-display-bold', sans-serif;
		font-size: 4.5rem;
		line-height: 5.5rem;
		text-align: left;
		color: white;
		margin: 24px 0;
	}
	p {
		font-size: 1.6rem;
		line-height: 2.6rem !important;
	}
}
@media only screen and (min-width:1201px) and (max-width:1400px) {
	h1 {
		font-size: 8rem;
		line-height: 8.5rem;
		margin-bottom: 60px;
	}
	h2 {
		font-family: 'playfair-display-extrabold', sans-serif;
		font-size: 5rem;
	    line-height: 6.5rem;
	    font-weight: 100;
	    text-align: center;
	}
	#projects-title-line {
		margin: 25px auto;
	}
	#support-title-line {
		margin: 25px auto;
	}
	h3 {
		font-family: "playfair-display", sans-serif;
		font-size: 3.5rem;
		line-height: 4.5rem;
	}
	h4 {
	    font-family: 'playfair-display-bold', sans-serif;
		font-size: 4rem;
		line-height: 5rem;
		text-align: left;
		color: white;
		margin: 24px 0;
	}
	p {
		font-size: 1.6rem;
		line-height: 2.6rem !important;
		text-align: center;
	}
}
@media only screen and (min-width:993px) and (max-width:1200px) {
	h1 {
		font-size: 8rem;
		line-height: 8.5rem;
		margin-bottom: 60px;
	}
	h2 {
		font-family: 'playfair-display-extrabold', sans-serif;
		font-size: 4.5rem;
	    line-height: 5.5rem;
	    font-weight: 100;
	    text-align: center;
	}
	#projects-title-line {
		margin: 25px auto;
	}
	#support-title-line {
		margin: 25px auto;
	}
	h3 {
		font-family: "playfair-display", sans-serif;
		font-size: 3.5rem;
		line-height: 4.5rem;
	}
	h4 {
	    font-family: 'playfair-display-bold', sans-serif;
		font-size: 4rem;
		line-height: 5rem;
		text-align: left;
		color: white;
		margin: 24px 0;
	}
	p {
		font-size: 1.6rem;
		line-height: 2.6rem !important;
		text-align: center;
	}
}
@media only screen and (min-width:769px) and (max-width:992px) {
	h1 {
		font-size: 7rem;
		line-height: 7.5rem;
	    margin-bottom: 60px;
	}
	h2 {
		font-family: 'playfair-display-extrabold', sans-serif;
		font-size: 4rem;
	    line-height: 5rem;
	    font-weight: 100;
	    text-align: left;
	}
	#projects-title-line {
		margin: 20px 0;
	}
	#support-title-line {
		margin: 20px 0;
	}
	h3 {
		font-family: "playfair-display", sans-serif;
		font-size: 3rem;
		line-height: 4rem;
	}
	h4 {
	    font-family: 'playfair-display-bold', sans-serif;
		font-size: 3.5rem;
		line-height: 4.5rem;
		text-align: left;
		color: white;
		margin: 24px 0;
	}
	p {
		font-size: 1.6rem;
		line-height: 2.6rem !important;
	}
}
@media only screen and (min-width:577px) and (max-width:768px) {
	h1 {
		font-size: 7rem;
		line-height: 7.5rem;
	    margin-bottom: 50px;
	    margin-top: 50px;
	}
	h2 {
		font-size: 4rem;
	    line-height: 5rem;
	    font-weight: 100;
	    font-family: 'playfair-display-extrabold', sans-serif;
	    text-align: left;
	}
	#projects-title-line {
		margin: 15px 0 30px 0;
	}
	#support-title-line {
		margin: 15px 0 30px 0;
	}
	h3 {
		font-family: "playfair-display", sans-serif;
		font-size: 3rem;
		line-height: 4rem;
	}
	h4 {
	    font-family: 'playfair-display-bold', sans-serif;
		font-size: 3.5rem;
		line-height: 4.5rem;
		text-align: left;
		color: white;
		margin: 24px 0;
	}
	p {
		font-size: 1.6rem;
		line-height: 2.6rem !important;
	}
}
@media only screen and (max-width:576px) {
	h1 {
		font-size: 6rem;
		line-height: 6.5rem;
	    margin-bottom: 30px;
	}
	h2 {
		font-size: 3.5rem;
	    line-height: 4.5rem;
	    font-family: 'playfair-display-extrabold', sans-serif;
	    text-align: left;
	    font-weight: 100;
	}
	#projects-title-line {
		margin: 12px 0 24px 0;
	}
	#support-title-line {
		margin: 12px 0 24px 0;
	}
	h3 {
		font-family: "playfair-display", sans-serif;
		font-size: 2.5rem;
		line-height: 3.5rem;
	}
	h4 {
	    font-family: 'playfair-display-bold', sans-serif;
		font-size: 3.5rem;
		line-height: 4.5rem;
		text-align: left;
		color: white;
		margin: 24px 0;
	}
	/*body {
	font-size: 1.6rem;
	line-height: 2.6rem !important;
	}*/
	p {
		font-size: 1.6rem;
		line-height: 2.6rem !important;
	}
}


p img {
	margin: 0;
}
p.lead {
	font-family: "gotham-light", sans-serif;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #737373;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.7rem;
	}
}

em, strong, b {
	font-style: normal;
	font-family: "gotham-bold", sans-serif;
}
em, i {
	font-family: "gotham-light", sans-serif;
}
strong, b {
	font-family: "gotham", sans-serif;
}
small {
	font-size: 1.1rem;
	line-height: inherit;
}
blockquote {
	margin: 3rem 0;
	padding-left: 4rem;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 8rem;
	line-height: 0px;
	margin: 0;
	color: #333;
	position: absolute;
	top: 3rem;
	left: 0;
}
blockquote p {
	font-style: italic;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.75;
}
blockquote cite {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.65;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #8d8d8d;
	border: none;
}
abbr {
	font-family: "gotham", sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #8d8d8d;
}
var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
}
code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}
pre.prettyprint > code {
	border: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid #cfcfd5;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

/**
 * Lists
 * -
 */

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #05bca9;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #05bca9;
}
dd {
	margin: 0 0 0 2rem;
}

/**
 * tables
 * -
 */

table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: "gotham-light", sans-serif;
}
th, td {
	padding: 1.5rem 3rem;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
th {
	color: #252525;
	font-family: "gotham-light", sans-serif;
}
td {
	line-height: 1.5;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/**
 * Spacing
 * -
 */

fieldset {
	margin-bottom: 1.5rem;
}

/**
 * floated image
 * -
 */

img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}

/**
 * block grids paddings
 * -
 */

.bgrid {
	padding: 0 20px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}

/**
 * ===================================================================
 * cta button
 *
 * -------------------------------------------------------------------
 */

.cta-button-white-benefits {
	width: 340px;
    margin-top: 30px;
    background: white;
    border: 1px solid white;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cta-button-white-benefits:hover {
    border: 1px solid white;
    background: none;
}
.cta-button-white-advantage {
	width: 340px;
    margin-top: 25px;
    background: white;
    border: 1px solid white;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cta-button-white-advantage:hover {
    border: 1px solid white;
    background: none;
}
.cta-button-txt-white {
	font-family: playfair-display-semibold, sans-serif;
    font-size: 1.6rem;
    padding:22px 0;
    display: block;
    background-image: linear-gradient(to right, #198ec7, #1c9ea8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta-button-gradient {
	margin-top: 25px;
    text-align: center;
    background: linear-gradient(to right, #198ec7, #1c9ea8);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #198ec7, #1c9ea8);
    border-image-slice: 1;
    transition: all 0.3s ease-in-out;
}
.cta-button-gradient:hover {
    position: relative;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #198ec7, #1c9ea8);
    border-image-slice: 1;
    background: linear-gradient(to right, #198ec7, #1c9ea8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-button-txt-gradient {
    font-family: playfair-display-semibold, sans-serif;
    font-size: 1.6rem;
    color: white;
    padding: 25px;
    display: block;
}
.cta-button-methods {
	text-align: center;
    background: linear-gradient(to right, #198ec7, #1c9ea8);
}
.cta-button-txt-methods {
    font-family: playfair-display-semibold, sans-serif;
    font-size: 1.6rem;
    color: white;
    display: block;
    padding: 22px;
}


/**
 * ===================================================================
 * preloader
 *
 * -------------------------------------------------------------------
 */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0F1215;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	padding: 0;
	background-color: #05bca9;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}


/**
 * ===================================================================
 * forms
 *
 * -------------------------------------------------------------------
 */

fieldset {
	border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 6rem;
	padding: 1.5rem 2rem;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #737373;
	font-family: "gotham-light", sans-serif;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 3px;
	background: #FFFFFF;
	max-width: 100%;
	border: 1px solid #d5d5d5;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ss-custom-select {
	position: relative;
	padding: 0;
	display: inline-block;
}
.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
	padding-right: 4rem;
}
.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
	display: none;
}
.ss-custom-select::after {
	content: '\f123';
	font-family: 'Ionicons';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	pointer-events: none;
	color: #252525;
}
textarea {
	min-height: 25rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	color: #000000;
	background: #f4fffe;
	border: 1px solid #d2fef9;
}
label, legend {
	font-family: "gotham", sans-serif;
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: #404040;
	display: block;
}
label span, legend span {
	color: #05bca9;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}

/**
 * Style Placeholder Text
 * -
 */

::-webkit-input-placeholder {
	color: #a1a1a1;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #a1a1a1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #a1a1a1;
}
:-ms-input-placeholder {
	color: #a1a1a1;
}
.placeholder {
	color: #a1a1a1 !important;
}


/**
 * ===================================================================
 * buttons
 *
 * -------------------------------------------------------------------
 */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
/*.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	outline: 0;
	font-family: "playfair-display", sans-serif;
    color: white;
    background: linear-gradient(to right, #198ec7, #1c9ea8);
}*/

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #05bca9;
	color: #FFFFFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #04998a;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}
button.medium, .button.medium {
	height: 5.5rem !important;
	line-height: 5.5rem !important;
	padding: 0 1.8rem !important;
}
button.large, .button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button.round, .button.round {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	border-radius: 1000px;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * ===================================================================
 * common styles
 *
 * -------------------------------------------------------------------
 */

/*.section-intro {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5.2rem;
	position: relative;
}
.section-intro h1 {
	font-family: "gotham", sans-serif;
	font-size: 4.8rem;
	color: #252525;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}
.section-intro h5 {
	color: rgba(56, 66, 78, 0.5);
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 0.3rem;
}
.section-intro .lead {
	color: rgba(0, 0, 0, 0.45);
}
.section-intro .with-bottom-line {
	position: relative;
	overflow: hidden;
}
.section-intro .with-bottom-line::after {
	display: block;
	background-color: #05bca9;
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
@media only screen and (max-width:600px) {
	section .h01 {
		font-size: 2.5rem;
	}
}/*

/**
 * responsive:
 * common styles
 * -
 */

/*@media only screen and (max-width:768px) {
	.section-intro {
		max-width: 650px;
	}
	.section-intro h1 {
		font-size: 4.2rem;
	}
}
@media only screen and (max-width:600px) {
	.section-intro h1 {
		font-size: 3.8rem;
	}
	.section-intro h5 {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width:400px) {
	.section-intro h1 {
		font-size: 42px;
		line-height: 48px;
	}
}
*/


/**
 * ===================================================================
 * Top header styles
 *
 * -------------------------------------------------------------------
 */

@media only screen and (min-width:1601px) {
}

@media only screen and (min-width:1401px) and (max-width:1600px) {

}

@media only screen and (min-width:1201px) and (max-width:1400px) {
	.call-action-btn {
    padding: 18px 55px 18px 55px !important;
	}
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
	.call-action-btn {
    font-size: 1.8rem !important;
    padding: 18px 40px 18px 40px !important;
	}
	/*.call-action:hover .call-action-btn::after {
    width: 58% !important;
	}*/
}

@media only screen and (min-width:993px) and (max-width:1024px) {

}

@media only screen and (min-width:769px) and (max-width:992px) {

}

@media only screen and (min-width:601px) and (max-width:768px) {

}

@media only screen and (min-width:401px) and (max-width:600px) {

}

@media only screen and (max-width:400px) {

}

/**
 * ===================================================================
 * header styles
 *
 * -------------------------------------------------------------------
 */

 .section-padding-none{
 	padding: 0 !important;
 }


@media only screen and (min-width:1081px) {
	header .row {
		height: 80px;
		position: relative;
		margin:0 auto;
	}
	header .logo{
		z-index: 600;
	    position: absolute;
	    top: 9vh;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
		}
	.sticky .header-top-bar{
		display: none;
	}
}

@media only screen and (min-width:769px) and (max-width:1080px) {
	header .row {
		height: 80px;
		position: relative;
		padding-left: 60px;
	}
	.sticky .header-bar {
		width: 100%;
	}
	.sticky .header-top-bar{
		display: none;
	}	.header-top-bar{
	display: none;
	}

}

@media only screen and (min-width:601px) and (max-width:768px) {
	header .row {
		height: 80px;
		position: relative;
		padding-left: 102px;
	}
	.sticky .header-bar {
		width: 100%;
	}
	.sticky .header-top-bar{
		display: none;
	}
		.header-top-bar{
	display: none;
	}
}

@media only screen and (min-width:401px) and (max-width:600px) {
	header .row {
		width: 100%;
		max-width: 100%;
		height: 60px;
		position: relative;
		padding-left: 42px;
	}
	.sticky .header-top-bar{
		display: none;
	}
		.header-top-bar{
	display: none;
	}
}

@media only screen and (max-width:400px) {
	header .row {
		width: 100%;
		max-width: 100%;
		height: 60px;
		position: relative;
		padding-left: 24px;
	}
	.sticky .header-top-bar{
		display: none;
	}
		.header-top-bar{
	display: none;
	}
}

header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 600;
	background: transparent;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-top-bar{
	background: white;
    width: 100%;
    position: relative;
    top: 0;
    height: 80px;
    opacity: 0.95;
}
.header-top-bar .row{
	width: 100%;
	height: 100%;
	text-align: left;
}
.head-80{
	width: 74.5%;
	display: inline-block;
	height: 100%;
}
.head-20{
	width: 24.5%;
	display:inline-block;
	text-align: right;
}
.text-top-bar{
    font-family: "playfair-display-medium", sans-serif;
    /* letter-spacing: 0.3px; */
    font-size: 1.45rem;
    text-align: left;
    color: #192021;
    padding: 27px 0 27px 0;
    max-width: 100%;
    max-height: 100%;
}
.call-action{
	display: block;
}
/*.call-action:hover .call-action-btn::after {
	width: 50%;
	left: 25%;
}
.call-action-btn::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 4px;
	background-color: white;
	left: 50%;
	bottom: 8px;
	transition: all 0.4s ease-in-out;
	opacity: 0.2;
}*/
.call-action-btn:hover {
    font-weight: 600;
    background: linear-gradient(to right, #198ec7, #1c9ea8);
    -webkit-text-fill-color: white;
        transition: box-shadow 0.2s linear;
}
.call-action-btn{
	font-family: "gotham";
	font-size: 2rem;
	color:	white;
	display: block;
	text-align: center;
	padding: 18px 60px 18px 60px;
	position: relative;
	border: 1px solid transparent;
    border-image: linear-gradient(to right, #198ec7, #1c9ea8);
    border-image-slice: 1;
    background: linear-gradient(to right, #198ec7, #1c9ea8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: box-shadow 0.2s linear;
}

.header-bar {
	background: transparent;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header .logo {
	z-index: 600;
	position: absolute;
	top: 78px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 125px;
	height: 125px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


@media only screen and (min-width:1081px){
	.sticky .logo {
	    top:4.3vh;
	}
	.sticky .logo a {
	    width: 60px;
	    height: 60px;
	    margin: 0;
	    background-size: 60px 60px;
	}
	.sticky nav{
		top:0.5vh !important;
	}
}
@media only screen and (max-width:1080px){
	.sticky .logo a {
	    width: 50px;
	    height: 50px;
	    margin: 0;
	    background-size: 50px 50px;
	}
}
@media only screen and (min-width:601px) and (max-width: 1080px){
	.sticky .logo {
	    top:4.5vh;
	}
}
@media only screen and  (max-width:600px){
	.sticky .logo {
	    top: 4.2vh;
	}
}

.sticky {
	position: fixed;
	top: 0;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	opacity: 0.95;
}
.sticky .header-bar {
	/*background: linear-gradient(to right, #198ec7, #1c9ea8);
	opacity: 0.999;*/
}


/**
 * responsive:
 * header section
 * -
 */

@media only screen and (min-width:1401px) {
 #main-nav-wrap {
	right: 12vw;
	}
}

@media only screen and (min-width:1080px) and (max-width:1400px) {
 #main-nav-wrap {
	right: 10vw;
	}
}

@media only screen and (max-width:768px) {
	header {
		top: 0;
	}
	header .logo a {
    width: 100px;
    margin-top: 25%;
    height: 100px;
    background-size: 100px 100px;
	}
}
@media only screen and (min-width: 401px) and (max-width:600px) {
	header {
		top: 0;
	}
	header .logo a {
		width: 90px;
	    height: 90px;
	    background-size: 90px 90px;
	}
}
@media only screen and (max-width:400px) {
	header {
		top: 0;
	}
	header .logo a {
		width: 80px;
	    height: 80px;
	    background-size: 80px 80px;
	}
}

/**
 * primary navigation
 * -
 */

#main-nav-wrap, .main-navigation {
	margin: 0;
	padding: 0;
}

/* hide toggle button */
a.menu-toggle {
	display: none;
}

/* main-nav-wrap */
#main-nav-wrap {
	font-family: "gotham-light", sans-serif;
	position: absolute;
	top: 4.5vh;
	right: 60px;
}
.main-navigation {
	min-height: 0;
	display: inline-block;
	width: auto;
	text-align: left;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	font-family: "playfair-display", sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	height: 66px;
}
.main-navigation li.current a {
	color: #FFFFFF;
	font-family: "playfair-display", sans-serif;
}
.main-navigation li.current a::after {
	position: absolute;
	left: 50%;
	bottom: 6px;
	width: 80%;
	height: 2px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFFFFF;
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li.highlight a {
	color: #FFFFFF;
}
.main-navigation li.with-sep a {
	position: relative;
	padding-left: 22px;
	margin-left: 8px;
}
.main-navigation li.with-sep a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255, 255, 255, 0.2);
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* navigation links */
.main-navigation li:hover .smoothscroll::after {
	width: 90%;
	/*left: 5%;*/
}

.main-navigation li a {
	display: block;
	position: relative;
	padding: 18px 16px;
	line-height: 3rem;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.main-navigation li a:active {
	background-color: transparent !important;
}
.main-navigation li a:hover {
	color: #FFFFFF;
}
.main-navigation li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: white;
    left: 5%;
    bottom: 6px;
    transition: all 0.4s ease-in-out;
    /*opacity: 0.2;*/
}

/**
 * mobile view - primary navigation
 * -
 */




@media only screen and (min-width: 769px) and (max-width: 1080px){
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 9vh;
		right: 60px;
		margin-top: -20px;
	}
	.sticky .menu-toggle{
		top: 4.5vh !important;
	}
}

@media only screen and (min-width: 601px) and (max-width: 768px){
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 8vh;
		right: 102px;
		/*margin-top: -20px;
		margin-right: 102px;*/
	}
	.sticky .menu-toggle{
		top: 2vh !important;
	}
}

@media only screen and (min-width: 401px) and (max-width: 600px) {
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 8vh;
		right: 42px;
		/*margin-top: -20px;
		margin-right: 102px;*/
	}
	.sticky .menu-toggle{
		top: 1vh !important;
	}
}

@media only screen and (max-width: 400px) {
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 8vh;
		right: 24px;
		/*margin-top: -20px;
		margin-right: 102px;*/
	}
	.sticky .menu-toggle{
		top: 1vh !important;
	}
}

@media only screen and (min-width:1081px) and (max-width:1400px) {
	.main-navigation li {
		font-size: 22px;
	}
	.main-navigation li a {
		padding :18px 12px;
	}
}

@media only screen and (min-width:601px) and (max-width:1080px) {
	.main-navigation li a {
		padding: 3.5rem 0;
	}
}

@media only screen and (min-width:401px) and (max-width:600px) {
	.main-navigation li a {
		padding: 2.7rem 0;
	}
}

@media only screen and (min-width:321px) and (max-width:400px) {
	.main-navigation li a {
		padding: 2.5rem 0;
	}
}

@media only screen and (max-width:320px) {
	.main-navigation li a {
		padding: 2rem 0;
	}
}


@media only screen and (max-width:1080px) {
	#main-nav-wrap {
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	a.menu-toggle span {
		display: block;
		width: 28px;
		height: 3px;
		margin-top: -1.5px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background-color: white;
		-moz-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		-webkit-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}
	a.menu-toggle span::before, a.menu-toggle span::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
		-moz-transition-duration: 0.2s, 0.2s;
		-o-transition-duration: 0.2s, 0.2s;
		-webkit-transition-duration: 0.2s, 0.2s;
		-ms-transition-duration: 0.2s, 0.2s;
		transition-duration: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-ms-transition-delay: 0.2s, 0s;
		transition-delay: 0.2s, 0s;
	}
	a.menu-toggle span::before {
		top: -10px;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-webkit-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;
	}
	a.menu-toggle span::after {
		bottom: -10px;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-webkit-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	.menu-toggle.is-clicked span {
		background-color: rgba(255, 255, 255, 0);
	}
	.menu-toggle.is-clicked span::before, .menu-toggle.is-clicked span::after {
		background-color: white;
		-moz-transition-delay: 0s, 0.2s;
		-o-transition-delay: 0s, 0.2s;
		-webkit-transition-delay: 0s, 0.2s;
		-ms-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;
	}
	.menu-toggle.is-clicked span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-toggle.is-clicked span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.main-navigation {
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		padding: 20vh 0vh 44vh 0vh;
		margin: 0;
		width: 100%;
		opacity: 0.999;
		height: auto;
		clear: both;
		display: none;
	}
	.main-navigation > li {
		display: block;
		font-size: 2.8rem;
		height: auto;
		border-bottom: 1px dotted rgba(200, 200, 200, 0.08);
		padding: 0;
	}
	.main-navigation > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.08);
	}
	.main-navigation li a {
		display: block;
		color: #e6e6e6;
		width: auto;
		/*padding: 2.5rem 0;*/
		border: none;
	}
	/*.main-navigation li a:hover {
		color: #1c9ea8;
	}*/
	.main-navigation li.with-sep a {
		padding-left: 0;
		margin-left: 0;
	}
	.main-navigation li.with-sep a::before {
		display: none;
	}
	.main-navigation li.current > a {
		background: none;
		text-decoration: underline;
		color: white;
	}
	.main-navigation li.current > a:after {
		display: none;
	}
}

/**
 * make sure the menu is visible on larger screens
 * -
 */

@media only screen and (min-width:1081px) {
	#main-nav-wrap ul.main-navigation {
		display: block !important;
	}
}


/**
 * ===================================================================
 * intro section
 *
 * -------------------------------------------------------------------
 */

@media screen and (min-width: 1560px){
.row {
    margin-left: 60px;
    margin:0 auto;
	}
}

#intro {
	width: 100%;
	height: 100%;
	min-height: 720px;
	display: table;
	position: relative;
}
.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
.intro-content {
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}
/*.intro-content h1 {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
	font-family: "playfair-display-bold", sans-serif;
	text-align: start;
	font-size: 48px;
	line-height: 48px;
}*/
.intro-txt {
	color: white;
}
.intro-button {
	border: 1px solid #FFFFFF;
	border-radius: 0;
	font-family: "gotham-light", sans-serif;
	width: fit-content;
	width: -moz-fit-content;
	display: grid;
	grid-template-columns: auto auto;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.intro-button-txt {
	font-family: "playfair-display-semibold", sans-serif;
	align-self: center;
	text-decoration: none;
}
.intro-button-arrow {
	align-self: center;
	text-decoration: none;
}
/*.intro-button-arrow-methods {
	margin: 9px 12px;
	color: #FFFFFF;
	transform:rotate(-90deg);
}*/

/**
 * responsive:
 * intro
 * -
 */

@media only screen and (min-width:1025px) {
	#intro {
		background: url(../images/intro-background-1920x1080.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-grid {
		display: grid;
	    grid-template-columns: 47% 50%;
	    grid-column-gap: 3%;
	    margin-top: 177px;
	}
	.intro-grid-right {
		padding-top: 30px;
	}
	/*.intro-content h1 {
		font-size: 84px;
		line-height: 98px;
		letter-spacing: 2px;
	}*/
	.intro-content h5 {
		font-size: 1.6rem;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
	.intro-txt {
		display: none;
	}
	#intro-button-container{
		width: 450px;
		background: white;
		border: 1px solid white;
		-moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	#intro-button-container:hover{
		border: 1px solid white;
    	background: none;
	}
	a.stroke.smoothscroll{
		font-family: playfair-display-semibold, sans-serif;
	    font-size: 1.6rem;
	    /* padding: 22px 0; */
	    display: block;
	}
	.intro-button {
		/*background-color: white;*/
		font-size: 16px;
		width: 450px;
   		height: 90px;

	}
	.intro-button:hover .intro-button-txt {
		color: white;
	}
	.intro-button-txt {
		margin: 9px 12px;
		font-size: 2.4rem;
		text-align: right;
        color: #198ec7;
		/*background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;*/
	}
    .intro-button:hover .intro-button-arrow {
        color: white;
    }
	.intro-button-arrow {
		margin: 9px 12px;
		font-size: 26px;
        color: #198ec7;
	}
	.cta-button-methods{
		display: none;
	}
	.intro-stat-container {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-column-gap: 12px;
		grid-template-rows: 1fr auto auto;
		grid-template-areas:
			"one ."
			"one two"
			"one three";
	}
	.intro-stat-1 {
		grid-area: one;
		align-self: end;
		color: #FFFFFF;
		font-family: "gotham-italic", sans-serif;
		font-size: 96px;
	}
	.intro-stat-2 {
		grid-area: two;
		color: #FFFFFF;
		font-family: "gotham-italic", sans-serif;
		text-align: left;
	}
	.intro-stat-3 {
		grid-area: three;
		/*margin-bottom: 20px;*/
		color: #FFFFFF;
		font-family: "gotham-italic", sans-serif;
		text-align: left;
	}
	.intro-stat-txt {
		font-family: "gotham-italic", sans-serif;
		color: #FFFFFF;
		font-size: 4.2rem;
		line-height: 5.2rem !important;
		margin-top: 40px;
		text-align: left;
	}
	.cta-button-gradient{
		max-width: 340px;
	}
	.cta-button-white-advantage{
		max-width: 340px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#intro {
		background: url(../images/intro-background-1024x576.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-grid {
		display: block;
		margin-top: 80px;
	}
	.intro-grid-right {
		display: none !important;
		visibility: hidden !important;
	}
	.intro-desktop-br {
		display: none !important;
		visibility: hidden !important;
	}
	.intro-content h5 {
		font-size: 1.6rem;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
	.intro-txt{
		text-align: left;
	}
	#intro-button-container{
		width: 340px;
	}
	.intro-button {
		background-color: white;
		font-size: 1.8rem;
    	width: 340px;
    	height: 70px;
    	text-align: right;
    	margin-top: 60px;
	}
	.intro-button:hover {
		background-color: rgba(255, 255, 255, 0.8);
	}
	.intro-button-txt {
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: right;
	}
	.intro-button-arrow {
		margin: 0 20px;
		text-align: left;
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.intro-button-arrow-methods {
		margin: 9px 12px;
		color: #FFFFFF;
		transform:rotate(-90deg);
	}
	.intro-stat-container {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-column-gap: 12px;
		grid-template-rows: 1fr auto auto;
		grid-template-areas:
			"one ."
			"one two"
			"one three";
	}
	.intro-stat-1 {
		grid-area: one;
		align-self: end;
		color: #FFFFFF;
		font-family: "gotham-italic", sans-serif;
		font-size: 72px;
	}
	.intro-stat-2 {
		grid-area: two;
		color: #FFFFFF;
		font-family: "gotham-italic", sans-serif;
	}
	.intro-stat-3 {
		grid-area: three;
		margin-bottom: 20px;
		color: #FFFFFF;
		font-family: "gotham-italic", sans-serif;
	}
	.intro-stat-txt {
		font-family: "gotham-italic", sans-serif;
		color: #FFFFFF;
		font-size: 36px;
		line-height: 36px;
	}
	.cta-button-white-advantage{
		width: 100%;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
	#intro {
		min-height: 660px;
		padding-top: 60px;
		background: url(../images/intro-background-400x866.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.intro-grid {
		display: block;
	}
	.intro-grid-right {
		display: none !important;
		visibility: hidden !important;
	}
	.intro-desktop-br {
		display: none !important;
		visibility: hidden !important;
	}
	.intro-content h5 {
		font-size: 1.5rem;
	}
	.intro-button {
		background-color: transparent;
		color: #FFFFFF;
		font-size: 1.6rem;
		width: 100%;
		height: 70px;
		text-align: right;
		margin-top: 60px;
	}
	.intro-button:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}
	.intro-button-txt {
		font-size: 16px;
		color: #FFFFFF;
	}
	.intro-button-arrow {
		margin: 9px 12px;
		color: #FFFFFF;
		text-align: left;
	}
	.intro-button-arrow-methods {
		margin: 9px 12px;
		color: #FFFFFF;
		transform:rotate(-90deg);
	}
	.cta-button-white-advantage{
		width: 100%;
	}
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
	#intro {
		min-height: 600px;
		padding-top: 60px;
		background: url(../images/intro-background-400x866.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.intro-grid {
		display: block;
		margin-top: 100px;
	}
	.intro-grid-right {
		display: none !important;
		visibility: hidden !important;
	}
	.intro-desktop-br {
		display: none !important;
		visibility: hidden !important;
	}
	.intro-content h5 {
		font-size: 1.4rem;
	}
	.intro-content .video-link a {
		width: 66px;
		height: 66px;
		margin-bottom: 1.5rem;
	}
	.intro-button {
		background-color: transparent;
		color: #FFFFFF;
		font-size: 1.4rem;
		width: 100%;
		height: 70px;
		text-align: right;
		margin-top: 50px;
	}
	.intro-button:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}
	.intro-button-txt {
		font-size: 1.6rem;
		color: #FFFFFF;
	}
	.intro-button-arrow {
		margin: 9px 12px;
		color: #FFFFFF;
		text-align: left;
	}
	.intro-button-arrow-methods {
		margin: 9px 12px;
		color: #FFFFFF;
		transform:rotate(-90deg);
	}
	.cta-button-white-benefits{
		width: 100%;
	}
	.cta-button-white-advantage{
		width: 100%;
	}
}
@media only screen and (max-width:400px) {
	#intro {
		min-height: 550px;
		padding-top: 125px;
		background: url(../images/intro-background-400x866.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.intro-grid {
		display: block;
	}
	.intro-grid-right {
		display: none !important;
		visibility: hidden !important;
	}
	.intro-desktop-br {
		display: none !important;
		visibility: hidden !important;
	}
	.intro-content h5 {
		font-size: 1.4rem;
	}
	.intro-content .video-link a {
		width: 60px;
		height: 60px;
	}
	.intro-button {
		background-color: transparent;
		color: #FFFFFF;
		width: 100%;
		height: 70px;
		text-align: right;
		margin-top: 30px;
	}
	.intro-button:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}
	.intro-button-txt {
		margin: 13px 0px 13px 0px;
    	font-size: 1.8rem;
		color: #FFFFFF;
	}
	.intro-button-arrow {
		margin: 9px 12px;
		color: #FFFFFF;
		text-align: left;
	}
	.intro-button-arrow-methods {
		margin: 9px 12px;
		color: #FFFFFF;
		transform:rotate(-90deg);
	}
	.cta-button-white-benefits{
		width: 100%;
	}
	.cta-button-white-advantage{
		width: 100%;
	}
}

/**
 * video popup modal
 * -
 */

.popup-modal {
	max-width: 800px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  /* close */
}
.popup-modal .close-popup {
	position: absolute;
	right: 0;
	top: -42px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.popup-modal .close-popup::before {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: "Ionicons";
	content: "\f2d7";
	font-size: 21px;
	color: rgba(255, 255, 255, 0.5);
}

/**
 * responsive:
 * video popup modal
 * -
 */

@media only screen and (min-width: 768px) and (max-width: 900px) {
	.popup-modal {
		max-width: 700px;
	}
}
@media only screen and (min-width: 400px) and (max-width:768px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}
}

/**
 * transition effect for modal popup
 * -
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}


/**
 * ===================================================================
 * projects section
 *
 * -------------------------------------------------------------------
 */

@media only screen and (min-width:1025px) {
	.projects-filter {
		display: inline-block;
	    padding: 18px 49px 18px 49px;
	    background: #fbfbfb;
	    border: 1px solid transparent;
	    border-image: linear-gradient(to right, #198ec7, #1c9ea8);
	    border-image-slice: 1;
	    font-family: "playfair-display", sans-serif;
	    font-size: 20px;
	    line-height: 24px;
	    margin: 14px 10px 14px 10px;
	}
	.is-checked {
		outline: 0;
	    font-family: "playfair-display", sans-serif;
	    color: white;
	    background: linear-gradient(to right, #198ec7, #1c9ea8);
	}
	button.projects-filter:hover{
		color: white;
		background: linear-gradient(to right, #198ec7, #1c9ea8);
	}
	.button:hover
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
	outline: 0;
	font-family: "playfair-display", sans-serif;
    color: white;
    background: linear-gradient(to right, #198ec7, #1c9ea8);
	}
	#projects-filters-infos{
		text-align: center; ;
	}
}

@media only screen and (min-width:993px) and (max-width: 1024px) {
	.projects-filter {
		display: inline-block;
	    padding: 18px 49px 18px 49px;
	    background: #fbfbfb;
	    border: 1px solid transparent;
	    border-image: linear-gradient(to right, #198ec7, #1c9ea8);
	    border-image-slice: 1;
	    font-family: "playfair-display", sans-serif;
	    font-size: 20px;
	    line-height: 24px;
	    margin: 14px 10px 14px 10px;
	}
	.is-checked {
		outline: 0;
	    font-family: "playfair-display", sans-serif;
	    color: white;
	    background: linear-gradient(to right, #198ec7, #1c9ea8);
	}
	.button:hover
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
	outline: 0;
	font-family: "playfair-display", sans-serif;
    color: white;
    background: linear-gradient(to right, #198ec7, #1c9ea8);
	}
	#projects-filters-infos{
		text-align: center; ;
	}
}

@media only screen and (min-width: 769px) and (max-width:992px) {
	.is-checked {
	    outline: 0;
	    font-family: "playfair-display-bold", sans-serif;
	    color: #192021;
	    background: none;
	    font-size: 20px;
	    line-height: 24px;
	    border-image: none;
	    border: none;
	    padding: 10px;
	}
	.projects-filter {
		outline: 0;
	    font-family: "playfair-display", sans-serif;
	    color: #192021;
	    background: none;
	    font-size: 20px;
	    line-height: 24px;
	    border-image: none;
	    border: none;
	    /*margin-bottom:6px;*/
	    padding: 10px !important;
	}
		.button:hover
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
	outline: 0;
	font-family: "playfair-display-bold", sans-serif;
    color: #192021;
    background: none;
	}
	#projects-filters-infos{
		text-align: left;
	}
}
@media only screen and (max-width:768px) {
	.is-checked {
	    outline: 0;
	    font-family: "playfair-display-bold", sans-serif;
	    color: #192021;
	    background: none;
	    font-size: 20px;
	    line-height: 24px;
	    border-image: none;
	    border: none;
	    padding: 10px;
	}
	.projects-filter {
		outline: 0;
	    font-family: "playfair-display", sans-serif;
	    color: #192021;
	    background: none;
	    font-size: 20px;
	    line-height: 24px;
	    border-image: none;
	    border: none;
	    /*margin-bottom:6px;*/
	    padding: 10px !important;
	}
		.button:hover
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
	outline: 0;
	font-family: "playfair-display-bold", sans-serif;
    color: #192021;
    background: none;
	}
	#projects-filters-infos{
		text-align: left;
	}
}

#projects {
	background: #fbfbfb;
	padding: 60px 0 90px 0;
}

#projects-title {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#projects-title-line {
	width: 24vw;
	height: 1px;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
}

#projects-filters-infos {
	margin-bottom: 30px;
    font-family: "gotham-book", "gotham-light";
    line-height: 20px;
    letter-spacing: 0.3px;
}
.project-filter-txt {
	font-size: 18px;
	font-family: "playfair-display", sans-serif;
    width: fit-content;
	width: -moz-fit-content;
}
#projects-filters-container {
	overflow-x: auto;
	white-space: nowrap;
	max-width: 100%;
	margin: 0px 10px 5px 10px;
}

.projects-item {
	max-width: 290px;
	height: auto;
	margin: 12px;
}
.projects-item-background-img {
	width: 100%;
	height: auto;
	min-height: 290px;
	vertical-align: top;
}
.projects-item-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 32, 33, 0.8);
	display: grid;
	padding: 24px;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.projects-item-content:hover {
    background: rgba(0,0,0,0.3);
}
.projects-item-content-inner {
	height: fit-content;
	align-self: end;
}
.projects-item-title {
	color: white;
	font-family: "playfair-display-bold", sans-serif;
	font-size: 22px;
}
.projects-item-tag {
	font-family: "gotham-italic", sans-serif;
	color: #1c9ea8;
	font-size: 13px;
}

/**
 * responsive:
 * projects section
 * -
 */

@media only screen and (min-width:1516px) {
	.projects-item--width2-site {
		max-width: none;
		width: 653px;
		/*height: 290px;*/
	}
	.projects-item--width2-eboutique{
		max-width: none;
		width: 653px;
		/*height: 290px;*/
	}
	.projects-item-background-img-small {
		display: none;
	}
	.projects-item--width2-logiciel{
		max-width: none;
		width: 628.5px;
		/*height: 290px;*/
	}
}
@media only screen and (max-width: 1515px) {
	.projects-item-background-img-large {
		display: none;
	}
}
/*@media only screen and (min-width: 601px) and (max-width: 768px) {
	.projects-item-background-img-large {
		display: none;
	}
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
	.projects-item-background-img-large {
		display: none;
	}
}
@media only screen and (max-width:400px) {
	.projects-item-background-img-large {
		display: none;
	}
}*/
@media only screen and (min-width:1501px) and (max-width: 1515px){
	.projects-item {
		max-width: 27.7vw;
		/*width: 26vw;*/
		height: auto;
		margin: 10px;
	}
}
@media only screen and (min-width:1459px) and (max-width: 1500px){
	.projects-item {
		max-width: 28vw;
		/*width: 26vw;*/
		height: auto;
		margin: 10px;
	}
}
@media only screen and (min-width:1401px) and (max-width: 1458px){
	.projects-item {
		max-width: 28.8vw;
		/*width: 26vw;*/
		height: auto;
		margin: 10px;
	}
}
@media only screen and (min-width:1301px) and (max-width: 1400px){
	.projects-item {
		max-width: 28.4vw;
		/*width: 26vw;*/
		height: auto;
		margin: 12px;
	}
}
@media only screen and (min-width:1201px) and (max-width: 1300px){
	.projects-item {
		max-width: 28vw;
		/*width: 26vw;*/
		height: auto;
		margin: 12px;
	}
}
@media only screen and (min-width:1101px) and (max-width: 1200px){
	.projects-item {
		max-width: 27.5vw;
		/*width: 37.5vw;*/
		height: auto;
		margin: 12px;
	}
}
@media only screen and (min-width:1001px) and (max-width: 1100px){
	.projects-item {
		max-width: 27.2vw;
		/*width: 37.5vw;*/
		height: auto;
		margin: 10px;
	}
}
@media only screen and (min-width:901px) and (max-width: 1000px){
	.projects-item {
		max-width: 41vw;
		/*width: 37.5vw;*/
		height: auto;
		margin: 10px;
	}
}
@media only screen and (max-width: 900px){
	.projects-item {
		max-width: 100%;
		/*width: 37.5vw;*/
		height: auto;
		margin: 12px;
	}
}

/**
 * ===================================================================
 * support section
 *
 * -------------------------------------------------------------------
 */

#support {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	padding: 60px 0 0 0;
}

#support-title {
	color: white;
	/*font-size: 36px;*/
	/*line-height: 42px;*/
}
#support-title-line {
	width: 24vw;
	height: 1px;
	background-color: white;
}
#support-intro-txt {
	color: white;
}
.support-item-title {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.support-item-title-line {
	width: 12vw;
	height: 1px;
	margin: 24px 0;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
}
.support-item-txt {
	text-align: left;
}

/**
 * responsive:
 * support section
 * -
 */

@media only screen and (min-width: 1441px) {
	#support-item-title {
		/*text-align: center;*/
		font-size: 2.4rem !important;
	}
	#support-title-line {
		/*width: 240px;
		margin: 24px auto;*/
		width: 24vw;
   		height: 1px;
   		margin: 25px auto
	}
	#support-intro-txt {
		text-align: center;
	}
	.support-item {
		margin: 90px 0 200px auto;
		display: grid;
	}
	.support-item-img-small {
		display: none;
		visibility: hidden;
	}
	.support-item-img-right {
		height: auto;
		max-width: 65%;
		padding-left: 60px;
		justify-self: end;
		min-width: 60%;
	}
	.support-item-background-right {
		justify-self: end;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		width: 580px;
		min-height: 650px;
		right: 51%;
    	margin: 60px 60px 0 60px;
	}
	.support-item-img-left {
		height: auto;
		max-width: 65%;
		padding-right: 60px;
		justify-self: start;
		min-width: 60%;
	}
	.support-item-background-left {
		justify-self: start;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		width: 580px;
		min-height: 650px;
		left: 51%;
		margin: 60px 60px 0 60px;
	}
}
@media only screen and (min-width:1201px) and (max-width: 1440px) {
	#support-title {
		/*text-align: center;*/
	}
	#support-title-line {
		/*width: 240px;
		margin: 24px auto;*/
		width: 24vw;
   		height: 1px;
   		margin: 25px auto
	}
	#support-intro-txt {
		text-align: center;
	}
	.support-item {
		margin: 90px 0 250px 0;
		display: grid;
	}
	.support-item-img-small {
		display: none;
		visibility: hidden;
	}
	.support-item-img-right {
		height: auto;
		max-width: 80%;
		padding-left: 60px;
		justify-self: end;
	}
	.support-item-background-right {
		justify-self: end;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		width: 480px;
		min-height: 500px;
		left: 0;
    	margin: 60px 60px 0 60px;
	}
	.support-item-img-left {
		height: auto;
		max-width: 80%;
		padding-right: 60px;
		justify-self: start;
	}
	.support-item-background-left {
		justify-self: start;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		width: 480px;
		min-height: 500px;
		right: 0;
		margin: 60px 60px 0 60px;
	}
}
@media only screen and (min-width:1025px) and (max-width: 1200px) {
	#support-title {
		/*text-align: center;*/
	}
	#support-title-line {
		/*width: 240px;
		margin: 24px auto;*/
		width: 24vw;
   		height: 1px;
   		margin: 25px auto
	}
	#support-intro-txt {
		text-align: center;
	}
	.support-item {
		margin: 90px 0 330px 0;
		display: grid;
	}
	.support-item-img-small {
		display: none;
		visibility: hidden;
	}
	.support-item-img-right {
		height: auto;
		max-width: 80%;
		padding-left: 60px;
		justify-self: end;
	}
	.support-item-background-right {
		justify-self: end;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		width: 480px;
		min-height: 500px;
		left: 0;
    	margin: 60px 60px 0 60px;
	}
	.support-item-img-left {
		height: auto;
		max-width: 80%;
		padding-right: 60px;
		justify-self: start;
	}
	.support-item-background-left {
		justify-self: start;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		width: 480px;
		min-height: 500px;
		right: 0;
		margin: 60px 60px 0 60px;
	}
}
@media only screen and (min-width:993px) and (max-width: 1024px) {
	#support-title {
		/*text-align: center;*/
	}
	#support-title-line {
		/*width: 240px;
		margin: 24px auto;*/
		width: 24vw;
   		height: 1px;
   		margin: 25px auto
	}
	#support-intro-txt {
		text-align: center;
	}
	.support-item {
		margin: 90px 0 250px 0;
		display: grid;
	}
	.support-item-img-small {
		display: none;
		visibility: hidden;
	}
	.support-item-img-right {
		height: auto;
		max-width: 80%;
		padding-left: 60px;
		justify-self: end;
	}
	.support-item-background-right {
		justify-self: end;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		width: 480px;
		min-height: 500px;
		left: 0;
    	margin: 60px 60px 0 60px;
	}
	.support-item-img-left {
		height: auto;
		max-width: 80%;
		padding-right: 60px;
		justify-self: start;
	}
	.support-item-background-left {
		justify-self: start;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		width: 480px;
		min-height: 500px;
		right: 0;
		margin: 60px 60px 0 60px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
	.support-item {
		margin: 60px 0 200px 0;
		display: grid;
	}
	.support-item-img-small {
		display: none;
		visibility: hidden;
	}
	.support-item-img-right {
		height: auto;
		padding-left: 160px;
		justify-self: end;
	}
	.support-item-background-right {
		justify-self: end;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		width: 480px;
		min-height: 480px;
		left: 0;
    	margin: 60px 60px 0 60px;
	}
	.support-item-img-left {
		height: auto;
		padding-right: 160px;
		justify-self: start;
	}
	.support-item-background-left {
		justify-self: start;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 42px;
		width: 480px;
		min-height: 480px;
		right: 0;
		margin: 50px 60px 0 60px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
	.support-item {
		margin: 42px 0;
		display: grid;
	}
	.support-item-img-small{
		width: 100%;
	}
	.support-item-background {
		justify-self: center;
		position: relative;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		margin: -300px 102px 100px 102px;
    	min-height: 600px;
	}
	.support-item-img-right {
		display: none;
		visibility: hidden;
	}
	.support-item-img-left {
		display: none;
		visibility: hidden;
	}
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
	.support-item {
		margin: 42px 0;
		display: grid;
	}
	.support-item-img-small{
		width: 100%;
	}
	.support-item-background {
		justify-self: center;
		position: relative;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 100px 60px 100px 60px;
		margin: -220px 42px 90px 42px;
    	min-height: 500px;
	}
	.support-item-img-right {
		display: none;
		visibility: hidden;
	}
	.support-item-img-left {
		display: none;
		visibility: hidden;
	}
}
@media only screen and (max-width:400px) {
	.support-item {
		margin: 42px 0;
		display: grid;
	}
	.support-item-img-small{
		width: 100%;
	}
	.support-item-background {
		justify-self: center;
		position: relative;
		z-index: 2;
		background: rgba(255, 255, 255, 0.92);
		padding: 80px 42px 80px 42px;
		margin: -150px 24px 50px 24px;
	}
	.support-item-img-right {
		display: none;
		visibility: hidden;
	}
	.support-item-img-left {
		display: none;
		visibility: hidden;
	}
}

/**
 * ===================================================================
 * benefits section
 *
 * -------------------------------------------------------------------
 */

.benefits-content {
	display: grid;
}
.benefits-title {
	/*font-family: "playfair-display-bold", sans-serif;
	color: white;
	font-size: 30px;
	margin-bottom: 18px;*/
}
.benefits-txt {
	color: white;
	margin-bottom: 24px;
	text-align: left;
}

/**
 * responsive:
 * benefits section
 * -
 */

@media only screen and (min-width: 1441px) {
	#benefits-container {
		background: url("../images/benefits-background-1920x440.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.benefits-content {
		max-width: 1440px;
		margin: 0 auto;
		padding: 90px 60px;
	}
	.benefits-background-img-medium {
		display: none;
	}
	.benefits-background-img-small {
		display: none;
	}
}
@media only screen and (min-width: 1081px) and (max-width: 1440px) {
	#benefits-container {
		background: url("../images/benefits-background-1920x440.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.benefits-content {
		padding: 90px 60px;
	}
	.benefits-background-img-medium {
		display: none;
	}
	.benefits-background-img-small {
		display: none;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
	#benefits-container {
		background: url("../images/benefits-background-1024x235.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.benefits-content {
		padding: 90px 60px;
	}
	.benefits-background-img-large {
		display: none;
	}
	.benefits-background-img-small {
		display: none;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
	#benefits-container {
		background: url("../images/benefits-background-1024x235.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.benefits-content {
		padding: 90px 102px;
	}
	.benefits-background-img-large {
		display: none;
	}
	.benefits-background-img-small {
		display: none;
	}
}
@media only screen and (min-width: 577px) and (max-width: 600px) {
	#benefits-container {
		background: url("../images/benefits-background-1024x235.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.benefits-content {
		padding: 90px 42px;
	}
	.benefits-background-img-large {
		display: none;
	}
	.benefits-background-img-small {
		display: none;
	}
}
@media only screen and (min-width: 401px) and (max-width: 576px) {
	#benefits-container {
		background: url("../images/benefits-background-720x278.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.benefits-content {
		padding: 42px 30px;
	}
	.benefits-background-img-large {
		display: none;
	}
	.benefits-background-img-medium {
		display: none;
	}
}
@media only screen and (max-width:400px) {
	#benefits-container {
		background: url("../images/benefits-background-720x278.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.benefits-content {
		padding: 60px 30px;
	}
	.benefits-background-img-large {
		display: none;
	}
	.benefits-background-img-medium {
		display: none;
	}
}

/**
 * ===================================================================
 * methods section
 *
 * -------------------------------------------------------------------
 */

#methods {
	padding: 60px 0 90px 0;
	background-color: #fbfbfb;
}
#methods-title {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	/*font-size: 36px;
	line-height: 42px;*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#methods-title-line {
	width: 24vw;
	height: 1px;
	margin: 24px 0;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
}
#methods-intro-txt {
	/*color: rgba(0, 0, 0, 0.66);*/
}
.methods-item {
	/*padding: 50px 0 90px 0;*/
}
.methods-item-mobile-title {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	margin-bottom: 24px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.slide-container {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	padding: 30px 30px 60px 30px;
}
.slide-header {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 12px;
	height: fit-content;
	margin-bottom: 24px;
}
.slide-header-number {
	font-family: playfair-display-extrabold, sans-serif;
	font-size: 4.8rem;
	line-height: 7rem !important;
	color: #fbfbfb;
	align-self: center;
	border-bottom: 1px solid #fbfbfb;
}
.slide-header-txt {
	font-family: playfair-display, sans-serif;
	font-size: 3rem;
	color: #fbfbfb;
	align-self: center;
	text-align: left;
}
.slide-txt-container {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.slide-txt-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.slide-txt {
	color: #fbfbfb;
	padding:10px;
    text-align: left;
}

.methods-slider {
	position: relative;
}
/*.flex-viewport{
	height: 510px !important;
}*/
ul.slides{
	margin-top: 62px;
}

/* slider controls */
#methods .flex-control-nav {
	width: 100%;
	text-align: left;
	display: block;
	position: absolute;
	top: 8px;
}
#methods .flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
}
#methods .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius: 50%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#methods .flex-control-paging li a.flex-active {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	border-color: #198ec7;
	cursor: default;
}

/* direction nav */
#methods .flex-direction-nav li {
	padding: 0;
	z-index: 500;
	position: absolute;
	opacity: 0.5;
	/*bottom: 0;
	margin-bottom: -57px;*/
}
.flex-nav-prev:hover{
	opacity: 1 !important;
}
.flex-nav-next:hover{
	opacity: 1 !important;
}
#methods .flex-direction-nav li a {
	display: block;
	opacity: .8;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#methods .flex-direction-nav li a.flex-prev::before,
#methods .flex-direction-nav li a.flex-next::after {
	display: block;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	color: #fbfbfb;
	font-family: "Ionicons";
	font-size: 18px;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#methods .flex-direction-nav li a.flex-prev::before {
	content: "\f2ca";
}
#methods .flex-direction-nav li a.flex-next::after {
	content: "\f30f";
}

/**
 * responsive:
 * methods section
 * -
 */

@media only screen and (min-width:1601px) {
	#methods-title {
		/*text-align: center;*/
	}
	#methods-title-line {
		width: 24vw;
		height: 1px;
		margin: 25px auto;
	}
	#methods-intro-txt {
		text-align: center;
	}
	.methods-item-grid-right {
		padding: 80px 0 100px 60px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-grid-left {
		padding: 80px 60px 100px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-mobile-title {
		display: none;
		visibility: hidden;
	}
	.methods-item {
		max-width: 100%;
	}
	.methods-item.methods-item-left.methods-desktop-item{
		padding:0 60px 0 0;
	}
	.methods-item.methods-item-right.methods-desktop-item{
		padding:0 0 0 60px;
	}
	.methods-item-right {
		grid-column: 2 / 3;
	}

	.methods-desktop-item-title {
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.methods-desktop-item-title-line {
		width: 12vw;
		height: 1px;
		margin: 24px 0;
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	}
	p.methods-desktop-item-txt{
		font-size: 1.5rem;
    	line-height: 2.5rem !important;
	}
	.methods-desktop-item-txt{
		text-align: left;
	}
	.flex-viewport{
		height: 550px !important;
		width: 100%;
	}
	.slide-container{
		height: 550px;
		padding:30px 50px 60px 50px;
		width: 100%;
		left: 0;
	}
	ul.slides{
		margin-top: 0 !important;
	}
	#methods .flex-control-nav{
		top: auto;
		bottom: -50px;
		text-align: center;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-prev{
		right: -60px;
		top:50px;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-next{
		right: -60px;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-prev{
		left: -60px;
		top:50px;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-next{
		left: -60px;
		top:0;
	}
	#methods .flex-direction-nav li a.flex-prev::before, #methods .flex-direction-nav li a.flex-next::after{
		height: 48px;
		width: 48px;
		line-height: 48px;
	}
	.flexslider .slides > li{
		max-width: 100% !important;
		height: auto;
	}
	#methods-title-line{
		margin: 24px auto;
	}
	.slide-txt-container {
    height: 375px;
	}
}

@media only screen and (min-width:1401px) and (max-width: 1600px){
	#methods-title {
		/*text-align: center;*/
	}
	#methods-title-line {
		width: 24vw;
		height: 1px;
		margin: 25px auto;
	}
	#methods-intro-txt {
		text-align: center;
	}
	.methods-item-grid-right {
		padding: 80px 0 100px 60px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-grid-left {
		padding: 80px 60px 100px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-grid-right {
		padding: 80px 0 100px 60px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-grid-left {
		padding: 80px 60px 100px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-mobile-title {
		display: none;
		visibility: hidden;
	}
	.methods-item {
		max-width: 100%;
	}
	.methods-item.methods-item-left.methods-desktop-item{
		padding:0 60px 0 0;
	}
	.methods-item.methods-item-right.methods-desktop-item{
		padding:0 0 0 60px;
	}
	.methods-item-right {
		grid-column: 2 / 3;
	}

	.methods-desktop-item-title {
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.methods-desktop-item-title-line {
		width: 12vw;
		height: 1px;
		margin: 24px 0;
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	}
	p.methods-desktop-item-txt{
		font-size: 1.5rem;
    	line-height: 2.5rem !important;
	}
	.methods-desktop-item-txt{
		text-align: left;
	}
	.flex-viewport{
		height: 550px !important;
		width: 100%;
	}
	.slide-container{
		height: 600px;
		padding:30px 50px 60px 50px;
		width: 100%;
		left: 0;
	}
	ul.slides{
		margin-top: 0 !important;
	}
	#methods .flex-control-nav{
		top: auto;
		bottom: -50px;
		text-align: center;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-prev{
		right: -60px;
		top:50px;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-next{
		right: -60px;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-prev{
		left: -60px;
		top:50px;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-next{
		left: -60px;
		top:0;
	}
	/*.methods-item-left li.flex-nav-prev{
		right: -100px !important;
		top:0;
	}*/
	/*.methods-item-left li.flex-nav-next{
		right: -100px !important;
		top:0;
	}*/
	#methods .flex-direction-nav li a.flex-prev::before, #methods .flex-direction-nav li a.flex-next::after{
		height: 48px;
		width: 48px;
		line-height: 48px;
	}
	.flexslider .slides > li{
		max-width: 100% !important;
		height: auto;
	}
	/*#methods-slider-1 ul li{
		padding: 0 0 0 60px;
	}*/
	#methods-title-line{
		margin: 24px auto;
	}
	.slide-txt-container {
    height: 375px;
	}
}

@media only screen and (min-width:1201px) and (max-width: 1400px){
	#methods-title {
		/*text-align: center;*/
	}
	#methods-title-line {
		width: 24vw;
		height: 1px;
		margin: 25px auto;
	}
	#methods-intro-txt {
		text-align: center;
	}
	.methods-item-grid-right {
		padding: 80px 0 100px 60px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-grid-left {
		padding: 80px 60px 100px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-mobile-title {
		display: none;
		visibility: hidden;
	}
	.methods-item {
		max-width: 100%;
	}
	.methods-item.methods-item-left.methods-desktop-item{
		padding:0 60px 0 0;
	}
	.methods-item.methods-item-right.methods-desktop-item{
		padding:0 0 0 60px;
	}
	.methods-item-right {
		grid-column: 2 / 3;
	}

	.methods-desktop-item-title {
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.methods-desktop-item-title-line {
		width: 12vw;
		height: 1px;
		margin: 24px 0;
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	}
	p.methods-desktop-item-txt{
		font-size: 1.5rem;
    	line-height: 2.5rem !important;
	}
	.slide-txt{
		/*font-size: 1.5rem;
    	line-height: 2.5rem !important;*/
	}
	.methods-desktop-item-txt{
		text-align: left;
	}
	.flex-viewport{
		width: 100%;
	}
	.slide-container{
		height: 600px;
		padding:30px 50px 60px 50px;
		width: 100%;
		left: 0;
	}
	ul.slides{
		margin-top: 0 !important;
	}
	#methods .flex-control-nav{
		top: auto;
		bottom: -50px;
		text-align: center;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-prev{
		right: -60px;
		top:50px;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-next{
		right: -60px;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-prev{
		left: -60px;
		top:50px;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-next{
		left: -60px;
		top:0;
	}
	.flexslider .slides > li{
		max-width: 100% !important;
		height: auto;
	}
	#methods-title-line{
		margin: 24px auto;
	}
	.slide-txt-container {
    height: 420px;
	}
}

@media only screen and (min-width:1025px) and (max-width: 1200px){
	#methods-title {
		/*text-align: center;*/
	}
	#methods-title-line {
		width: 24vw;
		height: 1px;
		margin: 25px auto;
	}
	#methods-intro-txt {
		text-align: center;
	}
	.methods-item-grid-right {
		padding: 80px 0 100px 60px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-grid-left {
		padding: 80px 60px 100px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	.methods-item-mobile-title {
		display: none;
		visibility: hidden;
	}
	#methods-slider-2{
		/*margin-left: 80px;
		margin-right: -80px;*/
	}
	.methods-item {
		max-width: 100%;
	}
	.methods-item-right {
		grid-column: 2 / 3;
	}

	.methods-desktop-item-title {
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.methods-desktop-item-title-line {
		width: 12vw;
		height: 1px;
		margin: 24px 0;
		background: linear-gradient(to right, #198ec7, #1c9ea8);
		background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	}
	p.methods-desktop-item-txt{
		font-size: 1.5rem;
    	line-height: 2.5rem !important;
	}
	.slide-txt{
		/*font-size: 1.5rem;
    	line-height: 2.5rem !important;*/
	}
	.methods-desktop-item-txt{
		text-align: left;
	}
	.flex-viewport{
		width: 100%;
	}
	.slide-container{
		height: 600px;
		padding:30px 50px 60px 50px;
		width: 100%;
		left: 0;
	}
	ul.slides{
		margin-top: 0 !important;
	}
	#methods .flex-control-nav{
		top: auto;
		bottom: -50px;
		text-align: center;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-prev{
		right: -60px;
		top:50px;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-next{
		right: -60px;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-prev{
		left: -60px;
		top:50px;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-next{
		left: -60px;
		top:0;
	}
	.flexslider .slides > li{
		max-width: 100% !important;
		height: auto;
	}
	#methods-title-line{
		margin: 24px auto;
	}
	.slide-txt-container {
    height: 420px;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
	.methods-desktop-item {
		display: none;
		visibility: hidden;
	}
	.flex-viewport{
	height: 550px !important;
	}
	.slide-container{
	height: 490px;
	padding:70px 135px 80px 135px;
	}
	.methods-item-right{
		padding: 50px 0 80px 0;
	}
	.methods-item-left{
		padding: 50px 0 30px 0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-prev{
		right: 60px;
		top:0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-prev{
		right: 60px;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	#methods-title-line{
		margin: 24px auto;
	}
	.slide-txt-container {
    height: 300px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
	.methods-desktop-item {
		display: none;
		visibility: hidden;
	}
	.flex-viewport{
	height: 550px !important;
	}
	.slide-container{
	height: 490px;
	padding:70px 135px 80px 135px;
	}
	.methods-item-right{
		padding: 50px 0 80px 0;
	}
	.methods-item-left{
		padding: 50px 0 30px 0;
	}
	#methods .flex-direction-nav li.flex-nav-next{
		right:0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-prev{
		right: 60px;
		top:0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-prev{
		right: 60px;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	.slide-txt-container {
    height: 270px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
	.methods-desktop-item {
		display: none;
		visibility: hidden;
	}
	.flex-viewport{
	height: 550px !important;
	}
	.slide-container{
	height: 490px;
	padding:30px 50px 60px 50px;
	}
	.methods-item-right{
		padding: 50px 0 80px 0;
	}
	.methods-item-left{
		padding: 50px 0 30px 0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-prev{
		right: 60px;
		top:0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-prev{
		right: 60px;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	#methods .flex-direction-nav li.flex-nav-next{
		right:0;
	}
	.slide-txt-container {
    height: 330px;
	}
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
	.methods-desktop-item {
		display: none;
		visibility: hidden;
	}
	.flex-viewport{
	height: 550px !important;
	}
	.slide-container{
	height: 490px;
	}
	.methods-item-right{
		padding: 50px 0 80px 0;
	}
	.methods-item-left{
		padding: 50px 0 30px 0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-prev{
		right: 60px;
		top:0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-prev{
		right: 60px;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	#methods .flex-direction-nav li.flex-nav-next{
		right:0;
	}
	.slide-txt-container {
    height: 320px;
	}
}
@media only screen and (max-width:400px) {
	.methods-desktop-item {
		display: none;
		visibility: hidden;
	}
	.flex-viewport{
	height: 510px !important;
	}
	.slide-container{
	height: 450px;
	}
	.methods-item-right{
		padding: 50px 0 80px 0;
	}
	.methods-item-left{
		padding: 50px 0 30px 0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-prev{
		right: 50px;
		top:0;
	}
	#methods-slider-1 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-prev{
		right: 50px;
		top:0;
	}
	#methods-slider-2 .flex-direction-nav li.flex-nav-next{
		right: 0;
		top:0;
	}
	#methods .flex-direction-nav li.flex-nav-next{
		right:0;
	}
	.slide-txt-container {
    height: 280px;
	}
}

/**
 * ===================================================================
 * advantages section
 *
 * -------------------------------------------------------------------
 */

#advantages {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	padding: 60px 0 90px 0;
}

#advantages-title {
	color: white;
	text-align: left;
	/*font-size: 36px;
	line-height: 42px;*/
}
#advantages-title-line {
	width: 12vw;
	height: 1px;
	margin: 25px 0;
	background-color: white;
}
#advantages-intro-txt {
	color: white;
}


.white-slide-container {
	background-color: #fbfbfb;
	padding: 45px 30px 60px 30px;
}
.white-slide-header {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 12px;
	height: fit-content;
	margin-bottom: 24px;
}
.white-slide-header-number {
	font-family: playfair-display-extrabold, sans-serif;
	font-size: 48px;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	align-self: center;
	border-bottom: 1px solid #198ec7;
}
.white-slide-header-icon {
	width: 60px !important;
	align-self: center;
}
.white-slide-header-txt {
	font-family: playfair-display, sans-serif;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	align-self: center;
	text-align: left;
}
.white-slide-txt {
    padding:10px;
	text-align: left;
}
.advantages-slider {
	position: relative;
}

/* slider controls */
#advantages .flex-control-nav {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -42px;
}
#advantages .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#advantages .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius: 50%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#advantages .flex-control-paging li a.flex-active {
	background-color: #fbfbfb;
	border-color: #fbfbfb;
	cursor: default;
}

/* direction nav */
#advantages .flex-direction-nav li {
	padding: 0;
	z-index: 500;
	position: absolute;
	bottom: 0;
	margin-bottom: -57px;
	opacity: 0.5;
}
#advantages .flex-direction-nav li a {
	display: block;
	opacity: .8;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#advantages .flex-direction-nav li a.flex-prev::before,
#advantages .flex-direction-nav li a.flex-next::after {
	display: block;
	background-color: #fbfbfb;
	color: #198ec7;
	font-family: "Ionicons";
	font-size: 18px;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#advantages .flex-direction-nav li a.flex-prev::before {
	content: "\f2ca";
}
#advantages .flex-direction-nav li a.flex-next::after {
	content: "\f30f";
}


/**
 * responsive:
 * advantages section
 * -
 */
@media only screen and (min-width:1601px) {
	#advantages-grid {
		padding: 80px 60px 100px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	#advantages-slider-container {
		max-width: 100%;
	}
	#advantages-title-line{
		margin: 25px 0;
	}
	#advantages-intro-txt{
		text-align: left;
	}
	div#advantages-grid-left{
		padding: 0 60px 0 0;
	}
	.white-slide-header-txt {
	font-family: playfair-display, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem !important;
	font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 600px;
	padding: 45px 50px 60px 50px;
	width: 100%;
	right: 0;
	}
	#advantages .flex-direction-nav li.flex-nav-prev {
		right: -60px;
		top: 50px;
		height: 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-next {
		right: -60px;
		top: 0;
		height: 50px;
	}
}
@media only screen and (min-width:1401px) and (max-width: 1600px) {
	#advantages-grid {
		padding: 80px 60px 100px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	#advantages-slider-container {
		max-width: 100%;
	}
	#advantages-title-line{
		margin: 25px 0;
	}
	#advantages-intro-txt{
		text-align: left;
	}
	div#advantages-grid-left{
		padding: 0 60px 0 0;
	}
	.white-slide-header-txt {
	font-family: playfair-display, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem !important;
	font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 600px;
	padding: 45px 50px 60px 50px;
	width: 100%;
	right: 0;
	}
	#advantages .flex-direction-nav li.flex-nav-prev {
		right: -60px;
		top: 50px;
		height: 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-next {
		right: -60px;
		top: 0;
		height: 50px;
	}
}
@media only screen and (min-width:1201px) and (max-width: 1400px) {
	#advantages-grid {
		padding: 80px 60px 100px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	#advantages-slider-container {
		max-width: 100%;
	}
	#advantages-title-line{
		margin: 25px 0;
	}
	#advantages-intro-txt{
		text-align: left;
	}
	div#advantages-grid-left{
		padding: 0 60px 0 0;
	}
	.white-slide-header-txt {
	font-family: playfair-display, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem !important;
	font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 600px;
	padding: 45px 50px 60px 50px;
	width: 100%;
	right: 0;
	}
	#advantages .flex-direction-nav li.flex-nav-prev {
		right: -60px;
		top: 50px;
		height: 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-next {
		right: -60px;
		top: 0;
		height: 50px;
	}
}
@media only screen and (min-width:1025px) and (max-width: 1200px) {
	#advantages-grid {
		padding: 80px 60px 100px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 90px;
	}
	#advantages-slider-container {
		max-width: 100%;
	}
	#advantages-title-line{
		margin: 25px 0;
	}
	#advantages-intro-txt{
		text-align: left;
	}
	.white-slide-header-txt {
	font-family: playfair-display, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem !important;
	font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 600px;
	padding: 45px 50px 60px 50px;
	width: 100%;
	right: 0;
	}
	#advantages .flex-direction-nav li.flex-nav-prev {
		right: -60px;
		top: 50px;
		height: 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-next {
		right: -60px;
		top: 0;
		height: 50px;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
	#advantages-slider-container {
		padding: 60px 0 0 0;
	}
	#advantages-title-line{
		margin: 25px 0;
	}
	#advantages-intro-txt{
		text-align: left;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.5rem;
		line-height: 2.5rem !important;
		font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 490px;
	padding: 75px 135px 80px 135px;
	}
	#advantages .flex-direction-nav li.flex-nav-prev {
		right: 60px;
		top: 0;
		height: 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-next {
		right: 0;
		top: 0;
		height: 50px;
	}
	#advantages .flex-control-nav{
		width: 100%;
	    text-align: left;
	    display: table;
	    position: absolute;
	    top: 8px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
	#advantages-slider-container {
		padding: 60px 0 0 0;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.5rem;
		line-height: 2.5rem !important;
		font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 490px;
	padding: 75px 135px 80px 135px;
	}
	#advantages .flex-direction-nav li.flex-nav-prev {
		right: 60px;
		top: 0;
		height: 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-next {
		right: 0;
		top: 0;
		height: 50px;
	}
	#advantages .flex-control-nav{
		width: 100%;
	    text-align: left;
	    display: table;
	    position: absolute;
	    top: 8px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
	#advantages-slider-container {
		padding: 60px 0 0 0;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.5rem;
		line-height: 2.5rem !important;
		font-weight: 600;
	}
	.white-slide-container-with-icon {
		height: 490px;
		padding: 45px 50px 60px 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-prev {
		right: 60px;
		top: 0;
		height: 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-next {
		right: 0;
		top: 0;
		height: 50px;
	}
	#advantages .flex-control-nav{
		width: 100%;
	    text-align: left;
	    display: table;
	    position: absolute;
	    top: 8px;
	}
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
	#advantages-slider-container {
		padding: 60px 0 0 0;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.5rem;
		line-height: 2.5rem !important;
		font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 490px;
	}
	#advantages .flex-direction-nav li.flex-nav-prev {
		right: 60px;
		top: 0;
		height: 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-next {
		right: 0;
		top: 0;
		height: 50px;
	}
	#advantages .flex-control-nav{
		width: 100%;
	    text-align: left;
	    display: table;
	    position: absolute;
	    top: 8px;
	}
}
@media only screen and (max-width:400px) {
	#advantages-slider-container {
		padding: 60px 0 0 0;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.4rem;
		line-height: 2.4rem !important;
		font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 450px;
	}
	#advantages .flex-direction-nav li.flex-nav-prev {
		right: 50px;
		top: 0;
		height: 50px;
	}
	#advantages .flex-direction-nav li.flex-nav-next {
		right: 0;
		top: 0;
		height: 50px;
	}
	#advantages .flex-control-nav{
		width: 100%;
	    text-align: left;
	    display: table;
	    position: absolute;
	    top: 8px;
	}
}


/**
 * ===================================================================
 * contact section
 *
 * -------------------------------------------------------------------
 */

#contact {
	background-color: #fbfbfb;
	padding: 60px 0 90px 0;
}
.pre-contact-container {
	padding-top: 90px;
	margin-bottom: 90px;
}
#contact-content {
	padding: 60px 0 90px 0;
}
#contact-title {
	text-align: left;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#contact-title-line {
	width: 12vw;
	height: 1px;
	margin: 24px 0;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
}
#contact-intro-txt {
	text-align: left;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-phone-number{
	font-family: "gotham-bold", sans-serif;
    text-align: left;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-phone-number:hover{
	opacity: 0.8;
}
/*#contact-phone-number{
	display: grid;
    width: fit-content;
    width: -moz-fit-content;
    grid-template-columns: auto auto;
}*/
.contact-follow-buttons-container{
    display: grid;
    width: fit-content;
    width: -moz-fit-content;
    grid-template-columns: auto auto;
}
.contact-follow-button{
	background: linear-gradient(to right, #198ec7, #1c9ea8);
    padding: 8px 18px;
    border: 1px solid transparent;
    font-weight: 600;
}
.contact-follow-button:hover {
	background: #fbfbfb;
	border: 1px solid transparent;
	border-image: linear-gradient(to right, #198ec7, #1c9ea8);
	border-image-slice: 1;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	gap: 0;
	/* opacity: 0.8; */
}
.contact-follow-button:hover .contact-follow-button-img {
	fill: #198ec7;
}
.contact-follow-button-img {
	width: 100%;
    height: auto;
    align-self: center;
	fill: #fbfbfb;
}
.contact-follow-button-txt-small {
    font-family: "gotham-light", sans-serif;
    color: white;
    align-self: center;
    font-weight: 600;
}
.contact-follow-button-txt-large {
    font-family: "gotham-light", sans-serif;
    color: white;
    align-self: center;
}

/**
 * responsive:
 * contact section
 * -
 */

@media only screen and (min-width:1601px) {
	#contact-grid-1 {
		padding: 80px 60px 80px 0;
		display: table-cell;
		width: 50%;
	}
	#contact-grid-2 {
		padding: 0;
		background-image: url(../images/contact_image_905px_1078px.jpg);
		background-size: cover;
	    background-position: center;
		/*height: 500px;*/
		display: table-cell;
	}
	.contact-phone-number{
		font-size: 7rem;
    	line-height: 8rem;
    	margin: 45px 0 45px	 0;
    	display: block;
	}
	#contact-follow-buttons-container{
	    width: 100%;
	    display: grid;
	    gap:15px;
	    grid-template-columns: 1fr 1fr;
	}
	.contact-follow-button{
		padding: 28px 18px;
	    display: grid;
	    gap:5px;
	    grid-template-columns: 0.25fr 1fr;
	    margin-bottom: 15px;
	}
	.contact-follow-button-img{
		display: block;
	    width: 45%;
	    margin: 0 auto;
	}
	/*.contact-follow-button-img:hover{
		display: block;
	    width: 45%;
	    margin: 0 auto;s
	    fill: #198ec7;
	}*/
	.contact-follow-button:hover ~ svg {
		fill: #198ec7 !important;
	}
	.contact-follow-button-txt-small {
	    display: none;
	}
	.contact-follow-button-txt-large {
	    font-size: 1.7rem;
	    text-align: left;
	}
	div#contact-grid-left{
		display: inline-block;
		padding: 0 60px 0 0;
	}
	div#contact-grid-right{
		display: inline-block;
		position: absolute;
		width: 100%;
		background-image: url(../images/contact_image_905px_1078px.jpg);
	}
	img.contact-item-img-right{
		max-width: 50%;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.5rem;
		line-height: 2.5rem !important;
		font-weight: 600;
	}
	.white-slide-container-with-icon {
		height: 600px;
		padding: 45px 50px 60px 50px;
		width: 100%;
		right: 0;
	}
}
@media only screen and (min-width:1401px) and (max-width: 1600px) {
	#contact-grid-1 {
		padding: 80px 60px 80px 0;
		display: table-cell;
		width: 50%;
	}
	#contact-grid-2 {
		padding: 0;
		background-image: url(../images/contact_image_905px_1078px.jpg);
		background-size: cover;
	    background-position: center;
		/*height: 500px;*/
		display: table-cell;
	}
	.contact-phone-number{
		font-size: 6.5rem;
    	line-height: 7.5rem;
    	margin: 45px 0 45px	 0;
    	display: block;
	}
	#contact-follow-buttons-container{
	    width: 100%;
	    display: grid;
	    gap:15px;
	    grid-template-columns: 1fr 1fr;
	}
	.contact-follow-button{
		padding: 28px 18px;
	    display: grid;
	    gap:5px;
	    grid-template-columns: 0.25fr 1fr;
	    margin-bottom: 15px;
	}
	.contact-follow-button-img{
		display: block;
	    width: 45%;
	    margin: 0 auto;
	}
	.contact-follow-button-txt-small {
	    display: none;
	}
	.contact-follow-button-txt-large {
	    font-size: 1.7rem;
	    text-align: left;
	}
	div#contact-grid-left{
		display: inline-block;
		padding: 0 60px 0 0;
	}
	div#contact-grid-right{
		display: inline-block;
		position: absolute;
		width: 100%;
	}
	img.contact-item-img-right{
		max-width: 50%;
	}
	.white-slide-header-txt {
	font-family: playfair-display, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem !important;
	font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 600px;
	padding: 45px 50px 60px 50px;
	width: 100%;
	right: 0;
	}
}
@media only screen and (min-width:1201px) and (max-width: 1400px) {
	#contact-grid-1 {
		padding: 80px 60px 80px 0;
		display: table-cell;
		width: 50%;
	}
	#contact-grid-2 {
		padding: 0;
		background-image: url(../images/contact_image_905px_1078px.jpg);
		background-size: cover;
	    background-position: center;
		/*height: 500px;*/
		display: table-cell;
	}
	.contact-phone-number{
		font-size: 5rem;
    	line-height: 6rem;
    	margin: 45px 0 45px	 0;
    	display: block;
	}
	#contact-follow-buttons-container{
	    width: 100%;
	    display: block;
	    /*gap:20px;
	    grid-template-columns: 1fr 1fr;*/
	}
	.contact-follow-button{
		padding: 28px 18px;
	    display: grid;
	    gap:10px;
	    grid-template-columns: 0.5fr 1fr;
	    margin-bottom: 15px;
	}
	.contact-follow-button-img{
		display: block;
	    width: 25%;
	    margin: 0 auto;
	}
	.contact-follow-button-txt-small {
	    display: none;
	}
	.contact-follow-button-txt-large {
	    font-size: 1.7rem;
	    text-align: left;
	}
	div#contact-grid-left{
		display: inline-block;
		padding: 0 60px 0 0;
	}
	div#contact-grid-right{
		display: inline-block;
		position: absolute;
		width: 100%;
	}
	img.contact-item-img-right{
		max-width: 50%;
	}
	.white-slide-header-txt {
	font-family: playfair-display, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem !important;
	font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 600px;
	padding: 45px 50px 60px 50px;
	width: 100%;
	right: 0;
	}
}
@media only screen and (min-width:1025px) and (max-width: 1200px) {
	#contact-grid-1 {
		padding: 80px 60px 80px 0;
		display: table-cell;
		width: 50%;
	}
	#contact-grid-2 {
		padding: 0;
		background-image: url(../images/contact_image_905px_1078px.jpg);
		background-size: cover;
	    background-position: center;
		/*height: 500px;*/
		display: table-cell;
	}
	.contact-phone-number{
		font-size: 5.25rem;
    	line-height: 6.25rem;
    	margin: 45px 0 45px	 0;
    	display: block;
	}
	#contact-follow-buttons-container{
	    width: 100%;
	    display: block;
	    /*gap:20px;
	    grid-template-columns: 1fr 1fr;*/
	}
	.contact-follow-button{
		padding: 28px 18px;
	    display: grid;
	    gap:10px;
	    grid-template-columns: 0.5fr 1fr;
	    margin-bottom: 15px;
	}
	.contact-follow-button-img{
		display: block;
	    width: 25%;
	    margin: 0 auto;
	}
	.contact-follow-button-txt-small {
	    display: none;
	}
	.contact-follow-button-txt-large {
	    font-size: 1.7rem;
	    text-align: left;
	}
	div#contact-grid-left{
		display: inline-block;
		/*padding: 0 60px 0 0;*/
	}
	div#contact-grid-right{
		display: inline-block;
		position: absolute;
		width: 100%;
	}
	img.contact-item-img-right{
		max-width: 50%;
	}
	.white-slide-header-txt {
	font-family: playfair-display, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem !important;
	font-weight: 600;
	}
	.white-slide-container-with-icon {
	height: 600px;
	padding: 45px 50px 60px 50px;
	width: 100%;
	right: 0;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
	#contact-grid-1 {
		padding: 0px 0px 60px 0;
		display: table-cell;
		width: 50%;
	}
	#contact-grid-2 {
		display: none;
	}
	.contact-phone-number{
		font-size: 4.5rem;
    	line-height: 5.5rem;
    	margin: 45px 0 45px	 0;
    	display: block;
	}
	#contact-follow-buttons-container{
	    width: 100%;
	    display: grid;
	    gap:20px;
	    grid-template-columns: 1fr 1fr;
	}
	.contact-follow-button{
		padding: 28px 18px;
	    display: grid;
	    gap:10px;
	    grid-template-columns: 0.5fr 1fr;
	}
	.contact-follow-button-img{
		display: block;
	    width: 25%;
	    margin: 0 auto;
	}
	.contact-follow-button-txt-small {
	    display: none;
	}
	.contact-follow-button-txt-large {
	    font-size: 1.7rem;
	    text-align: left;
	}
	img.contact-item-img-right{
		max-width: 50%;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.5rem;
		line-height: 2.5rem !important;
		font-weight: 600;
	}
	.white-slide-container-with-icon {
		height: 490px;
		padding: 75px 135px 80px 135px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
	#contact-grid-1 {
		padding: 0px 0px 60px 0;
		display: table-cell;
		width: 50%;
	}
	#contact-grid-2 {
		display: none;
	}
	.contact-phone-number{
		font-size: 4.5rem;
    	line-height: 5.5rem;
    	margin: 45px 0 45px	 0;
    	display: block;
	}
	#contact-follow-buttons-container{
	    width: 100%;
	    display: grid;
	    gap:20px;
	    grid-template-columns: 1fr 1fr;
	}
	.contact-follow-button{
		padding: 28px 18px;
	    display: grid;
	    gap:10px;
	    grid-template-columns: 0.5fr 1fr;
	}
	.contact-follow-button-img{
		display: block;
	    width: 25%;
	    margin: 0 auto;
	}
	.contact-follow-button-txt-small {
	    display: none;
	}
	.contact-follow-button-txt-large {
	    font-size: 1.7rem;
	    text-align: left;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.5rem;
		line-height: 2.5rem !important;
		font-weight: 600;
	}
	img.contact-item-img-right{
		max-width: 50%;
	}
	.white-slide-container-with-icon {
		height: 490px;
		padding: 75px 135px 80px 135px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
	#contact-grid-1 {
		padding: 0px 0px 60px 0;
		display: table-cell;
		width: 50%;
	}
	#contact-grid-2 {
		display: none;
	}
	.contact-phone-number{
		font-size: 4.5rem;
    	line-height: 5.5rem;
    	margin: 45px 0 45px	 0;
    	display: block;
	}
	#contact-follow-buttons-container{
	    width: 100%;
	    display: grid;
	    gap:20px;
	    grid-template-columns: 1fr 1fr;
	}
	.contact-follow-button{
		padding: 22px 18px;
	    display: grid;
	    gap:10px;
	    grid-template-columns: 0.5fr 1fr;
	}
	.contact-follow-button-img{
		display: block;
	    width: 35%;
	    margin: 0 auto;
	}
	.contact-follow-button-txt-small {
	    font-size: 1.7rem;
	    text-align: left;
	}
	.contact-follow-button-txt-large {
	    display: none;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.5rem;
		line-height: 2.5rem !important;
		font-weight: 600;
	}
	img.contact-item-img-right{
		max-width: 50%;
	}
	.white-slide-container-with-icon {
		height: 490px;
		padding: 45px 50px 60px 50px;
	}
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
	#contact-grid-1 {
		padding: 0px 0px 60px 0;
		display: table-cell;
		width: 50%;
	}
	#contact-grid-2 {
		display: none;
	}
	.contact-phone-number{
		font-size: 3.5rem;
    	line-height: 4.5rem;
    	margin: 45px 0 45px	 0;
    	display: block;
	}
	#contact-follow-buttons-container{
	    width: 100%;
	    display: grid;
	    gap:10px;
	    grid-template-columns: 1fr 1fr;
	}
	.contact-follow-button{
	    padding: 22px 18px;
	    display: grid;
	    gap:3px;
	    grid-template-columns: 0.25fr 1fr;
	}
	.contact-follow-button-img{
		display: block;
	    width: 50%;
	    margin: 0 0 0 auto;
	}
	.contact-follow-button-txt-small {
	    font-size: 1.6rem;
	    text-align: center;
	}
	.contact-follow-button-txt-large {
	    display: none;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.5rem;
		line-height: 2.5rem !important;
		font-weight: 600;
	}
	img.contact-item-img-right{
		max-width: 50%;
	}
	.white-slide-container-with-icon {
	height: 490px;
	}
}
@media only screen and (max-width:400px) {
	#contact-grid-1 {
		padding: 0px 0px 60px 0;
		display: table-cell;
		width: 50%;
	}
	#contact-grid-2 {
		display: none;
	}
	.contact-phone-number{
		font-size: 3.5rem;
    	line-height: 4.5rem;
    	margin: 45px 0 25px	 0;
    	display: block;
	}
	#contact-follow-buttons-container{
	    width: 100%;
	    display: grid;
	    gap:10px;
	    grid-template-columns: auto auto;
	}
	.contact-follow-button{
	    padding: 18px 18px;
	    display: inline-block;
	}
	.contact-follow-button-img{
		display: none;
	}
	.contact-follow-button-txt-small {
	    font-size: 1.6rem;
	    text-align: center;
	}
	.contact-follow-button-txt-large {
	    display: none;
	}
	.white-slide-header-txt {
		font-family: playfair-display, sans-serif;
		font-size: 2.4rem;
		line-height: 2.4rem !important;
		font-weight: 600;
	}
	img.contact-item-img-right{
		max-width: 50%;
	}
	.white-slide-container-with-icon {
		height: 450px;
	}
}

/**
 * ===================================================================
 * footer section
 *
 * -------------------------------------------------------------------
 */


#footer {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
}
#footer-main {
	padding-bottom: 90px;
}
#footer-logo {
	width: 78px;
	margin-top: -42px;
	margin-bottom: 50px;
}

#footer-title-left {
	font-family: "playfair-display", sans-serif;
	color: white;
	text-align: left;
}
#footer-title-line-left {
	width: 6vw;
	height: 1px;
	margin: 24px 0;
	background-color: white;
}
#footer-txt-left {
	color: white;
	text-align: left;
}
#footer-txt-right {
	color: white;
	margin-bottom: 24px;
	text-align: left;
}
#footer-phone-number {
	color: white;
	font-family: "gotham-bold", sans-serif;
	text-align: left;
}
#footer-phone-number:hover {
	opacity: 0.8;
}
#footer-follow-title-left {
	font-family: "playfair-display", sans-serif;
	color: white;
	text-align: left;
}
.footer-follow-title-right {
	font-family: "playfair-display", sans-serif;
	color: white;
	font-weight: 100;
	text-align: left;
}
#footer-follow-title-line-left {
	height: 1px;
	width: 6vw;
	background-color: white;
	margin: 18px 0 18px 0;
}
.footer-follow-title-line-right {
    height: 1px;
    width: 6vw;
    background-color: white;
    margin: 18px 0 18px 0;
}
.competences-list-right{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    margin-bottom: 60px;
    color: white;
    font-family: "gotham-book", sans-serif;
    text-align: left;
}
#footer-follow-buttons-container-left {
	display: grid;
	width: fit-content;
	width: -moz-fit-content;
	grid-template-columns: auto auto;
}
#footer-follow-buttons-container-right {
	display: grid;
	width: fit-content;
	width: -moz-fit-content;
	grid-template-columns: auto auto;
}
.footer-follow-button-left {
	background-color: white;
	padding: 8px 18px;
	display: grid;
	grid-template-columns: auto 1fr;
}
.footer-follow-button-right {
	background-color: white;
	padding: 8px 18px;
	display: grid;
	grid-template-columns: auto 1fr;
	border: 1px solid white;
}
.footer-follow-button-right:hover {
    opacity: 0.8;
}
.footer-follow-button-img-left {
	width: 100%;
	height: auto;
	align-self: center;
}
.footer-follow-button-img-right {
	width: 100%;
	height: auto;
	align-self: center;
}
.footer-follow-button-txt-left {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "playfair-display-extrabold", sans-serif;
	font-size: 1.6rem;
	align-self: center;
}
.footer-follow-button-txt-right {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "playfair-display-extrabold", sans-serif;
	font-size: 1.6rem;
	align-self: center;
}
.competences-txt-right{
	font-family: "gotham-light", sans-serif;
	font-size: 1.7rem;
    line-height: 2.7rem !important;
    text-align: left;
    color: white;
}
.footer-bloc-right{
	margin-top: 100px;
}
#footer-bottom {
	background-color: white;
	padding: 24px;
}
#footer-bottom-txt {
	font-family: "gotham-light-italic", sans-serif;
	text-align: center;
}
/* The Modal Button */
#myBtn-1{
	background: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button#myBtn-1:hover {
	font-family: "gotham-light-italic", sans-serif;
	background: none;
	font-weight: 600;
}
button#myBtn-1:focus{
	font-family: "gotham-light-italic", sans-serif;
	background: none;
}
#myBtn-2{
	background: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button#myBtn-2:hover {
	font-family: "gotham-light-italic", sans-serif;
	background: none;
	font-weight: 600;
}
button#myBtn-2:focus{
	font-family: "gotham-light-italic", sans-serif;
	background: none;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index:1000;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.top-modal{
	width: 100%;
	height: 70px;
	position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-modal:hover {
    font-weight: 600;
}
.mentions-legales-txt-modal{
	padding: 30px 60px 30px 60px;
	text-align: left;
}
.list-modal{
	padding: 0px 60px 0px 90px;
    font-size: 1.6rem;
    line-height: 2.6rem !important;
}

/* The Close Button */
.close-1-1 {
  color: #192021;
  font-size: 1.5rem;
  position: absolute;
  right: 90px;
  top: 25px;
}

.close-1-1:hover,
.close-1-1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close-1-2 {
  color: #192021;
  font-size: 2.5rem;
  position: absolute;
  right: 60px;
  top: 20px;
}

.close-1-2:hover,
.close-1-2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close-2-1 {
  color: #192021;
  font-size: 1.5rem;
  position: absolute;
  right: 90px;
  top: 25px;
}

.close-2-1:hover,
.close-2-1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close-2-2 {
  color: #192021;
  font-size: 2.5rem;
  position: absolute;
  right: 60px;
  top: 20px;
}

.close-2-2:hover,
.close-2-2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width:1601px) {
	#footer-main{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:90px;
	}
	#footer-phone-number{
	    font-size: 7rem;
	    line-height: 5rem;
	    position: absolute;
	    bottom: 0;
	}
	.footer-bloc-left{
		padding-right: 100px;
		position: relative;
	}
	#footer-title-left {
		width: 80%;
	}
	#footer-follow-title-left {
	    display: none;
	}
	.footer-follow-title-right {
	    font-size: 3rem;
	    line-height: 4rem !important;
	}
	#footer-follow-buttons-container-left {
		display: none;
	}
	#footer-follow-buttons-container-right {
		grid-column-gap: 18px;
		width: 82%;
	}
	.footer-follow-button-left {
		display: none;
	}
	.footer-follow-button-right {
		padding: 18px 18px;
		display: grid;
		grid-template-columns: 0.5fr 1fr;
	}
	.footer-follow-button-img-left {
		max-width: 50%;
		height: auto;
	}
	.footer-follow-button-img-right {
		max-width: 40%;
		height: auto;
		margin: auto;
	}
	.footer-follow-button-txt-left {
		font-size: 1.6rem;
	}
	.footer-follow-button-txt-right {
		font-size: 2.2rem;
	}
	#footer-follow-title-line-left {
		display: none;
	}
}
@media only screen and (min-width:1401px) and (max-width: 1600px){
	#footer-main{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:90px;
	}
	#footer-phone-number{
	    font-size: 6.5rem;
	    line-height: 5rem;
	    position: absolute;
	    bottom: 0;
	}
	.footer-bloc-left{
		padding-right: 60px;
		position: relative;
	}
	#footer-title-left {
		width: 80%;
	}
	#footer-follow-title-left {
	    display: none;
	}
	.footer-follow-title-right {
	    font-size: 2.8rem;
	    line-height: 3.8rem !important;
	}
	#footer-follow-buttons-container-left {
		display: none;
	}
	#footer-follow-buttons-container-right {
		grid-column-gap: 18px;
		width: 82%;
	}
	.footer-follow-button-left {
		display: none;
	}
	.footer-follow-button-right {
		padding: 18px 18px;
		display: grid;
		grid-template-columns: 0.5fr 1fr;
	}
	.footer-follow-button-img-left {
		display: none;
	}
	.footer-follow-button-img-right {
		max-width: 35%;
		height: auto;
		margin: auto;
	}
	.footer-follow-button-txt-left {
		font-size: 1.6rem;
	}
	.footer-follow-button-txt-right {
		font-size: 2rem;
	}
	#footer-follow-title-line-left {
		display: none;
	}
}
@media only screen and (min-width:1201px) and (max-width: 1400px){
	#footer-main{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:90px;
	}
	#footer-phone-number{
	    font-size: 5rem;
	    line-height: 5rem;
	    position: absolute;
	    bottom: 0;
	}
	.footer-bloc-left{
		padding-right: 75px;
		position: relative;
	}
	#footer-title-left {
		width: 80%;
	}
	#footer-follow-title-left {
	   	display: none;
	}
	.footer-follow-title-right {
	    font-size: 2.8rem;
	    line-height: 3.8rem !important;
	}
	#footer-follow-buttons-container-left {
		display: none;
	}
	#footer-follow-buttons-container-right {
		grid-column-gap: 18px;
		width: 85%;
	}
	.footer-follow-button-left {
		display: none;
	}
	.footer-follow-button-right {
		padding: 22px 30px;
		display: grid;
		grid-template-columns: 0.5fr 1fr;
	}
	.footer-follow-button-img-left {
		display: none;
	}
	.footer-follow-button-img-right {
		max-width: 45%;
		height: auto;
		margin: auto;
	}
	.footer-follow-button-txt-left {
		font-size: 1.6rem;
	}
	.footer-follow-button-txt-right {
		font-size: 1.9rem;
	}
	#footer-follow-title-line-left {
		display: none;
	}
}
@media only screen and (min-width:1025px) and (max-width: 1200px){
	#footer-main{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:90px;
	}
	#footer-phone-number{
	    font-size: 5.25rem;
	    line-height: 4rem;
	    position: absolute;
	    bottom: 0;
	}
	.footer-bloc-left{
		padding-right: 20px;
		position: relative;
	}
	#footer-title-left {
		width: 80%;
	}
	#footer-follow-title-left {
	    display: none;
	}
	.footer-follow-title-right {
	    font-size: 2.8rem;
	    line-height: 3.8rem !important;
	}
	#footer-follow-buttons-container-left {
		display: none;
	}
	#footer-follow-buttons-container-right {
		grid-column-gap: 18px;
		width: 95%;
	}
	.footer-follow-button-left {
		display: none;
	}
	.footer-follow-button-right {
		padding: 18px 18px;
		display: grid;
		grid-template-columns: 0.5fr 1fr;
	}
	.footer-follow-button-img-left {
		display: none;
	}
	.footer-follow-button-img-right {
		max-width: 40%;
		height: auto;
		margin: auto;
	}
	.footer-follow-button-txt-left {
		font-size: 1.6rem;
	}
	.footer-follow-button-txt-right {
		font-size: 1.6rem;
	}
	#footer-follow-title-line-left {
		display: none;
	}
}
@media only screen and (min-width:993px) and (max-width: 1024px){
	#footer-phone-number{
	    font-size: 4.5rem;
	    line-height: 5.5rem;
	    margin: 25px 0 45px	 0;
	    display: block;
	}
	#footer-follow-title-left {
	    font-size: 2.6rem;
	    line-height: 2.6rem;
	}
	#footer-follow-buttons-container-left {
		grid-column-gap: 18px;
	}
	.footer-follow-button-left {
		padding: 18px 18px;
		display: grid;
		grid-template-columns: 0.5fr 1fr;
	}
	.footer-follow-button-img-left {
		max-width: 50%;
		height: auto;
	}
	.footer-follow-button-txt-left {
		font-size: 1.6rem;
	}
	.footer-bloc-right {
		display: none;
	}
	.close-1-1{
		display: none;
	}
	.close-1-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.close-2-1{
		display: none;
	}
	.close-2-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.mentions-legales-txt-modal{
	padding: 30px 10px 30px 10px;
	}
}
@media only screen and (min-width:769px) and (max-width: 992px){
	#footer-phone-number{
	    font-size: 3rem;
	    line-height: 4rem;
	    margin: 25px 0 45px	 0;
	    display: block;
	}
	#footer-follow-title-left {
	    font-size: 2.6rem;
	    line-height: 2.6rem;
	}
	#footer-follow-buttons-container-left {
		grid-column-gap: 18px;
	}
	.footer-follow-button-left {
		padding: 18px 18px;
		display: grid;
		grid-template-columns: 0.5fr 1fr;
	}
	.footer-follow-button-img-left {
		max-width: 50%;
		height: auto;
	}
	.footer-follow-button-txt-left {
		font-size: 1.6rem;
	}
	.footer-bloc-right {
		display: none;
	}
	.close-1-1{
		display: none;
	}
	.close-1-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.close-2-1{
		display: none;
	}
	.close-2-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.mentions-legales-txt-modal{
	padding: 30px 10px 30px 10px;
	}
}
@media only screen and (min-width:601px) and (max-width: 768px){
	#footer-phone-number{
	    font-size: 3rem;
	    line-height: 4rem;
	    margin: 25px 0 45px	 0;
	    display: block;
	}
	#footer-follow-title-left {
	    font-size: 2.6rem;
	    line-height: 2.6rem;
	}
	#footer-follow-buttons-container-left {
		grid-column-gap: 18px;
	}
	.footer-follow-button-left {
		padding: 18px 18px;
		display: grid;
		grid-template-columns: 0.5fr 1fr;
	}
	.footer-follow-button-img-left {
		max-width: 50%;
		height: auto;
	}
	.footer-follow-button-txt-left {
		font-size: 1.6rem;
	}
	.footer-bloc-right {
		display: none;
	}
	.close-1-1{
		display: none;
	}
	.close-1-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.close-2-1{
		display: none;
	}
	.close-2-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.mentions-legales-txt-modal{
	padding: 30px 10px 30px 10px;
	}
}
@media only screen and (min-width:400px) and (max-width: 600px){
	#footer-phone-number{
	    font-size: 3rem;
	    line-height: 4rem;
	    margin: 25px 0 45px	 0;
	    display: block;
	}
	#footer-follow-title-left {
	    font-size: 2.6rem;
	    line-height: 2.6rem;
	}
	#footer-follow-buttons-container-left {
		grid-column-gap: 18px;
	}
	.footer-follow-button-left {
		padding: 18px 18px;
		display: grid;
		grid-template-columns: 0.5fr 1fr;
	}
	.footer-follow-button-img-left {
		max-width: 50%;
		height: auto;
	}
	.footer-follow-button-txt-left {
		font-size: 1.6rem;
	}
	.footer-bloc-right {
		display: none;
	}
	.close-1-1{
		display: none;
	}
	.close-1-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.close-2-1{
		display: none;
	}
	.close-2-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.mentions-legales-txt-modal{
	padding: 30px 10px 30px 10px;
	}
}
@media only screen and (max-width:400px){
	#footer-phone-number{
	    font-size: 3rem;
	    line-height: 4rem;
	    margin: 25px 0 45px	 0;
	    display: block;
	}
	#footer-follow-title-left {
	    font-size: 2.6rem;
	    line-height: 2.6rem;
	}
	#footer-follow-buttons-container-left {
		grid-column-gap: 18px;
	}
	.footer-follow-button-left {
		padding: 18px 18px;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.footer-follow-button-img-left {
		display: none;
	}
	.footer-follow-button-txt-left {
		font-size: 1.6rem;
		align-self: self-end;
	}
	.footer-bloc-right {
		display: none;
	}
	.close-1-1{
		display: none;
	}
	.close-1-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.close-2-1{
		display: none;
	}
	.close-2-2{
		display: block;
		text-align: center;
		position: relative;
		font-size: 3.5rem;
		left: 0;
	}
	.mentions-legales-txt-modal{
	padding: 30px 10px 30px 10px;
	}
}

/**
 * ===================================================================
 * realisation pages
 *
 * -------------------------------------------------------------------
 */

.realisation-header-bar {
	display: grid;
	width: 100%;
	height: 70px;
	padding: 0 30px;
	background-color: #fbfbfb;
	position: fixed;
	-webkit-box-shadow: 2px 2px 8px rgba(90, 90, 90, 0.22);
	-moz-box-shadow: 2px 2px 8px rgba(90, 90, 90, 0.22);
	box-shadow: 2px 2px 8px rgba(90, 90, 90, 0.22)
}

.realisation-header-bar-back-button-container {
	align-self: center;
}

.realisation-header-bar-back-button-arrow {
	color: rgba(0, 0, 0, 0.66);
	display: inline-block;
	font-size: 20px;
	margin-right: 6px;
}

.realisation-header-bar-back-button-txt {
	color: rgba(0, 0, 0, 0.66);
	display: inline-block;
	font-family: playfair-display, sans-serif;
	font-size: 18px;
}

.realisation-intro-header-background {
	height: 70px;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
}

.realisation-intro-title-container {
	justify-self: center;
	background-image: linear-gradient(to right, rgba(25, 142, 199, 0.84), rgba(28, 158, 168, 0.84));
	width: fit-content;
	width: -moz-fit-content;
}

.realisation-intro-title {
	color: white;
	font-size: 48px;
	font-family: playfair-display, sans-serif;
	font-weight: normal;
	margin-bottom: 0;
}

.realisation-intro-txt {
	color: white;
	font-size: 13px;
	font-family: gotham-italic, sans-serif;
}

.realisation-content {
	background-color: #fbfbfb;
	padding: 48px 8%;
	display: grid;
}

.realisation-content-title {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "playfair-display-bold", sans-serif;
	line-height: 42px;
	font-size: 40px;
	margin-bottom: 0;
}

.realisation-title-line {
	width: 84px;
	height: 1px;
	margin: 24px 0;
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
}

.realisation-infos-txt-container {
	margin-bottom: 42px;
}

.realisation-infos-txt {
	color: rgba(0, 0, 0, 0.66);
}

.realisation-img {
	justify-self: center;
	margin: 24px 0;
}

.realisation-bottom-title {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "playfair-display-bold", sans-serif;
	line-height: 26px;
	font-size: 24px;
}

.realisation-box {
	margin: 30px 0;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
	display: grid;
	grid-template-columns: 48px 1fr;
}

.realisation-box-number-container {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	display: grid;
}

.realisation-box-number {
	align-self: center;
	justify-self: center;
	color: white;
	font-family: gotham-italic, sans-serif;
}

.realisation-box-content {
	padding: 30px 18px;
}

.realisation-box-title {
	background: linear-gradient(to right, #198ec7, #1c9ea8);
	background: -webkit-linear-gradient(to right, #198ec7, #1c9ea8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "playfair-display-bold", sans-serif;
	line-height: 26px;
	font-size: 24px;
	margin-bottom: 24px;
}

.realisation-box-txt {
	font-family: playfair-display, sans-serif;
	color: rgba(0, 0, 0, 0.66);
	font-size: 16px;
	line-height: 32px;
}

.realisation-bottom-link-txt {
	margin-top: 90px;
	color: rgba(0, 0, 0, 0.66);
	text-align: center;
}

.realisation-bottom-link-button-container {
	display: grid;
}

/**
 * responsive:
 * realisation pages
 * -
 */

@media only screen and (min-width:1401px) {
	.realisation-intro-container {
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 180px 0;
	display: grid;
}

	#ortiguesentete {
	background: url(../images/realisations/ortigues-intro-background-1920x983.jpg) center;
	}

	#newsroomentete {
	background: url(../images/realisations/newsroom-intro-background-1920x983.jpg) center;
	}

	#calandreentete {
	background: url(../images/realisations/calandre-intro-background-1920x983.jpg) center;
	}

	#briedaentete {
	background: url(../images/realisations/brieda-intro-background-1920x983.jpg) center;
	}

	#accusentete {
	background: url(../images/realisations/accus-intro-background-1920x983.jpg) center;
	}

	#nemeaentete {
	background: url(../images/realisations/nemea-intro-background-1920x983.jpg) center;
	}

	#pointeoentete {
	background: url(../images/realisations/pointeo-intro-background-1920x983.jpg) center;
	}

	#avenirsecoursentete {
	background: url(../images/realisations/avenirsecours-intro-background-1920x983.jpg) center;
	}

	#happydaysentete {
	background: url(../images/realisations/happydays-intro-background-1920x983.jpg) center;
	}

	#anipixentete {
	background: url(../images/realisations/anipix-intro-background-1920x983.jpg) center;
	}

	#mvamentete {
	background: url(../images/realisations/mvam-intro-background-1920x983.jpg) center;
	}

	#labeldententete {
	background: url(../images/realisations/labeldent-intro-background-1920x983.jpg) center;
	}

	#oreagentete {
	background: url(../images/realisations/oreag-intro-background-1920x983.jpg) center;
	}

	.realisation-intro-title-container {
		padding: 24px 0 42px 0;
		min-width: 72%;
	}
	.realisation-intro-title {
		text-align: center;
	}
	.realisation-intro-txt {
		text-align: center;
	}
	.realisation-content-title {
		text-align: center;
	}
	.realisation-title-line {
		justify-self: center;
	}
	.realisation-top-section {
		display: grid;
		grid-template-columns: 47% 47%;
		grid-column-gap: 6%;
		grid-template-rows: auto 1fr;
		grid-template-areas:
			"img1 infos"
			"img1 img5";
	}
	.realisation-infos-txt-container {
		padding-top: 42px;
		grid-area: infos;
	}
	.realisation-img-1 {
		grid-area: img1
	}
	.realisation-img-5 {
		grid-area: img5;
	}
	.realisation-middle-section {
		display: grid;
		grid-template-columns: 47% 47%;
		grid-column-gap: 6%;
	}
	.realisation-img-4 {
		display: none;
		visibility: hidden;
	}
	.realisation-bottom-section {
		display: grid;
		grid-template-columns: 47% 47%;
		grid-column-gap: 6%;
	}
	.realisation-boxes-container {
		display: grid;
		grid-template-columns: 32% 32% 32%;
		grid-column-gap: 1%;
	}
}


@media only screen and (min-width:1025px) and (max-width:1400px) {
	.realisation-intro-container {
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 180px 0;
	display: grid;
}

	#ortiguesentete {
	background: url(../images/realisations/ortigues-intro-background-1400x717.jpg) center;
	}

	#newsroomentete {
	background: url(../images/realisations/newsroom-intro-background-1400x717.jpg) center;
	}

	#calandreentete {
	background: url(../images/realisations/calandre-intro-background-1400x717.jpg) center;
	}

	#briedaentete {
	background: url(../images/realisations/brieda-intro-background-1400x717.jpg) center;
	}

	#accusentete {
	background: url(../images/realisations/accus-intro-background-1400x717.jpg) center;
	}

	#nemeaentete {
	background: url(../images/realisations/nemea-intro-background-1400x717.jpg) center;
	}

	#pointeoentete {
	background: url(../images/realisations/pointeo-intro-background-1400x717.jpg) center;
	}

	#avenirsecoursentete {
	background: url(../images/realisations/avenirsecours-intro-background-1920x983.jpg) center;
	}

	#happydaysentete {
	background: url(../images/realisations/happydays-intro-background-1400x717.jpg) center;
	}

	#anipixentete {
	background: url(../images/realisations/anipix-intro-background-1400x717.jpg) center;
	}

	#mvamentete {
	background: url(../images/realisations/mvam-intro-background-1400x717.jpg) center;
	}

	#labeldententete {
	background: url(../images/realisations/labeldent-intro-background-1400x717.jpg) center;
	}

	#oreagentete {
	background: url(../images/realisations/oreag-intro-background-1400x717.jpg) center;
	}

	.realisation-intro-title-container {
		padding: 24px 0 42px 0;
		min-width: 72%;
	}
	.realisation-intro-title {
		text-align: center;
	}
	.realisation-intro-txt {
		text-align: center;
	}
	.realisation-content-title {
		text-align: center;
	}
	.realisation-title-line {
		justify-self: center;
	}
	.realisation-top-section {
		display: grid;
		grid-template-columns: 47% 47%;
		grid-column-gap: 6%;
		grid-template-rows: auto 1fr;
		grid-template-areas:
			"img1 infos"
			"img1 img5";
	}
	.realisation-infos-txt-container {
		padding-top: 42px;
		grid-area: infos;
	}
	.realisation-img-1 {
		grid-area: img1
	}
	.realisation-img-5 {
		grid-area: img5;
	}
	.realisation-middle-section {
		display: grid;
		grid-template-columns: 47% 47%;
		grid-column-gap: 6%;
	}
	.realisation-img-4 {
		display: none;
		visibility: hidden;
	}
	.realisation-bottom-section {
		display: grid;
		grid-template-columns: 47% 47%;
		grid-column-gap: 6%;
	}
	.realisation-boxes-container {
		display: grid;
		grid-template-columns: 32% 32% 32%;
		grid-column-gap: 1%;
	}
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.realisation-intro-container {
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 120px 0;
	display: grid;
}

	#ortiguesentete {
	background: url(../images/realisations/ortigues-intro-background-1024x524.jpg) center;
	}

	#newsroomentete {
	background: url(../images/realisations/newsroom-intro-background-1024x524.jpg) center;
	}

	#calandreentete {
	background: url(../images/realisations/calandre-intro-background-1024x524.jpg) center;
	}

	#briedaentete {
	background: url(../images/realisations/brieda-intro-background-1024x524.jpg) center;
	}

	#accusentete {
	background: url(../images/realisations/accus-intro-background-1024x524.jpg) center;
	}

	#nemeaentete {
	background: url(../images/realisations/nemea-intro-background-1024x524.jpg) center;
	}

	#pointeoentete {
	background: url(../images/realisations/pointeo-intro-background-1024x524.jpg) center;
	}

	#avenirsecoursentete {
	background: url(../images/realisations/avenirsecours-intro-background-1920x983.jpg) center;
	}

	#happydaysentete {
	background: url(../images/realisations/happydays-intro-background-1024x524.jpg) center;
	}

	#anipixentete {
	background: url(../images/realisations/anipix-intro-background-1024x524.jpg) center;
	}

	#mvamentete {
	background: url(../images/realisations/mvam-intro-background-1024x524.jpg) center;
	}

	#labeldententete {
	background: url(../images/realisations/labeldent-intro-background-1024x524.jpg) center;
	}

	#oreagentete {
	background: url(../images/realisations/oreag-intro-background-1024x524.jpg) center;
	}


	.realisation-intro-title-container {
		padding: 24px 0 42px 0;
		min-width: 72%;
	}
	.realisation-intro-title {
		text-align: center;
	}
	.realisation-intro-txt {
		text-align: center;
	}
	.realisation-content-title {
		text-align: center;
	}
	.realisation-title-line {
		justify-self: center;
	}
	.realisation-img-5 {
		display: none;
		visibility: hidden;
	}
	.realisation-bottom-section {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
	.realisation-intro-container {
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 90px 0;
	display: grid;
}

	#ortiguesentete {
	background: url(../images/realisations/ortigues-intro-background-768x393.jpg) center;
	}

	#newsroomentete {
	background: url(../images/realisations/newsroom-intro-background-768x393.jpg) center;
	}

	#calandreentete {
	background: url(../images/realisations/calandre-intro-background-768x393.jpg) center;
	}

	#briedaentete {
	background: url(../images/realisations/brieda-intro-background-768x393.jpg) center;
	}

	#accusentete {
	background: url(../images/realisations/accus-intro-background-768x393.jpg) center;
	}

	#nemeaentete {
	background: url(../images/realisations/nemea-intro-background-768x393.jpg) center;
	}

	#pointeoentete {
	background: url(../images/realisations/pointeo-intro-background-768x393.jpg) center;
	}

	#avenirsecoursentete {
	background: url(../images/realisations/avenirsecours-intro-background-1920x983.jpg) center;
	}

	#happydaysentete {
	background: url(../images/realisations/happydays-intro-background-768x393.jpg) center;
	}

	#anipixentete {
	background: url(../images/realisations/anipix-intro-background-768x393.jpg) center;
	}

	#mvamentete {
	background: url(../images/realisations/mvam-intro-background-768x393.jpg) center;
	}

	#labeldententete {
	background: url(../images/realisations/labeldent-intro-background-768x393.jpg) center;
	}

	#oreagentete {
	background: url(../images/realisations/oreag-intro-background-768x393.jpg) center;
	}


	.realisation-intro-title-container {
		padding: 12px 30px 30px 30px;
	}
	.realisation-img-5 {
		display: none;
		visibility: hidden;
	}
	.realisation-bottom-section {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (min-width: 401px) and (max-width: 600px) {
	.realisation-intro-container {
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 90px 0;
	display: grid;
}

	#ortiguesentete {
	background: url(../images/realisations/ortigues-intro-background-768x393.jpg) center;
	}

	#newsroomentete {
	background: url(../images/realisations/newsroom-intro-background-768x393.jpg) center;
	}

	#calandreentete {
	background: url(../images/realisations/calandre-intro-background-768x393.jpg) center;
	}

	#briedaentete {
	background: url(../images/realisations/brieda-intro-background-768x393.jpg) center;
	}

	#accusentete {
	background: url(../images/realisations/accus-intro-background-768x393.jpg) center;
	}

	#nemeaentete {
	background: url(../images/realisations/nemea-intro-background-768x393.jpg) center;
	}

	#pointeoentete {
	background: url(../images/realisations/pointeo-intro-background-768x393.jpg) center;
	}

	#avenirsecoursentete {
	background: url(../images/realisations/avenirsecours-intro-background-1920x983.jpg) center;
	}

	#happydaysentete {
	background: url(../images/realisations/happydays-intro-background-768x393.jpg) center;
	}

	#anipixentete {
	background: url(../images/realisations/anipix-intro-background-768x393.jpg) center;
	}

	#mvamentete {
	background: url(../images/realisations/mvam-intro-background-768x393.jpg) center;
	}

	#labeldententete {
	background: url(../images/realisations/labeldent-intro-background-768x393.jpg) center;
	}

	#oreagentete {
	background: url(../images/realisations/oreag-intro-background-768x393.jpg) center;
	}


	.realisation-intro-title-container {
		padding: 12px 30px 30px 30px;
	}
	.realisation-img-5 {
		display: none;
		visibility: hidden;
	}
	.realisation-bottom-section {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (max-width:400px) {
	.realisation-intro-container {
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 90px 0;
	display: grid;
}

	#ortiguesentete {
	background: url(../images/realisations/ortigues-intro-background-768x393.jpg) center;
	}

	#newsroomentete {
	background: url(../images/realisations/newsroom-intro-background-768x393.jpg) center;
	}

	#calandreentete {
	background: url(../images/realisations/calandre-intro-background-768x393.jpg) center;
	}

	#briedaentete {
	background: url(../images/realisations/brieda-intro-background-768x393.jpg) center;
	}

	#accusentete {
	background: url(../images/realisations/accus-intro-background-768x393.jpg) center;
	}

	#nemeaentete {
	background: url(../images/realisations/nemea-intro-background-768x393.jpg) center;
	}

	#pointeoentete {
	background: url(../images/realisations/pointeo-intro-background-768x393.jpg) center;
	}

	#avenirsecoursentete {
	background: url(../images/realisations/avenirsecours-intro-background-1920x983.jpg) center;
	}

	#happydaysentete {
	background: url(../images/realisations/happydays-intro-background-768x393.jpg) center;
	}

	#anipixentete {
	background: url(../images/realisations/anipix-intro-background-768x393.jpg) center;
	}

	#mvamentete {
	background: url(../images/realisations/mvam-intro-background-768x393.jpg) center;
	}

	#labeldententete {
	background: url(../images/realisations/labeldent-intro-background-768x393.jpg) center;
	}

	#oreagentete {
	background: url(../images/realisations/oreag-intro-background-768x393.jpg) center;
	}


	.realisation-intro-title-container {
		padding: 12px 30px 30px 30px;
	}
	.realisation-img-5 {
		display: none;
		visibility: hidden;
	}
	.realisation-bottom-section {
		display: none;
		visibility: hidden;
	}
}

/**
 * go to top
 * -
 */

#go-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 600;
	display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 66px;
	width: 60px;
	line-height: 66px;
	text-align: center;
	background: #048a7c;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top a i {
	font-size: 20px;
	line-height: inherit;
}
#go-top a:hover {
	background: #1c9ea8;
	color: #FFFFFF;
}

