
@font-face {
    font-family: 'StackSansHeadline';
    src: url('StackSansHeadline.eot');
    src: url('StackSansHeadline.eot?#iefix') format('embedded-opentype'),
         url('StackSansHeadline.woff2') format('woff2'),
         url('StackSansHeadline.woff') format('woff'),
         url('StackSansHeadline.ttf') format('truetype'),
         url('StackSansHeadline.svg#StackSansHeadline') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none !important;
	outline: none !important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    width: 100%; overflow-x: hidden;
}
body {
	font-family: "StackSansHeadline", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-optical-sizing: auto;
	margin: 0; padding: 0; border: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}
p {
	font-family: "StackSansHeadline", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0px;
}
p.bold, p b, p strong, strong {
	font-weight: 700 !important;
}
p.italic, span.italic, p i, i {
	font-style: italic !important;
}

/* Buttons */
.block-button {
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 35px; min-height: 35px;
	padding: 2px 2px;
	border: 0; margin: 0;
	cursor: pointer;
	outline: none;
	background: none;
	border: 0; border-radius: 20px;
	box-shadow: none;
}
.block-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 31px;
	font-family: "StackSansHeadline", sans-serif;
	font-size: 18px;
	line-height: 18px;
    font-weight: 700;
    text-align: center;
	text-decoration: none;
    border-radius: 20px;
    padding: 2px 20px;
	transition: 0.2s all ease-in-out;
}

.block-button1 {
	background-color: #9F248F;
    background: linear-gradient(to right, #FF0000, #9F248F);
}
.block-button1 a {
	color: #FFFFFF;
	background-color: #9F248F;
    background: linear-gradient(to right, #FF0000, #9F248F);
}
.block-button1 a span {
	color: #FFFFFF;
	background-color: transparent;
    background: transparent;
}
.block-button1:hover a, .block-button1:focus a {
	color: #9F248F;
	background-color: #FFFFFF;
    background: #FFFFFF;
}
.block-button1:hover a span, .block-button1:focus a span {
	color: transparent;
	background-color: #9F248F;
    background: linear-gradient(to right, #FF0000, #9F248F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block-button2 {
	background-color: #9F248F;
    background: linear-gradient(to right, #FF0000, #9F248F);
}
.block-button2 a {
	color: #9F248F;
	background-color: #FFFFFF;
    background: #FFFFFF
}
.block-button2 a span {
	color: transparent;
	background-color: #9F248F;
    background: linear-gradient(to right, #FF0000, #9F248F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-button2:hover a, .block-button2:focus a {
	color: #FFFFFF;
	background-color: #9F248F;
    background: linear-gradient(to right, #FF0000, #9F248F);
}
.block-button2:hover a span, .block-button2:focus a span {
	color: #FFFFFF;
	background-color: #FFFFFF;
    background: #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Container */
#container-wrapper {
    position: relative;
}
#content-wrapper {
	position: relative;
}
.page-template-page-contacts #content-wrapper {
	padding-top: 0;
}
.limit-wrapper {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 100;
	background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.page-template-page-contacts header {
    display: none;
}
header .block-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
header .block-header-row .block-header-left {
    display: flex;
}
header .block-header-row .block-header-left .block-header-branding {
    margin-right: 20px;
}
header .block-header-row .block-header-left .block-header-branding a {
    display: block;
    padding: 0;
    text-decoration: none;
}
header .block-header-row .block-header-left .block-header-branding img,
header .block-header-row .block-header-left .block-header-branding svg {
    display: block;
    width: 100%; height: 45px;
	max-width: 250px;
}
header .block-header-row .block-header-right {
    display: flex;
    align-items: center;
}
header .block-header-row .block-header-right .block-header-social {
    display: flex;
    align-items: center;
}
header .block-header-row .block-header-right .block-header-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    margin-left: 5px;
}

header.sticky {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
header.sticky .block-header-row {
    padding: 20px 0px;
}


.block-header {
    padding-top: 100px;
    margin-bottom: 60px;
}
.block-header .block-header-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.block-header .block-header-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.block-header .block-header-lead span {
	font-family: "StackSansHeadline", sans-serif;
	font-size: 28px;
	line-height: 28px;
    font-weight: 400;
}
.block-header .block-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-header .block-header-btn .block-button {
    margin: 0px 10px;
}


.block-one {
    margin-bottom: 60px;
}
.block-one .block-one-row {
    position: relative;
    display: flex;
    width: 100%;
}
.block-one .block-one-row .block-one-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: linear-gradient(60deg, #FF0000, #9F248F);
}
.block-one .block-one-row .block-one-left img {
    display: block;
    width: auto; height: auto;
    max-width: 100%;
}
.block-one .block-one-row .block-one-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: linear-gradient(60deg, #FF0000, #9F248F);
}
.block-one .block-one-row .block-one-right img {
    display: block;
    width: auto; height: auto;
    max-width: 100%;
}
.block-one .block-one-row .block-one-vector {
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    transform: translateY(-50%);
}
.block-one .block-one-row .block-one-vector svg:last-child {
    margin-top: -10px;
}

.block-two {
    margin: 120px 0px;
}
.block-two .block-two-row {
    display: flex;
}
.block-two .block-two-row .block-two-col {
    display: flex;
    flex-direction: column;
    width: calc(calc(100% / 4) - 15px);
    margin: 0px 15px;
    background-color: #E6E6E6;
    border-radius: 30px;
}
.block-two .block-two-row .block-two-col .block-two-col-title {
    text-align: left;
    padding: 15px 20px 0px 20px;
}
.block-two .block-two-row .block-two-col .block-two-col-title span {
	font-family: "StackSansHeadline", sans-serif;
	font-size: 26px;
	line-height: 28px;
    font-weight: 700;
    color: #000000;
}
.block-two .block-two-row .block-two-col .block-two-col-lead {
    text-align: left;
    flex-grow: 2;
    padding: 10px 20px 0px 20px;
}
.block-two .block-two-row .block-two-col .block-two-col-lead p {
	font-family: "StackSansHeadline", sans-serif;
	font-size: 14px;
	line-height: 18px;
    font-weight: 400;
    color: #000000;
}
.block-two .block-two-row .block-two-col .block-two-col-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.block-two .block-two-row .block-two-col .block-two-col-img img {
    display: block;
    width: auto; height: auto;
    max-width: 100%;
    border-radius: 20px;
}
.block-two .block-two-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.block-two .block-two-btn .block-button {
    margin: 0px 10px;
}


.block-three {
    margin: 120px 0px;
}
.block-three .block-three-slider {
    position: relative;
}
.block-three .block-three-slider .slick-track {
    display: flex !important;
}
.block-three .block-three-slider .slick-slide {
    height: inherit !important;
}
.block-three .block-three-slider .block-slider-item {
    
}
.block-three .block-three-slider .block-slider-item .block-slider-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; max-height: 650px;
}
.block-three .block-three-slider .block-slider-item .block-slider-bg .block-slider-img {
    opacity: 0;visibility: hidden;
}
.block-three .block-three-slider .block-slider-item .block-slider-bg .block-slider-title {
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    width: 100%;
    padding: 50px 50px;
}
.block-three .block-three-slider .block-slider-item .block-slider-bg .block-slider-title span {
	font-family: "StackSansHeadline", sans-serif;
	font-size: 24px;
	line-height: 28px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}
.block-three .block-three-slider .slick-dots {
    position: relative;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-three .block-three-slider .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 20px; height: 20px;
	list-style: none;
    margin: 0 15px 0 0;
}
.block-three .block-three-slider .slick-dots li:last-child {
    margin: 0;
}
.block-three .block-three-slider .slick-dots li button {
	width: 20px; height: 20px;
	font-size: 0; line-height: 0;
	border-radius: 50px;
	background-color: transparent;
	border: 2px solid #FFFFFF;
	padding: 0; outline: none;
}
.block-three .block-three-slider .slick-dots li button:before {
	display: none;
}
.block-three .block-three-slider .slick-dots li.slick-active button {
	background-color: #FFFFFF;
}
.block-three .block-three-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.block-three .block-three-btn .block-button {
    margin: 0px 10px;
}

.block-four {
    margin: 160px 0px;
}
.block-four .block-four-title {
    width: 100%; max-width: 980px;
    margin: 0 auto 20px auto;
}
.block-four .block-four-title span {
	font-family: "StackSansHeadline", sans-serif;
	font-size: 20px;
	line-height: 22px;
    font-weight: 700;
    color: #000000;
}
.block-four .block-four-acordeon {
    width: 100%; max-width: 980px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 auto;
}
.block-four .block-four-acordeon .block-acordeon-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10px 20px 0px;
    border-top: 1px solid #CCCCCC;
	cursor: pointer;
}
.block-four .block-four-acordeon .block-acordeon-header .block-acordeon-title {
   	display: flex;
	align-items: center; 
}
.block-four .block-four-acordeon .block-acordeon-header .block-acordeon-title span {
	font-family: "StackSansHeadline", sans-serif;
	font-size: 18px;
	line-height: 20px;
    font-weight: 500;
    color: #000000;
}
.block-four .block-four-acordeon .block-acordeon-header .block-acordeon-open {
    display: flex;
	cursor: pointer;
	transition: all .3s;
}
.block-four .block-four-acordeon .block-acordeon-header .block-acordeon-open span {
	font-family: "StackSansHeadline", sans-serif;
	font-size: 18px;
	line-height: 20px;
    font-weight: 700;
    color: #000000;
}
.block-four .block-four-acordeon .block-acordeon-body {
    display: none;
}
.block-four .block-four-acordeon .block-acordeon-body .block-acordeon-lead {
    padding: 10px 10px 20px 0;
}
.block-four .block-four-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.block-four .block-four-btn .block-button {
    margin: 0px 10px;
}


.block-five {
    margin: 160px 0px;
}
.block-five .block-five-row {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.block-five .block-five-row .block-five-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding-right: 20px;
}
.block-five .block-five-row .block-five-left img {
    display: block;
    width: auto; height: auto;
    max-width: 100%;
}
.block-five .block-five-row .block-five-right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding-left: 20px;
}
.block-five .block-five-row .block-five-right .block-five-title {
    display: flex;
}
.block-five .block-five-row .block-five-right .block-five-stars {
    margin-top: 10px;
}
.block-five .block-five-row .block-five-right .block-five-stars span {
    font-family: "StackSansHeadline", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-five .block-five-row .block-five-right .block-five-lead {
    max-width: 440px;
    margin-top: 20px;
}
.block-five .block-five-row .block-five-right .block-five-lead p {
    font-family: "StackSansHeadline", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-five .block-five-row .block-five-right .block-five-btn {
    margin-top: 30px;
}
.block-five .block-five-row .block-five-right .block-five-notes {
    margin-top: 30px;
}
.block-five .block-five-row .block-five-right .block-five-notes p {
    font-family: "StackSansHeadline", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

.block-six {
    padding: 160px 0px;
    background: linear-gradient(60deg, #FF0000, #9F248F);
}
.block-six .block-six-header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.block-six .block-six-header .block-six-header-logo {
    margin-right: 30px;
}
.block-six .block-six-header .block-six-header-title {
    display: flex;
    flex-direction: column;
}
.block-six .block-six-header .block-six-header-title span:first-child {
    display: block;
    font-family: "StackSansHeadline", sans-serif;
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.block-six .block-six-header .block-six-header-title span:last-child {
    display: block;
    font-family: "StackSansHeadline", sans-serif;
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
}
.block-six .block-six-row {
    position: relative;
    display: flex;
    width: 100%;
}
.block-six .block-six-row .block-six-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: linear-gradient(60deg, #FF0000, #9F248F);
}
.block-six .block-six-row .block-six-left img {
    display: block;
    width: auto; height: auto;
    max-width: 100%;
}
.block-six .block-six-row .block-six-left .block-six-vector {
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    transform: translateY(-50%);
}
.block-six .block-six-row .block-six-left .block-six-vector svg:last-child {
    margin-top: -10px;
}
.block-six .block-six-row .block-six-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: linear-gradient(60deg, #FF0000, #9F248F);
}
.block-six .block-six-row .block-six-right img {
    display: block;
    width: auto; height: auto;
    max-width: 100%;
}

.block-seven {
    padding: 160px 0px;
    background: linear-gradient(60deg, #FF0000, #9F248F);
}
.block-seven .block-seven-row {
    position: relative;
    display: flex;
    width: 100%;
}
.block-seven .block-seven-row .block-seven-col {
    display: flex;
    flex-direction: column;
    width: calc(calc(100% / 4) - 30px);
    background: linear-gradient(120deg, #FF0000, #9F248F);
    border-radius: 30px;
    margin: 0px 15px;
}
.block-seven .block-seven-row .block-seven-col-header {
    background: none;
    border-radius: 0;
}
.block-seven .block-seven-row .block-seven-col-header .block-seven-logo {
    margin-bottom: 50px;
}
.block-seven .block-seven-row .block-seven-col-header .block-seven-title {
    display: flex;
    flex-direction: column;
}
.block-seven .block-seven-row .block-seven-col-header .block-seven-title span:first-child {
    display: block;
    font-family: "StackSansHeadline", sans-serif;
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    margin-bottom: 5px;
}
.block-seven .block-seven-row .block-seven-col-header .block-seven-title span:last-child {
    display: block;
    font-family: "StackSansHeadline", sans-serif;
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}
.block-seven .block-seven-row .block-seven-col-header .block-seven-help {
    margin-top: 50px;
}
.block-seven .block-seven-row .block-seven-col .block-seven-col-title {
    text-align: left;
    padding: 15px 20px 0px 20px;
}
.block-seven .block-seven-row .block-seven-col .block-seven-col-title span {
	font-family: "StackSansHeadline", sans-serif;
	font-size: 26px;
	line-height: 28px;
    font-weight: 700;
    color: #FFFFFF;
}
.block-seven .block-seven-row .block-seven-col .block-seven-col-lead {
    text-align: left;
    flex-grow: 2;
    padding: 10px 20px 0px 20px;
}
.block-seven .block-seven-row .block-seven-col .block-seven-col-lead p {
	font-family: "StackSansHeadline", sans-serif;
	font-size: 14px;
	line-height: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.block-seven .block-seven-row .block-seven-col .block-seven-col-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.block-seven .block-seven-row .block-seven-col .block-seven-col-img img {
    display: block;
    width: auto; height: auto;
    max-width: 100%;
    border-radius: 20px;
}

.visibility-hidden {
    display: none !important;
}