/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

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

abbr,
span.abbr {
	border-bottom: none
}

.clear {
	clear: both;
	height: 0
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
	overflow: hidden
}

.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

.color-blue {
	color: #006cfc
}

.background-white {
	background-color: #ffffff !important
}

.background-gray {
	background-color: #9fa6b6 !important
}

.background-lightGray {
	background-color: #f3f3f3 !important
}

.background-blue {
	background-color: #006cfc !important
}

.btn-brand-guides img{
	display: block;
}

.btn-brand-guides .mobile{
	display:none;
}

.js-nav-mobile-open .btn-brand-guides img{
	display: none;
}
	
.js-nav-mobile-open .btn-brand-guides .mobile{
	display: block;
}

.scrollTop {
    background: url(/public/imgs/arrows2.png) 0 0 no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    left: 47%;
    z-index: 2000;
}


.nebo_group_h2{
	text-align: center;
	text-transform: uppercase !important;
	font-size: 80px;
}


.social-contacts{
	position: inherit !important;
	
}

.social-contacts ul{
	margin-left: -12px !important;
}

.social-contacts li{
	width: 100%;
	line-height: 30px !important;
}

.social-contacts li svg{
	float: left;
	margin-top: 4px;	
	width: 28px !important;
	height: 23px !important;
}	

.social-contacts li.facebook svg{
	margin-left: 4px;
}	

.social-contacts li.google svg{
	margin-left: 0px;
}	


.social-contacts li A{
	margin-left: 10px;
	font-size: 20px;
    font-weight: normal;
}	




@font-face {
	font-family: 'Cera';
	src: url("../fonts/Cera-Medium.eot");
	src: url("../fonts/Cera-Medium.eot%3F") format("embedded-opentype"), url("../fonts/Cera-Medium.woff") format("woff"), url("../fonts/Cera-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Cera';
	src: url("../fonts/Cera-Bold.eot");
	src: url("../fonts/Cera-Bold.eot%3F") format("embedded-opentype"), url("../fonts/Cera-Bold.woff") format("woff"), url("../fonts/Cera-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'Cera';
	src: url("../fonts/Cera-Regular.eot");
	src: url("../fonts/Cera-Regular.eot%3F") format("embedded-opentype"), url("../fonts/Cera-Regular.woff") format("woff"), url("../fonts/Cera-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Cera';
	src: url("../fonts/Cera-Light.eot");
	src: url("../fonts/Cera-Light.eot%3F") format("embedded-opentype"), url("../fonts/Cera-Light.woff") format("woff"), url("../fonts/Cera-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Cera';
	src: url("../fonts/Cera-Regular-Italic.eot");
	src: url("../fonts/Cera-Regular-Italic.eot%3F") format("embedded-opentype"), url("../fonts/Cera-Regular-Italic.woff") format("woff"), url("../fonts/Cera-Regular-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic
}

html,
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	-moz-font-feature-settings: "smcp=1, onum=1, frac=1, kern=1, liga=1, dlig=1, swsh=1";
	-ms-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	-o-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	-webkit-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	font-feature-settings: normal
}

input,
textarea,
select,
button {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	-moz-font-feature-settings: "smcp=1, onum=1, frac=1, kern=1, liga=1, dlig=1, swsh=1";
	-ms-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	-o-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	-webkit-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1
}

.text-subs,
.sub,
sub {
	-moz-font-feature-settings: "subs" 1;
	-moz-font-feature-settings: "subs=1";
	-ms-font-feature-settings: "subs" 1;
	-o-font-feature-settings: "subs" 1;
	-webkit-font-feature-settings: "subs" 1;
	font-feature-settings: "subs" 1
}

.text-sups,
.sup,
sup {
	-moz-font-feature-settings: "sups" 1;
	-moz-font-feature-settings: "sups=1";
	-ms-font-feature-settings: "sups" 1;
	-o-font-feature-settings: "sups" 1;
	-webkit-font-feature-settings: "sups" 1;
	font-feature-settings: "sups" 1
}

.sub,
sub,
.sup,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0
}

.sup,
sup {
	top: -0.5em
}

.sub,
sub {
	bottom: -0.25em
}

strong,
.strong {
	font-family: "#", Helvetica, Arial, sans-serif
}

h2 {
	font-size: 70px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #006cfc
}

h3 {
	font-size: 45px;
	font-weight: normal;
	color: #ffffff
}

h3 span {
	text-decoration: none !important
}

h4 {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #2c2c2c
}

p,
li {
	font-size: 13px;
	font-weight: 500;
	color: #2c2c2c
}

strong {
	font-family: 'Cera';
	font-weight: bold
}

.home h3.js-bigText-element span {
	color: #7245ce !important
}

.somos h3.js-bigText-element span {
	color: #7245ce !important
}

.estamos h3.js-bigText-element span {
	/*color: #f77b81 !important*/
	color: #7245ce !important
}

.queremos h3.js-bigText-element span {
	color: #006cfc !important
}

.single-service h3.js-bigText-element span {
	color: #006cfc !important
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

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

html,
body {
	width: 100%;
	min-height: 100%;
	height: auto;
	font-family: 'Cera', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #ffffff;
	overflow-x: hidden
}

html.fixed-all,
body.fixed-all,
html.modal-open,
body.modal-open,
html.open-nav,
body.open-nav {
	overflow: hidden
}

.scroll-content-wrapper.js-scroll {
	width: 100vw;
	height: 100vh
}

.scrollbar-track {
	user-select: none
}

body.js-byrefresh {
	opacity: 0;
	background-color: #ffffff
}

.no-js body.js-byrefresh {
	opacity: 1
}

.page-main {
	position: relative;
	z-index: 100;
	width: 100%;
	transform-origin: top center;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	z-index: 2
}

.page-toload {
	background-color: #ffffff
}

.page-next,
.page-prev {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	min-height: 0;
	visibility: hidden;
	z-index: 0
}

.js-loading-page .page-next,
.js-loading-page .page-prev {
	width: 100%;
	height: auto;
	min-height: 100%;
	visibility: visible
}

.js-loading-page {
	cursor: wait
}

.preload,
.preload-hold {
	position: absolute;
	top: -9999px;
	left: -9999px;
	overflow: hidden;
	visibility: hidden
}

#loading-page {
	position: fixed;
	z-index: 5000;
	left: 0;
	top: 0;
	display: none;
	width: 0;
	height: 0
}

#loading-page.js-loading-page {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none
}

#modal-bg,
#modal-wrapper {
	display: none;
	width: 0;
	height: 0
}

.modal-open #modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1030;
	background-color: #281a13;
	opacity: 0.8;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

a {
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none
}

a[href^="tel:"] {
	cursor: default
}

::-moz-selection {
	background: #49e2bb;
	color: #ffffff
}

::selection {
	background: #49e2bb;
	color: #ffffff
}

.block-bg-cover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.block-bg-cover .element-cover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	overflow: hidden
}

.firefox .block-bg-cover .element-cover {
	max-width: none;
	width: 100%
}

input:focus,
textarea:focus,
button:focus {
	outline: none
}

:invalid,
:-moz-ui-invalid {
	box-shadow: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0
}

button {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	background: transparent;
	outline: none;
	cursor: pointer
}

#hello-world {
	display: inline-block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}

#hello-world p {
	font-size: 100px
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 25px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 100;
	color: #006cfc;
	transition: 0.4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: 0.4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.slick-arrow svg {
	width: 32px;
	height: 32px
}

.slick-arrow svg path {
	stroke: #ffffff
}

.slick-arrow.slick-next {
	right: -55px
}

.slick-arrow.slick-prev {
	left: -55px
}

.slick-arrow:hover {
	transform: translateY(-50%) scale(1.2);
	-webkit-transform: translateY(-50%) scale(1.2)
}

.row {
	max-width: 106.250rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.row .row {
	margin-left: -0.625rem;
	margin-right: -0.625rem
}

.row.expanded {
	max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-left: 0;
	padding-right: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
	margin-left: 0;
	margin-right: 0
}

.column,
.columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	min-width: initial
}

.column.row.row,
.row.row.columns {
	float: none;
	display: block
}

.row .column.row.row,
.row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0
}

.xxlarge-1 {
	-webkit-flex: 0 0 6.25%;
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%
}

.xxlarge-offset-0 {
	margin-left: 0%
}

.xxlarge-2 {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.xxlarge-offset-1 {
	margin-left: 6.25%
}

.xxlarge-3 {
	-webkit-flex: 0 0 18.75%;
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%
}

.xxlarge-offset-2 {
	margin-left: 12.5%
}

.xxlarge-4 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.xxlarge-offset-3 {
	margin-left: 18.75%
}

.xxlarge-5 {
	-webkit-flex: 0 0 31.25%;
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%
}

.xxlarge-offset-4 {
	margin-left: 25%
}

.xxlarge-6 {
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%
}

.xxlarge-offset-5 {
	margin-left: 31.25%
}

.xxlarge-7 {
	-webkit-flex: 0 0 43.75%;
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%
}

.xxlarge-offset-6 {
	margin-left: 37.5%
}

.xxlarge-8 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.xxlarge-offset-7 {
	margin-left: 43.75%
}

.xxlarge-9 {
	-webkit-flex: 0 0 56.25%;
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%
}

.xxlarge-offset-8 {
	margin-left: 50%
}

.xxlarge-10 {
	-webkit-flex: 0 0 62.5%;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%
}

.xxlarge-offset-9 {
	margin-left: 56.25%
}

.xxlarge-11 {
	-webkit-flex: 0 0 68.75%;
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%
}

.xxlarge-offset-10 {
	margin-left: 62.5%
}

.xxlarge-12 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.xxlarge-offset-11 {
	margin-left: 68.75%
}

.xxlarge-13 {
	-webkit-flex: 0 0 81.25%;
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%
}

.xxlarge-offset-12 {
	margin-left: 75%
}

.xxlarge-14 {
	-webkit-flex: 0 0 87.5%;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%
}

.xxlarge-offset-13 {
	margin-left: 81.25%
}

.xxlarge-15 {
	-webkit-flex: 0 0 93.75%;
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%
}

.xxlarge-offset-14 {
	margin-left: 87.5%
}

.xxlarge-16 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.xxlarge-offset-15 {
	margin-left: 93.75%
}

.xxlarge-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.xxlarge-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.xxlarge-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.xxlarge-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.xxlarge-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.xxlarge-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

.xxlarge-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xxlarge-up-1>.column,
.xxlarge-up-1>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.xxlarge-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xxlarge-up-2>.column,
.xxlarge-up-2>.columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.xxlarge-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xxlarge-up-3>.column,
.xxlarge-up-3>.columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.xxlarge-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xxlarge-up-4>.column,
.xxlarge-up-4>.columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.xxlarge-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xxlarge-up-5>.column,
.xxlarge-up-5>.columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.xxlarge-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xxlarge-up-6>.column,
.xxlarge-up-6>.columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.xxlarge-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xxlarge-up-7>.column,
.xxlarge-up-7>.columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}

.xxlarge-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xxlarge-up-8>.column,
.xxlarge-up-8>.columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.xxlarge-collapse>.column,
.xxlarge-collapse>.columns {
	padding-left: 0;
	padding-right: 0
}

.xxlarge-uncollapse>.column,
.xxlarge-uncollapse>.columns {
	padding-left: 0.625rem;
	padding-right: 0.625rem
}


.news_list{
	margin-top:200px;
}

.news_list h3{
	color: #000 !important;
}

.white_menu #header-main #nav-main li, .white_menu #header-main #nav-main li A{
	color: #fff;
}

.white_menu #header-main.js-drop #nav-main li, .white_menu #header-main.js-drop #nav-main li A{
	color: #a2a9b9;
}

.somos-margintop{
	margin-top: 350px;
}

.link-logo-footer{
    color: #fff;
}


.bilingval_left{
    float: right;
    width: 78%;
    margin-bottom: 20px;
}

.bilingval_right{
    float:left;
    margin-right: 10px;
    width: 20%;
    border: 1px solid #49e2bb;
    padding: 0px !important;
    font-size:13px;
    font-family:Sans-Serif;
}

.bilingval_right h3{
    /*text-align: center !important;*/
    color: #000 !important;
    margin-top:2px;
    font-size: 18px;
}

.bilingval_right h2{
    background: #49e2bb;
    color: #fff !important;
    margin-top: -2px;
    margin-left: -1px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}

.bilingval{
    padding: 0px 10px 20px;
}

.bilingval_input{
    width: 100%;
}

.bilingval select{
    width: 98%;
    font-size: 13px;
    font-family: Sans-Serif !important;
    padding: 5px 0px !important;
    margin-bottom: 14px;
    font-feature-settings: normal !important;
}

.bilingval select option{
    font-size: 13px !important;
    font-family: Sans-Serif !important;
    font-feature-settings: normal !important;
}

.bilingval #cost{
    background: #49e2bb;
    color: #fff;
    padding: 4px 4px 4px;
}

.bilingval-btn svg path{
    fill: #49e2bb !important;
}

.bilingval-btn .text{
    line-height: 44px !important;
    color: #fff;
}

.quantity__btn{
    color: #49e2bb;
    font-size: 26px;
    cursor: pointer;
    margin-left: .5rem;
    margin-right: .5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.quantity-input{
    color: #000000;
    border: 1px solid #949494;
    background-color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    height: 20px;
                                	
    width: 40px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
    padding-left: 0!important;
    padding-right: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border-bottom: 1px solid;
}

.extra_hour, #extra_hour{
    margin-left: 20px;
    font-size: 12px;
}

.bilingval .custom-checkbox{
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 10px;
    float: left;
    -webkit-appearance:none;
    /*width: 14px;
    height: 14px;*/
    padding-left: 2px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #b80100;
}

.bilingval .custom-checkbox:after{
    content: "";
    display: inline-block;
    position: relative;
    top: -3px;
    left: 4px;
    width: 3px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
}

.bilingval .custom-checkbox:checked{
    background: #b80100;
    outline: none;
    /*border: 1px solid rgba(50,125,255,1);*/
}

.bilingval .custom-checkbox:focus,  .bilingval .custom-checkbox:active {
    outline: none;
}
    
.error{
    border: 1px solid red;
}

.message_feedback{
    text-align: center;
    line-height: 14px;
    color: red;
}


/**************** SHEDULER *********************/

#schedule {
	width: 100%;
	table-layout: fixed;
	margin-top: 15px;
	margin-bottom: 15px;
}

#schedule th,
#schedule td {
	background: #fff;
	color: #000;
	font-size:13px;
	background: -moz-linear-gradient(-45deg, #fff 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(100%, #f9f9f9));
	background: -webkit-linear-gradient(-45deg, #fff 0%, #f9f9f9 100%);
	background: -o-linear-gradient(-45deg, #fff 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(-45deg, #fff 0%, #f9f9f9 100%);
	background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
	padding: 0;
	border: none;
}

#schedule th {
	text-align: center;
	padding: 10px 0;
}

#schedule th.day {
	width: 13.5%;
}

#schedule th.time {
	width: 5.5%;
}

#schedule td {
	vertical-align: top;
}

#schedule td.time {
	text-align: center;
	padding-top: 8px;
	font-weight: 700;
}

#schedule .lesson {
	display: block;
	padding: 4px 4px 4px 8px;
	background: #fff;
	margin: 0 1px 1px 0;
	line-height: 1.2em;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
	cursor: pointer;
}

#schedule .lesson .lesson-wr {
	position: relative;
}

#schedule .lesson.selected {
	background: #cbf8b4;
}

#schedule .lesson .time {
	font-weight: 700;
}

#schedule .lesson .hall {
	display: block;
	font-weight: 700;
}

#schedule .lesson .trainer {
	display: block;
}

#schedule .lesson .type {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}

#schedule .lesson .tooltip {
	position: absolute;
	display: none;
	opacity: 1;
	color: #3d3d3e;
	bottom: 100%;
	margin-bottom: -4px;
	left: 50%;
	margin-left: -140px;
	z-index: 9999;
	width: 280px;
	padding: 10px 12px;
	border: 1px solid #fff;
	cursor: default !important;
	background: #c4ecfb;
	background: -moz-linear-gradient(top, #c4ecfb 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4ecfb), color-stop(100%, #f9f9f9));
	background: -webkit-linear-gradient(top, #c4ecfb 0%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #c4ecfb 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #c4ecfb 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #c4ecfb 0%, #f9f9f9 100%);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5);
	text-transform: none !important;
	font-weight: normal !important;
}

#schedule .lesson .tooltip .head {
	display: block;
	margin: 0 0 4px 0;
	line-height: 1.1em;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

#schedule .lesson .tooltip .head .fa-times {
	margin-left: 8px;
	opacity: 0.5;
	cursor: pointer;
}

#schedule .lesson .tooltip .head .fa-times:hover {
	opacity: 1;
}

#schedule .lesson .tooltip .foot {
	display: block;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #fff;
}

#schedule .lesson .tooltip .foot .link {
	line-height: 1.1em;
	font-size: 18px;
}

#schedule .lesson .tooltip .foot a {
	text-decoration: underline;
}

#schedule .lesson .tooltip:before {
	position: absolute;
	display: block;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid #f9f9f9;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#schedule .lesson .tooltip.indent {
	margin-left: -216px;
}

#schedule .lesson .tooltip.indent:before {
	margin-left: 70px;
}

#schedule .lesson .icon-print {
	margin-top: -5px;
	margin-right: -5px;
}

#schedule .lesson.lesson-type1 {
	background: #e4c5e4;
}

#schedule .lesson.lesson-type1 .tooltip {
	background: #e4c5e4;
	background: linear-gradient(to bottom, #e4c5e4 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type2 {
	background: #fffbb3;
}

#schedule .lesson.lesson-type2 .tooltip {
	background: #fffbb3;
	background: linear-gradient(to bottom, #fffbb3 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type3 {
	background: #f99;
}

#schedule .lesson.lesson-type3 .tooltip {
	background: #f99;
	background: linear-gradient(to bottom, #f99 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type4 {
	background: #b3e8ff;
}

#schedule .lesson.lesson-type4 .tooltip {
	background: #b3e8ff;
	background: linear-gradient(to bottom, #b3e8ff 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type5 {
	background: #cff5db;
}

#schedule .lesson.lesson-type5 .tooltip {
	background: #cff5db;
	background: linear-gradient(to bottom, #cff5db 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type6 {
	background: #fc9;
}

#schedule .lesson.lesson-type6 .tooltip {
	background: #fc9;
	background: linear-gradient(to bottom, #fc9 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type7 {
	background: #cf9;
}

#schedule .lesson.lesson-type7 .tooltip {
	background: #cf9;
	background: linear-gradient(to bottom, #cf9 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type8 {
	background: #ccf;
}

#schedule .lesson.lesson-type8 .tooltip {
	background: #ccf;
	background: linear-gradient(to bottom, #ccf 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type9 {
	background: #fc6;
}

#schedule .lesson.lesson-type9 .tooltip {
	background: #fc6;
	background: linear-gradient(to bottom, #fc6 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type10 {
	background: #cfc;
}

#schedule .lesson.lesson-type10 .tooltip {
	background: #cfc;
	background: linear-gradient(to bottom, #cfc 0%, #f9f9f9 100%);
}

#schedule .lesson.lesson-type-none {
	background: #ddd;
}

#schedule .lesson.lesson-closed {
	background-color: #ddd;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(255, 255, 255, 0.5) 8px, rgba(255, 255, 255, 0.5) 16px);
}

#schedule .lesson.lesson-closed .lesson-alert {
	display: block;
	color: red;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: 13px;
}

#schedule .lesson.hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	transform: scale(1.05, 1.05);
	border: 1px solid #4d4d4e;
	outline: 1px solid #4d4d4e;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

#schedule .lesson.selected {
	border: 1px solid #3d3d3e;
	outline: 1px solid #3d3d3e;
	transition: all 0.3s ease-in-out;
}

#schedule .lesson.hover-stay {
	border: 1px solid #3d3d3e;
	outline: 1px solid #3d3d3e;
	transition: all 0.3s ease-in-out;
}

#schedule .fa {
	font-size: 16px;
	padding-right: 2px;
}

#schedule .fa-print {
	color: #3d3d3e;
	opacity: 0.5;
	font-size: 11px;
}

#schedule .fa-print:hover {
	cursor: pointer;
	opacity: 1;
}

.schedule-filter {
	margin: 20px 0 10px 0;
}

.schedule-filter label {
	float: left;
	line-height: 32px;
	font-size: 14px;
	margin: 0 10px 0 25px;
}

.schedule-filter select {
	float: left;
}

.print-schedule-button {
	margin-left: 10px;
}

.print-block {
	margin: 20px 0 30px;
}

.show-after-click {
	line-height: 1.1em;
	margin-bottom: 8px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #000 !important;
}

.show-after-click p, .show-after-click li {
	font-size: 12px !important;	
	line-height: 16px !important;
	color: #000 !important;
}

.show-after-click div, .show-after-click p, .show-after-click span{
	font-family: sans-serif !important;
	font-size: 12px !important;	
	line-height: 16px !important;
	color: #000 !important;
	background-color: unset !important;
}

.show-after-click.close {
	height: 4.4em;
	transition: all 0.3s ease-in-out;
}

.show-after-click.open {
	height: auto;
	transition: all 0.3s ease-in-out;
}

.print-schedule-button {
	transition: all 0.3s ease-in-out;
}

.print-schedule-button.push-me {
	background: #3d3d3e;
	border-color: #3d3d3e;
	color: white !important;
	transition: all 0.3s ease-in-out;
}

ul.lesson-info {
	padding: 0;
	margin: 4px 0;
	width: 100%;
	display: table;
}

ul.lesson-info li {
	list-style: none;
	display: inline-block;
	display: table-cell;
	min-width: 120px;
	padding: 8px;
	margin: 0;
	transition: all 0.3s ease-in-out;
	background: #fff;
	background: -moz-linear-gradient(-45deg, #fff 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(100%, #f1f1f1));
	background: -webkit-linear-gradient(-45deg, #fff 0%, #f1f1f1 100%);
	background: -o-linear-gradient(-45deg, #fff 0%, #f1f1f1 100%);
	background: -ms-linear-gradient(-45deg, #fff 0%, #f1f1f1 100%);
	background: linear-gradient(135deg, #fff 0%, #f1f1f1 100%);
}

ul.lesson-info li:last-child {
	border-right: none;
}

ul.lesson-info li .icon {
	display: inline-block;
	width: 20px;
}

ul.lesson-info li .value {
	display: inline;
	line-height: 1em;
	font-size: 12px;
}

ul.lesson-info li .icon .fa {
	color: #3d3d3e;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

ul.lesson-info li {
	cursor: pointer;
}

ul.lesson-info li:hover {
	background: #dfdfdf;
}

ul.lesson-info li.hover-stay {
	background: #3d3d3e;
	color: white;
	transition: all 0.3s ease-in-out;
}

ul.lesson-info li.hover-stay .icon .fa {
	color: white;
	transition: all 0.3s ease-in-out;
}


#schedule_desktop{display:block;}
#schedule_mobile{display:none;}







.fa-remove:before, .fa-close:before, .fa-times:before{
	content: "\f00d";
}




.social-one-line{
    width: 100%;
}

.social-one-line li{
    float: left;
    width: unset;
}


.vacancy .main-conditions-titles{
     margin-top: -100px;
}

.main-contacts{
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

.plitka A{
    width: 33%;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
}

.plitka A img{
    width: 100%;
    max-width: 100%;
}

.breadcrumbs{
    margin-bottom: 20px;
}

.breadcrumbs, .breadcrumbs A, .breadcrumbs span{
    color: #aeaeae;
}

.breadcrumbs A{
    margin-right: 10px;
    color: #000;
    text-decoration: underline;
}

.more{
    background: #006cfc;
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    padding: 12px 16px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.infopage li, .infopage p, .infopage div, .infopage i, .infopage span{
	font-size: unset !important;
	font-weight: unset !important;
	color: #2c2c2c !important;
}

.infopage b, .infopage strong{
	font-size: unset !important;
	color: #2c2c2c !important;
}

.infopage li{
	line-height: 20px;
	margin-bottom: 4px;
}

.infopage ul, .infopage ol{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.infopage ul{
	list-style-type: disc;
}

.gallery_old{
    width: 100%;
    float: left;
}


.gallery_old A{
    float: left;
    width:  300px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 20px;
}

.gallery_old img{
    /*position: relative;
    left: 50%;
    transform: translateX(-50%);
    
    width:  320px;
    height: 160px;
    */
    height: 100%;
    display: initial;
}


.header_fitness{
	background: url(/img/fitness.jpg) top center no-repeat;
	max-height: 250px;
}

.header_sadik{
	background: url(/img/sadik.jpg) top center no-repeat;
	max-height: 250px;
}

.header_shkola{
	background: url(/img/shkola.jpg) top center no-repeat;
	max-height: 250px;
}

@media screen and (min-width: 16001px) and (max-width: 1920px) {
	.header_fitness, .header_sadik, .header_shkola{max-height: 250px;}
	.header_bg_padding{margin-top: 90px;}
}	


@media screen and (min-width: 1441px) and (max-width: 1600px) {
	.header_fitness, .header_sadik, .header_shkola{max-height: 250px;}
	.header_bg_padding{margin-top: 70px;}
}	


@media screen and (min-width: 1281px) and (max-width: 1440px) {
	.header_fitness, .header_sadik, .header_shkola{max-height: 320px;}
	.header_bg_padding{margin-top: 20px;}
}	

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.header_fitness, .header_sadik, .header_shkola{max-height: 140px;}
	.header_bg_padding{margin-top: 20px;}
}

@media screen and (min-width: 763px) and (max-width: 1024px) {
	.header_fitness, .header_sadik, .header_shkola{max-height: 160px;}
	.header_bg_padding{margin-top: 20px !important;}	
}

@media screen and (min-width: 320px) and (max-width: 762px) {
	.header_fitness, .header_shkola{max-height: 100px;}
	.header_sadik{max-height: 120px;}	
	.kindergarten_block{padding-top:50px !important;}
}

@media screen and (min-width: 320px) and (max-width: 648px) {
	.header_fitness .main-logo, .header_sadik .main-logo, .header_shkola .main-logo{
		margin-top: -24px;
	}
	.header_fitness .main-logo img,  .header_sadik .main-logo img, .header_shkola  .main-logo img{
		max-width: 80%;
	}
}	




@media screen and (max-width: 1200px) {
	.lesson-types .unit {
		padding-bottom: 30px !important;
	}

.lesson-types .unit.lesson-type-after {
	position: relative;
}

.lesson-types .unit.lesson-type-after:after {
	font-weight: 300;
	font-size: 240px;
	line-height: 1em;
	position: absolute;
	z-index: 0;
	right: 8px;
	bottom: 8px;
	color: #dedee8;
}

.lesson-types .unit .image {
	margin-top: 40px !important;
	height: 120px !important;
}

.lesson-types .unit .image .chars {
	display: block;
	text-decoration: none;
	font-size: 64px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: auto;
	border-radius: 50%;
	background: #67b6f1;
}

.lesson-types .unit .title,
.lesson-types .unit .adt {
	position: relative;
	z-index: 1;
}

.lesson-types>div>div:nth-child(3n+2) .unit .image .chars {
	background: #0182ea;
}

.lesson-types>div>div:nth-child(3n+3) .unit .image .chars {
	background: #0153c3;
}
}	

ul.lesson-info {
	font-size: 80%;
	list-style: none;
	padding: 8px 0;
}

ul.lesson-info li {
	display: inline-block;
	padding-right: 8px;
}


.mobile .schedule-filter {
	margin: 0 0 10px 0;
}

.mobile .schedule-filter * {
	display: block;
	float: none;
	margin-left: 0;
}

.mobile #schedule {
	margin-top: 0px;
	margin-bottom: 0px;
}

.mobile ul.lesson-info li {
	width: 33%;
	min-width: 0px;
}

@media screen and (max-width: 720px) {
	#schedule_desktop{display:none;}
	#schedule_mobile{display:block;}
}


@media screen and (max-width: 1440px) {
	.cool-bg-unit:before {
		left: 0px;
	}
	
}


/**************** 1650 *********************/
@media screen and (max-width: 103.125em) {
	.xlarge-1 {
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%
	}
	.xlarge-offset-0 {
		margin-left: 0%
	}
	.xlarge-2 {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.xlarge-offset-1 {
		margin-left: 6.25%
	}
	.xlarge-3 {
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%
	}
	.xlarge-offset-2 {
		margin-left: 12.5%
	}
	.xlarge-4 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xlarge-offset-3 {
		margin-left: 18.75%
	}
	.xlarge-5 {
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%
	}
	.xlarge-offset-4 {
		margin-left: 25%
	}
	.xlarge-6 {
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%
	}
	.xlarge-offset-5 {
		margin-left: 31.25%
	}
	.xlarge-7 {
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%
	}
	.xlarge-offset-6 {
		margin-left: 37.5%
	}
	.xlarge-8 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xlarge-offset-7 {
		margin-left: 43.75%
	}
	.xlarge-9 {
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%
	}
	.xlarge-offset-8 {
		margin-left: 50%
	}
	.xlarge-10 {
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%
	}
	.xlarge-offset-9 {
		margin-left: 56.25%
	}
	.xlarge-11 {
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%
	}
	.xlarge-offset-10 {
		margin-left: 62.5%
	}
	.xlarge-12 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.xlarge-offset-11 {
		margin-left: 68.75%
	}
	.xlarge-13 {
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%
	}
	.xlarge-offset-12 {
		margin-left: 75%
	}
	.xlarge-14 {
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%
	}
	.xlarge-offset-13 {
		margin-left: 81.25%
	}
	.xlarge-15 {
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%
	}
	.xlarge-offset-14 {
		margin-left: 87.5%
	}
	.xlarge-16 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xlarge-offset-15 {
		margin-left: 93.75%
	}
	.xlarge-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xlarge-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.xlarge-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.xlarge-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.xlarge-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.xlarge-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.xlarge-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-1>.column,
	.xlarge-up-1>.columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xlarge-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-2>.column,
	.xlarge-up-2>.columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xlarge-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-3>.column,
	.xlarge-up-3>.columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.xlarge-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-4>.column,
	.xlarge-up-4>.columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xlarge-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-5>.column,
	.xlarge-up-5>.columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.xlarge-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-6>.column,
	.xlarge-up-6>.columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.xlarge-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-7>.column,
	.xlarge-up-7>.columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.xlarge-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-8>.column,
	.xlarge-up-8>.columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

/**************** 1650 *********************/
@media screen and (max-width: 103.125em) and (max-width: 103.125em) {
	.xlarge-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

/**************** 1650 *********************/
@media screen and (max-width: 103.125em) {
	.row.xlarge-unstack>.column,
	.row.xlarge-unstack>.columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

/**************** 1650 *********************/
@media screen and (max-width: 103.125em) {
	.xlarge-collapse>.column,
	.xlarge-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.xlarge-uncollapse>.column,
	.xlarge-uncollapse>.columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem
	}
}

/****************  1440 *********************/
@media screen and (max-width: 90em) {
	.large-1 {
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%
	}
	.large-offset-0 {
		margin-left: 0%
	}
	.large-2 {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.large-offset-1 {
		margin-left: 6.25%
	}
	.large-3 {
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%
	}
	.large-offset-2 {
		margin-left: 12.5%
	}
	.large-4 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-offset-3 {
		margin-left: 18.75%
	}
	.large-5 {
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%
	}
	.large-offset-4 {
		margin-left: 25%
	}
	.large-6 {
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%
	}
	.large-offset-5 {
		margin-left: 31.25%
	}
	.large-7 {
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%
	}
	.large-offset-6 {
		margin-left: 37.5%
	}
	.large-8 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-offset-7 {
		margin-left: 43.75%
	}
	.large-9 {
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%
	}
	.large-offset-8 {
		margin-left: 50%
	}
	.large-10 {
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%
	}
	.large-offset-9 {
		margin-left: 56.25%
	}
	.large-11 {
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%
	}
	.large-offset-10 {
		margin-left: 62.5%
	}
	.large-12 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.large-offset-11 {
		margin-left: 68.75%
	}
	.large-13 {
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%
	}
	.large-offset-12 {
		margin-left: 75%
	}
	.large-14 {
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%
	}
	.large-offset-13 {
		margin-left: 81.25%
	}
	.large-15 {
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%
	}
	.large-offset-14 {
		margin-left: 87.5%
	}
	.large-16 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-offset-15 {
		margin-left: 93.75%
	}
	.large-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.large-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.large-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.large-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.large-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.large-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.large-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-1>.column,
	.large-up-1>.columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-2>.column,
	.large-up-2>.columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-3>.column,
	.large-up-3>.columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.large-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-4>.column,
	.large-up-4>.columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-5>.column,
	.large-up-5>.columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.large-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-6>.column,
	.large-up-6>.columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.large-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-7>.column,
	.large-up-7>.columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.large-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-8>.column,
	.large-up-8>.columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}


/**************** 1440 *********************/
@media screen and (max-width: 90em) and (max-width: 90em) {
	.large-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

/**************** 1440 *********************/
@media screen and (max-width: 90em) {
	.row.large-unstack>.column,
	.row.large-unstack>.columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

/**************** 1440 *********************/
@media screen and (max-width: 90em) {
	.large-collapse>.column,
	.large-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem
	}
}

/**************** 1080 *********************/
@media screen and (max-width: 67.5em) {
	.medium-1 {
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%
	}
	.medium-offset-0 {
		margin-left: 0%
	}
	.medium-2 {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.medium-offset-1 {
		margin-left: 6.25%
	}
	.medium-3 {
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%
	}
	.medium-offset-2 {
		margin-left: 12.5%
	}
	.medium-4 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-offset-3 {
		margin-left: 18.75%
	}
	.medium-5 {
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%
	}
	.medium-offset-4 {
		margin-left: 25%
	}
	.medium-6 {
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%
	}
	.medium-offset-5 {
		margin-left: 31.25%
	}
	.medium-7 {
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%
	}
	.medium-offset-6 {
		margin-left: 37.5%
	}
	.medium-8 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-offset-7 {
		margin-left: 43.75%
	}
	.medium-9 {
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%
	}
	.medium-offset-8 {
		margin-left: 50%
	}
	.medium-10 {
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%
	}
	.medium-offset-9 {
		margin-left: 56.25%
	}
	.medium-11 {
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%
	}
	.medium-offset-10 {
		margin-left: 62.5%
	}
	.medium-12 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.medium-offset-11 {
		margin-left: 68.75%
	}
	.medium-13 {
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%
	}
	.medium-offset-12 {
		margin-left: 75%
	}
	.medium-14 {
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%
	}
	.medium-offset-13 {
		margin-left: 81.25%
	}
	.medium-15 {
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%
	}
	.medium-offset-14 {
		margin-left: 87.5%
	}
	.medium-16 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-offset-15 {
		margin-left: 93.75%
	}
	.medium-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.medium-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.medium-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.medium-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.medium-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.medium-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.medium-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-1>.column,
	.medium-up-1>.columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-2>.column,
	.medium-up-2>.columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-3>.column,
	.medium-up-3>.columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-4>.column,
	.medium-up-4>.columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-5>.column,
	.medium-up-5>.columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.medium-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-6>.column,
	.medium-up-6>.columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-7>.column,
	.medium-up-7>.columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.medium-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-8>.column,
	.medium-up-8>.columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

/**************** 1080 *********************/
@media screen and (max-width: 67.5em) and (max-width: 67.5em) {
	.medium-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

/**************** 1080 *********************/
@media screen and (max-width: 67.5em) {
	.row.medium-unstack>.column,
	.row.medium-unstack>.columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

/**************** 1080 *********************/
@media screen and (max-width: 67.5em) {
	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem
	}
}

/**************** 768 *********************/
@media screen and (max-width: 48em) {
	.small-1 {
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%
	}
	.small-offset-0 {
		margin-left: 0%
	}
	.small-2 {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.small-offset-1 {
		margin-left: 6.25%
	}
	.small-3 {
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%
	}
	.small-offset-2 {
		margin-left: 12.5%
	}
	.small-4 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.small-offset-3 {
		margin-left: 18.75%
	}
	.small-5 {
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%
	}
	.small-offset-4 {
		margin-left: 25%
	}
	.small-6 {
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%
	}
	.small-offset-5 {
		margin-left: 31.25%
	}
	.small-7 {
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%
	}
	.small-offset-6 {
		margin-left: 37.5%
	}
	.small-8 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.small-offset-7 {
		margin-left: 43.75%
	}
	.small-9 {
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%
	}
	.small-offset-8 {
		margin-left: 50%
	}
	.small-10 {
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%
	}
	.small-offset-9 {
		margin-left: 56.25%
	}
	.small-11 {
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%
	}
	.small-offset-10 {
		margin-left: 62.5%
	}
	.small-12 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.small-offset-11 {
		margin-left: 68.75%
	}
	.small-13 {
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%
	}
	.small-offset-12 {
		margin-left: 75%
	}
	.small-14 {
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%
	}
	.small-offset-13 {
		margin-left: 81.25%
	}
	.small-15 {
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%
	}
	.small-offset-14 {
		margin-left: 87.5%
	}
	.small-16 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.small-offset-15 {
		margin-left: 93.75%
	}
	.small-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.small-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.small-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.small-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.small-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.small-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.small-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.small-up-1>.column,
	.small-up-1>.columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.small-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.small-up-2>.column,
	.small-up-2>.columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.small-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.small-up-3>.column,
	.small-up-3>.columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.small-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.small-up-4>.column,
	.small-up-4>.columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.small-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.small-up-5>.column,
	.small-up-5>.columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.small-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.small-up-6>.column,
	.small-up-6>.columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.small-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.small-up-7>.column,
	.small-up-7>.columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.small-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.small-up-8>.column,
	.small-up-8>.columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	

}

/**************** 768 *********************/

@media screen and (max-width: 48em) and (max-width: 48em) {
	.small-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.small-unstack>.column,
.row.small-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

/**************** 768 *********************/
@media screen and (max-width: 48em) {
	.row.small-unstack>.column,
	.row.small-unstack>.columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

/**************** 768 *********************/
@media screen and (max-width: 48em) {
	.small-collapse>.column,
	.small-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.small-uncollapse>.column,
	.small-uncollapse>.columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem
	}
}

/**************** 640 *********************/
@media screen and (max-width: 640px) {
	.xsmall-1 {
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%
	}
	.xsmall-offset-0 {
		margin-left: 0%
	}
	.xsmall-2 {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.xsmall-offset-1 {
		margin-left: 6.25%
	}
	.xsmall-3 {
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%
	}
	.xsmall-offset-2 {
		margin-left: 12.5%
	}
	.xsmall-4 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xsmall-offset-3 {
		margin-left: 18.75%
	}
	.xsmall-5 {
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%
	}
	.xsmall-offset-4 {
		margin-left: 25%
	}
	.xsmall-6 {
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%
	}
	.xsmall-offset-5 {
		margin-left: 31.25%
	}
	.xsmall-7 {
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%
	}
	.xsmall-offset-6 {
		margin-left: 37.5%
	}
	.xsmall-8 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xsmall-offset-7 {
		margin-left: 43.75%
	}
	.xsmall-9 {
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%
	}
	.xsmall-offset-8 {
		margin-left: 50%
	}
	.xsmall-10 {
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%
	}
	.xsmall-offset-9 {
		margin-left: 56.25%
	}
	.xsmall-11 {
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%
	}
	.xsmall-offset-10 {
		margin-left: 62.5%
	}
	.xsmall-12 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.xsmall-offset-11 {
		margin-left: 68.75%
	}
	.xsmall-13 {
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%
	}
	.xsmall-offset-12 {
		margin-left: 75%
	}
	.xsmall-14 {
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%
	}
	.xsmall-offset-13 {
		margin-left: 81.25%
	}
	.xsmall-15 {
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%
	}
	.xsmall-offset-14 {
		margin-left: 87.5%
	}
	.xsmall-16 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xsmall-offset-15 {
		margin-left: 93.75%
	}
	.xsmall-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xsmall-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.xsmall-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.xsmall-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.xsmall-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.xsmall-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.xsmall-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xsmall-up-1>.column,
	.xsmall-up-1>.columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xsmall-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xsmall-up-2>.column,
	.xsmall-up-2>.columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xsmall-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xsmall-up-3>.column,
	.xsmall-up-3>.columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.xsmall-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xsmall-up-4>.column,
	.xsmall-up-4>.columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xsmall-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xsmall-up-5>.column,
	.xsmall-up-5>.columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.xsmall-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xsmall-up-6>.column,
	.xsmall-up-6>.columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.xsmall-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xsmall-up-7>.column,
	.xsmall-up-7>.columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.xsmall-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xsmall-up-8>.column,
	.xsmall-up-8>.columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media screen and (max-width: 640px) and (max-width: 640px) {
	.xsmall-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.xsmall-unstack>.column,
.row.xsmall-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media screen and (max-width: 640px) {
	.row.xsmall-unstack>.column,
	.row.xsmall-unstack>.columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media screen and (max-width: 640px) {
	.xsmall-collapse>.column,
	.xsmall-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.xsmall-uncollapse>.column,
	.xsmall-uncollapse>.columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem
	}
	
	.fitnes .single-service-page .page-content .general-conditions .main-conditions-titles li{
		width:100% !important;
	}
	
	.somos-margintop{
		margin-top: 0px;
	}

}

/**************** 320 *********************/
@media screen and (max-width: 20em) {
	.xxsmall-1 {
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%
	}
	.xxsmall-offset-0 {
		margin-left: 0%
	}
	.xxsmall-2 {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.xxsmall-offset-1 {
		margin-left: 6.25%
	}
	.xxsmall-3 {
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%
	}
	.xxsmall-offset-2 {
		margin-left: 12.5%
	}
	.xxsmall-4 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xxsmall-offset-3 {
		margin-left: 18.75%
	}
	.xxsmall-5 {
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%
	}
	.xxsmall-offset-4 {
		margin-left: 25%
	}
	.xxsmall-6 {
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%
	}
	.xxsmall-offset-5 {
		margin-left: 31.25%
	}
	.xxsmall-7 {
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%
	}
	.xxsmall-offset-6 {
		margin-left: 37.5%
	}
	.xxsmall-8 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xxsmall-offset-7 {
		margin-left: 43.75%
	}
	.xxsmall-9 {
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%
	}
	.xxsmall-offset-8 {
		margin-left: 50%
	}
	.xxsmall-10 {
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%
	}
	.xxsmall-offset-9 {
		margin-left: 56.25%
	}
	.xxsmall-11 {
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%
	}
	.xxsmall-offset-10 {
		margin-left: 62.5%
	}
	.xxsmall-12 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.xxsmall-offset-11 {
		margin-left: 68.75%
	}
	.xxsmall-13 {
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%
	}
	.xxsmall-offset-12 {
		margin-left: 75%
	}
	.xxsmall-14 {
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%
	}
	.xxsmall-offset-13 {
		margin-left: 81.25%
	}
	.xxsmall-15 {
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%
	}
	.xxsmall-offset-14 {
		margin-left: 87.5%
	}
	.xxsmall-16 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xxsmall-offset-15 {
		margin-left: 93.75%
	}
	.xxsmall-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xxsmall-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.xxsmall-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.xxsmall-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.xxsmall-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.xxsmall-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.xxsmall-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xxsmall-up-1>.column,
	.xxsmall-up-1>.columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xxsmall-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xxsmall-up-2>.column,
	.xxsmall-up-2>.columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xxsmall-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xxsmall-up-3>.column,
	.xxsmall-up-3>.columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.xxsmall-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xxsmall-up-4>.column,
	.xxsmall-up-4>.columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xxsmall-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xxsmall-up-5>.column,
	.xxsmall-up-5>.columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.xxsmall-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xxsmall-up-6>.column,
	.xxsmall-up-6>.columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.xxsmall-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xxsmall-up-7>.column,
	.xxsmall-up-7>.columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.xxsmall-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xxsmall-up-8>.column,
	.xxsmall-up-8>.columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

/**************** 320 *********************/
@media screen and (max-width: 20em) and (max-width: 20em) {
	.xxsmall-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.xxsmall-unstack>.column,
.row.xxsmall-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

/**************** 320 *********************/
@media screen and (max-width: 20em) {
	.row.xxsmall-unstack>.column,
	.row.xxsmall-unstack>.columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

/**************** 320 *********************/
@media screen and (max-width: 20em) {
	.xxsmall-collapse>.column,
	.xxsmall-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.xxsmall-uncollapse>.column,
	.xxsmall-uncollapse>.columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem
	}
}

.shrink {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%
}

.column.align-top,
.align-top.columns {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.column.align-bottom,
.align-bottom.columns {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.column.align-middle,
.align-middle.columns {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.column.align-stretch,
.align-stretch.columns {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.align-right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-justify {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-spaced {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.align-bottom {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.align-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

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

.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.safari .image-blocks .letter-wrapper.hide-mob {
	display: none
}

.safari .image-blocks .letter-wrapper.show-mob {
	display: block;
	width: 30vw;
	top: 0
}

.ie .somos-page .image-blocks .answer-wrapper .answer-wrapper-text {
	max-width: 150%;
	width: 150%
}

.ie .single-service-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text {
	max-width: 100%
}

.ie .mouse-icon span:not(.wheel) {
	top: -32px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

.ie .estamos-page .page-content .contacts .cities-hashs h2 {
	/*
	background-color: red;
	background: linear-gradient(90deg, transparent 0%, transparent 100%)
	*/
}

.ie .navbar-services-wrapper .navbar-services li a span {
	position: relative;
	top: -20px
}

.ie .somos-page .page-content .clients .blob.blob-right {
	right: -750px
}

.ie .somos-page .page-content .clients .blob.blob-left {
	left: -750px
}

.ie .fazemos-lightbox .case-info-container .case-logo {
	left: 90px
}

.edge .fazemos-lightbox .case-info-container .case-logo {
	left: 90px
}

.ie .bg-transition-new h2,
.edge .bg-transition-new h2 {
	font-size: 60px !important
}

.ie .fazemos-lightbox .case-info-container,
.edge .fazemos-lightbox .case-info-container {
	overflow-y: scroll
}

.ie .home-page .page-footer.type-1 .content-wrapper h2,
.edge .home-page .page-footer.type-1 .content-wrapper h2 {
	margin-bottom: 100px
}

.ie .noticias-page .page-content .load-next-wrapper,
.edge .noticias-page .page-content .load-next-wrapper {
	display: none
}

.ie .somos-page .page-content .clients,
.edge .somos-page .page-content .clients {
	margin-top: 200px
}

.ie .nav-sidebar,
.edge .nav-sidebar {
	position: absolute;
	top: 300px;
	width: 350px
}

.ie .nav-sidebar .scroll-indicator-wrapper,
.edge .nav-sidebar .scroll-indicator-wrapper {
	display: none
}

.ie .nav-sidebar .nav-sidebar-scroll,
.edge .nav-sidebar .nav-sidebar-scroll {
	height: 100%
}

.ie .single-service-page .page-content .technologies,
.edge .single-service-page .page-content .technologies {
	margin-top: 0;
	padding-top: 250px;
	margin-bottom: 200px
}

.ie .estamos-page .page-content .map-wrapper .map-svg,
.edge .estamos-page .page-content .map-wrapper .map-svg {
	height: 500px
}

.ie .image-blocks .letter-wrapper.hide-mob,
.edge .image-blocks .letter-wrapper.hide-mob {
	display: none
}

.ie .image-blocks .letter-wrapper.show-mob,
.edge .image-blocks .letter-wrapper.show-mob {
	display: block;
	width: 30vw;
	top: 0
}

.ie .rotate-title,
.edge .rotate-title {
	display: none
}

.ie #header-main,
.edge #header-main {
	position: fixed
}

.ie #header-main .main-logo,
.edge #header-main .main-logo {
	height: 50px
}

.ie #header-main #nav-left .icon,
.edge #header-main #nav-left .icon {
	top: 0
}

.ie #header-main #nav-left .icon svg,
.edge #header-main #nav-left .icon svg {
	position: relative;
	top: 8px
}

.ie .block-bg-cover .element-cover,
.edge .block-bg-cover .element-cover {
	position: absolute;
	left: 0 !important;
	min-width: 100% !important;
	max-width: none !important;
	height: 100% !important
}

.ie .fazemos-lightbox,
.edge .fazemos-lightbox {
	position: fixed;
	z-index: 10000
}

.ie .fazemos-lightbox .case-info-container .case-logo,
.edge .fazemos-lightbox .case-info-container .case-logo {
	position: absolute
}

.ie .fazemos-lightbox .case-info-container .case-info,
.edge .fazemos-lightbox .case-info-container .case-info {
	position: relative
}

.ie .fazemos-lightbox .case-images-container ul.slider .block-bg-cover .element-cover,
.edge .fazemos-lightbox .case-images-container ul.slider .block-bg-cover .element-cover {
	position: relative;
	min-width: 100% !important;
	max-width: 100% !important;
	height: 100%
}

.ie .page-content .to-section h3,
.edge .page-content .to-section h3 {
	font-size: 30px
}

.ie .home-page .page-content .company-numbers,
.edge .home-page .page-content .company-numbers {
	padding-bottom: 200px;
	padding-top: 0
}

.ie .cases-studies,
.edge .cases-studies {
	z-index: 100
}

.ie .cases-studies ul li .case-study-container .case-study-info,
.edge .cases-studies ul li .case-study-container .case-study-info {
	bottom: -400px
}

.ie .navbar-job-filter-wrapper,
.edge .navbar-job-filter-wrapper {
	z-index: 1001
}

.mobile #header-main .language-wrapper .active-language .lg {
	text-transform: uppercase
}

.mobile #header-main .language-wrapper .other-languages li a {
	text-transform: uppercase
}

.webgl-fallback {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100vw;
	height: 100%
}

.webgl-fallback img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	overflow: hidden
}

.webGL-main {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none
}

#webGL-container {
	display: inline-block;
	width: 100%
}

#webGL-container canvas {
	position: relative
}

.txt-right {
	text-align: right
}

.loading-mobile {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 5px;
	pointer-events: none
}

.loading-mobile .loading-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #006cfc;
	transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0)
}

.android .home-fullvideos-container .full-video {
	background-color: #000000
}

.android .home-fullvideos-container .full-video .element-cover {
	object-fit: contain
}

.android .home-fullvideos-container .full-mobile {
	display: none
}

.home-fullvideos-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.home-fullvideos-container .elastic-btn {
	position: absolute;
	right: 23px;
	top: 23px;
	width: 74px;
	height: 70px
}

.home-fullvideos-container .elastic-btn .morph-element {
	transform: rotate(45deg);
	transform-origin: center
}

.home-fullvideos-container .elastic-btn .morph-bg {
	fill: #006cfc;
	stroke: none
}

.home-fullvideos-container .elastic-btn .morph-element {
	fill: #ffffff;
	stroke: none
}

.home-fullvideos-container .full-video {
	opacity: 0
}

#header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 1000;
	padding: 86px 0;
	pointer-events: none;
	transform: translate3D(0, 0, 0);
	-webkit-transform: translate3D(0, 0, 0);
	-webkit-transition: -webkit-box-shadow .25s ease, background-color .25s ease, padding .25s ease;
	transition: box-shadow .25s ease, background-color .25s ease, padding .25s ease;
	will-change: transform
}

#header-main.js-drop {
	padding: 20px 0px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	-webkit-transition: -webkit-box-shadow .25s ease, background-color .25s ease, padding .25s ease;
	transition: box-shadow .25s ease, background-color .25s ease, padding .25s ease
}

#header-main.js-drop .hamb-menu {
	top: 32px;
	-webkit-transition: top .25s ease;
	transition: top .25s ease
}

#header-main.js-drop #nav-main-mobile .close-hamb-menu {
	top: 38px
}

@media (hover: hover) {
	#header-main.js-drop #nav-left .icon:hover svg {
		fill: #006cfc
	}
	#header-main.js-drop #nav-left .icon:hover svg ellipse {
		fill: #3c72eb !important
	}
	#header-main.js-drop #nav-left .icon:hover svg path {
		fill: #3c72eb
	}
}

#header-main.increaseHeight {
	padding: 40px 0
}

#header-main .main-logo {
	position: relative;
	display: block;
	width: 150px;
	pointer-events: all
}

#header-main .main-logo path {
	fill: #006cfc;
	-webkit-transition: fill 0.4s cubic-bezier(1, 0, 0, 1);
	transition: fill 0.4s cubic-bezier(1, 0, 0, 1)
}

#header-main #nav-main {
	position: relative;
	z-index: 100000;
	text-align: left;
	margin-top: 6px
}

#header-main #nav-main li {
	/*font-family: 'Cera';*/
	font-weight: normal;
	font-size: 22px;
	display: inline;
	padding-left: 30px;
	pointer-events: all;
	overflow: hidden
}

@media only screen and (max-width: 1279px) {
	#header-main #nav-main li {
		padding-left: 0;
		margin-left: 45px
	}
}

#header-main #nav-main li a {
	pointer-events: all
}

#header-main #nav-main li[data-color='#7245ce'] a:after {
	background-color: #7245ce
}

#header-main #nav-main li[data-color='#006cfc'] a:after {
	background-color: #006cfc
}

#header-main #nav-main li[data-color='#f77b81'] a:after {
	background-color: #f77b81
}

#header-main #nav-main li[data-color='#49e2bb'] a:after {
	background-color: #49e2bb
}

#header-main #nav-main li:first-of-type {
	margin-left: 0
}

#header-main #nav-main li:hover a:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform-origin: bottom left
}

#header-main #nav-main li a {
	position: relative;
	color: #9fa6b6
}

#header-main #nav-main li a:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 1;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.1s
}

#header-main #nav-left {
	position: relative;
	display: inline-block;
	margin-left: 19%;
	z-index: 2;
	pointer-events: all
}

@media only screen and (max-width: 1279px) {
	#header-main #nav-left {
		width: 30px
	}
}

#header-main #nav-left .icon {
	position: relative;
	z-index: 10;
	width: 20px;
	height: 20px;
	top: 8px;
	display: none
}

@media only screen and (max-width: 1279px) {
	#header-main #nav-left .icon {
		top: 10px
	}
}

#header-main #nav-left .icon.with-icon {
	width: 20px;
	height: 0px;
	display: block
}

#header-main #nav-left .icon.with-icon svg {
	width: 50px
}

#header-main #nav-left .icon.with-icon svg path,
#header-main #nav-left .icon.with-icon svg ellipse {
	transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}

#header-main #nav-left .icon.with-icon svg path {
	fill: rgba(60, 114, 235, 0.3)
}

@media only screen and (max-width: 810px) {
	#header-main #nav-left .icon.with-icon svg path {
		fill: white
	}
}

@media only screen and (max-width: 810px) {
	#header-main #nav-left .icon.with-icon svg {
		fill: white
	}
}

@media (hover: hover) {
	#header-main #nav-left .icon:hover svg {
		fill: white
	}
	#header-main #nav-left .icon:hover svg ellipse {
		fill: #ffffff !important
	}
	#header-main #nav-left .icon:hover svg path {
		fill: rgba(255, 255, 255, 0.3)
	}
}

#header-main .language-wrapper {
	display: inline-block;
	vertical-align: middle;
	pointer-events: visible;
	text-align: left;
	height: 30px;
	margin-top: 8px
}

@media only screen and (max-width: 1279px) {
	#header-main .language-wrapper {
		margin-top: 14px
	}
}

#header-main .language-wrapper .active-language {
	position: relative
}

#header-main .language-wrapper .active-language .lg {
	font-family: 'Cera';
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #006cfc;
	text-align: left;
	letter-spacing: -0.5px
}

#header-main .language-wrapper .active-language .arrow {
	position: absolute;
	top: 60%;
	right: -20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 9px;
	height: 6px;
	margin-bottom: 2px;
	margin-left: 3px
}

#header-main .language-wrapper .active-language .arrow path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #006cfc;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10
}

#header-main .language-wrapper .other-languages {
	opacity: 0;
	visibility: hidden;
	position: relative
}

#header-main .language-wrapper .other-languages li {
	padding-top: 5px
}

#header-main .language-wrapper .other-languages li.lang-item-fr {
	display: none
}

#header-main .language-wrapper .other-languages li a {
	font-family: 'Cera';
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #006cfc;
	text-align: left;
	letter-spacing: -0.5px
}

.mobile #header-main {
	position: fixed
}

.fazemos-lightbox {
	position: fixed;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	z-index: 1
}

.fazemos-lightbox .mouse-icon {
	right: 50px
}

.fazemos-lightbox .gradient {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 115px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 45%);
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 45%);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 45%)
}

.fazemos-lightbox .elastic-btn {
	position: absolute;
	top: 20px;
	right: 45px;
	z-index: 3;
	width: 40px;
	height: 55px;
	transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.fazemos-lightbox .elastic-btn .morph-shape {
	width: 40px;
	height: 55px
}

.fazemos-lightbox .elastic-btn .morph-shape path {
	fill: none;
	stroke: #006cfc;
	stroke-miterlimit: 10;
	stroke-width: 6px
}

.fazemos-lightbox .elastic-btn .xis {
	position: absolute;
	top: 40%;
	left: 30%
}

.fazemos-lightbox .elastic-btn .xis svg {
	width: 15px;
	height: 15px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
	transform-origin: center center;
	-webkit-transform-origin: center center
}

.fazemos-lightbox .elastic-btn .xis svg path {
	fill: none;
	stroke: #006cfc;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 6px;
	fill-rule: evenodd
}

.fazemos-lightbox .elastic-btn:hover {
	transform: scale(0.9);
	-webkit-transform: scale(0.9)
}

.fazemos-lightbox .elastic-btn:hover .xis svg {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}

.fazemos-lightbox .letter {
	position: absolute;
	z-index: 1
}

.fazemos-lightbox .letter.letter-top-right {
	top: -50px;
	right: -100px;
	width: 535px;
	height: 550px;
	transform: rotate(-14deg);
	-webkit-transform: rotate(-14deg)
}

.fazemos-lightbox .letter.letter-bottom-left {
	bottom: 0;
	left: 50px;
	width: 390px;
	height: 365px;
	transform: rotate(165deg);
	-webkit-transform: rotate(165deg)
}

.fazemos-lightbox .letter>svg path {
	fill: #006cfc
}

.fazemos-lightbox .case-background-morph {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

.fazemos-lightbox .case-background-morph .background-rect {
	opacity: 0;
	pointer-events: none
}

.fazemos-lightbox .case-images-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 55%;
	height: 100%;
	z-index: 10000
}

.fazemos-lightbox .case-images-container ul.slider {
	position: relative;
	left: 80px;
	top: 80px;
	z-index: 1;
	height: calc(100% - 160px);
	width: calc(100% - 160px);
	opacity: 0;
	visibility: hidden
}

.fazemos-lightbox .case-images-container ul.slider .slick-list {
	height: 100%
}

.fazemos-lightbox .case-images-container ul.slider li.slide {
	position: relative;
	height: 100%;
	width: 100%;
	box-shadow: 0px 0px 76px 0px #1e4aa4;
	-moz-box-shadow: 0px 0px 76px 0px #1e4aa4;
	-webkit-box-shadow: 0px 0px 76px 0px #1e4aa4
}

.fazemos-lightbox .case-images-container ul.slider li.slide .block-bg-cover {
	position: relative
}

.fazemos-lightbox .case-images-container .slick-dots {
	text-align: center;
	margin-top: 20px
}

.fazemos-lightbox .case-images-container .slick-dots li {
	display: inline-block;
	margin: 0 10px
}

.fazemos-lightbox .case-images-container .slick-dots li button {
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5)
}

.fazemos-lightbox .case-images-container .slick-dots li.slick-active button {
	background: white
}

.fazemos-lightbox .case-info-container {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ffffff;
	width: 45%;
	height: 100vh;
	padding: 0 105px
}

.fazemos-lightbox .case-info-container .case-logo {
	position: fixed;
	top: 80px;
	left: -15px;
	max-width: 200px
}

.fazemos-lightbox .case-info-container .case-logo svg {
	width: 147px;
	height: 32px
}

.fazemos-lightbox .case-info-container .case-logo svg path {
	fill: #9fa6b6
}

.fazemos-lightbox .case-info-container .case-info {
	padding-top: 200px;
	overflow: hidden
}

.fazemos-lightbox .case-info-container .case-info .case-title {
	letter-spacing: 0.5px
}

.fazemos-lightbox .case-info-container .case-info .case-text {
	line-height: 32px
}

.fazemos-lightbox .case-info-container .case-info .case-text:first-of-type {
	margin-bottom: 65px
}

.fazemos-lightbox .case-info-container .case-info-wrapper h3 {
	font-size: 32px;
	font-weight: normal;
	color: #006cfc;
	margin: 40px 0 20px 0
}

.fazemos-lightbox .case-info-container .case-info-wrapper p {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 26px
}

.fazemos-lightbox .case-info-container .case-info-wrapper p:last-of-type {
	padding-bottom: 80px
}

.page-header {
	position: relative;
	height: 100vh;
	width: 100%;
	background-color: #ffffff;
	min-height: 300px;
	z-index: 1
}

.page-header .header-image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.page-header .header-image-wrapper .block-bg-cover {
	width: 110%;
	height: 140%;
	left: -5%;
	top: -5%;
	overflow: visible
}

.page-header .header-image-wrapper .block-bg-cover img {
	position: relative;
	top: -100px;
	left: 0 !important;
	transform: none !important
}

.page-header .header-image-wrapper .block-bg-cover canvas {
	display: none;
	opacity: 0;
	width: 100%;
	height: auto
}

.page-header .header-pictogram-wrapper {
	position: absolute;
	opacity: .95;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	height: 64%
}

.page-header .header-pictogram-wrapper img {
	height: 100%;
	max-width: none;
	opacity: 0
}

.page-header .char {
	display: inline-block
}

.page-header .spacer {
	width: 25px
}

.page-header .row {
	position: relative
}

.page-header .letter-wrapper,
.page-header .image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.page-header .background {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.page-header .background .rect {
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.page-header .background .rect-top {
	fill: #006cfc
}

.page-header .background-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100vh
}

.page-header .background-wrapper h2 {
	font-size: calc(22px + (24-22) * (100vw - 200px) / (800 -200));
	letter-spacing: -2px;
	color: #006cfc;
	text-transform: inherit
}

.page-header .background-wrapper .row {
	height: 100vh
}

.page-header .background-wrapper .header-photo {
	margin-top: 157px
}

.page-header .background-wrapper .header-text h3 {
	font-family: 'Cera';
	font-weight: normal;
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 38px;
	margin-top: 15px;
	color: #006cfc;
	opacity: .7;
	max-width: 85%
}

.page-header .background-wrapper .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.page-header .background-wrapper .title h2 {
	font-size: 70px;
	font-weight: bold;
	letter-spacing: 40px;
	text-transform: uppercase;
	color: #2c2c2c
}

.page-header .background-wrapper .shadow {
	position: absolute;
	top: calc(50% + 300px);
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.page-header .background-wrapper .letter {
	position: absolute;
	max-height: 60vh;
	top: calc(50% - 40px);
	left: calc(50% + 10px);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: .97
}

.page-header .background-wrapper .letter path {
	stroke-width: 30px
}

.four04 #myCanvas {
	position: absolute;
	top: 0;
	pointer-events: none
}

.four04 #header-main {
	padding-top: 40px;
	padding-bottom: 40px
}

.four04 #header-main .xxlarge-2 {
	position: relative;
	width: 100%;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
	text-align: center
}

.four04 #header-main .xxlarge-2 h1 {
	margin: 0 auto
}

.four04 #header-main .xxlarge-2 h1 svg path {
	fill: #006cfc
}

.four04 #header-main .xxlarge-6,
.four04 #header-main .xxlarge-3,
.four04 #header-main .txt-right {
	display: none
}

.four04 .page-header .header-text {
	top: 100px;
	position: relative;
	z-index: 1;
	text-align: center
}

.four04 .page-header .header-text h3 {
	text-align: center;
	color: #006cfc;
	opacity: 1;
	max-width: 100%
}

.four04 .page-header .header-text a {
	display: inline-block;
	top: 10px;
	opacity: 0
}

.four04 .page-header .header-text a:after {
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.four04 .page-header .header-text a.js-active:after {
	opacity: 1
}

.four04 .page-header .header-image-wrapper .block-bg-cover img {
	top: 0
}

.four04 .page-header .header-pictogram-wrapper {
	height: 80%;
	top: 55%
}

.four04 .page-header .header-pictogram-wrapper .header-pictogram-1 {
	height: 100%
}

.four04 .page-header .header-pictogram-wrapper .header-pictogram-2 {
	height: 100%
}

.four04 .page-header .header-pictogram-wrapper .header-pictogram-3 {
	height: 100%
}

.four04 .page-header .header-pictogram-wrapper.wrapper-1 {
	left: 30%;
	z-index: 3
}

.four04 .page-header .header-pictogram-wrapper.wrapper-3 {
	left: 70%
}

.mobile .four04 {
	overflow: hidden
}

.mobile .four04 #myCanvas {
	display: none
}

.social-wrapper {
	position: absolute;
	bottom: 50px;
	left: 7vw
}

.social-wrapper h5 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #000000
}

.social-wrapper h5:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 50px;
	top: 9px;
	right: -65px;
	background-color: #000000
}

.social-wrapper .social-links {
	display: inline-block;
	vertical-align: middle;
	margin-left: 65px
}

.social-wrapper .social-links li {
	display: inline-block;
	margin: 0 8px
}

.social-wrapper .social-links li.facebook {
	margin: 0 2px
}

.social-wrapper .social-links li svg {
	width: 23px;
	height: 17px
}

.social-wrapper .social-links li svg path {
	fill: #000000
}

.page-content {
	position: relative;
	z-index: 1
}

.page-content .pos-rel {
	position: relative
}

.page-content .color-purple {
	color: #7245ce
}

.page-content section {
	position: relative;
	padding-top: 200px;
}

.page-content section h2 {
	position: relative
}

.page-content section h2:not(.hashtag-title) {
	font-weight: bold;
	margin-bottom: 90px
}

.page-content section p {
	font-weight: normal;
	font-size: 21px;
	line-height: 31px;
	color: #9fa6b6
}

.page-content .to-section {
	padding: 0;
	margin-top: 350px;
	margin-bottom: 250px
}

.page-content .to-section .pos-rel {
	position: relative
}

.page-content .to-section .pos-rel.columns {
	padding-left: 1rem;
	padding-right: 1rem
}

.page-content .to-section h3 {
	font-weight: bold;
	/*font-size: calc(12px + (14-12) * (100vw - 400px) / (800 -400));*/
	font-size: 30px;
	margin-top: 37px;
	color: #000000;
	letter-spacing: -1px
}

.page-content .to-section p {
	margin-top: 35px;
	color: #9fa6b6;
	letter-spacing: -0.8px
}

.page-content .to-section .italic {
	color: #7245ce
}

.page-content .to-section .view-all {
	display: inline-block;
	margin-top: 53px
}

.page-content .to-section .break-line {
	position: absolute;
	top: 0;
	left: -6.25%;
	height: 1px;
	width: calc(100% + 6.25%);
	background-color: #f3f3f3
}

.page-content .to-section svg {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 10px;
	height: 10px;
	color: #006cfc;
	fill: #006cfc;
	
}

.page-content .to-section svg path {
	fill: #006cfc
}

.about .page-content .to-section svg path {
	fill: #7245ce
}

.kindergarten .page-content .to-section svg path {
	fill: #49e2bb
}


.school .page-content .to-section svg path {
	fill: #f77b81
}

.page-content .place-images {
	position: relative;
	margin-bottom: 326px
}

.page-content .place-images svg {
	position: relative;
	display: block;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 725px;
	height: 620px
}

.page-content .place-images svg path {
	stroke-width: 35px;
	stroke: rgba(0, 108, 252, 0.9)
}

.about .page-content .place-images svg path {
    stroke: #7245ce;
}

.kindergarten .page-content .place-images svg path {
    stroke: #49e2bb;
}

.school .page-content .place-images svg path {
    stroke: #f77b81
}

.page-content .place-images .block-bg-cover {
	position: relative
}

.page-content .place-images .top-left-image {
	position: relative;
	width: 80%;
	height: 675px;
	margin-left: auto;
	margin-bottom: calc(0.625rem * 2)
}

.page-content .place-images .bottom-left-image {
	position: relative;
	height: 475px
}

.page-content .place-images .top-right-image {
	margin-top: 100px;
	position: relative;
	height: 485px;
	margin-bottom: calc(0.625rem * 2)
}

.page-content .place-images .bottom-right-image {
	position: relative;
	width: 500px
}

.page-content .job-offers {
	position: relative
}

.page-content .job-offers .title {
	font-size: 50px;
	margin-bottom: 25px
}

.page-content .job-offers .subtitle {
	position: relative;
	z-index: 1;
	color: #9fa6b6;
	margin-bottom: 145px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-left: 0.625rem
}

.page-content .job-offers .job-link h4 {
	font-size: 13px;
	color: #ffffff
}

.page-content .job-offers .job-link:nth-child(even) {
	margin-top: -100px
}

.page-content .job-offers .job-link:first-of-type .job-wrapper h2 {
	font-weight: normal
}

.page-content .job-offers .job-link:nth-child(2) .job-wrapper {
	background-color: #49e2bb
}

.page-content .job-offers .job-link:nth-child(2) .job-wrapper h2 {
	font-weight: normal;
	color: #ffffff
}

.page-content .job-offers .job-link:nth-child(1) .job-wrapper {
	background-color: #006cfc
}

.page-content .job-offers .job-link:nth-child(1) .job-wrapper h2 {
	font-weight: normal;
	color: #ffffff
}

.page-content .job-offers .job-spontaneous h4 {
	font-size: 13px
}

.page-content .job-offers .job-spontaneous h4 {
	margin-top: 20px;
	color: #9fa6b6
}

.page-content .job-offers .job-wrapper {
	position: relative;
	height: 163px;
	background: #ffffff;
	margin-bottom: 32.5px;
	-webkit-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	-moz-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15)
}

.page-content .job-offers .job-wrapper:after {
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.page-content .job-offers .job-wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

.page-content .job-offers .job-wrapper[data-target=it] .post-target,
.page-content .job-offers .job-wrapper[data-target=it-consultant] .post-target {
	color: #49e2bb
}

.page-content .job-offers .job-wrapper[data-target=it]:after,
.page-content .job-offers .job-wrapper[data-target=it]:before,
.page-content .job-offers .job-wrapper[data-target=it-consultant]:after,
.page-content .job-offers .job-wrapper[data-target=it-consultant]:before {
	background: #49e2bb
}

.page-content .job-offers .job-wrapper[data-target=management-team] .post-target {
	color: #f77b81
}

.page-content .job-offers .job-wrapper[data-target=management-team]:after,
.page-content .job-offers .job-wrapper[data-target=management-team]:before {
	background: #f77b81
}

.page-content .job-offers .job-wrapper[data-target=spontaneous]:after,
.page-content .job-offers .job-wrapper[data-target=spontaneous]:before {
	background: #006cfc
}

.page-content .job-offers .job-wrapper:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.page-content .job-offers .job-wrapper:hover h2 {
	color: #ffffff
}

.page-content .job-offers .job-wrapper:hover h4 {
	color: rgba(255, 255, 255, 0.6)
}

.page-content .job-offers .job-wrapper:hover .post-time {
	color: rgba(255, 255, 255, 0.6)
}

.page-content .job-offers .job-wrapper:hover .post-time .post-target {
	color: #ffffff
}

.page-content .job-offers .job-wrapper:hover .post-local {
	color: rgba(255, 255, 255, 0.6)
}

.page-content .job-offers .job-wrapper:hover .post-local span svg path {
	fill: rgba(255, 255, 255, 0.6)
}

.page-content .job-offers .block-wrapper {
	position: relative;
	padding: 35px 45px 0 45px;
	background: #ffffff
}

.page-content .job-offers .block-wrapper h2 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 0;
	-webkit-transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-content .job-offers .block-wrapper h4 {
	position: relative;
	-webkit-transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-content .job-offers .block-wrapper .post-time {
	position: relative;
	font-weight: bold;
	color: #9fa6b6;
	font-size: 12px;
	margin-bottom: 10px;
	-webkit-transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-content .job-offers .block-wrapper .post-time .post-target {
	font-weight: 500;
	font-size: 11px;
	margin-left: 10px;
	-webkit-transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-content .job-offers .block-wrapper .post-local {
	position: absolute;
	left: 45px;
	bottom: 27.5px;
	color: #9fa6b6;
	font-size: 13px;
	display: flex;
	align-items: flex-start;
	-webkit-transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-content .job-offers .block-wrapper .post-local span {
	margin-right: 10px
}

.page-content .job-offers .block-wrapper .post-local span svg {
	width: 12.5px;
	height: 15.5px
}

.page-content .job-offers .block-wrapper .post-local span svg path {
	fill: #9fa6b6;
	-webkit-transition: fill 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: fill 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-footer {
	position: relative;
	height: calc(100vh + 140px);
	overflow: hidden;
	min-height: 900px
}

.page-footer .js-footer-wrapper {
	position: relative;
	height: 100%
}

.page-footer .apdc-member {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100vw;
	z-index: 10
}

.page-footer .apdc-member .d-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: columns
}

.page-footer .apdc-member .apdc-logo,
.page-footer .apdc-member .pt2020-logo {
	width: 66px;
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out
}

.page-footer .apdc-member .apdc-logo:hover,
.page-footer .apdc-member .pt2020-logo:hover {
	opacity: 1
}

.page-footer .apdc-member .pt2020-logo {
	width: 90px;
	opacity: 0.3;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	margin-right: 35px
}

.page-footer .apdc-member .pt2020-logo:hover {
	opacity: 1
}

.page-footer .apdc-member h4 {
	font-family: 'Cera';
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 0.5px;
	margin-left: 10px
}

.page-footer.type-1 .alphabeth-image.single {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 80%;
	z-index: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.page-footer.type-1 .content-wrapper {
	position: relative;
	top: -140px;
	height: 100%;
	z-index: 1
}

.page-footer.type-1 .content-wrapper h2 {
	position: relative;
	z-index: 3;
	font-size: 100px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 60px
}

.page-footer.type-1 .content-wrapper h5 {
	position: relative;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	z-index: 10
}

.page-footer.type-1 .content-wrapper .alphabeth-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-image {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 0;
	max-height: 80vh;
	margin-top: -40px
}

.page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-shadow {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, 80%, 0);
	transform: translate3d(-50%, 80%, 0)
}

.page-footer.type-1 .content-wrapper .image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

.page-footer.type-1 .content-wrapper .image-wrapper .image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 500px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 0
}

.page-footer.type-1 .content-wrapper .btn-wrapper {
	position: absolute;
	bottom: 150px;
	width: 100%;
	z-index: 3
}

.page-footer.type-2 {
	height: calc(100vh + 70px)
}

.page-footer.type-2 .content-wrapper {
	top: -140px;
	position: relative;
	height: 100%;
	z-index: 4;
	padding-bottom: 117px
}

.page-footer.type-2 .content-wrapper .pos-rel {
	position: relative
}

.page-footer.type-2 .content-wrapper h2 {
	position: relative;
	z-index: 2;
	font-size: 130px;
	color: #ffffff;
	font-weight: bold
}

.page-footer.type-2 .content-wrapper h3 {
	position: relative;
	z-index: 2;
	font-size: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff
}

.page-footer.type-2 .content-wrapper svg {
	position: absolute;
	top: 106px;
	right: 300px;
	width: 280px;
	height: 22px
}

.page-footer.type-2 .content-wrapper svg path {
	fill: #ffffff
}

.page-footer .last-content-wrapper {
	position: absolute;
	bottom: 140px;
	width: 100%;
	padding: 40px 0;
	z-index: 5
}

.page-footer .last-content-wrapper .made-by,
.page-footer .last-content-wrapper .affinity-mark {
	position: relative;
	top: 12px
}

.page-footer .last-content-wrapper .made-by ul,
.page-footer .last-content-wrapper .affinity-mark ul {
	white-space: nowrap
}

.page-footer .last-content-wrapper .made-by li,
.page-footer .last-content-wrapper .affinity-mark li {
	display: inline-block
}

.page-footer .last-content-wrapper .made-by li:first-child,
.page-footer .last-content-wrapper .affinity-mark li:first-child {
	margin-right: 15px
}

.page-footer .last-content-wrapper .made-by a,
.page-footer .last-content-wrapper .made-by li,
.page-footer .last-content-wrapper .made-by h4,
.page-footer .last-content-wrapper .affinity-mark a,
.page-footer .last-content-wrapper .affinity-mark li,
.page-footer .last-content-wrapper .affinity-mark h4 {
	font-family: "Cera";
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px
}

.page-footer .last-content-wrapper .made-by a {
	white-space: nowrap
}

.page-footer .last-content-wrapper .affinity-mark {
	text-align: right
}

.page-footer .last-content-wrapper .main-logo {
	height: 35px;
	margin-top: -2px
}

.page-footer .last-content-wrapper .main-logo path {
	fill: #ffffff
}

.cases-studies {
	margin-bottom: 100px
}

.cases-studies .case-studies-lightbox-content {
	display: none
}

.cases-studies .case-slider-wrapper {
	position: relative
}

.cases-studies .next-prev-slider-helper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 0;
	margin-right: 0
}

.cases-studies .next-prev-slider-helper span {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #6a7889
}

.cases-studies .next-prev-slider-helper h3 {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 25px;
	color: #006cfc
}

.cases-studies .next-prev-slider-helper .slider-helper {
	position: relative;
	padding: 75px 0;
	cursor: pointer
}

.cases-studies .next-prev-slider-helper .slider-helper .slide-handler-content {
	position: relative;
	z-index: 1;
	white-space: nowrap
}

.cases-studies .next-prev-slider-helper .slider-helper .clip-case-image {
	position: absolute;
	top: 0;
	left: 100px;
	width: 100%;
	height: 100%;
	z-index: 0;
	clip-path: url(styles.min.css)
}

.cases-studies .next-prev-slider-helper .slider-helper.prev-slide .slide-handler-content {
	margin-left: 50px
}

.cases-studies .next-prev-slider-helper .slider-helper.prev-slide .clip-case-image {
	left: -100px;
	clip-path: url(styles.min.css)
}

.cases-studies .next-prev-slider-helper .slider-helper .clip-svg {
	width: 0;
	height: 0
}

.cases-studies .title {
	font-size: 50px;
	margin-bottom: 25px
}

.cases-studies .subtitle {
	position: relative;
	z-index: 1;
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-bottom: 145px
}

.cases-studies ul li {
	width: 100%;
	display: none
}

.cases-studies ul li.active {
	display: block
}

.cases-studies ul li .case-study-container {
	position: relative;
	padding-left: 0.625rem
}

.cases-studies ul li .case-study-container .case-study-image {
	position: relative;
	height: 55vh
}

.cases-studies ul li .case-study-container .case-study-image .case-letter {
	position: absolute;
	width: 50%;
	height: auto;
	top: -56px;
	right: -80px
}

.cases-studies ul li .case-study-container .case-study-image .block-bg-cover .case-background-morph {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	right: -100%
}

.cases-studies ul li .case-study-container .case-study-image .block-bg-cover .case-background-morph .background-rect {
	opacity: 0
}

.cases-studies ul li .case-study-container .letter {
	position: absolute;
	z-index: -1
}

.cases-studies ul li .case-study-container .letter.letter-top-right {
	top: -100px;
	right: -100px;
	width: 535px;
	height: 550px
}

.cases-studies ul li .case-study-container .letter.letter-bottom-left {
	bottom: -200px;
	left: 50px;
	width: 390px;
	height: 365px;
	transform: rotate(165deg);
	-webkit-transform: rotate(165deg)
}

.cases-studies ul li .case-study-container svg path {
	fill: #006cfc
}

.cases-studies ul li .case-study-container .case-study-info {
	position: absolute;
	bottom: -30%;
	right: 0;
	width: 80%;
	padding: 90px 150px 160px 90px;
	background-color: #ffffff;
	z-index: 5;
	pointer-events: all
}

.cases-studies ul li .case-study-container .case-study-info h2 {
	margin-bottom: 20px
}

.cases-studies ul li .case-study-container .case-study-info button {
	position: absolute;
	right: 6.5%;
	font-family: "Cera";
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	color: #000000;
	margin-top: 50px
}

.cases-studies ul li .case-study-container .case-study-info button:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 75%;
	height: 2px;
	background: #f3f3f3
}

.nav-sidebar {
	position: relative;
	background-color: #fafafa;
	top: 60vh
}

.nav-sidebar .nav-sidebar-scroll {
	height: 100vh
}

.nav-sidebar .scroll-indicator-wrapper {
	position: absolute;
	top: 2px;
	left: 23px;
	width: 3px;
	height: calc(100% - 10px);
	overflow: hidden;
	pointer-events: none;
	z-index: 1
}

.nav-sidebar .scroll-indicator-wrapper .scroll-indicator {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.nav-sidebar .nav-filter {
	position: relative;
	z-index: 1;
	padding: 20px;
	background-color: #fafafa
}

.nav-sidebar .nav-filter .arrow-drop {
	position: absolute;
	top: calc(50% - 5px);
	z-index: 3;
	right: 45px;
	width: 15px;
	height: 10px;
	pointer-events: none
}

.nav-sidebar .nav-filter .arrow-drop path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #006cfc;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	-webkit-transition: stroke .5s ease;
	transition: stroke .5s ease
}

.nav-sidebar .nav-filter .nav-filter-active {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 20px 25px;
	background-color: #ffffff;
	color: rgba(159, 166, 182, 0.6);
	font-family: 'Cera';
	font-weight: normal;
	font-size: 21px;
	text-align: left;
	letter-spacing: -0.6px
}

.nav-sidebar .nav-filter .nav-filter-item-wrapper {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	width: calc(100% - 40px);
	background-color: #006cfc;
	padding: 12px 25px;
	box-shadow: 4px 15px 55px 0px rgba(18, 15, 15, 0.35);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.nav-sidebar .nav-filter .nav-filter-item-wrapper li {
	opacity: 0;
	visibility: hidden
}

.nav-sidebar .nav-filter .nav-filter-item-wrapper .nav-filter-btn {
	display: block;
	width: 100%;
	text-align: left;
	font-family: 'Cera';
	font-weight: normal;
	font-size: 21px;
	line-height: 40px;
	color: #ffffff;
	letter-spacing: -0.6px
}

.nav-sidebar .nav-sidebar-list {
	padding: 0 20px 20px 20px
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item {
	margin-bottom: 20px;
	-webkit-transition: box-shadow .25s ease-in-out;
	transition: box-shadow .25s ease-in-out
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item:last-child {
	margin-bottom: 0
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item .nav-sidebar-link {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 40px 50px;
	overflow: hidden
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item .nav-sidebar-link .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #006cfc;
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item .nav-sidebar-link .sidebar-date {
	position: relative;
	display: block;
	width: 100%;
	color: rgba(159, 166, 182, 0.5);
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 5px;
	-webkit-transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item .nav-sidebar-link .sidebar-category {
	position: relative;
	display: inline-block;
	color: #006cfc;
	font-size: 11px;
	font-weight: 500;
	-webkit-transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item .nav-sidebar-link h3 {
	position: relative;
	color: #2c2c2c;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-top: 25px;
	-webkit-transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item:hover {
	box-shadow: 4px 15px 55px 0px rgba(18, 15, 15, 0.05)
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item:hover .nav-sidebar-link .background {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item:hover .nav-sidebar-link .sidebar-category,
.nav-sidebar .nav-sidebar-list .nav-sidebar-item:hover .nav-sidebar-link h3 {
	color: #ffffff
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item:hover .nav-sidebar-link .sidebar-date {
	color: rgba(255, 255, 255, 0.5)
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item.active .nav-sidebar-link .background {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item.active .nav-sidebar-link .sidebar-category,
.nav-sidebar .nav-sidebar-list .nav-sidebar-item.active .nav-sidebar-link h3 {
	color: #ffffff
}

.nav-sidebar .nav-sidebar-list .nav-sidebar-item.active .nav-sidebar-link .sidebar-date {
	color: rgba(255, 255, 255, 0.5)
}

.nav-sidebar [data-scrollbar] .scrollbar-track-y,
.nav-sidebar [scrollbar] .scrollbar-track-y,
.nav-sidebar scrollbar .scrollbar-track-y {
	right: 7px;
	width: 6px
}

.nav-sidebar [data-scrollbar] .scrollbar-thumb,
.nav-sidebar [scrollbar] .scrollbar-thumb,
.nav-sidebar scrollbar .scrollbar-thumb {
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, 0.08);
	border-radius: 3px
}

.nav-sidebar.js-filter-open .arrow-drop path {
	stroke: #ffffff
}

.full-page-article {
	position: relative;
	padding-bottom: 200px;
	margin-top: 100px
}

.full-page-article:first-of-type {
	padding-top: 220px;
	margin-top: 0
}

.full-page-article .full-page-article-header h2 {
	font-size: 30px;
	line-height: 35px;
	color: #2c2c2c;
	font-weight: bold;
	letter-spacing: -2px
}

.full-page-article .full-page-article-content {
	position: relative;
	margin-top: 30px
}

.full-page-article .full-page-article-content>.row {
	margin: 0
}

.full-page-article .full-page-article-content .full-page-article-image {
	position: relative;
	width: 100%
}

.full-page-article .full-page-article-content .full-page-article-image .block-bg-cover {
	position: relative
}

.full-page-article .full-page-article-content .full-page-article-image .block-bg-cover .object-fit {
	object-fit: contain
}

.full-page-article .full-page-article-content .full-page-article-time-category {
	margin-top: 60px;
	margin-bottom: 60px
}

.full-page-article .full-page-article-content .full-page-article-time-category .full-page-article-date {
	display: inline-block;
	color: rgba(159, 166, 182, 0.5);
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px
}

.full-page-article .full-page-article-content .full-page-article-time-category .full-page-article-category {
	display: inline-block;
	color: #006cfc;
	font-size: 13px;
	font-weight: 500
}

.full-page-article .full-page-article-content .full-page-article-time-category .full-page-article-category svg {
	width: 12.5px;
	height: 15.5px;
	margin-right: 10px
}

.full-page-article .full-page-article-content .full-page-article-time-category .full-page-article-category svg path {
	fill: #9fa6b6
}

.full-page-article .full-page-article-content .full-page-article-text h3 {
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -1px;
	color: #2c2c2c
}

.full-page-article .full-page-article-content .full-page-article-text p {
	font-size: 16px !important;
	line-height: 20px;
	color: #878b96 !important;
	font-weight: normal !important;
	/*letter-spacing: -0.25px*/
	font-family: sans-serif;
	margin-bottom: 10px;
}

.full-page-article .full-page-article-content .full-page-article-text a {
	color: #2c2c2c;
	transition: 0.4s color cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: 0.4s color cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.full-page-article .full-page-article-content .full-page-article-text a:hover {
	color: #006cfc
}

.full-page-article .full-page-article-content .full-page-article-text ul {
	position: relative;
	display: inline-block;
	margin: 5px 0 32px 40px
}

.full-page-article .full-page-article-content .full-page-article-text ul li {
	font-size: 18px;
	line-height: 26px;
	color: #878b96;
	font-weight: normal;
	letter-spacing: -0.25px;
	list-style-type: disc
}

.politica-privacidade .full-page-article .full-page-article-header h2 {
	text-align: center
}

.rolling-letters {
	position: absolute;
	display: flex;
	flex: row;
	flex-wrap: no-wrap;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: .3
}

.rolling-letters svg {
	position: relative;
	height: 60%;
	top: 20%;
	display: inline-block;
	margin-bottom: 117px;
	overflow: visible
}

.rolling-letters svg path {
	fill: #006cfc;
	stroke: none
}

.rolling-letters .slides {
	display: flex;
	flex: row;
	flex-wrap: no-wrap;
	height: 100%;
	margin: 0;
	padding: 0;
	will-change: transform
}

.rolling-letters .slides li {
	display: block;
	box-sizing: border-box;
	width: 33.33vw;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center
}

.rolling-letters .slides li svg {
	padding: 20px 40px
}

.rolling-letters .slides li:not(.spacer) svg {
	position: relative;
	left: -40px
}

.animate {
	animation: moveSlideshow 10s linear infinite
}

@keyframes moveSlideshow {
	100% {
		transform: translate3d(calc(-100% + 100vw), 0, 0)
	}
}

.case-subject {
	font-size: 17px;
	font-weight: bold;
	color: #006cfc;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 15px
}

.case-title {
	font-size: 45px;
	color: #000000;
	margin-bottom: 20px
}

p {
	font-size: 24px;
	font-weight: normal;
	color: #9fa6b6
}

.case-content-text p {
	margin-bottom: 20px
}

.case-content-text li {
	margin-bottom: 10px
}

.case-content-text p,
.case-content-text li {
	font-size: 24px;
	font-weight: normal;
	color: #9fa6b6
}

.mouse-icon {
	width: 18px;
	height: 30px;
	border: 2px solid #2d2d2d;
	border-radius: 9px;
	cursor: default;
	position: absolute;
	right: 22px;
	bottom: 45px;
	z-index: 10
}

.mouse-icon.left-side {
	left: 70px;
	right: initial
}

.mouse-icon .wheel {
	width: 2px;
	height: 8px;
	border-radius: 1px;
	background-color: transparent;
	position: absolute;
	top: 5px;
	right: 0;
	left: 0;
	margin: 0 auto;
	overflow: hidden
}

.mouse-icon .wheel:before {
	content: '';
	width: 2px;
	height: 8px;
	border-radius: 1px;
	background-color: #2d2d2d;
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	-webkit-animation: wheel-move 1.5s infinite;
	animation: wheel-move 1.5s infinite
}

.mouse-icon span:not(.wheel) {
	position: absolute;
	top: calc(-100% - 32px);
	left: -2px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	font-weight: bold;
	font-size: 16px;
	color: #2d2d2d;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center
}

@-webkit-keyframes wheel-move {
	from {
		top: -10px
	}
	to {
		top: 12px
	}
}

@keyframes wheel-move {
	from {
		top: -10px
	}
	to {
		top: 12px
	}
}

.hero-text h3 {
	letter-spacing: -2px;
	font-size: calc(18px + (20-18) * (100vw - 200px) / (800 -200));
	line-height: 58px;
	font-weight: 300;
	color: #2c2c2c
}

.image-blocks .letter-wrapper {
	position: absolute;
	top: 0;
	right: 100px;
	width: 40vw;
	z-index: 0
}

.image-blocks .letter-wrapper .clip-letter {
	position: relative;
	width: 1000px;
	clip-path: url(styles.min.css)
}

.image-blocks .letter-wrapper .clip-letter:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #006cfc
}

.about .image-blocks .letter-wrapper .clip-letter:after{
    background-color: #7245ce
}

.kindergarten .image-blocks .letter-wrapper .clip-letter:after{
    background-color: #49e2bb
}

.school .image-blocks .letter-wrapper .clip-letter:after{
    background-color: #f77b81
}

.image-blocks .letter-wrapper .clip-letter img {
	position: relative;
	z-index: 1;
	opacity: .3
}

.image-blocks .letter-wrapper .alt-image {
	display: none
}

.image-blocks .letter-wrapper.show-mob {
	display: none
}

.image-blocks .question-row {
	position: relative;
	z-index: 3
}

.image-blocks .question-wrapper {
	position: relative;
	padding: 50px;
	-webkit-box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.1);
	-webkit-transform-origin: center left;
	transform-origin: center left
}

.image-blocks .question-wrapper h2 {
	font-size: 65px;
	font-weight: bold;
	margin-top: 175px;
	margin-bottom: 0;
	letter-spacing: -2px
}

.image-blocks .question-wrapper h3 {
	font-size: calc(16px + (18-16) * (100vw - 200px) / (800 -200));
	line-height: 52px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #2c2c2c
}

.image-blocks .question-wrapper h3 a {
	color: #006cfc
}

.image-blocks .image-wrapper {
	position: relative;
	margin-top: -230px;
	z-index: 1
}

.image-blocks .image-wrapper>div {
	position: relative
}

.image-blocks .image-wrapper .offset-text {
	position: absolute;
	display: inline-block;
	top: 50px;
	right: 50px
}

.image-blocks .image-wrapper .offset-text p {
	position: relative;
	padding: 0 30px 0 60px;
	font-weight: normal;
	font-size: 23px;
	line-height: 30px;
	color: rgba(159, 166, 182, 0.8)
}

.image-blocks .answer-wrapper {
	position: absolute;
	top: 100%;
	z-index: 2
}

.image-blocks .answer-wrapper .answer-wrapper-text {
	margin-top: -108px;
	padding: 50px;
	background-color: rgba(0, 108, 252, 0.95);
	-webkit-transform-origin: center left;
	transform-origin: center left
}

.about .image-blocks .answer-wrapper .answer-wrapper-text {
    background-color: #7245ce;
}

.kindergarten .image-blocks .answer-wrapper .answer-wrapper-text {
    background-color: #49e2bb;
}

.school .image-blocks .answer-wrapper .answer-wrapper-text {
    background-color: #f77b81
}

.image-blocks .answer-wrapper h3 {
	font-size: calc(14px + (16-14) * (100vw - 200px) / (800 -200));
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff
}

.image-blocks .answer-wrapper h4 {
	margin-top: 115px;
	font-size: calc(9px + (11-9) * (100vw - 200px) / (800 -200));
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #ffffff;
	opacity: .6
}

.question-list h2 {
	margin-bottom: 35px !important
}

.question-list .reasons-list-wrapper ul {
	margin-top: 50px
}

.question-list .reasons-list-wrapper li {
	text-align: center;
	margin-bottom: 80px
}

.question-list .reasons-list-wrapper li svg {
	height: 90px;
	margin: 0 auto;
	display: inline-block
}

.question-list .reasons-list-wrapper li p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500
}

.hashtag-title,
#hashtag-scroll h2 {
	font-weight: bold;
	font-size: 145px;
	color: #2c2c2c;
	opacity: .05;
	user-select: none;
	pointer-events: none
}

.hashtag-title {
	opacity: 0;
	pointer-events: none
}

#hashtag-scroll {
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	display: none
}

#hashtag-scroll h2 {
	opacity: 1;
	background: #2c2c2c;
	background: linear-gradient(90deg, #c7e8fd 0%, #becdfa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	top: 0px;
	line-height: 1.2
}

.btn {
	padding: 20px 40px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 30px;
	background-color: #ffffff;
	color: #006cfc
}

.overflow-wrap {
	overflow: hidden
}

.elastic-btn, .elastic-btn2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 196px;
	height: 66px;
	font-family: 'Cera';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006cfc;
	letter-spacing: 1px;
	padding: 0;
	background: none
}

.kindergarten .elastic-btn, .school .elastic-btn{
    color: #000;
}

.elastic-btn .text, .elastic-btn2 .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height:66px;
	letter-spacing: 2px;
	overflow: hidden
}

.elastic-btn svg, .elastic-btn2 svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: visible
}

.elastic-btn svg path, .elastic-btn2 svg path {
	fill: #ffffff;
	stroke: #ffffff
}

.elastic-btn.plus-button{
	width: 74px;
	height: 70px
}

.elastic-btn.plus-button .morph-bg {
	fill: #006cfc;
	stroke: none
}

.elastic-btn.plus-button .morph-element {
	fill: #ffffff;
	stroke: none
}

.elastic-input {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 370px;
	height: 72px
}

.elastic-input label {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 72px;
	padding: 0px 40px;
	text-align: left;
	z-index: 1;
	font-family: 'Cera';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	pointer-events: none
}

.elastic-input svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.elastic-input svg path {
	stroke-width: 3px;
	stroke: #ffffff;
	fill: rgba(34, 83, 183, 0.6);
	-webkit-transition: stroke 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: stroke 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.elastic-input input {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 100%;
	padding: 20px 40px;
	border: none;
	border-radius: 60px;
	background-color: transparent;
	font-family: 'Cera';
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-appearance: none;
	z-index: 2
}

.elastic-input.active svg path {
	stroke: white
}

.elastic-input .error-text,
.elastic-input .success-text {
	position: absolute;
	left: 40px;
	bottom: -30px;
	color: #d40000;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out
}

.elastic-input.erro svg:not(.submit-btn) path {
	stroke: red
}

.elastic-input.erro .error-text {
	opacity: 1
}

.rotate-title {
	position: absolute;
	top: 0;
	right: -8px;
	height: 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.rotate-title h2 {
	font-size: 4vw;
	color: #ebedee;
	margin-bottom: 0 !important;
	writing-mode: vertical-rl;
	height: 100%;
	text-align: center;
	letter-spacing: -5px
}

.view-all,
.underline-link {
	position: relative;
	font-family: 'Cera';
	font-weight: normal;
	font-size: 25px;
	color: #006cfc;
	white-space: nowrap
}

.view-all:after,
.underline-link:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #e5ecf9;
	position: absolute;
	bottom: -15px;
	left: 0;
	transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	-webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: .4s;
	-webkit-transition-delay: .4s
}

.view-all:before,
.underline-link:before {
	content: '';
	width: 105%;
	height: .4em;
	background-color: rgba(0, 108, 252, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	-webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.view-all:hover:after,
.underline-link:hover:after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition-delay: 0s;
	-webkit-transition-delay: 0s
}

.view-all:hover:before,
.underline-link:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s
}

.underline-link:after {
	display: none
}

.underline-link:after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.page-footer .underline-link:before {
	background-color: rgba(255, 255, 255, 0.3)
}

.text-right {
	text-align: right
}

.navbar-services-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #ffffff;
	padding: 13px 0 13px 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18)
}

.navbar-services-wrapper .navbar-services {
	position: relative;
	width: 100%;
	margin: 0
}

.navbar-services-wrapper .navbar-services.nearshoring-active li:nth-child(1) {
	opacity: 1
}

.navbar-services-wrapper .navbar-services.nearshoring-active li:nth-child(1) a {
	color: #006cfc
}

.navbar-services-wrapper .navbar-services.nearshoring-active li:nth-child(1) a svg path {
	stroke: #006cfc
}

.navbar-services-wrapper .navbar-services.outsourcing-active li:nth-child(2) {
	opacity: 1
}

.navbar-services-wrapper .navbar-services.outsourcing-active li:nth-child(2) a {
	color: #006cfc
}

.navbar-services-wrapper .navbar-services.outsourcing-active li:nth-child(2) a svg path {
	stroke: #006cfc
}

.navbar-services-wrapper .navbar-services.software-active li:nth-child(3) {
	opacity: 1
}

.navbar-services-wrapper .navbar-services.software-active li:nth-child(3) a {
	color: #006cfc
}

.navbar-services-wrapper .navbar-services.software-active li:nth-child(3) a svg path {
	stroke: #006cfc
}

.navbar-services-wrapper .navbar-services li {
	position: relative;
	height: 65px;
	text-align: center;
	opacity: .6;
	-webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.navbar-services-wrapper .navbar-services li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-weight: bold;
	font-size: 13px;
	color: #9fa6b6;
	text-transform: uppercase;
	letter-spacing: 4px
}

.navbar-services-wrapper .navbar-services li a svg{
	position: relative;
	top: 8px;
	margin-right: 10px;
	width: 28px;
	overflow: visible
}

.navbar-services-wrapper .navbar-services li a img {
	float: left;
	position: relative;
	top: 24px;
	margin-right: 10px;
	width: 28px;
	max-width: 28px;
	overflow: visible;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.navbar-services-wrapper .navbar-services li:nth-child(2) a img{
	top: 16px;
}

.navbar-services-wrapper .navbar-services li a span{
	float: left;
}

.navbar-services-wrapper .navbar-services li a svg path {
	fill: none;
	stroke: #9fa6b6;
	stroke-width: 12;
	stroke-miterlimit: 10
}

.navbar-services-wrapper .navbar-services li:hover {
	opacity: 1
}

.navbar-services-wrapper .navbar-services li:hover a {
	color: #006cfc
}

.navbar-services-wrapper .navbar-services li:hover a img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);	
}	

.navbar-services-wrapper .navbar-services li:hover a svg path {
	stroke: #006cfc
}

.navbar-job-filter-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: #fafafa;
	display: none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18)
}

.navbar-job-filter-wrapper .btn-wrapper {
	position: absolute;
	bottom: -30px
}

.navbar-job-filter-wrapper .open-filter {
	width: 64px;
	height: 60px;
	cursor: pointer
}

.navbar-job-filter-wrapper .open-filter svg {
	overflow: visible
}

.navbar-job-filter-wrapper .open-filter .morph-bg {
	fill: #006cfc;
	stroke: none
}

.navbar-job-filter-wrapper .open-filter .morph-element {
	fill: #ffffff;
	stroke: none
}

.navbar-job-filter-wrapper .open-filter .hidden-path {
	visibility: hidden
}

.navbar-job-filter-wrapper .open-filter .text-wrapper {
	position: absolute;
	top: 22px;
	left: 0;
	width: 255px;
	height: 15px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden
}

.navbar-job-filter-wrapper .open-filter .text-wrapper .text {
	position: absolute;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2px;
	padding-left: 23px;
	color: #ffffff;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.navbar-job-filter-wrapper .close-filter {
	width: 64px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden
}

.navbar-job-filter-wrapper .close-filter .morph-bg {
	fill: #d95b5f;
	stroke: none
}

.navbar-job-filter-wrapper .close-filter .morph-element {
	fill: #ffffff;
	stroke: none
}

.navbar-job-filter-wrapper .navbar-job-filter {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 30px 0 30px 60px
}

.navbar-job-filter-wrapper .navbar-job-filter .title-wrapper {
	display: block;
	vertical-align: top;
	font-family: "Cera";
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #c5c9d3
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper {
	position: relative;
	display: inline-block
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper .check {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 2px
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper .check path {
	fill: #006cfc
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper .check path.dash,
.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper .check path.full {
	opacity: 0
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper .check path.dash {
	opacity: 1;
	stroke-dasharray: 23;
	stroke-dashoffset: 23;
	fill: none;
	stroke: #ffffff;
	stroke-width: 4;
	stroke-miterlimit: 10
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper .option {
	display: inline-block;
	vertical-align: middle
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper:not(.active-option) {
	cursor: pointer;
	margin-top: 8px
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper:not(.active-option):first-child {
	margin-top: 6px
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option {
	display: block;
	font-family: "Cera";
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #006cfc;
	text-transform: uppercase
}

.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .active-option {
	position: absolute;
	top: 2px;
	left: 0;
	font-family: "Cera";
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #006cfc;
	text-transform: uppercase;
	white-space: nowrap
}

.next-new-mob {
	position: relative;
	margin-bottom: 50px
}

.next-new-mob h2 {
	font-size: 44px;
	line-height: 48px;
	color: #2c2c2c;
	opacity: .07
}

.next-new-mob p {
	color: #9fa6b6;
	font-family: 'Cera';
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px
}

.next-new-mob .elastic-btn {
	position: absolute;
	top: calc(50% - 13px);
	left: calc(50% - 98px);
	color: #ffffff
}

.next-new-mob .elastic-btn .text {
	text-align: center
}

.next-new-mob .elastic-btn svg path {
	fill: #006cfc;
	stroke: #006cfc
}

.meta-title-wrapper {
	position: relative
}

.morphing-letter svg {
	position: absolute;
	width: 400px;
	height: 375px;
	top: -200px;
	left: -150px;
	overflow: visible
}

.morphing-letter svg path.main-letter {
	fill: #006cfc
}

.about .morphing-letter svg path.main-letter {
	fill: #7245ce
}

.morphing-letter svg path.shadow-letter {
	fill: rgba(0, 108, 252, 0.3)
}

.morph-page-transition {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0
}

.morph-page-transition svg {
	width: 0;
	height: 0
}

.bg-transition-new {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	text-align: center;
	padding: 0 15vw
}

.bg-transition-new svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none
}

.bg-transition-new .main-transition {
	display: block
}

.bg-transition-new h2 {
	color: #ffffff;
	font-size: calc(22px + (24-22) * (100vw - 200px) / (800 -200));
	line-height: 1.1;
	opacity: 0;
	letter-spacing: -1px;
	max-width: 90%;
	margin: 0 auto;
	position: relative
}

@media only screen and (max-width: 1279px) {
	.bg-transition-new h2 {
		font-size: 60px !important;
		max-width: 100% !important
	}
}

@media only screen and (max-width: 640px) {
	.bg-transition-new h2 {
		font-size: 34px !important
	}
}

.bg-transition-new .row {
	height: 100%;
	z-index: 1
}

.bg-transition-new.somos svg path {
	fill: #7245ce
}

.bg-transition-new.fazemos svg path {
	fill: #006cfc
}

.bg-transition-new.estamos svg path {
	/*fill: #f77b81*/
	fill: #7245ce !important;
}

.bg-transition-new.queremos svg path {
	fill: #49e2bb
}

.bg-transition-new.single-queremos svg path {
	fill: #49e2bb
}

.bg-transition-new.alternative-color svg path {
	fill: #49e2bb
}

.bg-transition {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #006cfc;
	z-index: 1
}

.bg-transition .row {
	height: 100%
}

.bg-transition .row h2 {
	color: #ffffff;
	font-size: 90px;
	opacity: 1
}

.bg-transition.somos {
	background-color: #7245ce
}

.bg-transition.fazemos {
	background-color: #006cfc
}

.bg-transition.estamos {
	/*background-color: #f77b81*/
	background-color: #7245ce !important;
}

.mobile .morph-page-transition,
.mobile .bg-transition {
	display: none
}

#nav-main-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 0 45px;
	z-index: 2;
	pointer-events: visible;
	background-color: #006cfc;
	-webkit-transform: translateX(100%) translateZ(0);
	transform: translateX(100%) translateZ(0);
	-webkit-transition: -webkit-transform 0.68s cubic-bezier(0.64, 0.04, 0.35, 1);
	transition: transform 0.68s cubic-bezier(0.64, 0.04, 0.35, 1)
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
	#nav-main-mobile {
		height: 80vw
	}
}

#nav-main-mobile .main-navigation {
	position: relative;
	width: 100%;
	margin-top: 150px
}

#nav-main-mobile .navigation13{
    margin-top: 170px;
}

#nav-main-mobile .main-navigation li {
	display: block;
	margin: 0;
	opacity: .4
}

#nav-main-mobile .main-navigation li a {
	font-size: 26px;
	line-height: 47px;
	color: #ffffff;
	font-family: 'Cera';
	font-weight: normal
}

#nav-main-mobile .main-navigation li.active {
	opacity: 1
}

#nav-main-mobile .main-navigation li:last-of-type {
	margin-bottom: 0
}

#nav-main-mobile .language {
	position: relative;
	top: auto;
	right: auto;
	margin-top: 35px
}

#nav-main-mobile .language li a {
	border-color: #ffffff;
	color: rgba(255, 255, 255, 0.4)
}

#nav-main-mobile .language li.active a {
	color: #ffffff
}

#nav-main-mobile .close-hamb-menu {
	position: absolute;
	top: 28px;
	right: 30px;
	border: 0;
	width: 38px;
	height: 38px;
	pointer-events: visible
}

#nav-main-mobile .close-hamb-menu:after {
	content: "";
	position: absolute;
	top: -24px;
	left: -4px;
	width: 48px;
	height: 48px
}

#nav-main-mobile .close-hamb-menu .line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff
}

#nav-main-mobile .close-hamb-menu .line:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.28s cubic-bezier(0.64, 0.04, 0.35, 1);
	transition: transform 0.28s cubic-bezier(0.64, 0.04, 0.35, 1)
}

#nav-main-mobile .close-hamb-menu .line:nth-child(2) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.28s cubic-bezier(0.64, 0.04, 0.35, 1);
	transition: transform 0.28s cubic-bezier(0.64, 0.04, 0.35, 1)
}

#nav-main-mobile .outside-overlay {
	position: absolute;
	top: 0;
	left: -55vw;
	width: 55vw;
	height: 100%;
	background-color: transparent;
	opacity: 0;
	visibility: hidden
}

.hamb-menu {
	display: none;
	position: absolute;
	top: 60px;
	right: 30px;
	width: 38px;
	height: 14px;
	z-index: 1;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	pointer-events: visible
}

.hamb-menu:after {
	content: "";
	position: absolute;
	top: -17px;
	left: -5px;
	width: 48px;
	height: 48px
}

.hamb-menu .line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #006cfc
}

.kindergarten .hamb-menu .line{
    background-color: #49e2bb
}

.school .hamb-menu .line{
    background-color: #f77b81
}

.hamb-menu .line:nth-child(1) {
	top: 0;
	-webkit-transition: -webkit-transform 0.98s cubic-bezier(0.64, 0.04, 0.35, 1);
	transition: transform 0.98s cubic-bezier(0.64, 0.04, 0.35, 1)
}

.hamb-menu .line:nth-child(2) {
	top: calc(50% - 1px)
}

.hamb-menu .line:nth-child(3) {
	bottom: 0;
	-webkit-transition: -webkit-transform 0.98s cubic-bezier(0.64, 0.04, 0.35, 1);
	transition: transform 0.98s cubic-bezier(0.64, 0.04, 0.35, 1)
}

.js-nav-mobile-open #header-main .main-logo svg path {
	fill: #ffffff;
	-webkit-transition: fill 0.8s cubic-bezier(1, 0, 0, 1);
	transition: fill 0.8s cubic-bezier(1, 0, 0, 1)
}

.js-nav-mobile-open #header-main #nav-main-mobile {
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0)
}

.js-nav-mobile-open #header-main #nav-main-mobile .outside-overlay {
	opacity: 1;
	visibility: visible
}

.js-nav-mobile-open #header-main #nav-main-mobile .close-hamb-menu .line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.98s cubic-bezier(0.64, 0.04, 0.35, 1);
	transition: transform 0.98s cubic-bezier(0.64, 0.04, 0.35, 1)
}

.js-nav-mobile-open #header-main #nav-main-mobile .close-hamb-menu .line:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 1.08s cubic-bezier(0.64, 0.04, 0.35, 1);
	transition: transform 1.08s cubic-bezier(0.64, 0.04, 0.35, 1)
}

.js-nav-mobile-open #header-main .hamb-menu .line:nth-child(1) {
	-webkit-transform: translateY(6.5px) translateZ(0);
	transform: translateY(6.5px) translateZ(0);
	-webkit-transition: -webkit-transform 0.38s cubic-bezier(0.64, 0.04, 0.35, 1);
	transition: transform 0.38s cubic-bezier(0.64, 0.04, 0.35, 1)
}

.js-nav-mobile-open #header-main .hamb-menu .line:nth-child(3) {
	-webkit-transform: translateY(-6.5px) translateZ(0);
	transform: translateY(-6.5px) translateZ(0);
	-webkit-transition: -webkit-transform 0.38s cubic-bezier(0.64, 0.04, 0.35, 1);
	transition: transform 0.38s cubic-bezier(0.64, 0.04, 0.35, 1)
}

.js-nav-mobile-open .page-main {
	-webkit-transform: translateX(-25%) translateZ(0);
	transform: translateX(-25%) translateZ(0)
}

form.contact-form {
	width: 100%
}

form.contact-form .elastic-btn.active {
	pointer-events: all;
	opacity: 1
}

form.contact-form .loader-wrapper .blob {
	background: #ffffff
}

form.contact-form .loader-wrapper .blob-center {
	background: #ffffff;
	box-shadow: 0 -10px 40px -5px #006cfc
}

form.contact-form .rgpd-wrapper {
	position: relative;
	clear: both;
	font-size: 14px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
	color: #9fa6b6
}

form.contact-form .rgpd-wrapper:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border: 2px solid #9fa6b6;
	top: 3px;
	left: 0;
	pointer-events: none
}

form.contact-form .rgpd-wrapper svg {
	position: absolute;
	width: 20px;
	left: 5px;
	top: 5px;
	opacity: 0;
	fill: #9fa6b6
}

form.contact-form .rgpd-wrapper svg.active {
	opacity: 1
}

form.contact-form .rgpd-wrapper input {
	opacity: 0;
	visibility: hidden
}

form.contact-form .rgpd-wrapper .rgpd-text {
	position: relative;
	top: 1px;
	margin-left: 40px;
	color: #9fa6b6
}

form.contact-form .rgpd-wrapper .rgpd-text a {
	color: #9fa6b6;
	text-decoration: underline
}

form.contact-form .rgpd-wrapper .hidden {
	display: none
}

form.contact-form .elastic-btn .text .char {
	display: inline-block
}

form.contact-form .input-area {
	margin-bottom: 50px
}

form.contact-form .input-area:last-of-type {
	margin-bottom: 0
}

form.contact-form .wrapper-input {
	position: relative
}

form.contact-form .wrapper-input:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform-origin: top left;
	-webkit-transform-origin: top left;
	transition: 0.4s transform cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: 0.4s transform cubic-bezier(0.19, 1, 0.22, 1);
	width: 2px;
	height: 100%;
	background-color: #006cfc;
	display: block
}

form.contact-form .wrapper-input.erro:before {
	background-color: #f77b81;
	transform: scaleY(1);
	-webkit-transform: scaleY(1)
}

form.contact-form .wrapper-input.erro .file-input .add-btn {
	background-color: #f77b81
}

form.contact-form .wrapper-input.erro .file-input .add-btn:before,
form.contact-form .wrapper-input.erro .file-input .add-btn:after {
	background-color: #ffffff
}

form.contact-form .wrapper-input.is-focused:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1)
}

form.contact-form .wrapper-input.success-value:before {
	background-color: #49e2bb
}

form.contact-form input,
form.contact-form textarea,
form.contact-form .file-input {
	position: relative;
	display: block;
	width: 100%;
	color: #000000;
	font-size: 18px;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	padding: 20px 18px;
	-webkit-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	-moz-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15)
}

form.contact-form input,
form.contact-form label,
form.contact-form textarea,
form.contact-form .file-input {
	font-family: 'Cera';
	font-weight: bold
}

form.contact-form label {
	display: inline-block;
	color: #9fa6b6;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 18px
}

form.contact-form textarea {
	resize: none;
	height: 280px
}

form.contact-form button {
	position: relative;
	display: block;
	margin: 50px auto 0 auto;
	opacity: .2;
	pointer-events: none
}

form.contact-form button span {
	color: #ffffff
}

form.contact-form button svg path {
	fill: #006cfc
}

.about form.contact-form button svg path {
	fill: #7245ce
}

form.contact-form .file-input {
	color: #9fa6b6;
	cursor: pointer;
	padding-left: 80px
}

form.contact-form .file-input:hover .add-btn,
form.contact-form .file-input.with-file .add-btn {
	background-color: #006cfc
}

form.contact-form .file-input:hover .add-btn:before,
form.contact-form .file-input:hover .add-btn:after,
form.contact-form .file-input.with-file .add-btn:before,
form.contact-form .file-input.with-file .add-btn:after {
	background-color: #ffffff
}

form.contact-form .file-input .add-btn {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 60px;
	background-color: #9fa6b6;
	-webkit-transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

form.contact-form .file-input .add-btn:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

form.contact-form .file-input .add-btn:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

form.contact-form .upload-input {
	display: none
}

.tippy-tooltip.map-tooltip-theme {
	background-color: #ffffff;
	padding: 12px 20px;
	border-radius: 24px;
	box-shadow: 0px 5px 5px 0px rgba(46, 48, 53, 0.1)
}

.tippy-tooltip.map-tooltip-theme .tippy-content {
	display: block;
	color: #006cfc;
	font-size: 15px;
	font-family: 'Cera';
	font-weight: bold;
	letter-spacing: -0.5px
}

.tippy-tooltip.map-tooltip-theme .tippy-arrow {
	border-top-color: #ffffff
}

body [data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
	position: absolute;
	top: 3px;
	left: 0;
	right: 2px;
	width: 6px;
	height: 8px;
	background: rgba(0, 137, 255, 0.9);
	border-radius: 4px
}

body.about [data-scrollbar] .scrollbar-thumb{
    background: #7245ce
}

body.fitness [data-scrollbar] .scrollbar-thumb{
    background: #006cfc
}

body.kindergarten [data-scrollbar] .scrollbar-thumb{
    background: #49e2bb
}

body.school [data-scrollbar] .scrollbar-thumb{
    background: #f77b81
}


.loading-blob {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 30px;
	display: none;
	z-index: 1001
}

.loading-blob svg path {
	fill: #006cfc
}

section:before,
.page-header:before,
.page-footer:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #006cfc;
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity .26s linear;
	transition: opacity .26s linear;
	pointer-events: none
}

.kindergarten section:before,
.kindergarten .page-header:before{
    background-color: #49e2bb;
}

.fitness section:before,
.fitness .page-header:before,
.footer-fitness.page-footer:before {
    background-color: #49e2bb !important;
}

.footer-school.page-footer:before {
    background-color: #f77b81;
}

.about section:before,
.about .page-header:before,
.about .page-footer:before {
    background-color: #7245ce;
}

.add-bg-color:before {
	opacity: 1
}

.image-layout-reference {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	opacity: 0;
	pointer-events: none
}

.text-center {
	text-align: center
}

.loader-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0
}

.loader-wrapper svg {
	display: none
}

.loader-wrapper .blobs {
	filter: url(styles.min.css);
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 70px
}

.loader-wrapper .blobs .blob-center {
	position: absolute;
	background: #006cfc;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	transform-origin: left top;
	transform: scale(0.9) translate(-50%, -50%);
	animation: blob-grow linear 3.4s infinite;
	border-radius: 50%;
	box-shadow: 0 -10px 40px -5px #006cfc
}

.loader-wrapper .blob {
	position: absolute;
	background: #006cfc;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	animation: blobs ease-out 3.4s infinite;
	transform: scale(0.9) translate(-50%, -50%);
	transform-origin: center top;
	opacity: 0
}

.loader-wrapper .blob:nth-child(1) {
	animation-delay: 0.2s
}

.loader-wrapper .blob:nth-child(2) {
	animation-delay: 0.4s
}

.loader-wrapper .blob:nth-child(3) {
	animation-delay: 0.6s
}

.loader-wrapper .blob:nth-child(4) {
	animation-delay: 0.8s
}

.loader-wrapper .blob:nth-child(5) {
	animation-delay: 1s
}

@keyframes blobs {
	0% {
		opacity: 0;
		transform: scale(0) translate(calc(-300px - 50%), -50%)
	}
	1% {
		opacity: 1
	}
	35%,
	65% {
		opacity: 1;
		transform: scale(0.9) translate(-50%, -50%)
	}
	99% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: scale(0) translate(calc(300px - 50%), -50%)
	}
}

@keyframes blob-grow {
	0%,
	39% {
		transform: scale(0) translate(-50%, -50%)
	}
	40%,
	42% {
		transform: scale(1, 0.9) translate(-50%, -50%)
	}
	43%,
	44% {
		transform: scale(1.2, 1.1) translate(-50%, -50%)
	}
	45%,
	46% {
		transform: scale(1.3, 1.2) translate(-50%, -50%)
	}
	47%,
	48% {
		transform: scale(1.4, 1.3) translate(-50%, -50%)
	}
	52% {
		transform: scale(1.5, 1.4) translate(-50%, -50%)
	}
	54% {
		transform: scale(1.7, 1.6) translate(-50%, -50%)
	}
	58% {
		transform: scale(1.8, 1.7) translate(-50%, -50%)
	}
	68%,
	70% {
		transform: scale(1.7, 1.5) translate(-50%, -50%)
	}
	78% {
		transform: scale(1.6, 1.4) translate(-50%, -50%)
	}
	80%,
	81% {
		transform: scale(1.5, 1.4) translate(-50%, -50%)
	}
	82%,
	83% {
		transform: scale(1.4, 1.3) translate(-50%, -50%)
	}
	84%,
	85% {
		transform: scale(1.3, 1.2) translate(-50%, -50%)
	}
	86%,
	87% {
		transform: scale(1.2, 1.1) translate(-50%, -50%)
	}
	90%,
	91% {
		transform: scale(1, 0.9) translate(-50%, -50%)
	}
	92%,
	100% {
		transform: scale(0) translate(-50%, -50%)
	}
}

@media only screen and (min-width: 1279px) and (max-width: 1650px) {
	h2 {
		font-size: 60px
	}
	.hero-text h3 {
		font-size: 48px
	}
	.image-blocks .question-wrapper h3 {
		font-size: 42px;
		line-height: 46px
	}
	.image-blocks .question-wrapper h2 {
		font-size: 50px;
		margin-top: 100px
	}
	.image-blocks .answer-wrapper h3 {
		font-size: 36px;
		line-height: 38px
	}
	.image-blocks .answer-wrapper h4 {
		font-size: 28px;
		line-height: 32px
	}
}

@media only screen and (max-width: 1650px) {
	.hashtag-title {
		font-size: 8.5vw
	}
	.image-blocks .letter-wrapper {
		top: -130px
	}
}

@media only screen and (max-width: 1440px) {
	.hashtag-title {
		font-size: 8.5vw
	}
	#header-main #nav-main li {
		font-size: 18px;
	}
	
	
	#header-main {
		padding-top: 50px;
		padding-bottom: 50px
	}
	#header-main .main-logo {
		width: 10vw;
		top: 3px
	}
}

@media only screen and (max-width: 1650px) {
	.txt-right {
		text-align: left
	}
}

@media only screen and (max-width: 1140px) {
	#header-main #nav-main li {
		font-size: 20px
	}
}

@media only screen and (max-width: 1279px) {
	.txt-right {
		text-align: right
	}
	.four04 .page-header .header-image-wrapper img {
		height: 100%;
		max-width: inherit
	}
	.four04 .page-header .header-pictogram-wrapper.wrapper-1 {
		left: 25%
	}
	.four04 .page-header .header-pictogram-wrapper.wrapper-3 {
		left: 78%
	}
	.safari .image-blocks .letter-wrapper.show-mob {
		width: 40vw
	}
	.rotate-title {
		display: none
	}
	.bg-transition-new h2 {
		font-size: 70px
	}
	.rolling-letters .slides {
		margin-left: -50px
	}
	.rolling-letters .slides li {
		width: auto !important
	}
	.rolling-letters .slides li svg {
		padding: 0;
		padding-right: 10px
	}
	.cases-studies {
		margin-bottom: 280px
	}
	.cases-studies ul li .case-study-container .case-study-info {
		bottom: -50%;
		padding: 60px 120px 160px 60px
	}
	.fazemos-lightbox {
		z-index: 1001;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch
	}
	.fazemos-lightbox .elastic-btn {
		z-index: 10001;
		top: 12px;
		right: 25px
	}
	.fazemos-lightbox .elastic-btn .morph-shape path {
		stroke: #006cfc
	}
	.fazemos-lightbox .elastic-btn .xis svg path {
		stroke: #006cfc
	}
	.fazemos-lightbox .gradient {
		display: none
	}
	.fazemos-lightbox .case-images-container {
		width: 100%;
		height: 80%;
		position: relative;
		top: auto;
		left: auto
	}
	.fazemos-lightbox .case-images-container ul.slider {
		left: auto;
		width: 100%;
		height: 100%;
		top: auto;
		padding-top: 0;
		padding-bottom: 0
	}
	.fazemos-lightbox .case-images-container ul.slider .slick-track {
		height: 100%
	}
	.fazemos-lightbox .case-images-container ul.slider .slick-slide div {
		height: 100%
	}
	.fazemos-lightbox .case-info-container {
		padding: 80px 50px;
		width: 100%;
		height: auto !important;
		position: relative;
		top: auto;
		right: auto
	}
	.fazemos-lightbox .case-info-container .case-logo {
		position: relative;
		top: auto;
		left: -15px;
		margin-bottom: 40px
	}
	.fazemos-lightbox .case-info-container .case-info {
		padding: 0
	}
	.fazemos-lightbox .case-info-container .case-info-wrapper p:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0
	}
	#header-main {
		padding: 40px;
		padding-left: 0;
		overflow: visible;
		-webkit-transition: -webkit-box-shadow .25s ease, background-color .25s ease, padding .25s ease;
		transition: box-shadow .25s ease, background-color .25s ease, padding .25s ease
	}
	#header-main.js-drop {
		padding: 20px 40px;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
		-webkit-transition: -webkit-box-shadow .25s ease, background-color .25s ease, padding .25s ease;
		transition: box-shadow .25s ease, background-color .25s ease, padding .25s ease
	}
	#header-main.js-drop .hamb-menu {
		top: 32px;
		-webkit-transition: top .25s ease;
		transition: top .25s ease
	}
	#header-main .main-logo {
		width: 140px !important;
		top: 0;
		right: auto !important
	}
	#header-main #nav-main li {
		font-size: 18px !important
	}
	#header-main #nav-left {
		margin-left: 35%
	}
	#header-main .language-wrapper .active-language .lg {
		font-size: 18px;
		line-height: 26px
	}
	#header-main .language-wrapper .other-languages li a {
		font-size: 18px;
		line-height: 26px
	}
	.mobile .hashtag-title {
		opacity: .1
	}
	.mouse-icon {
		display: none
	}
	.morphing-letter svg {
		width: 320px;
		left: -115px
	}
	.hero-text h3 {
		font-size: 44px !important;
		line-height: 52px
	}
	.view-all {
		font-size: 22px
	}
	.image-blocks .letter-wrapper.hide-mob {
		display: none
	}
	.image-blocks .letter-wrapper.show-mob {
		display: block
	}
	.nav-sidebar {
		top: auto !important;
		margin-top: 120px;
		padding-bottom: 20px
	}
	.nav-sidebar .scroll-indicator-wrapper {
		display: none
	}
	.nav-sidebar .nav-sidebar-scroll {
		height: auto !important
	}
	.nav-sidebar .nav-filter {
		padding: 20px 65px
	}
	.nav-sidebar .nav-filter .arrow-drop {
		right: 87px
	}
	.nav-sidebar .nav-filter .nav-filter-item-wrapper {
		width: calc(100% - 130px);
		left: 65px
	}
	.nav-sidebar .nav-sidebar-scroll-mobile {
		overflow: hidden
	}
	.nav-sidebar .nav-sidebar-list {
		position: relative;
		top: 10px;
		padding: 0 65px;
		overflow: auto;
		white-space: nowrap;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch
	}
	.nav-sidebar .nav-sidebar-list .nav-sidebar-item {
		margin-top: -10px;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		margin-bottom: 0;
		width: 300px;
		white-space: normal;
		padding-top: 10px
	}
	.nav-sidebar .nav-sidebar-list .nav-sidebar-item:last-child {
		margin-right: 0
	}
	.nav-sidebar .nav-sidebar-list .nav-sidebar-item .nav-sidebar-link {
		padding: 30px;
		height: 100%
	}
	.full-page-article:first-of-type {
		padding-top: 100px
	}
	.page-header .social-wrapper {
		left: 6.25%
	}
	.page-header .background-wrapper .row {
		height: 100% !important
	}
	.page-header .background-wrapper .header-photo {
		margin-top: 50px
	}
	.page-header .background-wrapper .header-text h2 {
		font-size: 62px;
		letter-spacing: -1.5px
	}
	.page-header .background-wrapper .header-text h3 {
		font-size: 32px;
		line-height: 36px;
		margin-top: 36px
	}
	.page-content .to-section h3 {
		font-size: 26px !important
	}
	.page-content .to-section p {
		font-size: 20px;
		line-height: 24px
	}
	.page-content .place-images svg {
		width: 625px;
		height: 520px
	}
	.page-content .place-images .top-right-image {
		height: 900px
	}
	.page-footer {
		height: 85vh;
		min-height: inherit
	}
	.page-footer .alphabeth-image {
		height: 70%
	}
	.page-footer .apdc-member .apdc-logo,
	.page-footer .apdc-member .pt2020-logo {
		opacity: 1
	}
	.page-footer.type-1 .content-wrapper {
		margin-top: 0 !important
	}
	.page-footer.type-1 .content-wrapper h2 {
		font-size: 65px
	}
	.page-footer.type-2 .content-wrapper h3 {
		font-size: 24px
	}
	.page-footer.type-2 .content-wrapper h2 {
		font-size: 90px
	}
	.page-footer.type-2 .content-wrapper svg {
		right: 6.25%;
		width: 200px;
		top: 75px
	}
	.page-footer .last-content-wrapper .made-by {
		text-align: left
	}
	.page-footer .last-content-wrapper .affinity-mark {
		text-align: right
	}
	.mobile .page-header .header-image-wrapper .block-bg-cover {
		width: 100%;
		height: 100%;
		top: auto;
		left: auto
	}
}

.mobile .header-pictogram-wrapper img {
	opacity: 1
}

@media only screen and (max-width: 1080px) {
	#header-main {
		padding-left: 40px
	}
	.page-header .background-wrapper .header-text {
		padding-left: 30px
	}
	#header-main .language-wrapper .active-language .lg {
		font-size: 16px
	}
}

@media only screen and (max-width: 950px) {
	#header-main .main-logo {
		position: relative;
		z-index: 3;
		margin-left: 0
	}
	#header-main .hide-mob {
		display: none
	}
	#header-main #nav-main-mobile {
		display: block;
		width: 45vw;
		left: auto;
		right: 0;
		z-index: 3;
		padding: 0 6.25%
	}
	/*#header-main #nav-main-mobile .main-navigation{margin-top:30px}*/
	#header-main #nav-main {
		display: none
	}
	#header-main .hamb-menu {
		display: block;
		right: 40px
	}
	#header-main .language-wrapper {
		margin: 0;
		height: 25px;
		margin-left: 20px
	}
	#header-main .language-wrapper .active-language {
		display: inline-block;
		vertical-align: middle
	}
	#header-main .language-wrapper .active-language .lg {
		text-transform: uppercase;
		color: #ffffff
	}
	#header-main .language-wrapper .active-language .arrow {
		display: none
	}
	#header-main .language-wrapper .other-languages {
		display: inline-block;
		vertical-align: middle;
		opacity: 1;
		visibility: visible
	}
	#header-main .language-wrapper .other-languages li {
		margin-left: 10px;
		padding: 0;
		opacity: .3
	}
	#header-main .language-wrapper .other-languages li a {
		text-transform: uppercase;
		color: #ffffff
	}
	#header-main #nav-left {
		vertical-align: middle
	}
	#header-main #nav-left .icon {
		margin-right: 0;
		width: 20px;
		height: 20px;
		top: 0
	}
	#header-main #nav-left .icon svg path.main {
		fill: #ffffff
	}
	#header-main .sub-nav {
		margin-top: 130px
	}
}

@media only screen and (max-width: 950px) and (max-width: 810px) {
	#header-main .sub-nav {
		display: flex;
		align-items: flex-start
	}
}

@media only screen and (max-width: 950px) {
	#header-main .social-wrapper {
		bottom: 60px;
		left: auto !important
	}
	#header-main .social-wrapper .social-links {
		margin-left: 0;
		display: block
	}
	#header-main .social-wrapper .social-links li:first-child {
		margin-left: 0
	}
	#header-main .social-wrapper .social-links li svg path {
		fill: #ffffff
	}
	#header-main .social-wrapper h5 {
		color: #ffffff;
		margin-bottom: 10px
	}
	#header-main .social-wrapper h5:after {
		display: none
	}
	.page-header .background-wrapper .header-text {
		padding-left: 0
	}
	.js-nav-mobile-open #header-main .main-logo svg path {
		fill: #006cfc
	}
	.page-main {
		-webkit-transition: -webkit-transform 0.68s cubic-bezier(0.64, 0.045, 0.35, 1);
		transition: transform 0.68s cubic-bezier(0.64, 0.045, 0.35, 1);
		-webkit-transform: translateX(0) translateZ(0);
		transform: translateX(0) translateZ(0)
	}
}

@media only screen and (max-width: 810px) {
	#header-main #nav-left {
		margin-left: 0;
		margin-right: 30px
	}
	.four04 #header-main .hamb-menu {
		display: none
	}
	.four04 .page-header {
		height: 100vh !important
	}
	.four04 .page-header .background-wrapper {
		white-space: nowrap
	}
	.four04 .page-header .header-pictogram-wrapper {
		display: inline-block
	}
	.four04 .page-header .header-pictogram-wrapper.wrapper-1,
	.four04 .page-header .header-pictogram-wrapper.wrapper-2,
	.four04 .page-header .header-pictogram-wrapper.wrapper-3 {
		left: auto;
		width: 60%;
		height: 100%;
		padding: 0;
		margin: 0
	}
	.four04 .page-header .header-pictogram-wrapper.wrapper-1 {
		left: -18%
	}
	.four04 .page-header .header-pictogram-wrapper.wrapper-2 {
		left: -43%
	}
	.four04 .page-header .header-pictogram-wrapper.wrapper-3 {
		left: -68%
	}
	.four04 .page-header .header-pictogram-wrapper .header-pictogram {
		height: auto;
		top: 50%;
		position: relative;
		transform: translate3d(0, -50%, 0)
	}
	.hero-text h3 {
		text-align: left
	}
	.fazemos-lightbox .slick-arrow {
		display: none !important
	}
	.fazemos-lightbox .elastic-btn .morph-shape path {
		stroke: #ffffff
	}
	.fazemos-lightbox .elastic-btn .xis svg path {
		stroke: #ffffff
	}
	.fazemos-lightbox .case-images-container {
		height: 90%
	}
	.fazemos-lightbox .case-images-container ul.slider {
		left: 25px;
		width: calc(100% - 50px);
		top: auto;
		padding-top: 80px;
		padding-bottom: 20px
	}
	.fazemos-lightbox .case-images-container ul.slider .slick-list {
		height: auto
	}
	.fazemos-lightbox .case-info-container {
		padding: 60px 40px
	}
	.cases-studies {
		margin-bottom: 160px
	}
	.cases-studies .subtitle {
		margin-bottom: 80px
	}
	.cases-studies ul li .case-study-container {
		padding-left: 0
	}
	.cases-studies ul li .case-study-container .case-study-info {
		position: relative;
		bottom: auto;
		padding: 30px 0;
		width: 100%
	}
	.page-header {
		height: auto !important
	}
	.page-header .background-wrapper {
		position: relative;
		height: 100% !important
	}
	.page-header .background-wrapper .row {
		height: auto !important
	}
	.page-header .background-wrapper .header-photo {
		margin-top: 160px
	}
	.page-header .background-wrapper .header-photo img {
		max-height: 450px;
		margin: 0 auto
	}
	.page-header .background-wrapper .header-text {
		margin-top: 50px
	}
	.page-header .social-wrapper {
		display: none
	}
	.page-header .deloitte-wrapper,
	.page-header .deloitte-background {
		display: none
	}
	.page-header .header-image-wrapper .background-image {
		max-width: inherit;
		height: 100%;
		position: relative;
		left: 50%;
		transform: translate3d(-50%, 0, 0)
	}
	.page-header .header-pictogram-wrapper {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
		width: 75%;
		height: 100%;
		margin: 0 auto;
		padding-top: 100px
	}
	.page-header .header-pictogram-wrapper .header-pictogram {
		max-width: 100%;
		height: auto
	}
	.nav-sidebar .nav-sidebar-scroll-mobile {
		padding-left: 0
	}
	.nav-sidebar .nav-filter {
		padding: 20px 50px 10px
	}
	.nav-sidebar .nav-filter .arrow-drop {
		top: 50%;
		right: 80px
	}
	.nav-sidebar .nav-filter .nav-filter-item-wrapper {
		width: calc(100% - 100px);
		left: 50px
	}
	.nav-sidebar .nav-sidebar-list {
		padding-left: 50px
	}
	.page-content .job-offers .block-wrapper {
		padding: 25px 25px 0 25px
	}
	.page-content .job-offers .block-wrapper h2 {
		font-size: 22px
	}
	.page-content .job-offers .block-wrapper .post-local {
		left: 25px
	}
	form.contact-form .input-area:last-of-type {
		margin-bottom: 50px
	}
	form.contact-form input,
	form.contact-form textarea {
		-webkit-box-shadow: 0px 0px 43px 0px rgba(173, 179, 192, 0.25);
		-moz-box-shadow: 0px 0px 43px 0px rgba(173, 179, 192, 0.25);
		box-shadow: 0px 0px 43px 0px rgba(173, 179, 192, 0.25)
	}
	.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper .check {
		margin-left: 0
	}
	.navbar-job-filter-wrapper .navbar-job-filter .options-main-wrapper .option-wrapper:first-child {
		margin-bottom: 15px
	}
	.page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-image {
		max-height: 70vh
	}
	.page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-shadow {
		-webkit-transform: translate3d(-50%, 80%, 0) scale(0.7);
		transform: translate3d(-50%, 80%, 0) scale(0.7)
	}
	.page-footer.type-2 {
		height: 60vh
	}
	.page-footer.type-2 .content-wrapper svg {
		left: auto;
		right: auto;
		top: auto;
		width: 120px;
		position: relative;
		margin-top: 10px
	}
	.page-footer .last-content-wrapper {
		padding: 20px 40px 40px
	}
	.page-footer .last-content-wrapper .affinity-mark li:first-child {
		display: none
	}
}

@media only screen and (max-width: 640px) {
	.loading-mobile {
		height: 3px
	}
	.fazemos-lightbox .case-images-container {
		height: 85%
	}
	.fazemos-lightbox .case-info-container {
		padding: 40px 25px 50px
	}
	.bg-transition-new h2 {
		font-size: 45px;
		line-height: 48px;
		max-width: 80%
	}
	.hero-text h3 {
		font-size: 28px !important;
		line-height: 36px
	}
	.morphing-letter svg {
		left: -126px
	}
	.navbar-job-filter-wrapper {
		display: none
	}
	.safari .image-blocks .letter-wrapper.hide-mob {
		display: none
	}
	.safari .image-blocks .letter-wrapper.show-mob {
		display: none
	}
	.navbar-services-wrapper {
		padding: 0
	}
	.navbar-services-wrapper .navbar-services-scroll {
		overflow: hidden
	}
	.navbar-services-wrapper .navbar-services li {
		display: inline-block;
		height: 75px
	}
	.navbar-services-wrapper .navbar-services li span {
		display: none
	}
	.navbar-services-wrapper .navbar-services li a {
		position: relative;
		display: block;
		height: 100%;
		max-width: 100%;
		text-align: -webkit-center !important;
	}
	.navbar-services-wrapper .navbar-services li a svg {
		top: 12px
	}
	
	.navbar-services-wrapper .navbar-services li a img {
		top: 24px;
		float: inherit !important;
	}
	
	.image-blocks {
		margin-top: 160px;
		margin-bottom: 380px
	}
	.image-blocks .letter-wrapper,
	.image-blocks .letter-wrapper.show-mob {
		display: none
	}
	.image-blocks .question-wrapper {
		padding: 35px
	}
	.image-blocks .question-wrapper h3 {
		font-size: 30px !important;
		line-height: 34px
	}
	.image-blocks .question-wrapper h2 {
		font-size: 36px !important;
		margin-top: 60px
	}
	.image-blocks .image-wrapper img {
		height: 500px;
		max-width: none;
		margin-left: -200px
	}
	.image-blocks .answer-wrapper .answer-wrapper-text {
		padding: 35px
	}
	.image-blocks .answer-wrapper .answer-wrapper-text h3 {
		font-size: 28px !important;
		line-height: 32px
	}
	.image-blocks .answer-wrapper .answer-wrapper-text h4 {
		font-size: 20px !important;
		line-height: 22px;
		margin-top: 40px
	}
	#header-main {
		padding: 30px 6.25%
	}
	#header-main .main-logo {
		width: 120px
	}
	#header-main.js-drop {
		padding: 20px 6.25% 12px 6.25%
	}
	#header-main #nav-main-mobile {
		width: 100vw;
		left: 0;
		right: auto;
		z-index: 2
	}
	#header-main #nav-main-mobile .main-navigation li a {
		font-size: 24px;
		line-height: 36px
	}
	#header-main #nav-main-mobile .outside-overlay {
		display: none
	}
	#header-main .hamb-menu {
		top: 46px;
		right: 30px;
		-webkit-transition: top .25s ease;
		transition: top .25s ease
	}
	.js-nav-mobile-open #header-main .main-logo svg path {
		fill: #ffffff
	}
	.nav-sidebar {
		margin-top: 90px
	}
	.nav-sidebar .nav-sidebar-scroll {
		height: auto !important
	}
	.nav-sidebar .nav-sidebar-scroll[data-scrollbar] .scrollbar-track {
		display: none !important
	}
	.nav-sidebar .nav-filter {
		padding: 20px 25px 0
	}
	.nav-sidebar .nav-filter .arrow-drop {
		top: 56%;
		right: 50px
	}
	.nav-sidebar .nav-filter .nav-filter-item-wrapper {
		width: calc(100% - 50px);
		left: 25px
	}
	.nav-sidebar .nav-sidebar-list {
		padding-left: 25px
	}
	.nav-sidebar .nav-sidebar-list .nav-sidebar-item {
		width: 280px
	}
	.nav-sidebar .nav-sidebar-list .nav-sidebar-item .nav-sidebar-link {
		padding: 25px;
		height: 100%
	}
	.nav-sidebar .nav-sidebar-list .nav-sidebar-item:last-child {
		margin-right: 0
	}
	.full-page-article {
		padding-bottom: 120px
	}
	.full-page-article:first-of-type {
		padding-top: 60px
	}
	.full-page-article .full-page-article-header h2 {
		font-size: 44px;
		line-height: 48px
	}
	.full-page-article .full-page-article-content .full-page-article-text h3 {
		font-size: 28px;
		line-height: 34px
	}
	.page-header {
		height: 100vh
	}
	.page-header .background-wrapper .header-photo {
		margin-top: 110px
	}
	.page-header .background-wrapper .header-photo img {
		max-height: 260px
	}
	.page-header .background-wrapper .header-text {
		margin-top: 30px
	}
	.page-header .background-wrapper .header-text h2 {
		font-size: 46px;
		line-height: 50px
	}
	.page-header .background-wrapper .header-text h3 {
		font-size: 30px;
		margin-top: 30px
	}
	.page-header .social-wrapper {
		margin-top: 60px
	}
	.page-header .social-wrapper h5 {
		display: block;
		margin-bottom: 15px;
		text-align: center
	}
	.page-header .social-wrapper h5:after {
		display: none
	}
	.page-header .social-wrapper .social-links {
		margin-left: 0;
		display: block;
		text-align: center
	}
	.page-header .social-wrapper {
		position: relative;
		bottom: auto;
		left: auto !important
	}
	.page-header .header-image-wrapper .header-pictogram-wrapper .header-pictogram {
		height: 75%
	}
	.page-content .to-section .break-line {
		display: none
	}
	.page-content .to-section p {
		margin-top: 15px
	}
	.page-content .to-section .pos-rel {
		margin-bottom: 80px;
		border-top: 1px solid #f3f3f3
	}
	.page-content .to-section .pos-rel.columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem
	}
	.page-content .to-section .pos-rel:last-child {
		margin-bottom: 0
	}
	.page-content .to-section h3 {
		margin-top: 20px
	}
	.page-content .place-images {
		padding-top: 0
	}
	.page-content .place-images .top-right-image,
	.page-content .place-images .bottom-right-image {
		display: none
	}
	.page-content .place-images .top-left-image,
	.page-content .place-images .bottom-left-image {
		height: 400px
	}
	.page-content .place-images svg {
		width: 100%;
		height: 200px;
		top: calc(50% - 50px)
	}
	.page-footer {
		height: 100vh;
		background-color: #006cfc !important
	}
	.page-footer.type-1 {
		height: calc(100vh + 140px) !important
	}
	.page-footer.type-1 .alphabeth-image.single {
		width: 100%;
		height: auto
	}
	.page-footer.type-1 .content-wrapper {
		padding-top: 0;
		padding-bottom: 60px;
		top: -70px
	}
	.page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-image {
		height: auto
	}
	.page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-shadow {
		-webkit-transform: translate3d(-50%, 80%, 0) scale(0.7);
		transform: translate3d(-50%, 80%, 0) scale(0.7)
	}
	.page-footer.type-1 .content-wrapper h2 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: -1px
	}
	.page-footer.type-1 .elastic-input {
		width: 100%;
		display: block
	}
	.page-footer.type-1 .elastic-input input,
	.page-footer.type-1 .elastic-input label {
		font-size: 12px
	}
	.page-footer.type-1 .elastic-input label {
		padding: 0px 25px
	}
	.page-footer.type-1 .elastic-btn {
		width: 100%;
		height: 55px;
		font-size: 12px
	}
	.page-footer.type-1 .elastic-btn .text {
		line-height: 55px
	}
	.page-footer.type-2 {
		height: calc(100vh + 140px)
	}
	.page-footer.type-2 .content-wrapper {
		top: 0;
		padding-bottom: 0
	}
	.page-footer.type-2 .content-wrapper h3 {
		font-size: 18px
	}
	.page-footer.type-2 .content-wrapper h2 {
		font-size: 50px
	}
	.page-footer.type-2 .content-wrapper .pos-rel {
		margin-top: -50px
	}
	.page-footer .last-content-wrapper {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 25px 6.25% 25px 6.25%
	}
	.page-footer .last-content-wrapper .main-logo {
		margin-top: 0;
		height: 25px
	}
	.page-footer .last-content-wrapper .link-logo-footer {
		display: block;
		top: 6px;
		position: relative;
	}
	.page-footer .last-content-wrapper .made-by {
		display: none;
		top: auto
	}
	.page-footer .last-content-wrapper .made-by a {
		display: block
	}
	.page-footer .last-content-wrapper .affinity-mark {
		display: none;
		top: auto
	}
	.page-footer .last-content-wrapper .affinity-mark p {
		line-height: 16px
	}
	.page-footer .last-content-wrapper .affinity-mark li {
		display: block;
		text-align: right
	}
	.page-footer .last-content-wrapper .affinity-mark li:first-child {
		margin-right: 0
	}
	
	
	#affinity .info-wrapper{
	    display: none;
	} 
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
	padding: 0 3px
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
	padding: 0 3px
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	text-align: center
}

.bg-transition-new {
	display: none
}

.gmnoprint:not(.gm-bundled-control) {
	display: none
}

.gm-style-cc {
	display: none
}

.gm-bundled-control .gmnoprint {
	display: block
}

a[href^="http://maps.google.com/maps"] {
	display: none !important
}

a[href^="https://maps.google.com/maps"] {
	display: none !important
}

a[href^="https://www.google.com/maps"] {
	display: none !important
}

.home #header-main #nav-main li a {
	color: #ffffff
}

.home #header-main.js-drop #nav-main li a {
	color: #9fa6b6
}

.home.en-lang .home-page .page-content .company-numbers .hashtag-title,
.home.pt-lang .home-page .page-content .company-numbers .hashtag-title {
	margin-bottom: 200px;
	margin-top: -180px;
	opacity: 1;
	background: #2c2c2c;
	background: linear-gradient(90deg, #c7e8fd 0%, #becdfa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.pt-lang .home-page .page-content .news-events .morphing-letter svg {
	left: -115px
}

.edge .page-footer.type-1 .webGL-main,
.ie .page-footer.type-1 .webGL-main {
	top: 50%;
	transform: translateY(-50%) scale(1.4);
	-webkit-transform: translateY(-50%) scale(1.4)
}

.edge .home-page .page-header .deloitte-background svg,
.ie .home-page .page-header .deloitte-background svg {
	bottom: -450px
}

.edge .home-page .page-header .popup-link,
.ie .home-page .page-header .popup-link {
	bottom: -120px
}

.ie .home-page .page-header .popup-link form .rgpd-wrapper svg {
	top: 0
}

.mobile .home-page .page-header .header-image-wrapper .block-bg-cover img {
	display: block
}

.mobile .home-page .page-content .we-do .we-do-list li a:hover img {
	opacity: 1
}

.mobile .home-page .page-content .we-do .we-do-list li a:hover .hover {
	opacity: 0
}

.home-page .webGL-main {
	z-index: 0
}

.home-page .page-header .social-wrapper h5 {
	color: #ffffff
}

.home-page .page-header .social-wrapper h5:after {
	background-color: #ffffff
}

.home-page .page-header .social-wrapper .social-links li svg path {
	fill: #ffffff
}

@media only screen and (max-width: 810px) {
	.home-page .page-header {
		height: 170vh !important
	}
}

@media only screen and (max-width: 640px) {
	.home-page .page-header {
		/*height: 100% !important;*/
		max-height: 820px !important;
		margin-bottom: 60px;
	}
}

.home-page .page-header .video-event-container {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex
}

@media only screen and (max-width: 640px) {
	.home-page .page-header .video-event-container {
		height: 100%
	}
}

.home-page .page-header .video-event-container .video-block {
	z-index: -1
}

@media only screen and (max-width: 1279px) {
	.home-page .page-header .video-event-container .video-block {
		width: 50vw
	}
}

@media only screen and (max-width: 810px) {
	.home-page .page-header .video-event-container .video-block {
		width: 100vw;
		height: 100%
	}
}

.home-page .page-header .video-event-container .business-teaser {
	opacity: 0
}

@media only screen and (max-width: 1279px) {
	.home-page .page-header .video-event-container .business-teaser {
		opacity: 1;
		left: auto;
		right: 0
	}
}

@media only screen and (max-width: 810px) {
	.home-page .page-header .video-event-container .business-teaser {
		top: auto;
		bottom: 1px
	}
}

@media only screen and (max-width: 810px) {
	.home-page .page-header .video-event-container {
		display: block
	}
}

.home-page .page-header .video-event-container .video-event-split {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50vw;
	height: 100%;
	cursor: pointer
}

.home-page .page-header .video-event-container .video-event-split.active span,
.home-page .page-header .video-event-container .video-event-split.active svg {
	opacity: 1
}

@media only screen and (max-width: 810px) {
	.home-page .page-header .video-event-container .video-event-split {
		width: 100vw;
		height: 50%;
		flex-direction: column
	}
}

@media only screen and (max-width: 640px) {
	.home-page .page-header .video-event-container .video-event-split.people{
	    margin-top: 25%;
	    height: 25%;
	}

	.home-page .page-header .video-event-container .video-event-split {
		width: 100vw;
		height: 25%;
	}
	
	
}

.home-page .page-header .video-event-container .video-event-split span {
	font-family: auto; /*'Cera';*/
	font-weight: bold;
	font-size: 45px;
	color: #ffffff;
	letter-spacing: -0.03em;
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0.3;
	width: 200px !important;
	height: 200px !important;
	text-align: center;
	
	background-color: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        padding: 76px 10px 60px 10px;
}

.video-event-split.business span{
    line-height: 30px;
    padding: 70px 10px 60px 10px;
}

.video-event-split.school span{
    padding: 76px 10px 60px 10px;
}


@media only screen and (max-width: 1279px) {
	.home-page .page-header .video-event-container .video-event-split span {
		opacity: 1;
		font-size: 50px
	}
}

@media only screen and (max-width: 640px) {
	.home-page .page-header .video-event-container .video-event-split span {
		font-size: 32px;
	}
	.home-page .page-header .video-event-container .video-event-split span {
	    width: 150px !important;
	    height: 150px !important;
            padding: 56px 10px 60px 10px;
        }	
}

.home-page .page-header .video-event-container .video-event-split svg {
	position: absolute;
	top: calc(50% + 110px);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 88px;
	height: 88px;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-header .video-event-container .video-event-split svg .line {
	stroke: #ffffff;
	stroke-width: 2;
	opacity: 0.2;
	fill: none
}

.home-page .page-header .video-event-container .video-event-split svg path:not(.line) {
	fill: #ffffff
}

@media only screen and (max-width: 1279px) {
	.home-page .page-header .video-event-container .video-event-split svg {
		opacity: 1;
		width: 65px;
		height: 65px;
		top: calc(50% + 90px)
	}
}

@media only screen and (max-width: 810px) {
	.home-page .page-header .video-event-container .video-event-split svg {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		transform: none;
		margin: 0;
		margin-top: 35px
	}
}

@media only screen and (max-width: 640px) {
	.home-page .page-header .video-event-container .video-event-split svg {
		margin: 0;
		margin-top: 25px
	}
}

.home-page .page-header .video-event-container .hands {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 195px;
	z-index: 1;
	transform: translateY(-50%);
	pointer-events: none
}

.home-page .page-header .video-event-container .hands path {
	fill: #ffffff
}

@media only screen and (max-width: 640px) {
	.home-page .page-header .video-event-container .hands {
		width: 80px;
		height: 175px
	}
}

.home-page .page-header .header-image-wrapper {
	z-index: -1
}

.home-page .page-header #awwwards {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	z-index: 999
}

.home-page .page-header .header-pictogram-wrapper {
	height: 73%
}

.home-page .page-header .header-photo {
	width: 45vw;
	margin-top: 50px;
	max-width: none
}

.home-page .page-header .header-photo img {
	margin-left: -150px
}

.home-page .page-header .deloitte-background {
	pointer-events: none;
	width: 400px;
	height: 700px
}

.home-page .page-header .deloitte-background svg {
	position: absolute;
	bottom: -320px;
	right: -20px;
	width: 400px;
	height: 700px;
	fill-opacity: 0.95
}

.home-page .page-header .deloitte-background svg path {
	fill: #006cfc
}

@media only screen and (min-height: 500px) and (max-height: 860px) {
	.home-page .page-header .deloitte-background svg {
		bottom: -460px
	}
}

.home-page .page-header .deloitte-wrapper {
	position: absolute;
	bottom: 0px;
	right: 65px
}

.home-page .page-header .deloitte-wrapper h4 {
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #ffffff
}

.home-page .page-header .deloitte-wrapper p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	line-height: 17px;
	font-weight: 500;
	margin-bottom: 15px
}

.home-page .page-header .deloitte-wrapper button {
	font-family: 'Cera';
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0;
	color: #ffffff;
	margin-top: 33px
}

.home-page .page-header .deloitte-wrapper button:before {
	content: '';
	width: 105%;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	-webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-header .deloitte-wrapper button:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.1);
	transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	-webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: .4s;
	-webkit-transition-delay: .4s
}

.home-page .page-header .deloitte-wrapper button:hover:after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition-delay: 0s;
	-webkit-transition-delay: 0s
}

.home-page .page-header .deloitte-wrapper button:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s
}

.home-page .page-header .popup-link {
	position: absolute;
	bottom: 20px;
	right: 65px;
	max-width: 240px
}

.home-page .page-header .popup-link h4 {
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #ffffff
}

.home-page .page-header .popup-link h4.full {
	white-space: nowrap
}

.home-page .page-header .popup-link p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	line-height: 17px;
	font-weight: 500;
	margin-bottom: 15px
}

.home-page .page-header .popup-link .elastic-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px)
}

.home-page .page-header .popup-link .elastic-btn .text {
	position: relative;
	width: auto;
	height: auto;
	top: 0;
	left: initial;
	right: initial;
	transform: none;
	-webkit-transform: none
}

.home-page .page-header .popup-link form {
	width: 120%
}

.home-page .page-header .popup-link form .elastic-input {
	position: relative;
	width: 240px
}

.home-page .page-header .popup-link form .elastic-input label {
	font-size: 11px
}

.home-page .page-header .popup-link form .elastic-input input {
	width: 75%;
	font-size: 11px;
	padding-right: 0
}

.home-page .page-header .popup-link form .elastic-input .morph-container path {
	fill: transparent;
	stroke-width: 3
}

.home-page .page-header .popup-link form .elastic-input .error-text,
.home-page .page-header .popup-link form .elastic-input .success-text {
	bottom: -8px;
	font-size: 13px
}

.home-page .page-header .popup-link form .elastic-input .success-text {
	color: #2ecc71
}

.home-page .page-header .popup-link form .elastic-input button {
	width: 50px;
	height: 56.5%;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 18px;
	background-color: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	cursor: pointer;
	z-index: 1
}

.home-page .page-header .popup-link form .elastic-input button.enable {
	background-color: rgba(255, 255, 255, 0.9);
	pointer-events: all
}

.home-page .page-header .popup-link form .elastic-input button svg {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 10px;
	height: 17px;
	transition: 0.2s transform ease-in-out;
	-webkit-transition: 0.2s transform ease-in-out
}

.home-page .page-header .popup-link form .elastic-input button svg path {
	fill: none;
	stroke: #006cfc;
	stroke-width: 2;
	stroke-miterlimit: 10
}

.home-page .page-header .popup-link form .elastic-input button:hover svg {
	transform: translateY(-50%) translateX(5px);
	-webkit-transform: translateY(-50%) translateX(5px)
}

.home-page .page-header .popup-link form .rgpd-wrapper {
	position: relative;
	margin-top: 20px;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer
}

.home-page .page-header .popup-link form .rgpd-wrapper:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border: 2px solid #ffffff;
	top: 3px;
	left: 0;
	pointer-events: none;
	border-radius: 5px
}

.home-page .page-header .popup-link form .rgpd-wrapper svg {
	position: absolute;
	width: 20px;
	left: 5px;
	top: 5px;
	opacity: 0
}

.home-page .page-header .popup-link form .rgpd-wrapper svg path {
	stroke: #ffffff
}

.home-page .page-header .popup-link form .rgpd-wrapper svg.active {
	opacity: 1
}

.home-page .page-header .popup-link form .rgpd-wrapper input {
	opacity: 0;
	visibility: hidden
}

.home-page .page-header .popup-link form .rgpd-wrapper .rgpd-text {
	position: relative;
	top: 1px;
	color: #ffffff;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	line-height: 1.1
}

.home-page .page-header .popup-link form .rgpd-wrapper .rgpd-text a {
	color: #ffffff;
	text-decoration: underline
}

.home-page .page-header .popup-link form .rgpd-wrapper .hidden {
	display: none
}

@media only screen and (min-height: 500px) and (max-height: 860px) {
	.home-page .page-header .popup-link {
		bottom: -110px
	}
}

.home-page .page-content {
	position: relative
}

@media only screen and (max-width: 810px) {
	.home-page .page-content {
		margin-top: -10vh
	}
}

.home-page .page-content .we-do {
	padding-top: 0px;
	margin-top: 160px
}

.home-page .page-content .we-do h2 {
	font-size: 65px
}

.home-page .page-content .we-do .we-do-list {
	position: relative;
	margin: 0 auto 180px
}

.home-page .page-content .we-do .we-do-list li {
	position: relative
}

.home-page .page-content .we-do .we-do-list li a {
	position: relative;
	display: block
}

.home-page .page-content .we-do .we-do-list li a:hover img {
	opacity: 0;
	-webkit-transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-content .we-do .we-do-list li a:hover .hover {
	opacity: 1;
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-content .we-do .we-do-list li:last-child h3 {
	left: 13px
}

.home-page .page-content .we-do .we-do-list li img {
	position: relative;
	margin: 0 auto;
	width: 300px;
	-webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-content .we-do .we-do-list li img.hover {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-content .we-do .we-do-list li h3 {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: bold;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-size: 35px;
	color: #2c2c2c
}

.home-page .page-content #social-activity {
	margin-top: 0;
	padding-top: 0;
	z-index: 2;
	margin-bottom: 180px
}

.home-page .page-content #social-activity .lateral-padd {
	padding: 0 54px
}

.home-page .page-content #social-activity .hashtag-title {
	z-index: 1
}

.home-page .page-content #social-activity .social-container.mt-negative {
	margin-top: -130px
}

.home-page .page-content #social-activity .social-container.mt-positive {
	padding-top: 80px
}

.home-page .page-content #social-activity .social-container .icon {
	position: absolute;
	top: 27.5px;
	left: 30px;
	width: 20px;
	height: 15px;
	z-index: 2
}

.home-page .page-content #social-activity .social-container .icon svg {
	width: inherit;
	height: inherit
}

.home-page .page-content #social-activity .social-container .icon svg path {
	fill: rgba(255, 255, 255, 0.5)
}

.home-page .page-content #social-activity .social-container .social-hashtag {
	position: absolute;
	bottom: 27.5px;
	left: 32.5px;
	z-index: 2;
	font-family: 'cera';
	font-weight: normal;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5)
}

.home-page .page-content #social-activity .social-container .vertical-block {
	position: relative;
	height: 600px;
	padding: 35px;
	text-align: left
}

.home-page .page-content #social-activity .social-container .vertical-block h2 {
	position: absolute;
	bottom: 50px;
	font-size: calc(18px + (20-18) * (100vw - 200px) / (800 -200));
	font-weight: bold;
	margin-top: 175px;
	margin-bottom: 0
}

.home-page .page-content #social-activity .social-container .vertical-block h3 {
	font-size: calc(19px + (13-11) * (100vw - 200px) / (800 -200px));
	line-height: 40px;
	font-weight: bold;
	color: #2c2c2c
}

.home-page .page-content #social-activity .social-container .square-block {
	position: relative;
	height: 280px;
	margin-bottom: calc(0.625rem * 2);
	overflow: hidden
}

.home-page .page-content #social-activity .social-container .square-block.twitter-container {
	background-color: #4267b2
}

.home-page .page-content #social-activity .social-container .square-block.google-container {
	background-color: #dc4a38;
	opacity: 0;
	visibility: hidden
}

.home-page .page-content #social-activity .social-container .insta-container img,
.home-page .page-content #social-activity .social-container .twitter-container img,
.home-page .page-content #social-activity .social-container .google-container img,
.home-page .page-content #social-activity .social-container .news-container img,
.home-page .page-content #social-activity .social-container .video-container img,
.home-page .page-content #social-activity .social-container .facebook-wrapper-square img {
	-webkit-transition: 15s transform cubic-bezier(0.19, 1, 0.22, 1);
	transition: 15s transform cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-content #social-activity .social-container .insta-container:hover img,
.home-page .page-content #social-activity .social-container .twitter-container:hover img,
.home-page .page-content #social-activity .social-container .google-container:hover img,
.home-page .page-content #social-activity .social-container .news-container:hover img,
.home-page .page-content #social-activity .social-container .video-container:hover img,
.home-page .page-content #social-activity .social-container .facebook-wrapper-square:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.home-page .page-content #social-activity .social-container .insta-container ul,
.home-page .page-content #social-activity .social-container .twitter-container ul,
.home-page .page-content #social-activity .social-container .google-container ul,
.home-page .page-content #social-activity .social-container .news-container ul,
.home-page .page-content #social-activity .social-container .video-container ul,
.home-page .page-content #social-activity .social-container .facebook-wrapper-square ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	display: flex
}

.home-page .page-content #social-activity .social-container .insta-container ul li,
.home-page .page-content #social-activity .social-container .twitter-container ul li,
.home-page .page-content #social-activity .social-container .google-container ul li,
.home-page .page-content #social-activity .social-container .news-container ul li,
.home-page .page-content #social-activity .social-container .video-container ul li,
.home-page .page-content #social-activity .social-container .facebook-wrapper-square ul li {
	display: flex;
	min-width: 100%
}

.home-page .page-content #social-activity .social-container .google-container li,
.home-page .page-content #social-activity .social-container .news-container li,
.home-page .page-content #social-activity .social-container .twitter-container li,
.home-page .page-content #social-activity .social-container .insta-container li {
	position: relative
}

.home-page .page-content #social-activity .social-container .google-container a,
.home-page .page-content #social-activity .social-container .news-container a,
.home-page .page-content #social-activity .social-container .twitter-container a,
.home-page .page-content #social-activity .social-container .insta-container a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 80px 30px
}

.home-page .page-content #social-activity .social-container .google-container:before,
.home-page .page-content #social-activity .social-container .news-container:before,
.home-page .page-content #social-activity .social-container .twitter-container:before,
.home-page .page-content #social-activity .social-container .insta-container:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: #000000;
	opacity: 0;
	-webkit-transition: 5s opacity cubic-bezier(0.19, 1, 0.22, 1);
	transition: 5s opacity cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-content #social-activity .social-container .google-container:hover:before,
.home-page .page-content #social-activity .social-container .news-container:hover:before,
.home-page .page-content #social-activity .social-container .twitter-container:hover:before,
.home-page .page-content #social-activity .social-container .insta-container:hover:before {
	opacity: .2
}

.home-page .page-content #social-activity .social-container .insta-container {
	position: relative;
	height: 280px
}

.home-page .page-content #social-activity .social-container .insta-container:before {
	opacity: .05;
	z-index: 1
}

.home-page .page-content #social-activity .social-container .twitter-container,
.home-page .page-content #social-activity .social-container .google-container {
	overflow: hidden
}

.home-page .page-content #social-activity .social-container .twitter-container ul .google-wrapper,
.home-page .page-content #social-activity .social-container .twitter-container ul .twitter-wrapper,
.home-page .page-content #social-activity .social-container .google-container ul .google-wrapper,
.home-page .page-content #social-activity .social-container .google-container ul .twitter-wrapper {
	padding: 0 27.5px;
	display: flex;
	align-items: center
}

.home-page .page-content #social-activity .social-container .twitter-container h2,
.home-page .page-content #social-activity .social-container .google-container h2 {
	font-family: 'Cera';
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	text-align: left;
	margin-bottom: 0
}

.home-page .page-content #social-activity .social-container .twitter-container h3,
.home-page .page-content #social-activity .social-container .google-container h3 {
	position: absolute;
	bottom: 27.5px;
	font-family: 'Cera';
	font-weight: 500;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
	text-align: left;
	width: 100%
}

.home-page .page-content #social-activity .social-container .news-container h2,
.home-page .page-content #social-activity .social-container .facebook-container h2 {
	position: relative;
	z-index: 1;
	font-family: 'Cera';
	font-weight: normal;
	font-size: 32px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 0
}

.home-page .page-content #social-activity .social-container .news-container {
	position: relative;
	height: 280px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: calc(0.625rem * 2);
	padding: 0 156px 0 27.5px;
	background-color: #006cfc;
	text-align: left;
	cursor: pointer
}

.home-page .page-content #social-activity .social-container .facebook-container {
	position: relative;
	height: 511px;
	margin-bottom: calc(0.625rem * 2);
	overflow: hidden
}

.home-page .page-content #social-activity .social-container .facebook-container img {
	-webkit-transition: 15s transform cubic-bezier(0.19, 1, 0.22, 1);
	transition: 15s transform cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-content #social-activity .social-container .facebook-container:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.home-page .page-content #social-activity .social-container .facebook-container .gallery {
	display: flex
}

.home-page .page-content #social-activity .social-container .facebook-container .gallery.gallery-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home-page .page-content #social-activity .social-container .facebook-container .gallery.gallery-square {
	height: 100%;
	display: flex
}

.home-page .page-content #social-activity .social-container .facebook-container .gallery.gallery-square li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding: 0 32.5px
}

.home-page .page-content #social-activity .social-container .facebook-container .gallery li {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 100%
}

.home-page .page-content #social-activity .social-container .facebook-container .gallery h2 {
	color: #9fa6b6
}

.home-page .page-content #social-activity .social-container .facebook-container .gallery h3 {
	position: absolute;
	left: 27.5px;
	bottom: 27.5px;
	font-family: 'Cera';
	font-weight: 500;
	font-size: 13px;
	color: rgba(159, 166, 182, 0.4);
	text-align: left;
	width: 100%
}

.home-page .page-content #social-activity .social-container .facebook-container .white-square-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 304px;
	height: 280px;
	background-color: #ffffff;
	overflow: hidden
}

.home-page .page-content #social-activity .social-container .facebook-container .white-square-container .icon svg path {
	fill: #cfd2da
}

.home-page .page-content #social-activity .social-container .video-container {
	position: relative;
	overflow: hidden;
	height: 280px
}

.home-page .page-content #social-activity .social-container .video-container .video-wrapper {
	position: relative;
	height: 100%;
	width: 100%
}

.home-page .page-content .company-numbers {
	padding-top: 100px;
	padding-bottom: 250px;
	z-index: 3
}

.home-page .page-content .company-numbers .hashtag-title {
	margin-bottom: 100px
}

.home-page .page-content .company-numbers .number-container {
	position: relative
}

.home-page .page-content .company-numbers .number-container h2 {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	font-size: 130px;
	line-height: 1.2
}

.home-page .page-content .company-numbers .number-container .statistic-title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: 'Cera';
	font-weight: bold;
	color: #000000;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 5px
}

.home-page .page-content .news-events {
	position: relative;
	padding-top: 295px;
	padding-bottom: 0;
	background: #fafafa
}

.home-page .page-content .news-events .mt-negative {
	margin-top: -302px
}

.home-page .page-content .news-events .meta-title-wrapper {
	margin-bottom: 100px
}

.home-page .page-content .news-events .subtitle {
	position: relative;
	z-index: 1;
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 115px;
	letter-spacing: -0.5px
}

.home-page .page-content .news-events .view-all {
	margin-bottom: 75px;
	margin-left: 0.625rem
}

.home-page .page-content .news-events .block-bg-cover img {
	transition: 15s transform cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: 15s transform cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-content .news-events .news-wrapper {
	position: relative;
	height: 487px;
	margin-bottom: calc(0.625rem * 2);
	will-change: true
}

.home-page .page-content .news-events .news-wrapper:hover .view-all:after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition-delay: 0s;
	-webkit-transition-delay: 0s
}

.home-page .page-content .news-events .news-wrapper:hover .view-all:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s
}

.home-page .page-content .news-events .news-wrapper:hover .block-bg-cover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2)
}

.home-page .page-content .news-events .block-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 35px 45px 0 35px;
	background-color: #ffffff;
	padding-bottom: 35px;
	width: 342px
}

.home-page .page-content .news-events .block-wrapper h2 {
	margin-top: 33px;
	font-size: 24px;
	color: #000000;
	margin-bottom: 0;
	pointer-events: none
}

.home-page .page-content .news-events .block-wrapper .post-time {
	position: relative;
	font-weight: bold;
	color: #9fa6b6;
	font-size: 12px;
	margin-bottom: 10px;
	pointer-events: none
}

.home-page .page-content .news-events .block-wrapper .post-time .post-target {
	font-weight: 500;
	font-size: 11px;
	margin-left: 10px;
	color: #006cfc
}

.home-page .page-content .news-events .block-wrapper button {
	position: relative;
	font-family: 'Cera';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 0
}

.home-page .page-content .news-events .block-wrapper button:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #9fa6b6
}

.home-page .page-content .news-events .plus-button-wrapper {
	position: relative;
	margin-top: 120px;
	text-align: center
}

.home-page .page-content .news-events .plus-button-wrapper .plus-button {
	display: block;
	margin: 0 auto
}

.home-page .page-content .news-events .plus-button-wrapper span {
	position: relative;
	display: block;
	margin-top: 10px;
	font-family: 'Cera';
	font-weight: bold;
	font-size: 22px;
	color: #9fa6b6
}

.home-page .page-content .news-events .news-link-wrapper:nth-child(even) {
	position: relative;
	top: -300px
}

.home-page .page-content .job-offers {
	padding-bottom: 200px
}

.home-page .page-content .job-offers .keywork-image {
	position: relative;
	top: -25%
}

.home-page .page-content .job-offers h2 {
	margin-bottom: 20px
}

.home-page .page-content .job-offers h3 {
	margin-left: 0;
	margin-bottom: 145px
}

.home-page .page-content .job-offers .elastic-btn {
	color: #ffffff
}

.home-page .page-content .job-offers .elastic-btn .text {
	text-align: center
}

.home-page .page-content .job-offers .elastic-btn svg path {
	fill: #006cfc;
	stroke: #006cfc
}

.home-page .page-content .about {
	position: relative;
	margin-bottom: 300px
}

.home-page .page-content .about.image-blocks .answer-wrapper {
	top: 80%
}

.home-page .page-content .about.image-blocks .question-wrapper h2 {
	margin-bottom: 0
}

.home-page .page-content .contacts #map {
	height: 700px
}

.home-page .page-content .contacts .map-marker {
	width: 140px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.home-page .page-content .contacts .cities-hashs {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.home-page .page-content .contacts .cities-hashs h2 {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin: 0;
	font-weight: bold;
	font-size: 150px;
	color: #2c2c2c;
	opacity: 0
}

.home-page .page-content .contacts .cities-hashs h2:first-of-type {
	position: relative;
	top: -20px;
	opacity: .05
}

.home-page .page-content .contacts .info-wrapper {
	position: absolute;
	top: 200px;
	width: 100%;
	pointer-events: none
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper {
	position: relative;
	padding: 70px;
	pointer-events: all;
	-webkit-transform-origin: center left;
	transform-origin: center left
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector {
	position: relative;
	margin-bottom: 40px;
	pointer-events: all
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li {
	display: inline-block;
	margin: 0 15px;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #006cfc;
	cursor: pointer;
	pointer-events: all;
	opacity: .3;
	border-bottom: 2px solid rgba(0, 108, 252, 0);
	-webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li.active,
.home-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li:hover {
	opacity: 1;
	border-bottom: 2px solid #006cfc
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li:first-of-type {
	margin-left: 0
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper .contacts-info-wrapper {
	position: relative;
	overflow: hidden
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper .contacts-info-wrapper .contacts-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper .contacts-info-wrapper .contacts-info:first-child {
	position: relative;
	opacity: 1;
	visibility: visible
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper h3 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: -1px;
	color: #2c2c2c
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper p {
	display: block
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper a:not(.btn) {
	display: inline-block;
	margin-left: 35px;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #006cfc;
	pointer-events: all
}

.home-page .page-content .contacts .info-wrapper .contacts-wrapper .btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline-block;
	border-radius: 0px;
	padding: 30px;
	font-weight: 500;
	color: #ffffff;
	pointer-events: all
}

.home-page .page-content .mission h2 {
	margin-top: 180px;
	font-size: 65px;
	font-weight: bold;
	color: #006cfc;
	text-transform: uppercase;
	letter-spacing: 28px
}

.home-page .page-content .mission h3 {
	margin-top: 140px;
	font-size: calc(10px + (12-10) * (100vw - 0px) / (600 - 0));
	font-weight: bold;
	color: #2c2c2c;
	text-align: left
}

.home-page .page-content .clients .clients-list .column {
	max-height: 75px;
	margin: 50px 0
}

.home-page .page-content .clients .clients-list .column img {
	height: 100%;
	margin: 0 auto
}

.home-page .page-footer {
	background-color: #fafafa
}

.home-page .page-footer.type-1 {
	height: 115vh
}

.home-page .page-footer.type-1 .content-wrapper {
	position: relative;
	margin-top: 15vh
}

.home-page .page-footer.type-1 .content-wrapper h2 {
	margin-bottom: 140px
}

.home-page .page-footer.type-1 .content-wrapper h5 {
	margin-bottom: 40px
}

.home-page .page-footer.type-1 .content-wrapper form {
	position: relative;
	z-index: 5
}

.home-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper {
	pointer-events: none;
	z-index: 4;
	height: 85%
}

.home-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper picture {
	display: none
}

.home-page .page-footer.type-1 .content-wrapper form {
	z-index: 11
}

@media only screen and (max-width: 1440px) {
	.home-page .page-content .company-numbers .number-container h2 {
		font-size: 110px !important;
	}
}

@media only screen and (max-width: 1650px) {
	.home-page .page-header .header-photo {
		margin-top: 70px;
		width: 50vw
	}
	.home-page .page-footer.type-1 .content-wrapper h2 {
		margin-bottom: 160px
	}
}

@media only screen and (max-width: 1440px) {
	.home-page .page-header .header-photo {
		margin-top: 50px
	}
	.home-page .page-footer.type-1 .content-wrapper h2 {
		margin-bottom: 160px;
		font-size: 80px
	}
	.home-page .page-footer canvas {
		padding-top: 50px
	}
}

@media only screen and (max-width: 1160px) {
	.home-page .page-content .news-events .block-wrapper {
		width: 100%
	}
}

@media only screen and (max-width: 1280px) {
	.home-page .page-content .page-footer canvas {
		display: none
	}
}

@media only screen and (max-width: 1279px) {
	.mobile .page-header .popup-link,
	.mobile .page-header .newsletter-popup {
		bottom: -81px;
		right: 25px
	}
	.mobile .page-header .deloitte-background svg {
		bottom: -340px;
		width: 370px;
		height: 580px
	}
	.mobile .page-header .deloitte-wrapper {
		bottom: -100px
	}
	.mobile .page-header .deloitte-wrapper h4 {
		font-size: 18px
	}
	.mobile .page-header .deloitte-wrapper p {
		font-size: 12px;
		line-height: 16px
	}
	.pt-lang .home-page .page-content .news-events .morphing-letter svg {
		left: -95px
	}
	.home.en-lang .home-page .page-content .company-numbers .hashtag-title,
	.home.pt-lang .home-page .page-content .company-numbers .hashtag-title {
		margin-bottom: 0
	}
	.home-page .page-content .we-do {
		margin-bottom: 150px
	}
	.home-page .page-content .we-do h2 {
		font-size: 55px
	}
	.home-page .page-content .we-do .we-do-list {
		margin-bottom: 0px
	}
	.home-page .page-content .we-do .we-do-list li h3 {
		top: calc(50% + 10px);
		font-size: 30px
	}
	.home-page .page-content .we-do .we-do-list li img {
		width: 250px
	}
	.home-page .page-content #social-activity .lateral-padd {
		padding: 0
	}
	.home-page .page-content #social-activity .social-container.mt-negative {
		margin-top: -80px
	}
	.home-page .page-content #social-activity .social-container.mt-positive {
		padding-top: 40px
	}
	.home-page .page-content #social-activity .social-container .icon {
		top: 25px;
		left: 25px
	}
	.home-page .page-content #social-activity .social-container .social-hashtag {
		left: 25px;
		bottom: 25px;
		font-size: 14px
	}
	.home-page .page-content #social-activity .social-container .twitter-container ul .google-wrapper,
	.home-page .page-content #social-activity .social-container .twitter-container ul .twitter-wrapper,
	.home-page .page-content #social-activity .social-container .google-container ul .google-wrapper,
	.home-page .page-content #social-activity .social-container .google-container ul .twitter-wrapper {
		padding: 25px
	}
	.home-page .page-content #social-activity .social-container .square-block.twitter-container {
		height: 240px
	}
	.home-page .page-content #social-activity .social-container .square-block.google-container {
		height: 300px
	}
	.home-page .page-content #social-activity .social-container .twitter-container h2,
	.home-page .page-content #social-activity .social-container .google-container h2 {
		font-size: 20px;
		line-height: 22px
	}
	.home-page .page-content #social-activity .social-container .twitter-container h3,
	.home-page .page-content #social-activity .social-container .google-container h3 {
		bottom: 25px;
		left: 25px;
		width: calc(100% - 50px);
		font-size: 11px
	}
	.home-page .page-content #social-activity .social-container .news-container h2,
	.home-page .page-content #social-activity .social-container .facebook-container h2 {
		font-size: 26px;
		line-height: 30px
	}
	.home-page .page-content #social-activity .social-container .news-container {
		height: 220px
	}
	.home-page .page-content #social-activity .social-container .facebook-container {
		height: 460px
	}
	.home-page .page-content #social-activity .social-container .facebook-container .gallery.gallery-square li {
		padding-left: 25px;
		padding-right: 25px
	}
	.home-page .page-content #social-activity .social-container .facebook-container .white-square-container {
		height: 200px
	}
	.home-page .page-content #social-activity .social-container .vertical-block {
		height: auto;
		padding: 25px;
		margin-top: -150px
	}
	.home-page .page-content #social-activity .social-container .vertical-block h2 {
		position: relative;
		bottom: auto;
		margin-top: 80px;
		font-size: 32px !important
	}
	.home-page .page-content #social-activity .social-container .vertical-block h3 {
		font-size: 24px !important;
		line-height: 1
	}
	.home-page .page-content .company-numbers {
		padding-bottom: 60px;
		padding-top: 120px
	}
	.home-page .page-content .company-numbers .hashtag-title {
		margin-bottom: 0
	}
	.home-page .page-content .company-numbers .number-container h2 {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		font-size: 100px;
		margin-bottom: 0
	}
	.home-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 30px
	}
	.home-page .page-content .company-numbers .text-center:nth-child(4) {
		margin-top: 60px
	}
	.home-page .page-content .news-events .subtitle,
	.home-page .page-content .job-offers .subtitle {
		font-size: 20px;
		line-height: 22px
	}
	.home-page .page-content .news-events {
		padding-bottom: 0
	}
	.home-page .page-content .news-events .view-all {
		margin-left: 0
	}
	.home-page .page-content .job-offers {
		padding-bottom: 100px
	}
	.home-page .page-footer.type-1 .content-wrapper {
		top: -120px
	}
	.home-page .page-footer.type-1 .content-wrapper h5 {
		margin-top: 50px
	}
	.home-page .page-footer.type-1 .content-wrapper h2 {
		font-size: 65px
	}
	.home-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper {
		height: 100%
	}
	.home-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper picture {
		display: block
	}
	.home-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-shadow {
		margin-top: 0;
		width: 60%
	}
}

@media only screen and (max-width: 810px) {
	.home-page .page-header #awwwards {
		left: auto;
		right: 0
	}
	.home-page .page-header .header-photo {
		width: 100% !important;
		margin-top: 110px
	}
	.home-page .page-header .header-photo img {
		margin: 0 auto
	}
	.home-page .page-header .background-wrapper .header-text {
		margin-bottom: 80px
	}
	.home-page .page-header .header-image-wrapper .background-image {
		object-position: 30% 50%
	}
	.home-page .page-header .deloitte-background,
	.home-page .page-header .popup-link,
	.home-page .page-header .newsletter-popup {
		display: none
	}
	.home-page .page-content {
		z-index: 2
	}
	.home-page .page-content .we-do {
		padding-top: 60px
	}
	.home-page .page-content .we-do h2 {
		font-size: 65px
	}
	.home-page .page-content .we-do .we-do-list li {
		margin-bottom: 100px
	}
	.home-page .page-content .we-do .we-do-list li:last-child {
		margin-bottom: 0
	}
	.home-page .page-content .we-do .we-do-list li h3 {
		font-size: 45px;
		letter-spacing: 10px
	}
	.home-page .page-content .we-do .we-do-list li:last-child {
		padding-right: 60px
	}
	.home-page .page-content .we-do .we-do-list li img {
		width: 380px
	}
	.home-page .page-content #social-activity {
		display: none;
		padding-top: 80px
	}
	.home-page .page-content #social-activity .social-container.mt-positive {
		padding-top: 20px
	}
	.home-page .page-content #social-activity .social-container.mt-positive .align-middle {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.home-page .page-content #social-activity .social-container .vertical-block {
		height: 400px;
		padding: 25px;
		margin-top: -150px
	}
	.home-page .page-content #social-activity .social-container .vertical-block h2 {
		position: absolute;
		bottom: 25px;
		margin-top: 80px;
		font-size: 48px !important
	}
	.home-page .page-content #social-activity .social-container .vertical-block h3 {
		font-size: 36px !important;
		line-height: 1
	}
	.home-page .page-content .company-numbers {
		display: none;
		padding-bottom: 120px
	}
	.home-page .page-content .company-numbers .number-container h2 {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		font-size: 160px;
		margin-bottom: 0
	}
	.home-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 40px
	}
	.home-page .page-content .company-numbers .text-center:nth-child(4) {
		margin-top: 40px
	}
	.home-page .page-content .news-events .block-wrapper {
		width: 100%
	}
	.home-page .page-content .news-events .block-bg-cover {
		height: 300px
	}
	.home-page .page-content .job-offers {
		padding-top: 150px
	}
	.home-page .page-footer.type-1 {
		height: 100vh
	}
	.home-page .page-footer.type-1 .content-wrapper h2 {
		font-size: 80px
	}
	.home-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-shadow {
		width: 80%
	}
}

@media only screen and (max-width: 640px) {
	.pt-lang .home-page .page-content .news-events .morphing-letter svg {
		left: -95px
	}
	.home-page .page-header .header-image-wrapper .background-image {
		top: -200px;
		object-position: 50% 50%
	}
	.home-page .page-content .we-do {
		margin: 0 0 120px;
		padding-top: 40px
	}
	.home-page .page-content .we-do h2 {
		font-size: 50px;
		margin-bottom: 50px
	}
	.home-page .page-content .we-do .we-do-list li {
		margin-bottom: 60px
	}
	.home-page .page-content .we-do .we-do-list li h3 {
		font-size: 32px
	}
	.home-page .page-content .we-do .we-do-list li img {
		width: 260px
	}
	.home-page .page-content .we-do .we-do-list li:last-child {
		padding-right: 50px
	}
	.home-page .page-content .we-do .hero-text h3 {
		font-size: 38px;
		line-height: 42px
	}
	.home-page .page-content #social-activity {
		padding-top: 0
	}
	.home-page .page-content #social-activity .social-container.mt-negative {
		margin-top: 0
	}
	.home-page .page-content #social-activity .social-container .vertical-block {
		padding: 35px;
		height: auto;
		margin-top: 20px;
		margin-bottom: calc(0.625rem * 2)
	}
	.home-page .page-content #social-activity .social-container .vertical-block h3 {
		font-size: 30px !important;
		line-height: 34px;
		letter-spacing: -1px
	}
	.home-page .page-content #social-activity .social-container .vertical-block h2 {
		position: relative;
		bottom: auto;
		font-size: 36px !important;
		margin-top: 60px
	}
	.home-page .page-content #social-activity .social-container .square-block.twitter-container {
		height: 200px
	}
	.home-page .page-content #social-activity .social-container .square-block.google-container {
		height: 240px
	}
	.home-page .page-content #social-activity .social-container .news-container {
		padding: 25px
	}
	.home-page .page-content .company-numbers {
		padding-top: 100px
	}
	.home-page .page-content .company-numbers .text-center:nth-child(4),
	.home-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 40px
	}
	.home-page .page-content .job-offers {
		padding-top: 150px;
		padding-bottom: 60px
	}
	.home-page .page-content .job-offers .job-link:nth-child(even) {
		margin-top: 0
	}
	.home-page .page-content .job-offers .job-link:first-child {
		margin-top: 80px
	}
	.home-page .page-content .news-events .subtitle,
	.home-page .page-content .job-offers .subtitle {
		margin-bottom: 30px;
		margin-left: 0
	}
	.home-page .page-content .news-events {
		padding-bottom: 80px;
		padding-top: 220px
	}
	.home-page .page-content .news-events .view-all {
		margin-bottom: 0px;
		margin-top: 40px;
		margin-left: 0;
		display: inline-block
	}
	.home-page .page-content .news-events .mt-negative {
		margin-top: 0
	}
	.home-page .page-content .news-events .plus-button-wrapper {
		margin-top: 80px
	}
	.home-page .page-content .news-events .news-link-wrapper:nth-child(even) {
		top: auto
	}
	.home-page .page-content .news-events .block-wrapper {
		padding: 40px 25px
	}
	.home-page .page-footer.type-1 {
		height: 100vh
	}
	.home-page .page-footer.type-1 .content-wrapper {
		margin-top: 0 !important;
		top: -60px
	}
	.home-page .page-footer.type-1 .content-wrapper h2 {
		margin-bottom: 80px;
		font-size: 46px;
		line-height: 52px
	}
	.home-page .page-footer.type-1 .content-wrapper h5 {
		margin-top: 0
	}
	.home-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper {
		height: 85%
	}
	.home-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-shadow {
		width: 100%;
		margin-top: 0px
	}
	.home-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-image {
		margin-top: -55px
	}
	
	.news_list{
		margin-top:0px;
	}

	.news_list	.news-events{
		padding-top: 120px !important;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
	.home-page .page-header {
		height: 100vh !important
	}
	.home-page .page-header .header-pictogram-wrapper .header-pictogram {
		max-width: 100%;
		height: 40vw;
		margin: 0 auto
	}
	.home-page .page-header .background-wrapper .header-text {
		margin-bottom: 0
	}
	.home-page .page-header .background-wrapper .header-text h2 {
		font-size: 45px
	}
	.home-page .page-header .background-wrapper .header-text h3 {
		font-size: 28px;
		margin-top: 20px
	}
	.home-page .page-content section h2:not(.hashtag-title) {
		margin-bottom: 30px
	}
	.home-page .page-content .we-do .we-do-list li {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		margin-bottom: 0
	}
}

.somos #header-main .main-logo path {
	fill: #7245ce
}

.somos #header-main .language-wrapper .active-language .lg,
.somos #header-main .language-wrapper .other-languages li a {
	color: #7245ce
}

.somos #header-main .language-wrapper .active-language .arrow path {
	stroke: #7245ce
}

.somos #header-main #nav-main li.active a {
	color: #7245ce
}

.somos.pt-lang .page-footer.type-2 .content-wrapper svg {
	right: 100px
}

.somos .hamb-menu .line {
	background-color: #7245ce
}

.somos #nav-main-mobile {
	background-color: #7245ce
}

.somos .loading-mobile .loading-bg {
	background-color: #7245ce
}

.firefox .hero-text h3 {
	font-size: 58px
}

.firefox .image-blocks .question-wrapper h3 {
	font-size: 58px
}

.firefox .image-blocks .answer-wrapper h4 {
	font-size: 34px
}

.firefox .page-content .to-section h3 {
	font-size: 34px
}

.en-lang .somos-page .page-content .team .morphing-letter svg {
	left: -185px
}

.en-lang .somos-page .page-content .social-responsability-section .show-en,
.en-lang .somos-page .page-content .ceo-message .show-en {
	display: block
}

.en-lang .somos-page .page-content .social-responsability-section .show-pt,
.en-lang .somos-page .page-content .ceo-message .show-pt {
	display: none
}

.mobile .somos-page .page-header .header-image-wrapper .block-bg-cover img {
	display: block
}

.somos-page .page-header .header-image-wrapper .block-bg-cover img {
	top: 0px
}

.somos-page .page-header .header-pictogram-wrapper {
	height: 65%;
	top: 52%
}

.somos-page .page-header .header-photo {
	margin-top: 50px;
	width: 36vw;
	max-width: none
}

.somos-page .page-header .header-photo img {
	margin-left: -50px
}

.somos-page .page-header .background-wrapper .header-image-wrapper {
	z-index: -1
}

.somos-page .page-header .background-wrapper .webGL-main {
	z-index: 0
}

.somos-page .page-header .background-wrapper h3,
.somos-page .page-header .background-wrapper h2 {
	color: #7245ce
}

.somos-page .page-content {
	position: relative
}

.somos-page .page-content .vertical-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 155px;
	height: 100vh;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none
}

.somos-page .page-content .vertical-menu-wrapper.enable {
	pointer-events: all
}

.somos-page .page-content .vertical-menu-wrapper ul {
	display: inline-flex;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

.somos-page .page-content .vertical-menu-wrapper ul li {
	position: relative;
	font-weight: 500;
	font-size: 11px;
	white-space: nowrap;
	margin-right: 50px;
	text-transform: uppercase;
	cursor: pointer;
	transition: 3s color out-back;
	-webkit-transition: 3s color out-back;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	color: #9fa6b6;
	will-change: transform
}

.somos-page .page-content .vertical-menu-wrapper ul li .container-height {
	height: 1px;
	width: 100%;
	background-color: #000000;
	position: absolute;
	bottom: -5px;
	right: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: right;
	-webkit-transform-origin: right;
	will-change: transform
}

.somos-page .page-content .vertical-menu-wrapper ul li:hover,
.somos-page .page-content .vertical-menu-wrapper ul li.active {
	color: #000000
}

.somos-page .page-content .bold {
	font-weight: bold
}

.somos-page .page-content .italic {
	font-weight: normal;
	font-style: italic
}

.somos-page .page-content .to-section {
	margin-top: 250px;
	/*margin-bottom: 200px*/
	margin-bottom: 40px;
}

.fitness .somos-page .page-content .to-section{
	margin-bottom: -150px;
}

.general-conditons-inner.page-content .to-section {
	margin-top: 40px;
	margin-bottom: 0px;
}	

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .to-section {
		padding-top: 0
	}
}

.somos-page .page-content .to-section .columns.values:before {
	content: '';
	height: 1px;
	background-color: #f3f3f3;
	position: absolute;
	top: 0;
	left: -6.25%;
	height: 1px;
	width: calc(100% + 6.25%)
}

.somos-page .page-content .to-section .columns.values:nth-child(n+3) {
	margin-bottom: 50px;
}

.somos-page .page-content .to-section .columns.values:nth-child(n-3) {
	margin-bottom: 50px
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .to-section .columns.values:nth-child(-n+3) {
		margin-bottom: 50px
	}
	.somos-page .page-content .to-section .columns.values:nth-child(n-3) {
		margin-bottom: 50px
	}
}

.somos-page .page-content .ceo-message {
	padding-top: 0;
	margin-top: 350px
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .ceo-message {
		margin-top: 180px
	}
}

.somos-page .page-content .ceo-message .show-en {
	display: none
}

.somos-page .page-content .ceo-message .ceo-image {
	width: 100%;
	position: relative;
	height: 840px
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .ceo-message .ceo-image {
		height: 740px
	}
}

@media only screen and (max-width: 810px) {
	.somos-page .page-content .ceo-message .ceo-image {
		height: 60vh
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .ceo-message .ceo-image {
		height: 65vh
	}
}

@media only screen and (max-width: 320px) {
	.somos-page .page-content .ceo-message .ceo-image {
		height: 85vh
	}
}

.somos-page .page-content .ceo-message blockquote {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 42px;
	color: #000000;
	line-height: 1;
	letter-spacing: -0.03em;
	margin-bottom: 50px
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .ceo-message blockquote {
		font-size: 32px
	}
}

@media only screen and (max-width: 810px) {
	.somos-page .page-content .ceo-message blockquote {
		margin-top: 60px
	}
}

.somos-page .page-content .ceo-message p {
	font-family: 'Cera';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	color: #9fa6b6;
	letter-spacing: -0.03em
}

.somos-page .page-content .ceo-message .ceo-name {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 21px;
	color: #000000;
	line-height: 1;
	letter-spacing: -0.03em;
	display: block;
	margin-top: 45px
}

.somos-page .page-content .ceo-message .ceo-role {
	font-family: 'Cera';
	font-size: 14px;
	color: #9fa6b6;
	line-height: 1;
	letter-spacing: -0.03em;
	display: block;
	margin-top: 5px
}

.somos-page .page-content .ceo-message .subtitle {
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-bottom: 45px;
	margin-left: 4px;
	position: relative
}

.somos-page .page-content .ceo-message .morphing-letter {
	position: absolute;
	top: 40px;
	left: 43.75%;
	z-index: 2
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .ceo-message .morphing-letter {
		top: 0;
		left: calc(3.25% + 0.625rem)
	}
}

.somos-page .page-content .social-responsability-section {
	padding-top: 0;
	z-index: 10;
	height: calc(100vh - 100px);
	margin-top: 500px
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .social-responsability-section {
		margin-top: 350px
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section {
		height: 100vh !important;
		margin-top: 300px
	}
}

.somos-page .page-content .social-responsability-section .morphing-letter {
	position: relative
}

.somos-page .page-content .social-responsability-section .pos-rel {
	position: relative
}

.somos-page .page-content .social-responsability-section .show-en {
	display: none
}

.somos-page .page-content .social-responsability-section .subtitle {
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-bottom: 45px;
	margin-left: 4px;
	position: relative
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section .subtitle {
		margin-left: 0
	}
}

.somos-page .page-content .social-responsability-section h4 {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-family: 'Cera';
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	color: #9fa6b6;
	text-align: center;
	letter-spacing: 0.01em
}

@media only screen and (max-width: 810px) {
	.somos-page .page-content .social-responsability-section h4 {
		text-align: left;
		margin-left: 15px;
		margin-top: 65px
	}
}

.somos-page .page-content .social-responsability-section .filters {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around
}

@media only screen and (max-width: 810px) {
	.somos-page .page-content .social-responsability-section .filters {
		margin-top: 60px;
		margin-left: -15px
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section .filters {
		margin-left: 15px;
		display: block
	}
}

.somos-page .page-content .social-responsability-section .filters li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section .filters li {
		justify-content: flex-start;
		-webkit-justify-content: flex-start
	}
}

.somos-page .page-content .social-responsability-section .filters li .circle {
	width: 13px;
	height: 13px;
	border-radius: 50%
}

.somos-page .page-content .social-responsability-section .filters li .circle.purple {
	background-color: #7245ce
}

.somos-page .page-content .social-responsability-section .filters li .circle.red {
	background-color: #f77b81
}

.somos-page .page-content .social-responsability-section .filters li .circle.green {
	background-color: #49e2bb
}

.somos-page .page-content .social-responsability-section .filters li span:not(.circle) {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 7px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #000000
}

.somos-page .page-content .social-responsability-section-articles {
	width: 100vw;
	position: relative
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .social-responsability-section-articles {
		height: 99vh;
		overflow: hidden;
		overflow-x: scroll
	}
}

@media only screen and (max-width: 810px) {
	.somos-page .page-content .social-responsability-section-articles {
		height: 750px !important
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles {
		height: 100vh !important;
		max-height: 650px
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper {
	position: absolute;
	top: 150px;
	left: calc(25% + 1.25rem);
	width: auto;
	height: 100%;
	will-change: transform
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper {
		top: 100px;
		left: calc(6.25% + 1.25rem)
	}
}

@media only screen and (max-width: 810px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper {
		left: calc(6.25% + 0.625rem)
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper {
		left: auto;
		top: auto;
		margin-left: 6.25%;
		margin-top: 100px
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul {
	display: flex;
	display: -webkit-flex
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li {
	width: 516px;
	height: 490px;
	margin-right: 24px
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li {
		width: calc(115vw - 2.5rem - 0.3125rem);
		height: 500px !important
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article {
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article {
		overflow: visible;
		background-color: #f3f3f3
	}
}

@media (hover: hover) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article:hover .block-bg-cover img {
		transform: scale(1.2) translateZ(0);
		-webkit-transform: scale(1.2) translateZ(0)
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .block-bg-cover {
	width: calc(100% - 2px)
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .block-bg-cover img {
	transform: scale(1) translateZ(0);
	-webkit-transform: scale(1) translateZ(0);
	transition: 15s transform cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: 15s transform cubic-bezier(0.19, 1, 0.22, 1)
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .block-bg-cover {
		position: relative;
		height: 50%
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 34px 30px 57px 55px;
	max-width: 70%;
	pointer-events: none;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	overflow: hidden
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content {
		max-width: 100%;
		padding: 25px 25px 35px;
		background-color: #f3f3f3
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content .article-title {
	position: relative;
	font-family: 'Cera';
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	display: inline-block;
	margin-bottom: 20px
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content .article-title:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: -24px
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content .article-title:before {
		position: absolute;
		top: -25px;
		left: auto;
		transform: none;
		-webkit-transform: none
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content .article-title {
		margin-top: 25px
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content p {
	font-family: 'Cera';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	color: #9fa6b6;
	overflow: hidden;
	max-height: 100%
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content button {
	position: absolute;
	bottom: 38px;
	font-family: 'Cera';
	font-weight: 500;
	font-size: 16px;
	color: #000000
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content button:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: -12px;
	left: 0
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article .article-content button {
		display: none
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article.Children .article-content .article-title:before {
	background-color: #f77b81
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article.Animal .article-content .article-title:before {
	background-color: #7245ce
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.article.Environment .article-content .article-title:before {
	background-color: #49e2bb
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.blue-block {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	padding: 55px 58px;
	background-color: #006cfc
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.blue-block h3 {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 39px;
	color: #ffffff;
	display: flex;
	flex: 1 1 100%;
	letter-spacing: -0.02em
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.blue-block h3 {
		font-size: 32px
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.blue-block p {
	font-family: 'Cera';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.5)
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.blue-block {
		padding: 25px 25px
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.gray-block {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	padding: 55px 58px;
	background-color: #f3f3f3
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.gray-block h3 {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 42px;
	color: #006cfc;
	letter-spacing: -0.05em
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.gray-block h3 {
		font-size: 32px
	}
}

.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.gray-block p {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 29px;
	line-height: 1.15;
	color: #000000;
	display: flex;
	display: -webkit-flex;
	flex: 1 1 100%;
	letter-spacing: -0.05em
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .social-responsability-section-articles .social-articles-wrapper ul li.gray-block {
		padding: 25px 25px
	}
}

.somos-page .page-content .place-images {
	margin-bottom: 150px
}

.somos-page .page-content .affinity-timeline {
	margin-bottom: 300px
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .affinity-timeline {
		padding-top: 120px
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .affinity-timeline {
		padding-top: 250px;
		margin-bottom: 250px
	}
}

.somos-page .page-content .affinity-timeline .morphing-letter svg {
	z-index: 4
}

.somos-page .page-content .affinity-timeline .subtitle {
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-bottom: 45px;
	position: relative;
	z-index: 5
}

.somos-page .page-content .affinity-timeline .timeline-helper {
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	pointer-events: none;
	will-change: transform
}

.somos-page .page-content .affinity-timeline .timeline-helper svg {
	width: 30px;
	margin-bottom: 10px
}

.somos-page .page-content .affinity-timeline .timeline-helper svg path {
	fill: none;
	stroke: #ffffff;
	stroke-miterlimit: 10;
	fill-rule: evenodd
}

.somos-page .page-content .affinity-timeline .timeline-helper span {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: -0.03em;
	text-align: center
}

.somos-page .page-content .affinity-timeline .timeline-helper .background{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #006cfc;
	border-radius: 50%;
	z-index: -1;
	will-change: transform
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper {
	cursor: move !important;
	cursor: grab !important;
	cursor: -moz-grab !important;
	cursor: -webkit-grab !important
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper:active {
	cursor: move !important;
	cursor: grabbing !important;
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper #svg {
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	height: 100%;
	max-width: 100%;
	z-index: 1
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper #svg circle {
	fill: none
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper #svg polyline,
.estamos-page .page-content .affinity-timeline .affinity-timeline-wrapper #svg polyline{
	fill: none;
	stroke: #006cfc !important;
	stroke-width: 3px
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items {
	position: relative;
	margin-left: 16%;
	pointer-events: none
}

@media only screen and (max-width: 1440px) {
	.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items {
		margin-left: 12%
	}
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items {
		margin-left: 10%
	}
}

@media only screen and (max-width: 810px) {
	.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items {
		margin-left: 5%
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items {
		margin-left: 1.25rem
	}
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items .item .image {
	position: relative;
	width: 175px;
	height: 175px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 25px
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items .item .date {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 35px;
	color: #006cfc;
	letter-spacing: -0.03em;
	line-height: 0.75
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items .item .point {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #006cfc;
	margin-top: 15px;
	display: inline-block
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items .item ul {
	margin-top: 25px
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items .item ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items .item ul li span {
	display: inline-block
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items .item ul li .label {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 14px;
	color: #9fa6b6;
	line-height: 1.8;
	text-align: right;
	width: calc(50% + 15px);
	margin-right: 15px;
	white-space: nowrap
}

.somos-page .page-content .affinity-timeline .affinity-timeline-wrapper .timeline-items .item ul li .value {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 0.55;
	width: 66%
}

.somos-page .page-content .team {
	margin-top: 100px
}

.somos-page .page-content .team .title {
	font-size: 50px;
	margin-bottom: 25px;
	white-space: nowrap
}

.somos-page .page-content .team .subtitle {
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-bottom: 45px
}

.somos-page .page-content .team .persons-container .columns:nth-child(3n+1) {
	margin-top: 100px
}

.somos-page .page-content .team .persons-container .columns:nth-child(3n+2) {
	margin-top: 50px
}

.somos-page .page-content .team .persons-container .team-person-container {
	position: relative;
	width: 80%;
	height: 465px;
	margin: 0 auto
}

.somos-page .page-content .team .persons-container .team-person-container .team-info {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	padding: 22.5px 30px 22.5px 22.5px;
	background-color: rgba(255, 255, 255, 0.95)
}

.somos-page .page-content .team .persons-container .team-person-container .team-info h2 {
	font-size: 21px;
	color: #000000;
	margin-bottom: 5px
}

.somos-page .page-content .team .persons-container .team-person-container .team-info h3 {
	font-size: 14px;
	color: #9fa6b6;
	letter-spacing: -0.3px
}

.somos-page .page-content .team .persons-container .team-person-container .color-photo {
	opacity: 0;
	z-index: 1;
	transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.somos-page .page-content .team .persons-container .team-person-container .mask-photo {
	opacity: 0;
	z-index: 4;
	position: relative
}

.somos-page .page-content .team .persons-container .team-person-container .mask-photo .mask-square {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 22.5px;
	height: 85px;
	background-color: #ffffff;
	z-index: 10
}

.somos-page .page-content .team .persons-container .team-person-container .name-letter,
.somos-page .page-content .team .persons-container .team-person-container svg {
	position: absolute;
	left: -45%;
	z-index: 3;
	height: 100%;
	width: 200%;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	pointer-events: none
}

.somos-page .page-content .team .persons-container .team-person-container .name-letter path,
.somos-page .page-content .team .persons-container .team-person-container svg path {
	stroke-width: 10px
}

.somos-page .page-content .team .persons-container .team-person-container:hover .color-photo {
	opacity: 1
}

.somos-page .page-content .team .persons-container .team-person-container:hover .mask-photo {
	opacity: 1
}

.somos-page .page-content .mission h2 {
	margin-top: 180px;
	font-size: 65px;
	font-weight: bold;
	color: #006cfc;
	text-transform: uppercase;
	letter-spacing: 28px
}

.somos-page .page-content .mission h3 {
	margin-top: 140px;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -1.5px;
	font-weight: bold;
	color: #2c2c2c;
	text-align: left
}

.somos-page .page-content .full-hashtag {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 0
}

.somos-page .page-content .full-hashtag .background-hashtag {
	width: 150%;
	position: absolute;
	top: 40%;
	left: -25%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.somos-page .page-content .full-hashtag .background-hashtag h3 {
	font-weight: bold;
	font-size: 16vw;
	line-height: 0;
	color: rgba(0, 0, 0, 0.05);
	white-space: nowrap
}

.somos-page .page-content .full-hashtag .background-hashtag h3 span {
	color: inherit !important
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .full-hashtag .background-hashtag h3 {
		transform: translateY(60px)
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .full-hashtag .background-hashtag h3 {
		transform: translateY(-60px)
	}
}

.somos-page .page-content .full-hashtag h2 {
	font-family: 'Cera';
	font-weight: normal;
	font-size: 40px;
	line-height: 46px;
	color: #7245ce;
	padding: 100px 0;
	margin-bottom: 0
}

.somos-page .page-content .affinity-brands {
	padding-top: 295px;
	padding-bottom: calc(157px - 0.625rem);
	background: #fafafa
}

.somos-page .page-content .affinity-brands .mt-negative {
	margin-top: -240px
}

.somos-page .page-content .affinity-brands .mb-140 {
	margin-bottom: 140px
}

.somos-page .page-content .affinity-brands .title {
	font-size: 50px;
	margin-bottom: 25px
}

.somos-page .page-content .affinity-brands .subtitle {
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-bottom: 145px
}

.somos-page .page-content .affinity-brands .block-wrapper {
	position: relative;
	padding: 95px 60px 65px;
	background-color: #ffffff;
	cursor: pointer;
	-webkit-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	-moz-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15)
}

.somos-page .page-content .affinity-brands .block-wrapper.no-button {
	cursor: initial
}

.somos-page .page-content .affinity-brands .block-wrapper h2 {
	font-family: 'Cera';
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 40px
}

.somos-page .page-content .affinity-brands .block-wrapper .brand-logo {
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	pointer-events: none
}

.somos-page .page-content .affinity-brands .block-wrapper .brand-logo.blue-brand svg path, 
.estamos .page-content .affinity-brands .block-wrapper .brand-logo.blue-brand svg path{
	fill: #006cfc !important;
}

.somos-page .page-content .affinity-brands .block-wrapper svg {
	display: block;
	margin: 0 auto
}

.somos-page .page-content .affinity-brands .block-wrapper .affinity-player-logo {
	width: 150px;
	height: 110px
}

.somos-page .page-content .affinity-brands .block-wrapper .affinity-player-logo .back {
	fill: #006cfc;
	stroke: #ffc000;
	stroke-miterlimit: 10;
	stroke-width: 6.93px
}

.somos-page .page-content .affinity-brands .block-wrapper .affinity-player-logo .letters {
	fill: #fff
}

.somos-page .page-content .affinity-brands .block-wrapper .aff-2020 {
	position: relative;
	width: 185px;
	height: 70px;
	top: 3px
}

.somos-page .page-content .affinity-brands .block-wrapper .aff-2020 path,
.estamos-page .page-content .affinity-brands .block-wrapper .aff-2020 path {
	fill: #006cfc !important;
}

.somos-page .page-content .affinity-brands .block-wrapper .de-affinity {
	position: relative;
	width: 270px;
	height: 75px;
	top: -2px
}

.somos-page .page-content .affinity-brands .block-wrapper .de-affinity path,
.estamos-page .page-content .affinity-brands .block-wrapper .de-affinity path {
	fill: #006cfc !important;
}

.somos-page .page-content .affinity-brands .block-wrapper .gradient-block {
	position: relative
}

.somos-page .page-content .affinity-brands .block-wrapper .gradient-block p {
	font-family: 'Cera';
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #9fa6b6;
	margin-bottom: 20px
}

.somos-page .page-content .affinity-brands .block-wrapper .gradient-block .gradient {
	position: absolute;
	bottom: -15px;
	left: 0;
	height: 45px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%)
}

.somos-page .page-content .affinity-brands .block-wrapper .plus-button {
	position: absolute;
	bottom: -34px;
	left: calc(50% - 37px);
	transform: scale(0) rotate(0);
	-webkit-transform: scale(0) rotate(0);
	width: 74px;
	height: 70px
}

.somos-page .page-content .affinity-brands .block-wrapper .plus-button .morph-bg,
.estamos-page .page-content .affinity-brands .block-wrapper .plus-button .morph-bg {
	fill: #006cfc !important;
	stroke: none
}

.somos-page .page-content .affinity-brands .block-wrapper .plus-button .morph-element {
	fill: #ffffff;
	stroke: none
}

.somos-page .page-content .affinity-brands .block-wrapper .plus-button.btn-disabled {
	opacity: 0;
	visibility: hidden
}

.somos-page .page-content .affinity-brands .overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	background-color: rgba(12, 14, 19, 0.85);
	visibility: hidden;
	opacity: 0
}

.somos-page .page-content .about {
	margin-top: 250px;
	/*margin-bottom: 300px*/
	margin-bottom: 0px;
}

.somos-page .page-content .about.image-blocks .answer-wrapper {
	top: 80%
}

.somos-page .page-content .about.image-blocks .question-wrapper h2 {
	margin-bottom: 0
}

.about .somos-page .page-content .about.image-blocks .question-wrapper h2 {
    color: #7245ce
}

.kindergarten .somos-page .page-content .about.image-blocks .question-wrapper h2 {
    color: #49e2bb;
}


.school .somos-page .page-content .about.image-blocks .question-wrapper h2 {
    color: #f77b81
}

.somos-page .page-content .place-images {
	padding-top: 0
}

.somos-page .page-content .place-images .top-right-image {
	margin-top: 150px;
	height: 100%
}

.somos-page .page-content .contacts #map {
	height: 700px
}

.somos-page .page-content .contacts .map-marker {
	width: 140px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.somos-page .page-content .contacts .cities-hashs {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.somos-page .page-content .contacts .cities-hashs h2 {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin: 0;
	font-weight: bold;
	font-size: 150px;
	color: #2c2c2c;
	opacity: 0
}

.somos-page .page-content .contacts .cities-hashs h2:first-of-type {
	position: relative;
	top: -20px;
	opacity: .05
}

.somos-page .page-content .contacts .info-wrapper {
	position: absolute;
	top: 200px;
	width: 100%;
	pointer-events: none
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper {
	position: relative;
	padding: 70px;
	pointer-events: all;
	-webkit-transform-origin: center left;
	transform-origin: center left
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector {
	position: relative;
	margin-bottom: 40px;
	pointer-events: all
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li {
	display: inline-block;
	margin: 0 15px;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #006cfc;
	cursor: pointer;
	pointer-events: all;
	opacity: .3;
	border-bottom: 2px solid rgba(0, 108, 252, 0);
	-webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li.active,
.somos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li:hover {
	opacity: 1;
	border-bottom: 2px solid #006cfc
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li:first-of-type {
	margin-left: 0
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper .contacts-info-wrapper {
	position: relative;
	overflow: hidden
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper .contacts-info-wrapper .contacts-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper .contacts-info-wrapper .contacts-info:first-child {
	position: relative;
	opacity: 1;
	visibility: visible
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper h3 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: -1px;
	color: #2c2c2c
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper p {
	display: block
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper a:not(.btn) {
	display: inline-block;
	margin-left: 35px;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #006cfc;
	pointer-events: all
}

.somos-page .page-content .contacts .info-wrapper .contacts-wrapper .btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline-block;
	border-radius: 0px;
	padding: 30px;
	font-weight: 500;
	color: #ffffff;
	pointer-events: all
}

.somos-page .page-content .mission h2 {
	margin-top: 180px;
	font-size: 4vw;
	font-weight: bold;
	color: #006cfc;
	text-transform: uppercase;
	letter-spacing: 28px
}

.somos-page .page-content .mission h3 {
	margin-top: 0;
	font-size: calc(10px + (12-10) * (100vw - 0px) / (600 - 0));
	font-weight: bold;
	color: #2c2c2c;
	text-align: left
}

.somos-page .page-content .clients {
	position: relative;
	height: 90vh;
	width: 100vw;
	margin-top: 50px;
	z-index: 10
}

.somos-page .page-content .clients .clients-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
	pointer-events: none
}

.somos-page .page-content .clients .clients-wrapper .clients-list,
.somos-page .page-content .clients .clients-wrapper .columns {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.somos-page .page-content .clients article {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: all
}

.somos-page .page-content .clients article:not(.active) {
	opacity: 0.3;
	z-index: 1;
	pointer-events: none
}

.somos-page .page-content .clients .blob {
	position: absolute;
	top: 0;
	height: 600px;
	cursor: -webkit-grab;
	z-index: 3
}

.somos-page .page-content .clients .blob path,
.estamos-page .page-content .clients .blob path {
	fill: #006cfc !important
}

.somos-page .page-content .clients .blob.blob-right {
	right: -450px;
	transform: rotate(0deg) scale(0.7);
	-webkit-transform: rotate(0deg) scale(0.7)
}

.somos-page .page-content .clients .blob.blob-left {
	left: -450px;
	transform: translateX(-450px) rotate(180deg) scale(0.7);
	-webkit-transform: translateX(-450px) rotate(180deg) scale(0.7)
}

.somos-page .page-content .clients .drag-helper {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 10;
	pointer-events: none
}

.somos-page .page-content .clients .drag-helper h4 {
	font-family: 'Cera';
	font-weight: 500;
	letter-spacing: 1px;
	color: #000000;
	font-size: 16px;
	margin-left: 25px;
	user-select: none;
	-webkit-user-select: none
}

.somos-page .page-content .clients .drag-helper svg {
	width: 124px;
	height: 9px;
	margin-top: 10px;
	user-select: none;
	-webkit-user-select: none
}

.somos-page .page-content .clients .drag-helper svg path {
	fill: #000000
}

.somos-page .page-content .clients .drag-helper.drag-left {
	right: initial;
	left: 20px;
	opacity: 0
}

.somos-page .page-content .clients .drag-helper.drag-left svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.somos-page .page-content .clients .drag-helper:not(.drag-left) h4 {
	margin-left: 0;
	position: relative;
	left: 60px
}

.somos-page .page-content .clients .clients-list .logo-wrapper {
	position: relative;
	margin: 50px auto 70px;
	max-width: 265px;
	width: auto;
	max-height: 85px
}

.somos-page .page-content .clients .clients-list .logo-wrapper img {
	width: auto;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.somos-page .page-content .clients .clients-list .logo-wrapper .normal {
	opacity: 0
}

.somos-page .page-content .clients .clients-list .logo-wrapper .hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1
}

.somos-page .page-content .clients .clients-list .logo-wrapper:hover .hover {
	opacity: 0
}

.somos-page .page-content .clients .clients-list .logo-wrapper:hover .normal {
	opacity: 1
}

@media only screen and (max-width: 1279px) {
	.somos-page .page-content .page-footer {
		padding-top: 200px
	}
}

@media only screen and (max-width: 810px) {
	.somos-page .page-content .page-footer {
		padding-top: 0px
	}
}

@media only screen and (max-width: 640px) {
	.somos-page .page-content .page-footer {
		padding-top: 0px;
		margin-top: 200px
	}
}

.somos-page .page-content .page-footer .last-content-wrapper {
	bottom: 15px
}

.somos-page .page-content .page-footer.type-2 {
	background-color: #fafafa;
	height: 100vh;
	min-height: 100vh
}

.somos-page .page-content .page-footer.type-2 .content-wrapper {
	padding-bottom: 0
}

.somos-page .page-content .page-footer.type-2 .slides li:not(.spacer) svg.e-letter {
	left: 0px
}

.somos-page .page-content .page-footer.type-2 .slides li:not(.spacer) svg.a-letter {
	left: -25px
}

.somos-page .page-content .page-footer.type-2 .slides li:not(.spacer) svg.n-letter {
	left: -30px
}

.somos-page .page-content .page-footer.type-2 .slides li:not(.spacer) svg.o-letter {
	left: -20px
}

@media only screen and (max-width: 1650px) {
	.somos-page .page-header .header-photo {
		margin-top: 60px;
		width: 40vw
	}
}

@media only screen and (max-width: 1440px) {
	.somos-page .page-header .header-photo {
		margin-top: 40px
	}
	.somos-page .page-content .clients {
		margin-top: 200px
	}
}

@media only screen and (max-width: 1650px) {
	.somos-page .page-content .clients .blob {
		height: 500px
	}
	.somos-page .page-content .clients .blob.blob-right {
		right: -350px
	}
	.somos-page .page-content .clients .blob.blob-left {
		left: -350px
	}
}

@media only screen and (max-width: 1440px) {
	.somos.pt-lang .page-footer.type-2 .content-wrapper svg {
		right: 100px
	}
	.somos-page .page-content .team .persons-container .team-person-container .team-info h2 {
		font-size: 19px
	}
}

@media only screen and (max-width: 1350px) {
	.somos.pt-lang .page-footer.type-2 .content-wrapper svg {
		right: 50px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: center center;
		transform-origin: center center
	}
}

@media only screen and (min-width: 1279px) and (max-width: 1279px) {
	.somos.pt-lang .page-footer.type-2 .content-wrapper svg {
		display: none
	}
}

@media only screen and (max-width: 1279px) {
	.mobile .somos-page .page-content .place-images {
		margin-bottom: 330px
	}
	.mobile .somos-page .page-content .team .persons-container {
		margin-top: -80px
	}
	.mobile .somos-page .page-content .team .persons-container .team-person-container .team-info h2 {
		font-size: 17px
	}
	.mobile .somos-page .page-content .team .persons-container .columns:nth-child(4) {
		margin-top: 0
	}
	.mobile .somos-page .page-content .team .persons-container .columns:nth-child(1) {
		margin-top: 200px
	}
	.mobile .somos-page .page-content .team .persons-container .columns:nth-child(3),
	.mobile .somos-page .page-content .team .persons-container .columns:nth-child(5) {
		margin-top: 100px
	}
	.somos-page .page-content .vertical-menu-wrapper {
		width: 70px;
		display: none
	}
	.somos-page .page-content .we-do {
		padding-top: 100px
	}
	.somos-page .page-content .to-section {
		margin-top: 450px;
		margin-bottom: 180px
	}
	.somos-page .page-content .image-blocks {
		margin-bottom: 340px;
		padding-top: 0
	}
	.somos-page .page-content .image-blocks .question-wrapper h3 {
		font-size: 36px !important;
		line-height: 40px
	}
	.somos-page .page-content .image-blocks .question-wrapper h2 {
		font-size: 44px
	}
	.somos-page .page-content .image-blocks .letter-wrapper {
		top: -80px;
		right: 60px
	}
	.somos-page .page-content .image-blocks .image-wrapper {
		margin-top: -200px
	}
	.somos-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text {
		margin-top: -80px
	}
	.somos-page .page-content .image-blocks .answer-wrapper h3 {
		font-size: 32px !important;
		line-height: 36px
	}
	.somos-page .page-content .image-blocks .answer-wrapper h4 {
		font-size: 22px !important;
		line-height: 24px;
		margin-top: 60px
	}
	.somos-page .page-content .place-images {
		margin-bottom: 180px
	}
	.somos-page .page-content .full-hashtag {
		padding: 0;
		margin: 0;
		overflow: visible
	}
	.somos-page .page-content .full-hashtag h2 {
		margin-bottom: 0;
		font-size: 34px;
		line-height: 40px
	}
	.somos-page .page-content .full-hashtag .background-hashtag {
		top: 60px
	}
	.somos-page .page-content .full-hashtag .background-hashtag h3 {
		font-size: 15vw
	}
	.somos-page .page-content .team {
		margin-top: 250px;
		padding-top: 0
	}
	.somos-page .page-content .team .subtitle {
		position: relative;
		z-index: 1;
		font-size: 20px;
		line-height: 22px
	}
	.somos-page .page-content .mission {
		padding-top: 140px
	}
	.somos-page .page-content .mission h3 {
		margin-top: 0;
		font-size: 34px !important;
		line-height: 38px
	}
	.somos-page .page-content .mission .firstwrap {
		text-align: left;
		display: block
	}
	.somos-page .page-content .mission .secondwrap {
		display: block;
		text-align: right;
		margin-top: 20px
	}
	.somos-page .page-content .mission h2 {
		font-size: 6vw;
		margin-top: 120px
	}
	.somos-page .page-content .clients {
		margin-top: 50px;
		padding-top: 0
	}
	.somos-page .page-content .clients .blob {
		display: none
	}
	.somos-page .page-content .affinity-brands {
		padding-top: 250px
	}
	.somos-page .page-content .affinity-brands .subtitle {
		position: relative;
		z-index: 1;
		font-size: 20px;
		line-height: 22px
	}
	.somos-page .page-content .affinity-brands .block-wrapper {
		padding: 95px 40px 65px
	}
	.somos-page .page-content .affinity-brands .block-wrapper .plus-button {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	.page-footer.type-2 .content-wrapper {
		top: 0
	}
}

@media only screen and (max-width: 810px) {
	.mobile .somos-page .page-content .place-images {
		margin-bottom: 150px
	}
	.somos.pt-lang .page-footer.type-2 .content-wrapper svg {
		right: auto;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.somos #header-main .language-wrapper .active-language .lg,
	.somos #header-main .language-wrapper .other-languages li a {
		color: #ffffff
	}
	.somos.js-nav-mobile-open #header-main .main-logo svg path {
		fill: #7245ce
	}
	.somos-page .page-header .header-photo {
		width: 100% !important;
		margin-top: 110px
	}
	.somos-page .page-header .header-photo img {
		margin: 0 auto
	}
	.somos-page .page-header .header-pictogram-wrapper {
		width: 110%;
		margin-left: -5%;
		padding-top: 160px
	}
	.somos-page .page-header .header-image-wrapper .background-image {
		object-position: 0% 50%
	}
	.somos-page .page-content {
		z-index: 2
	}
	.somos-page .page-content .vertical-menu-wrapper {
		display: none
	}
	.somos-page .page-content .we-do {
		padding-top: 160px
	}
	.somos-page .page-content .to-section {
		margin-top: 500px
	}
	.somos-page .page-content .image-blocks {
		margin-bottom: 440px
	}
	.somos-page .page-content .image-blocks .letter-wrapper {
		top: 0px;
		right: 20px;
		width: 50vw
	}
	.somos-page .page-content .image-blocks .image-wrapper {
		margin-top: -150px
	}
	.somos-page .page-content .image-blocks .image-wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.35)
	}
	.somos-page .page-content .image-blocks .image-wrapper .offset-text p {
		position: relative;
		z-index: 1;
		color: #ffffff
	}
	.somos-page .page-content .image-blocks .question-wrapper h2 {
		margin-top: 100px
	}
	.somos-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text {
		margin-top: 0px
	}
	.somos-page .page-content .place-images {
		margin-bottom: 150px
	}
	.somos-page .page-content .place-images .top-left-image {
		width: 100%
	}
	.somos-page .page-content .place-images .top-right-image {
		height: 600px;
		margin-top: calc(0.625rem * 2)
	}
	.somos-page .page-content .full-hashtag h2 {
		font-size: 32px !important;
		line-height: 38px
	}
	.somos-page .page-content .full-hashtag .background-hashtag {
		top: 60px
	}
	.somos-page .page-content .clients .drag-helper {
		top: 0;
		transform: translateY(0);
		-webkit-transform: translateY(0)
	}
	.somos-page .page-content .team .persons-container {
		margin-top: 0
	}
	.somos-page .page-content .team .persons-container .team-person-container {
		width: 100%
	}
	.somos-page .page-content .mission h2 {
		font-size: 55px;
		letter-spacing: 20px
	}
}

@media only screen and (max-width: 640px) {
	.mobile .somos-page .page-content .place-images {
		margin-bottom: 60px
	}
	.somos.pt-lang .page-footer.type-2 .content-wrapper svg {
		-webkit-transform: scale(1);
		transform: scale(1);
		right: auto
	}
	.somos.js-nav-mobile-open #header-main .main-logo svg path {
		fill: #ffffff
	}
	.en-lang .somos-page .page-content .team .morphing-letter svg {
		left: -155px
	}
	.somos-page .page-header .header-photo {
		width: 100% !important;
		margin-top: 110px
	}
	.somos-page .page-header .header-pictogram-wrapper {
		padding-top: 120px
	}
	.somos-page .page-header .header-image-wrapper .background-image {
		object-position: 50% 50%
	}
	.somos-page .page-content .we-do {
		/*padding-top: 100px*/
		padding-top: 10px
	}
	.somos-page .page-content .to-section {
		/*margin-top: 450px;*/
		margin-top: 20px;
		margin-bottom: 10px
	}
	.somos-page .page-content .image-blocks {
		margin-top: 100px;
		margin-bottom: 400px
	}
	.somos-page .page-content .place-images {
		margin-bottom: 60px
	}
	.somos-page .page-content .place-images .bottom-left-image img {
		object-position: 90% 50%
	}
	.somos-page .page-content .full-hashtag h2 {
		font-size: 26px !important;
		line-height: 30px;
		padding: 40px 0
	}
	.somos-page .page-content .full-hashtag h3 {
		font-size: 15vw
	}
	.somos-page .page-content .full-hashtag .background-hashtag {
		top: 140px
	}
	.somos-page .page-content .team {
		margin-top: 240px
	}
	.somos-page .page-content .team .subtitle {
		margin-left: 0
	}
	.somos-page .page-content .team .persons-container .columns {
		margin-top: 50px !important
	}
	.somos-page .page-content .team .persons-container .columns:nth-child(1) {
		margin-top: 80px !important
	}
	.somos-page .page-content .mission {
		margin-top: 100px;
		padding-top: 0
	}
	.somos-page .page-content .mission h3 {
		font-size: 28px !important;
		line-height: 30px
	}
	.somos-page .page-content .mission h2 {
		margin-top: 100px;
		font-size: 40px !important;
		letter-spacing: 4px
	}
	.somos-page .page-content .clients {
		margin-top: 0;
		padding-bottom: 0
	}
	.somos-page .page-content .clients .clients-wrapper {
		position: relative;
		top: auto;
		transform: none;
		-webkit-transform: none
	}
	.somos-page .page-content .clients .clients-list {
		margin-top: 50px
	}
	.somos-page .page-content .clients .clients-list .logo-wrapper {
		margin: 25px auto;
		max-width: 220px
	}
	.somos-page .page-content .clients .clients-list li:first-child .logo-wrapper {
		margin-bottom: 0
	}
	.somos-page .page-content .affinity-brands {
		padding-bottom: 0;
		padding-top: 200px
	}
	.somos-page .page-content .affinity-brands .subtitle {
		margin-left: 0
	}
	.somos-page .page-content .affinity-brands .mt-negative {
		margin-top: 0
	}
	.somos-page .page-content .affinity-brands .mt-negative .block-wrapper:last-child {
		margin-bottom: 80px
	}
	.somos-page .page-content .affinity-brands .block-wrapper {
		margin-bottom: 140px
	}
	.somos-page .page-content .page-footer .last-content-wrapper {
		bottom: 35px
	}
	
	.hero-text .xxlarge-6{
		width: 90% !important;
		max-width: 90% !important;
		-webkit-flex: 0 0 90% !important;
		float: left !important;
		display: inline-table;
		margin-bottom: 20px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
	.somos-page .page-header .header-pictogram-wrapper .header-pictogram {
		max-width: 100%;
		height: 40vw;
		margin: 0 auto
	}
	.somos-page .page-header .background-wrapper .header-text {
		margin-bottom: 0
	}
	.somos-page .page-header .background-wrapper .header-text h2 {
		font-size: 45px
	}
	.somos-page .page-header .background-wrapper .header-text h3 {
		font-size: 28px;
		margin-top: 20px
	}
}

.fazemos #header-main #nav-main li.active a {
	color: #006cfc
}

.single-service #header-main #nav-main li.active a {
	color: #006cfc
}

.fazemos-page .page-header .we-do {
	height: 100vh
}

.fazemos-page .page-header .we-do .row {
	height: inherit
}

.fazemos-page .page-header .we-do h2 {
	font-size: 65px
}

.fazemos-page .page-header .we-do canvas {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 1;
	pointer-events: none
}

.fazemos-page .page-header .we-do .we-do-list {
	position: relative;
	z-index: 2
}

.fazemos-page .page-header .we-do .we-do-list li {
	position: relative
}

.fazemos-page .page-header .we-do .we-do-list li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 0 20px
}

.fazemos-page .page-header .we-do .we-do-list li:last-child h3 {
	left: 13px
}

.fazemos-page .page-header .we-do .we-do-list li img,
.fazemos-page .page-header .we-do .we-do-list li video {
	position: relative;
	display: none;
	margin: 0 auto;
	width: 130%;
	left: -15%;
	max-width: 600px
}

.fazemos-page .page-header .we-do .we-do-list li h3 {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: bold;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-size: 35px;
	color: #2c2c2c;
	opacity: 0;
	overflow: hidden;
	white-space: nowrap
}

.fazemos-page .page-header .we-do .we-do-list li p {
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 75%;
	font-family: 'Cera';
	font-weight: normal;
	color: #000000;
	font-size: 23px;
	line-height: 26px;
	letter-spacing: -0.5px;
	text-align: center;
	opacity: 0;
	pointer-events: none
}

.mobile .fazemos-page .page-header .we-do .we-do-list li .show-mob {
	display: block
}

@media only screen and (max-width: 1279px) {
	.mobile .fazemos-page .page-header .we-do .we-do-list li {
		margin-top: 80px
	}
	.mobile .fazemos-page .page-header .we-do .we-do-list li a {
		height: auto
	}
	.mobile .fazemos-page .page-header .we-do .we-do-list li img {
		width: 250px;
		left: auto
	}
	.mobile .fazemos-page .page-header .we-do .we-do-list li h3 {
		top: calc(50% + 10px);
		font-size: 30px;
		letter-spacing: 3px;
		opacity: 1;
		visibility: visible
	}
	.mobile .fazemos-page .page-header .we-do .we-do-list li p {
		opacity: 1;
		width: 90%;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		font-size: 18px;
		line-height: 22px;
		margin-top: 50px
	}
}

@media only screen and (max-height: 660px) {
	.fazemos-page .page-header .we-do .we-do-list li p {
		width: 85%;
		font-size: 18px;
		line-height: 1.2em;
		bottom: -100px
	}
}

@media only screen and (max-width: 810px) {
	.fazemos-page .page-header {
		height: auto !important
	}
	.fazemos-page .page-header .we-do {
		height: auto !important
	}
	.fazemos-page .page-header .we-do h2 {
		font-size: 65px !important
	}
	.fazemos-page .page-header .we-do .we-do-list {
		padding-top: 80px;
		padding-bottom: 100px
	}
	.fazemos-page .page-header .we-do .we-do-list li {
		margin-top: 0;
		margin-bottom: 100px
	}
	.fazemos-page .page-header .we-do .we-do-list li:first-child {
		margin-top: 50px
	}
	.fazemos-page .page-header .we-do .we-do-list li:last-child {
		margin-bottom: 0
	}
	.fazemos-page .page-header .we-do .we-do-list li h3 {
		font-size: 45px !important;
		letter-spacing: 8px
	}
	.fazemos-page .page-header .we-do .we-do-list li p {
		position: relative;
		width: 60%;
		font-size: 22px;
		line-height: 26px;
		margin-top: 20px
	}
	.fazemos-page .page-header .we-do .we-do-list li a {
		height: auto
	}
	.fazemos-page .page-header .we-do .we-do-list li img {
		width: 380px
	}
	.fazemos-page .page-header .we-do .we-do-list li.software-item a {
		padding-right: 80px
	}
}

@media only screen and (max-width: 640px) {
	.fazemos-page .page-header .we-do h2 {
		font-size: 50px;
		margin-bottom: 50px
	}
	.fazemos-page .page-header .we-do .we-do-list {
		padding-top: 120px
	}
	.fazemos-page .page-header .we-do .we-do-list li {
		margin-top: 0;
		margin-bottom: 80px
	}
	.fazemos-page .page-header .we-do .we-do-list li:first-child {
		margin-top: 0
	}
	.fazemos-page .page-header .we-do .we-do-list li h3 {
		font-size: 32px !important
	}
	.fazemos-page .page-header .we-do .we-do-list li img {
		width: 260px
	}
	.fazemos-page .page-header .we-do .we-do-list li p {
		width: 80%
	}
	.fazemos-page .page-header .we-do .we-do-list li.software-item img {
		margin-left: 10px
	}
}

.estamos #header-main .main-logo path {
	/*fill: #f77b81*/
	fill: #7245ce !important;
}

.estamos #header-main .language-wrapper .active-language .lg,
.estamos #header-main .language-wrapper .other-languages li a {
	/*color: #f77b81*/
	color: #7245ce  !important;
}

.estamos #header-main .language-wrapper .active-language .arrow path {
	/*stroke: #f77b81*/
	stroke: #7245ce  !important;
}

.estamos #header-main #nav-main li.active a {
	/*color: #f77b81*/
	color: #7245ce  !important;
}

.estamos .hamb-menu .line {
	/*background-color: #f77b81*/
	background-color: #7245ce  !important;
}

.estamos #nav-main-mobile {
	/*background-color: #f77b81*/
	background-color: #7245ce  !important;
}

.estamos .loading-mobile .loading-bg {
	/*background-color: #f77b81*/
	background-color: #7245ce  !important;
}

.pt-lang .estamos-page .page-content .form-container .morphing-letter svg {
	left: -122px
}

.mobile .estamos-page .page-header .header-image-wrapper .block-bg-cover img {
	display: block
}

.estamos-page .page-header .header-pictogram-wrapper {
	height: 86%
}

.estamos-page .page-header .background-wrapper h3,
.estamos-page .page-header .background-wrapper h2 {
	/*color: #f77b81*/
	color: #7245ce  !important;
}

.estamos-page .page-header .header-photo {
	margin-top: 50px;
	width: 36vw
}

.estamos-page .page-header .header-photo img {
	margin-left: -50px
}

.estamos-page .page-header .background-wrapper h3 {
	/*color: #f77b81*/
	color: #7245ce  !important;
}

.estamos-page .page-header .background-wrapper .header-image-wrapper {
	z-index: -1
}

.estamos-page .page-header .background-wrapper .webGL-main {
	z-index: 0
}

.estamos-page .page-content {
	position: relative
}

.estamos-page .page-content .first-title {
	margin-top: 200px
}

.estamos-page .page-content .we-do {
	padding-top: 0
}

.estamos-page .page-content .we-do .swipe-picto {
	display: none;
	width: 36px;
	margin: -50px auto 0
}

.estamos-page .page-content .pos-rel {
	position: relative
}

.estamos-page .page-content .color-red {
	/*color: #f77b81*/
	color: #7245ce  !important;
}

.estamos-page .page-content .drag-helper {
	display: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 10;
	pointer-events: none;
	margin-bottom: 20px
}

.estamos-page .page-content .drag-helper h4 {
	font-family: 'Cera';
	font-weight: 500;
	letter-spacing: 1px;
	color: #000000;
	font-size: 16px;
	text-align: center
}

.estamos-page .page-content .drag-helper svg {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 124px;
	height: 9px;
	margin-top: 10px;
	left: -2px
}

.estamos-page .page-content .drag-helper svg path {
	fill: #000000
}

.estamos-page .page-content .drag-helper svg.right {
	position: absolute;
	margin-left: 0;
	bottom: 0;
	left: calc(50% - 60px);
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg)
}

.estamos-page .page-content .map-wrapper {
	position: relative;
	margin-top: 200px
}

.estamos-page .page-content .map-wrapper .svg-scale {
	width: 1250px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.estamos-page .page-content .map-wrapper svg path {
	/*fill: #006cfc*/
	fill: #006cfc
}

.estamos-page .page-content .map-wrapper .fake-shadow {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 16px;
	height: 16px;
	z-index: 1
}

.estamos-page .page-content .map-wrapper .fake-shadow circle {
	opacity: 0;
	/*fill: #f77b81*/
	fill: #7245ce !important;
}

.estamos-page .page-content .map-wrapper .fake-point {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	/*background-color: #f77b81;*/
	background-color: #7245ce !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	display: block
}

.estamos-page .page-content .map-wrapper .fake-point:not(.Portugal) {
	width: 7px;
	height: 7px
}

.estamos-page .page-content .map-wrapper .fake-point.Portugal:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background-color: #f77b81;*/
	background-color: #7245ce !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	z-index: -2;
	pointer-events: none
}

.estamos-page .page-content .map-wrapper .map-svg {
	display: block;
	width: 1250px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.estamos-page .page-content .map-wrapper .map-svg .map {
	fill: #006cfc  !important;
	opacity: 0
}

.estamos-page .page-content .map-wrapper .map-svg .point {
	/*fill: #f77b81;*/
	fill: #7245ce  !important;
	cursor: pointer;
	opacity: 0
}

.estamos-page .page-content .map-wrapper[data-scrollbar] .scrollbar-track {
	opacity: 0
}

.estamos-page .page-content .company-numbers {
	padding-bottom: 0px
}

.estamos-page .page-content .company-numbers .hashtag-title {
	margin-bottom: 100px
}

.estamos-page .page-content .company-numbers .number-container {
	position: relative
}

.estamos-page .page-content .company-numbers .number-container h2 {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	font-size: 150px;
	/*color: #f77b81*/
	color: #7245ce  !important;
}

.estamos-page .page-content .company-numbers .number-container h2 sup {
	top: 0
}

.estamos-page .page-content .company-numbers .number-container .statistic-title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: 'Cera';
	font-weight: bold;
	color: #000000;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 10px
}

.estamos-page .page-content .contacts {
	padding-top: 60px;
	margin-top: 0px
}

.estamos-page .page-content .contacts #map {
	height: 500px
}

.estamos-page .page-content .contacts .map-marker {
	width: 140px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.estamos-page .page-content .contacts .cities-hashs {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.estamos-page .page-content .contacts .cities-hashs h2 {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin: 0;
	font-weight: bold;
	font-size: 150px;
	line-height: 1.2em;
	background: #2c2c2c;
	background: linear-gradient(90deg, #c7e8fd 0%, #becdfa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0
}

.estamos-page .page-content .contacts .cities-hashs h2:first-of-type {
	position: relative;
	top: -20px;
	opacity: .25
}

.estamos-page .page-content .contacts .info-wrapper {
	position: absolute;
	top: 50%;
	width: 100%;
	pointer-events: none;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper {
	position: relative;
	padding: 70px;
	pointer-events: all;
	-webkit-transform-origin: center left;
	transform-origin: center left
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector {
	position: relative;
	margin-bottom: 40px;
	pointer-events: all
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li {
	display: inline-block;
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #006cfc;
	margin-right: 15px;
	cursor: pointer;
	pointer-events: all;
	opacity: .3;
	border-bottom: 2px solid rgba(0, 108, 252, 0);
	-webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li.active,
.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li:hover {
	opacity: 1;
	border-bottom: 2px solid #006cfc
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li:last-of-type {
	margin-right: 0px
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .contacts-info-wrapper {
	position: relative;
	overflow: hidden
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .contacts-info-wrapper .contacts-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .contacts-info-wrapper .contacts-info:first-child {
	position: relative;
	opacity: 1;
	visibility: visible
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper h3 {
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: -1px;
	color: #2c2c2c
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper p {
	display: block
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper a:not(.btn) {
	display: inline-block;
	margin-left: 35px;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #7245ce;
	pointer-events: all;
	cursor: pointer;
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline-block;
	width: 248px;
	height: 76px;
	border-radius: 0px;
	padding: 30px;
	font-weight: 500;
	color: #ffffff;
	pointer-events: all
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .btn path {
	fill: #006cfc
}

.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .btn .text {
	text-align: center;
	line-height: 76px
}

.vacansy-form{
    margin-top: -140px !important;
}

.estamos-page .page-content .form-container, .main-container {
	margin-top: 60px;
	padding-bottom: calc(157px - 0.625rem);
}

.estamos-page .page-content .form-container .form-options, .main-container  .form-options{
	display: block;
	align-items: center;
	margin-bottom: 150px
}

@media only screen and (max-width: 1279px) {
	.estamos-page .page-content .form-container .form-options {
		display: block
	}
}

@media only screen and (max-width: 810px) {
	.estamos-page .page-content .form-container .form-options {
		display: flex;
		justify-content: center;
		flex-direction: column
	}
}

.estamos-page .page-content .form-container .form-options span {
	text-transform: uppercase;
	font-family: 'Cera';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
	display: inline-block;
	margin-right: 40px
}

.estamos-page .page-content .form-container .form-options span:not(.text) {
	margin-bottom: 18px;
	margin-left: 28px;
	margin-right: 0
}

@media only screen and (max-width: 810px) {
	.estamos-page .page-content .form-container .form-options span:not(.text) {
		margin-left: 0
	}
}

.estamos-page .page-content .form-container .form-options ul {
	display: inline-flex
}

@media only screen and (max-width: 810px) {
	.estamos-page .page-content .form-container .form-options ul {
		display: block
	}
}

.estamos-page .page-content .form-container .form-options ul li {
	margin-right: 5px
}

.estamos-page .page-content .form-container .form-options ul li.active button {
	pointer-events: none
}

.estamos-page .page-content .form-container .form-options ul li.active button svg path {
	fill: #006cfc
}

.about .estamos-page .page-content .form-container .form-options ul li.active button svg path {
	fill: #7245ce
}

.estamos-page .page-content .form-container .form-options ul li.active button span {
	color: #ffffff
}

.estamos-page .page-content .form-container .form-options ul li:last-of-type {
	margin-right: 0
}

@media only screen and (min-width: 1025px) {
	.estamos-page .page-content .form-container .form-options ul li:hover button svg path {
		fill: #006cfc
	}
	
	.about .estamos-page .page-content .form-container .form-options ul li:hover button svg path {
		fill: #7245ce
	}	
		
	.estamos-page .page-content .form-container .form-options ul li:hover button span {
		color: #ffffff
	}

	.about .estamos-page .page-content .form-container .form-options ul li:hover button span {
		color: #ffffff
	}	
}

.estamos-page .page-content .form-container .form-options ul li button {
	opacity: 1;
	pointer-events: all;
	margin: 0;
	width: 280px;
	height: 66px
}

.estamos-page .page-content .form-container .form-options ul li button svg path {
	fill: transparent
}

.estamos-page .page-content .form-container .form-options ul li button span {
	color: #006cfc;
	white-space: nowrap
}


.about .estamos-page .page-content .form-container .form-options ul li button span {
	color: #7245ce
}

.about .estamos-page .page-content .form-container .form-options ul li.active button span {
	color: #fff
}

.estamos-page .page-content .form-container .label {
	font-family: 'Cera';
	font-size: 15px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.3);
	margin-left: 18px
}

.estamos-page .page-content .form-container .attach-cv .file-container {
	position: relative
}

.estamos-page .page-content .form-container .attach-cv .file-container input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 0;
	box-shadow: none;
	appearance: none;
	border-radius: 0;
	z-index: -1
}

.estamos-page .page-content .form-container .attach-cv .file-container label {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 12px;
	margin-bottom: 15px;
	margin-top: 15px
}

.estamos-page .page-content .form-container .attach-cv .file-container label button {
	margin: 0;
	pointer-events: none
}

.estamos-page .page-content .form-container .attach-cv .file-container label button svg path.morph-element {
	fill: #ffffff
}

.estamos-page .page-content .form-container .attach-cv .file-container label span {
	font-weight: normal;
	display: block;
	margin-left: 10px
}

.estamos-page .page-content .form-container .affinity-player,
.estamos-page .page-content .form-container .start-project {
	display: none
}

.estamos-page .page-content .form-container .know-about-affinity a,
.estamos-page .page-content .form-container .affinity-player a,
.estamos-page .page-content .form-container .start-project a {
	display: block;
	margin-bottom: 25px
}

.estamos-page .page-content .form-container .know-about-affinity a:last-of-type,
.estamos-page .page-content .form-container .affinity-player a:last-of-type,
.estamos-page .page-content .form-container .start-project a:last-of-type {
	margin-bottom: 0
}

.estamos-page .page-content .form-container .know-about-affinity button,
.estamos-page .page-content .form-container .affinity-player button,
.estamos-page .page-content .form-container .start-project button {
	pointer-events: all;
	opacity: 1;
	margin: 0;
	margin-top: 15px;
	width: 59px;
	height: 50px;
	margin-left: 12px
}

.estamos-page .page-content .form-container .know-about-affinity button .arrow,
.estamos-page .page-content .form-container .affinity-player button .arrow,
.estamos-page .page-content .form-container .start-project button .arrow {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	width: 20px;
	height: 19px
}

.estamos-page .page-content .form-container .know-about-affinity button .arrow path,
.estamos-page .page-content .form-container .affinity-player button .arrow path,
.estamos-page .page-content .form-container .start-project button .arrow path {
	stroke-width: 7
}

.estamos-page .page-content .form-container .know-about-affinity button:last-of-type,
.estamos-page .page-content .form-container .affinity-player button:last-of-type,
.estamos-page .page-content .form-container .start-project button:last-of-type {
	margin-bottom: 0
}

.estamos-page .page-content .form-container .project-management {
	margin-bottom: 25px
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper {
	position: relative;
	display: flex;
	margin-top: 18px;
	margin-left: 18px
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper {
	margin-right: 25px
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper:last-of-type {
	margin-right: 0
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper .check {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 2px
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper .check path {
	fill: #006cfc
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper .check path.dash,
.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper .check path.full {
	opacity: 0
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper .check path.dash {
	opacity: 1;
	stroke-dasharray: 23;
	stroke-dashoffset: 23;
	fill: none;
	stroke: #ffffff;
	stroke-width: 4;
	stroke-miterlimit: 10
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper .option {
	display: inline-block;
	vertical-align: middle
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper:not(.active-option) {
	cursor: pointer;
	margin-top: 8px
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option-wrapper:not(.active-option):first-child {
	margin-top: 6px
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .option {
	display: block;
	font-family: "Cera";
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #000000;
	text-transform: uppercase
}

.estamos-page .page-content .form-container .project-management .options-main-wrapper .active-option {
	position: absolute;
	top: 2px;
	left: 0;
	font-family: "Cera";
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #006cfc;
	text-transform: uppercase;
	white-space: nowrap
}

.estamos-page .page-content .form-container .mt-negative {
	margin-top: -75px
}

.estamos-page .page-content .form-container .pos-rel {
	position: relative
}

.estamos-page .page-content .form-container .title {
	font-size: 50px;
	margin-bottom: 25px
}

.estamos-page .page-content .form-container .subtitle{
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-bottom: 145px;
	margin-left: 0.625rem;
	position: relative
}

.main-page .page-content .form-container .subtitle{
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	margin-bottom: 145px;
	margin-left: 0.625rem;
	position: relative
}

.estamos-page .page-content .form-container .rgpd-wrapper {
	position: relative;
	clear: both;
	font-size: 14px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
	color: #9fa6b6
}

.estamos-page .page-content .form-container .rgpd-wrapper:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border: 2px solid #9fa6b6;
	top: 3px;
	left: 0;
	pointer-events: none
}

.estamos-page .page-content .form-container .rgpd-wrapper svg {
	position: absolute;
	width: 20px;
	left: 5px;
	top: 5px;
	opacity: 0;
	fill: #9fa6b6
}

.estamos-page .page-content .form-container .rgpd-wrapper svg.active {
	opacity: 1
}

.estamos-page .page-content .form-container .rgpd-wrapper input {
	opacity: 0;
	visibility: hidden
}

.estamos-page .page-content .form-container .rgpd-wrapper .rgpd-text {
	position: relative;
	top: 1px;
	margin-left: 40px;
	color: #9fa6b6
}

@media only screen and (max-width: 640px) {
	.estamos-page .page-content .form-container .rgpd-wrapper .rgpd-text {
		max-width: 56%;
		display: block
	}
}

.estamos-page .page-content .form-container .rgpd-wrapper .rgpd-text a {
	color: #9fa6b6;
	text-decoration: underline
}

.estamos-page .page-content .form-container .rgpd-wrapper .hidden {
	display: none
}

.estamos-page .page-content .form-container .rgpd-wrapper {
	margin-top: 20px
}

.estamos-page .page-footer {
	position: relative;
	overflow: hidden
}

.estamos-page .page-footer .last-content-wrapper {
	bottom: 15px
}

.estamos-page .page-footer.type-2 {
	height: 100vh;
	min-height: 100vh
}

.estamos-page .page-footer.type-2 .content-wrapper {
	padding-bottom: 0
}

.estamos-page .page-footer.type-2 .slides li:not(.spacer) svg.e-letter {
	left: 0px
}

.estamos-page .page-footer.type-2 .slides li:not(.spacer) svg.r-letter {
	left: 5px
}

.estamos-page .page-footer .apply-image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 80%;
	z-index: 0
}

.estamos-page .page-footer .subscribe-wrapper {
	position: relative;
	height: 100%;
	z-index: 4
}

.estamos-page .page-footer .subscribe-wrapper .pos-rel {
	position: relative
}

.estamos-page .page-footer .subscribe-wrapper h2 {
	position: relative;
	z-index: 2;
	font-size: 130px;
	color: #ffffff;
	font-weight: bold
}

.estamos-page .page-footer .subscribe-wrapper h3 {
	position: relative;
	z-index: 2;
	font-size: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff
}

.estamos-page .page-footer .subscribe-wrapper svg {
	position: absolute;
	top: 65px;
	right: 300px;
	width: 280px;
	height: 22px
}

.estamos-page .page-footer .subscribe-wrapper svg path {
	fill: #ffffff
}

@media only screen and (max-width: 1440px) {
	.estamos-page .page-content .company-numbers .number-container h2 {
		font-size: 120px !important
	}
}

@media only screen and (max-width: 1279px) {
	.estamos-page .page-content .we-do {
		padding-top: 100px
	}
	.estamos-page .page-content .company-numbers {
		padding-bottom: 100px;
		padding-top: 100px
	}
	.estamos-page .page-content .company-numbers .hashtag-title {
		margin-bottom: 0
	}
	.estamos-page .page-content .company-numbers .number-container h2 {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		font-size: 100px;
		margin-bottom: 0
	}
	.estamos-page .page-content .company-numbers .text-center:nth-child(2) {
		margin-top: 30px
	}
	.estamos-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 60px
	}
	.estamos-page .page-content .map-wrapper {
		margin-top: 20px;
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch
	}
	.estamos-page .page-content .map-wrapper svg {
		padding: 0 50px
	}
	.estamos-page .page-content .drag-helper {
		margin-top: 120px;
		display: block
	}
	.estamos-page .page-content .contacts {
		padding-top: 0;
		margin-top: 80px
	}
	.estamos-page .page-content .contacts #map {
		height: 400px
	}
	.estamos-page .page-content .contacts .map-marker {
		width: 120px
	}
	.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper {
		padding: 50px 50px 70px
	}
	.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li {
		font-size: 26px
	}
	.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper h3 {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: -0.5px
	}
	.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper a:not(.btn) {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: -0.5px
	}
	.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .btn {
		padding: 25px;
		font-size: 12px
	}
	.estamos-page .page-content .contacts .cities-hashs h2 {
		font-size: 60px;
		letter-spacing: -2px
	}
	.estamos-page .page-content .form-container {
		margin-top: 120px
	}
	.estamos-page .page-content .form-container .subtitle {
		position: relative;
		z-index: 1;
		font-size: 20px;
		line-height: 22px
	}
}

@media only screen and (max-width: 810px) {
	.estamos #header-main .language-wrapper .active-language .lg,
	.estamos #header-main .language-wrapper .other-languages li a {
		color: #ffffff
	}
	.estamos.js-nav-mobile-open #header-main .main-logo svg path {
		/*fill: #f77b81*/
		fill: #7245ce  !important;
	}
	.estamos-page .page-header .header-photo {
		width: 100% !important;
		margin-top: 110px
	}
	.estamos-page .page-header .header-photo img {
		margin: 0 auto
	}
	.estamos-page .page-header .header-pictogram-wrapper {
		width: 60%
	}
	.estamos-page .page-header .background-wrapper .header-text {
		margin-bottom: 80px
	}
	.estamos-page .page-header .header-image-wrapper .background-image {
		object-position: 80% 50%
	}
	.estamos-page .page-content .we-do {
		padding-top: 0px
	}
	.estamos-page .page-content .we-do .swipe-picto {
		display: block
	}
	.estamos-page .page-content .first-title {
		margin-top: 0;
		margin-bottom: 100px
	}
	.estamos-page .page-content .company-numbers .number-container h2 {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		font-size: 160px;
		margin-bottom: 0
	}
	.estamos-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 40px
	}
	.estamos-page .page-content .company-numbers .text-center:nth-child(4) {
		margin-top: 40px
	}
	.estamos-page .page-content .company-numbers {
		padding-bottom: 0px
	}
	.estamos-page .page-content .company-numbers .number-container h2 {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		font-size: 160px;
		margin-bottom: 0
	}
	.estamos-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 40px
	}
	.estamos-page .page-content .company-numbers .text-center:nth-child(4) {
		margin-top: 40px
	}
	.estamos-page .page-content .contacts {
		margin-top: 0
	}
	.estamos-page .page-content .contacts #map {
		height: 400px
	}
	.estamos-page .page-content .contacts .info-wrapper {
		top: 50px;
		transform: none;
		-webkit-transform: none
	}
	.estamos-page .page-content .contacts .cities-hashs {
		bottom: -40px
	}
	.estamos-page .page-content .contacts .cities-hashs h2 {
		font-size: 80px;
		bottom: 0
	}
	.estamos-page .page-content .contacts .cities-hashs h2:first-of-type {
		top: 0
	}
	.estamos-page .page-content .form-container .mt-negative {
		margin-top: 0
	}
	.estamos-page .page-content .form-container .contact-form {
		margin: 0
	}
}

@media only screen and (max-width: 640px) {
	.pt-lang .estamos-page .page-content .form-container .morphing-letter svg {
		left: -105px
	}
	.estamos.js-nav-mobile-open #header-main .main-logo svg path {
		fill: #ffffff
	}
	.estamos-page .page-header .header-image-wrapper .background-image {
		object-position: 50% 50%
	}
	.estamos-page .page-content .first-title {
		margin-top: 0;
		margin-bottom: 80px
	}
	.estamos-page .page-content .we-do {
		display: none;
		padding-top: 0
	}
	.estamos-page .page-content .company-numbers {
		padding-top: 100px
	}
	.estamos-page .page-content .company-numbers .number-container h2 {
		font-size: 120px
	}
	.estamos-page .page-content .company-numbers .text-center:nth-child(4),
	.estamos-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 40px
	}
	.estamos-page .page-content .map-wrapper {
		margin-top: 0
	}
	.estamos-page .page-content .contacts {
		margin-top: 0
	}
	.estamos-page .page-content .contacts .info-wrapper {
		top: 25px
	}
	.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper {
		padding: 40px 40px 110px
	}
	.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper h3 {
		font-size: 22px;
		line-height: 26px
	}
	.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper .city-selector li {
		font-size: 24px
	}
	.estamos-page .page-content .contacts .info-wrapper .contacts-wrapper a:not(.btn) {
		font-size: 22px;
		line-height: 26px
	}
	.estamos-page .page-content .contacts .cities-hashs {
		bottom: -20px
	}
	.estamos-page .page-content .contacts .cities-hashs h2 {
		font-size: 50px
	}
	.estamos-page .page-content .form-container {
		padding-bottom: 40px;
		margin-top: 20px
	}
	.estamos-page .page-content .form-container form {
		margin: 0
	}
	.estamos-page .page-content .form-container .subtitle {
		margin-left: 0
	}
	.estamos-page .page-content .page-footer .last-content-wrapper {
		bottom: 35px
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
	.estamos-page .page-header .header-pictogram-wrapper .header-pictogram {
		max-width: 100%;
		height: 40vw;
		margin: 0 auto
	}
	.estamos-page .page-header .background-wrapper .header-text h2 {
		font-size: 45px
	}
	.estamos-page .page-header .background-wrapper .header-text h3 {
		font-size: 28px;
		margin-top: 20px
	}
}

.noticias .rotate-title {
	position: fixed
}

.noticias-page .page-content .nav-sidebar-column {
	position: relative;
	padding: 0
}

.noticias-page .page-content .nav-filter-active {
	color: rgba(159, 166, 182, 0);
	-webkit-transition: color .5s .2s linear;
	transition: color .5s .2s linear
}

.noticias-page .page-content .nav-filter-active.fade-in {
	color: rgba(159, 166, 182, 0.6)
}

.noticias-page .page-content .full-page-article-social {
	padding-top: 60px
}

.noticias-page .page-content .full-page-article-social .social-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #2c2c2c;
	font-weight: bold
}

.noticias-page .page-content .full-page-article-social .social-title:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 2px;
	margin-left: 15px;
	background-color: #2c2c2c
}

.noticias-page .page-content .full-page-article-social ul {
	display: inline-block;
	vertical-align: middle
}

.noticias-page .page-content .full-page-article-social ul .social-item {
	display: inline-block;
	margin: 0 10px
}

.noticias-page .page-content .full-page-article-social ul .social-item svg {
	width: 23px;
	height: 17px
}

.noticias-page .page-content .full-page-article-social ul .social-item svg path {
	fill: #2c2c2c
}

.noticias-page .page-content .full-page-article-image .iframe-embed {
	opacity: 0
}

.noticias-page .page-content .full-page-article-image .iframe-embed iframe {
	pointer-events: none
}

.noticias-page .page-content .next-new-mob {
	display: none
}

.noticias-page .page-content .load-next-wrapper {
	display: block;
	position: relative;
	margin-bottom: 10px
}

.noticias-page .page-content .load-next-wrapper .indicator-wrapper {
	position: relative;
	height: 4px;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block
}

.noticias-page .page-content .load-next-wrapper .indicator-wrapper .indicator {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #006cfc
}

.noticias-page .page-content .load-next-wrapper p {
	font-family: 'Cera';
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold
}

@media only screen and (max-width: 1279px) {
	.noticias-page .page-content .next-new-mob {
		display: block
	}
	.noticias-page .page-content .load-next-wrapper {
		display: none
	}
}

@media only screen and (max-width: 640px) {
	.noticias-page .page-content .full-page-article-social {
		padding-top: 25px
	}
	.noticias-page .page-content .full-page-article-social .social-title:after {
		display: none
	}
}

.single-service #header-main .language-wrapper .active-language .lg {
	color: #006cfc
}

.single-service #header-main .language-wrapper .active-language .arrow path {
	stroke: #006cfc
}

.single-service #header-main .language-wrapper .other-languages li a {
	color: #006cfc
}

.single-service #hashtag-scroll h2 {
	opacity: .25 !important
}

.single-service.software .image-blocks .image-wrapper .offset-text p {
	color: rgba(255, 255, 255, 0.8)
}

.single-service.pt-lang.nearshoring .page-content .international-projects .subtitle {
	left: -25px
}

@media only screen and (max-width: 1279px) {
	.single-service.pt-lang.nearshoring .page-content .international-projects .subtitle {
		left: -20px
	}
}

@media only screen and (max-width: 640px) {
	.single-service.pt-lang.nearshoring .page-content .international-projects .subtitle {
		left: 0px
	}
}

@media only screen and (max-width: 1279px) {
	.single-service.pt-lang.nearshoring .page-content .our-model .morphing-letter svg {
		left: -87px
	}
}

@media only screen and (max-width: 640px) {
	.single-service.pt-lang.nearshoring .page-content .our-model .morphing-letter svg {
		left: -70px
	}
}

@media only screen and (max-width: 480px) {
    .gallery_old{
	margin-left: -30px;
	min-width: 300px;
    }

    .gallery_old A{
	width: 100%;
	height: 100%;
	margin-right: 0px;
    }
    
    .gallery_old img{
	width: 100%;
	height: 100%;
    }
}

.single-service.pt-lang.nearshoring .page-content .our-model .subtitle {
	left: -55px
}

@media only screen and (max-width: 1279px) {
	.single-service.pt-lang.nearshoring .page-content .our-model .subtitle {
		left: -15px
	}
}

@media only screen and (max-width: 640px) {
	.single-service.pt-lang.nearshoring .page-content .our-model .subtitle {
		left: 0px
	}
}

.single-service.pt-lang.nearshoring .page-content .international-projects .subtitle {
	left: 8px
}

.single-service.pt-lang .page-content .benefits {
	margin-top: 350px
}

.single-service.en-lang .page-content .benefits {
	margin-top: 250px
}

.single-service-page.software-page .page-header .background-wrapper .title {
	z-index: 10
}

.single-service-page.software-page .page-header .background-wrapper .letter-wrapper,
.single-service-page.software-page .page-header .background-wrapper .image-wrapper,
.single-service-page.software-page .page-header .background-wrapper .title {
	top: 65px
}

.single-service-page.software-page .page-content .why-portugal {
	margin-top: 300px
}

.single-service-page.nearshoring-page .webGL-main {
	height: auto
}

.single-service-page.nearshoring-page .page-content .why-portugal {
	padding-top: 0
}

.single-service-page.outsourcing-page .page-header .letter-wrapper,
.single-service-page.outsourcing-page .page-header .image-wrapper,
.single-service-page.outsourcing-page .page-header .title {
	top: 65px
}

.single-service-page.outsourcing-page .page-header .background-wrapper .block-bg-cover {
	height: 150vh
}

.single-service-page.outsourcing-page .image-blocks .image-wrapper .offset-text p {
	color: #ffffff
}

.single-service-page.outsourcing-page .page-content .clients {
	padding-bottom: 200px
}

@media only screen and (max-width: 810px) {
	.single-service-page.outsourcing-page .page-content .clients {
		padding-bottom: 120px
	}
}

.single-service-page .page-header {
	position: relative;
	height: 100vh
}

.single-service-page .page-header .background-wrapper .block-bg-cover {
	overflow: visible;
	height: 120%
}

.single-service-page .page-header .background-wrapper .owl,
.single-service-page .page-header .background-wrapper .suricata,
.single-service-page .page-header .background-wrapper .hands {
	position: absolute;
	max-height: 60vh;
	top: calc(50% - 10vh);
	left: calc(50% + 10px);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.single-service-page .page-header .background-wrapper .suricata {
	top: calc(50% + 80px);
	left: calc(50% + 30px)
}

.single-service-page .page-header .background-wrapper .hands {
	top: 50%;
	left: 50%
}

.single-service-page .page-header .background-wrapper .show-mob {
	display: none
}

.single-service-page .page-header .background-wrapper .letter {
	position: absolute;
	max-height: 65vh;
	top: calc(50%);
	left: calc(50% + 10px);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: .97
}

.single-service-page .page-header .background-wrapper .letter path {
	stroke-width: 30px
}

.single-service-page .page-content {
	z-index: 1
}

.single-service-page .page-content .start-project-container {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 300px;
	z-index: 100;
	overflow: hidden;
	pointer-events: none
}

.single-service-page .page-content .start-project-container .cta-start-project {
	position: absolute;
	bottom: 160px;
	right: -250px;
	z-index: 100;
	height: 275px;
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0)
}

.single-service-page .page-content .start-project-container .cta-start-project .reminder {
	width: 20px;
	height: 20px;
	background-color: #f77b81;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 113px;
	left: 160px;
	z-index: 1;
	border: 2px solid #ffffff;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	opacity: 0;
	visibility: hidden
}

.single-service-page .page-content .start-project-container .cta-start-project .reminder span {
	font-size: 11px;
	line-height: 0;
	color: #ffffff;
	font-weight: bold
}

.single-service-page .page-content .start-project-container .cta-start-project h3 {
	position: absolute;
	top: 90%;
	left: 200px;
	text-transform: uppercase;
	font-family: 'Cera';
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	transform: translateY(-50%) scale(0.9);
	-webkit-transform: translateY(-50%) scale(0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.single-service-page .page-content .start-project-container .cta-start-project .cta-bg {
	width: 620px;
	height: 575px;
	pointer-events: all
}

.single-service-page .page-content .start-project-container .cta-start-project .cta-bg path {
	fill: #006cfc;
	opacity: 0;
	visibility: hidden;
	cursor: pointer
}

.kindergarten .single-service-page .page-content .start-project-container .cta-start-project .cta-bg path {
    fill: #49e2bb;
}


.school .single-service-page .page-content .start-project-container .cta-start-project .cta-bg path {
    fill: #f77b81
}

.single-service-page .page-content .start-project-container .cta-start-project .elastic-btn {
	position: absolute;
	bottom: -55px;
	left: 190px;
	text-align: center;
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none
}

.single-service-page .page-content .start-project-container .cta-start-project .elastic-btn span {
	position: relative;
	width: auto;
	height: auto;
	top: initial;
	left: initial;
	font-size: 10px;
	letter-spacing: 0.8px;
	line-height: 1;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.single-service-page .page-content .start-project-container .cta-start-project .elastic-btn svg {
	height: auto;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	pointer-events: none
}

.single-service-page .page-content .start-project-container .start-project {
	position: fixed;
	top: 0;
	right: 24px;
	z-index: 100;
	max-width: 395px;
	pointer-events: none
}

.single-service-page .page-content .start-project-container .start-project .form-container {
	opacity: 0;
	visibility: hidden;
	transform: scale(0.9);
	-webkit-transform: scale(0.9)
}

.single-service-page .page-content .start-project-container .start-project .triangle {
	width: 35px;
	height: 45px;
	position: absolute;
	bottom: -33px;
	right: 35px;
	z-index: 1
}

.single-service-page .page-content .start-project-container .start-project .triangle path {
	fill: #ffffff;
	fill-rule: evenodd
}

.single-service-page .page-content .start-project-container .start-project .close-filter {
	position: absolute;
	bottom: -90px;
	right: 19px;
	width: 64px;
	height: 60px;
	cursor: pointer;
	transform: scale(0.85) rotate(180deg);
	-webkit-transform: scale(0.85) rotate(180deg);
	opacity: 0;
	pointer-events: none
}

.single-service-page .page-content .start-project-container .start-project .close-filter .morph-bg {
	fill: #006cfc;
	stroke: none
}


.kindergarten .single-service-page .page-content .start-project-container .start-project .close-filter .morph-bg {
	fill: #49e2bb
}

.school .single-service-page .page-content .start-project-container .start-project .close-filter .morph-bg {
	fill: #f77b81
}

.single-service-page .page-content .start-project-container .start-project .close-filter .morph-element {
	fill: #ffffff;
	stroke: none
}

.single-service-page .page-content .start-project-container .start-project .project-form {
	position: relative;
	padding: 35px;
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 15px 28px 0px rgba(13, 15, 34, 0.12);
	-moz-box-shadow: 0px 15px 28px 0px rgba(13, 15, 34, 0.12);
	box-shadow: 0px 15px 28px 0px rgba(13, 15, 34, 0.12);
	height: 315px;
	overflow: hidden
}

.single-service-page .page-content .start-project-container .start-project .project-form:before,
.single-service-page .page-content .start-project-container .start-project .project-form:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 1;
	pointer-events: none
}

.single-service-page .page-content .start-project-container .start-project .project-form:before {
	top: 0;
	background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
}

.single-service-page .page-content .start-project-container .start-project .project-form:after {
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.single-service-page .page-content .start-project-container .start-project .project-form h2,
.single-service-page .page-content .start-project-container .start-project .project-form p,
.single-service-page .page-content .start-project-container .start-project .project-form label,
.single-service-page .page-content .start-project-container .start-project .project-form .options-main-wrapper,
.single-service-page .page-content .start-project-container .start-project .project-form .feedback-form {
	padding-left: 18px
}

.single-service-page .page-content .start-project-container .start-project .project-form h2 {
	font-size: 24px;
	margin-bottom: 23px
}

.kindergarten .single-service-page .page-content .start-project-container .start-project .project-form h2 {
    color: #49e2bb
}


.school .single-service-page .page-content .start-project-container .start-project .project-form h2 {
    color: #f77b81
}

.single-service-page .page-content .start-project-container .start-project .project-form p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 50px
}

.single-service-page .page-content .start-project-container .start-project .project-form .feedback-form {
	font-family: 'Cera';
	font-weight: 500;
	font-size: 16px;
	color: #9fa6b6;
	line-height: 1.3;
	padding-right: 50px;
	opacity: 0;
	visibility: hidden
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area {
	position: relative;
	margin-bottom: 18px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area.hidden {
	opacity: 0;
	visibility: hidden;
	display: none
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area.mb {
	margin-bottom: 35px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area:last-of-type {
	margin-bottom: 30px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area label {
	font-family: 'Cera';
	font-weight: bold;
	color: #9fa6b6;
	font-size: 15px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button{
	position: relative;
	width: 158px;
	height: 55px;
	margin-top: 25px;
	cursor: pointer;
	pointer-events: none;
	opacity: 0.4
}

.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn,
.single-service-page .page-content .start-project-container .start-project .project-form .input-area .order-btn {
	position: relative;
	width: 158px;
	height: 55px;
	margin-top: 25px;
	cursor: pointer;
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button.disable {
	opacity: 0.7;
	pointer-events: none
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button svg path,
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn svg path,
.single-service-page .page-content .start-project-container .start-project .project-form .input-area .order-btn svg path{
	fill: #006cfc;
}

.order-btn-kindergarten svg path{
	fill: #49e2bb !important;
}

.order-btn-school svg path{
	fill: #f77b81 !important;
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .text,
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .text,
.single-service-page .page-content .start-project-container .start-project .project-form .input-area .order-btn .text {
	color: #ffffff;
	line-height: 55px !important;
	font-size: 11px !important;
	left: -5px  !important;
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .arrow,
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .arrow {
	position: absolute;
	top: 50%;
	right: 23px;
	left: auto;
	width: 5px;
	height: 9px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .arrow path, 
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .arrow path {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 2px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .loader-wrapper,
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .loader-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .loader-wrapper .blobs,
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .loader-wrapper .blobs {
	filter: url(styles.min.css);
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 70px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .loader-wrapper .blobs .blob-center,
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .loader-wrapper .blobs .blob-center {
	position: absolute;
	background: #006cfc;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	transform-origin: left top;
	transform: scale(0.7) translate(-50%, -50%);
	animation: blob-grow linear 3.4s infinite;
	border-radius: 50%;
	box-shadow: 0 -10px 40px -5px #006cfc
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .loader-wrapper .blob,
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .loader-wrapper .blob {
	position: absolute;
	background: #006cfc;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	animation: blobs ease-out 3.4s infinite;
	transform: scale(0.7) translate(-50%, -50%);
	transform-origin: center top;
	opacity: 0
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .loader-wrapper .blob:nth-child(1),
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .loader-wrapper .blob:nth-child(1) {
	animation-delay: 0.2s
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .loader-wrapper .blob:nth-child(2),
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .loader-wrapper .blob:nth-child(2) {
	animation-delay: 0.4s
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .loader-wrapper .blob:nth-child(3),
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .loader-wrapper .blob:nth-child(3) {
	animation-delay: 0.6s
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .loader-wrapper .blob:nth-child(4),
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .loader-wrapper .blob:nth-child(4) {
	animation-delay: 0.8s
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .morph-enter-button .loader-wrapper .blob:nth-child(5),
.single-service-page .page-content .start-project-container .start-project .project-form #location .elastic-btn .loader-wrapper .blob:nth-child(5) {
	animation-delay: 1s
}

@keyframes blobs {
	0% {
		opacity: 0;
		transform: scale(0) translate(calc(-300px - 50%), -50%)
	}
	1% {
		opacity: 1
	}
	35%,
	65% {
		opacity: 1;
		transform: scale(0.9) translate(-50%, -50%)
	}
	99% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: scale(0) translate(calc(300px - 50%), -50%)
	}
}

@keyframes blob-grow {
	0%,
	39% {
		transform: scale(0) translate(-50%, -50%)
	}
	40%,
	42% {
		transform: scale(1, 0.7) translate(-50%, -50%)
	}
	43%,
	44% {
		transform: scale(1.2, 1.1) translate(-50%, -50%)
	}
	45%,
	46% {
		transform: scale(1.3, 1.2) translate(-50%, -50%)
	}
	47%,
	48% {
		transform: scale(1.4, 1.3) translate(-50%, -50%)
	}
	52% {
		transform: scale(1.5, 1.4) translate(-50%, -50%)
	}
	54% {
		transform: scale(1.7, 1.6) translate(-50%, -50%)
	}
	58% {
		transform: scale(1.8, 1.7) translate(-50%, -50%)
	}
	68%,
	70% {
		transform: scale(1.7, 1.5) translate(-50%, -50%)
	}
	78% {
		transform: scale(1.6, 1.4) translate(-50%, -50%)
	}
	80%,
	81% {
		transform: scale(1.5, 1.4) translate(-50%, -50%)
	}
	82%,
	83% {
		transform: scale(1.4, 1.3) translate(-50%, -50%)
	}
	84%,
	85% {
		transform: scale(1.3, 1.2) translate(-50%, -50%)
	}
	86%,
	87% {
		transform: scale(1.2, 1.1) translate(-50%, -50%)
	}
	90%,
	91% {
		transform: scale(1, 0.7) translate(-50%, -50%)
	}
	92%,
	100% {
		transform: scale(0) translate(-50%, -50%)
	}
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input {
	position: relative;
	margin-top: 20px;
	-webkit-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	-moz-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	overflow: hidden
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input:before {
	content: '';
	width: 2px;
	height: 100%;
	background: red;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform-origin: top left;
	-webkit-transform-origin: top left;
	transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input.error:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1)
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .check {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 17px;
	width: 10px;
	height: 8px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .check path {
	fill: none;
	stroke: #67dbac;
	stroke-miterlimit: 10
}

.kindergarten .single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .check path {
    stroke: #49e2bb
}

.school .single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .check path {
    stroke: #f77b81
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .enter-button {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #006cfc;
	width: 50px;
	height: 100%;
	cursor: pointer
}

.kindergarten .single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .enter-button {
    background-color: #49e2bb
}

.school .single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .enter-button {
    background-color: #f77b81
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .enter-button.disable {
	opacity: 0.7;
	pointer-events: none
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .enter-button .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	left: initial;
	width: 10px;
	height: 17px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: 0.4s transform cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: 0.4s transform cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .enter-button .arrow path {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 2px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input .enter-button:hover .arrow {
	transform: translateY(-50%) translateX(5px);
	-webkit-transform: translateY(-50%) translateX(5px)
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .wrapper-input input {
	width: 100%;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	padding: 16px 18px;
	font-family: 'Cera';
	font-weight: bold;
	font-size: 18px;
	color: #000000
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper {
	position: relative;
	display: flex;
	margin-top: 20px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper {
	margin-right: 25px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper:last-of-type {
	margin-right: 0
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper .check {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 2px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper .check path {
	fill: #006cfc
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper .check path.dash,
.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper .check path.full {
	opacity: 0
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper .check path.dash {
	opacity: 1;
	stroke-dasharray: 23;
	stroke-dashoffset: 23;
	fill: none;
	stroke: #ffffff;
	stroke-width: 4;
	stroke-miterlimit: 10
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper .option {
	display: inline-block;
	vertical-align: middle
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper:not(.active-option) {
	cursor: pointer;
	margin-top: 8px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option-wrapper:not(.active-option):first-child {
	margin-top: 6px
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .option {
	display: block;
	font-family: "Cera";
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #000000;
	text-transform: uppercase
}

.single-service-page .page-content .start-project-container .start-project .project-form .input-area .options-main-wrapper .active-option {
	position: absolute;
	top: 2px;
	left: 0;
	font-family: "Cera";
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #006cfc;
	text-transform: uppercase;
	white-space: nowrap
}

.single-service-page .page-content .vertical-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 155px;
	height: 100vh;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none
}

.single-service-page .page-content .vertical-menu-wrapper.enable {
	pointer-events: all
}

.single-service-page .page-content .vertical-menu-wrapper ul {
	display: inline-flex;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

.single-service-page .page-content .vertical-menu-wrapper ul li {
	position: relative;
	font-weight: 500;
	font-size: 11px;
	white-space: nowrap;
	margin-right: 50px;
	text-transform: uppercase;
	cursor: pointer;
	transition: 3s color out-back;
	-webkit-transition: 3s color out-back;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	color: #9fa6b6;
	will-change: transform
}

.single-service-page .page-content .vertical-menu-wrapper ul li .container-height {
	height: 1px;
	width: 100%;
	background-color: #000000;
	position: absolute;
	bottom: -5px;
	right: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: right;
	-webkit-transform-origin: right;
	will-change: transform
}

.single-service-page .page-content .vertical-menu-wrapper ul li:hover,
.single-service-page .page-content .vertical-menu-wrapper ul li.active {
	color: #000000
}

.single-service-page .page-content .benefits {
	margin-bottom: 150px
}

.single-service-page .page-content .benefits .benefits-picto:nth-child(-n+3) {
	margin-bottom: 60px
}
.single-service-page .page-content .benefits .benefits-picto:nth-child(n-3) {
	margin-bottom: 60px
}


.single-service-page .page-content .benefits .benefits-picto:nth-child(n+4) svg {
	width: 53px
}

.single-service-page .page-content .benefits .benefits-picto svg {
	width: 65px;
	height: 64px;
	margin-bottom: 30px
}

.single-service-page .page-content .benefits .benefits-picto svg path {
	fill: none;
	stroke: #006cfc;
	stroke-linejoin: round;
	stroke-width: 7px
}

.single-service-page .page-content .benefits .benefits-picto p {
	font-family: 'Cera';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #9fa6b6
}

.single-service-page .page-content .benefits h3 {
	position: relative;
	font-family: 'Cera';
	font-size: 18px;
	color: #000000;
	margin-top: 85px
}

.single-service-page .page-content .benefits h3:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(159, 166, 182, 0.3)
}

.single-service-page .page-content .benefits .other-benefits {
	margin-top: 50px
}

.single-service-page .page-content .benefits .other-benefits p {
	font-size: 18px;
	line-height: 1.3;
	width: 85%
}

.single-service-page .page-content .benefits .other-benefits .other-benefits-info {
	position: relative;
	margin-bottom: 38px
}

.single-service-page .page-content .benefits .other-benefits .other-benefits-info svg {
	position: absolute;
	top: 10px;
	left: -10px;
	width: 10px;
	height: 8px
}

.single-service-page .page-content .benefits .other-benefits .other-benefits-info svg path {
	fill: none;
	stroke: #67dbac;
	stroke-miterlimit: 10
}

.single-service-page .page-content .full-hashtag {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 0;
	margin-top: 100px
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-content .full-hashtag {
		margin-top: 0px
	}
}

@media only screen and (max-width: 810px) {
	.single-service-page .page-content .full-hashtag {
		margin-top: 60px
	}
}

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .full-hashtag {
		margin-top: 160px
	}
}

.single-service-page .page-content .full-hashtag .background-hashtag {
	width: 150%;
	position: absolute;
	top: 40%;
	left: -25%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.single-service-page .page-content .full-hashtag .background-hashtag h4 {
	font-weight: bold;
	font-size: 16vw;
	line-height: 1;
	color: rgba(0, 0, 0, 0.05);
	white-space: nowrap
}

.single-service-page .page-content .full-hashtag h2 {
	font-family: 'Cera';
	font-weight: normal;
	font-size: 40px;
	line-height: 46px;
	color: #006cfc;
	padding: 140px 0;
	margin-bottom: 0
}

.single-service-page .page-content .testimonial-section-wrapper {
	margin-top: 150px;
	margin-bottom: 150px
}

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .testimonial-section-wrapper {
		margin-bottom: 60px
	}
}

.single-service-page .page-content .testimonial-section-wrapper .pos-rel {
	position: relative;
	-webkit-box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.05)
}

.single-service-page .page-content .testimonial-section-wrapper .pos-rel svg {
	width: 500px;
	height: 450px;
	position: absolute;
	top: -150px;
	right: -250px;
	z-index: -1
}

.single-service-page .page-content .testimonial-section-wrapper .pos-rel svg path {
	fill: #006cfc
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section {
	padding-bottom: 40px;
	background: #ffffff
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .slick-slide {
	background-color: #ffffff;
	display: flex;
	align-items: center
}

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .testimonial-section-wrapper .testimonials-section {
		padding-bottom: 0
	}
	.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .slick-list {
		padding: 0 !important
	}
	.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .slick-list .slick-track {
		width: 100% !important
	}
	.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .slick-list .slick-track .slick-slide {
		width: 100% !important
	}
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots {
	display: flex;
	align-items: center;
	justify-content: center
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li {
	width: 10px;
	height: 10px;
	background-color: rgba(159, 166, 182, 0.4);
	border-radius: 50%;
	cursor: pointer;
	margin-right: 17px
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li:last-of-type {
	margin-right: 0
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li:hover,
.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li.slick-active {
	background-color: #006cfc
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li button {
	display: none
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content {
	background-color: #ffffff;
	padding: 55px 77px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content h2 {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 32px;
	color: #006cfc;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 20px
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content h3 {
	font-family: 'Cera';
	font-weight: normal;
	font-size: 15px;
	color: #9fa6b6
}

.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content .testimonial-picture {
	position: relative;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	background-color: red;
	overflow: hidden;
	margin: 0 auto
}

.single-service-page .page-content .our-model {
	position: relative;
	padding-top: 250px;
	padding-bottom: 0;
}

.single-service-page .page-content .our-model .morphing-letter svg {
	z-index: 1
}

.single-service-page .page-content .our-model .mt-negative {
	margin-top: -302px
}

.single-service-page .page-content .our-model .subtitle {
	position: relative;
	z-index: 1;
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px
}

.single-service-page .page-content .our-model .background-lightGray {
	position: relative;
	top: -180px;
	padding-bottom: 400px
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container {
	position: relative;
	height: 1470px;
	width: 100%
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container svg {
	height: 1260px;
	position: absolute;
	top: 210px;
	right: 0;
	left: 0;
	margin: 0 auto
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container svg path {
	fill: none;
	stroke: #006cfc;
	stroke-miterlimit: 10
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .model-text {
	position: absolute;
	bottom: -100px;
	right: 0
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .model-text p {
	font-family: 'Cera';
	font-weight: normal;
	font-size: 23px
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .model-text p:first-of-type {
	margin-bottom: 60px
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container {
	position: absolute;
	width: 100%
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step {
	position: relative;
	background-color: #ffffff;
	max-width: 250px;
	padding: 48px;
	-webkit-box-shadow: 24px 2px 43px 0px rgba(159, 166, 182, 0.15);
	-moz-box-shadow: 24px 2px 43px 0px rgba(159, 166, 182, 0.15);
	box-shadow: 24px 2px 43px 0px rgba(159, 166, 182, 0.15);
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transition: 2s background cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: 2s background cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 0
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h2,
.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h3,
.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step p {
	transition: 2s color cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: 2s color cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h2 {
	font-size: 24px;
	margin-bottom: 0;
	color: #000000;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h3 {
	font-weight: 500;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step p {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 21px;
	color: rgba(159, 166, 182, 0.5);
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step .number {
	font-weight: bold;
	font-size: 155px;
	color: rgba(0, 0, 0, 0.05);
	height: 100%;
	position: absolute
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step.background-blue {
	background-color: #006cfc
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step.background-blue h2,
.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step.background-blue h3 {
	color: #ffffff
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step.background-blue p {
	color: rgba(255, 255, 255, 0.7)
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-1 {
	top: 120px;
	left: 50%
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-1 .step .number {
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-2 {
	top: 370px;
	left: 80%
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-2 .step .number {
	bottom: -130px;
	left: -50px;
	z-index: 1
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3 {
	top: 700px;
	left: 60%
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3 .step {
	height: 202px
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3 .step .number {
	bottom: -100px;
	left: 30px;
	z-index: 1
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4 {
	top: 640px;
	left: 30%
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4 .step {
	height: 202px
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4 .step .number {
	bottom: -90px;
	left: -40px;
	z-index: 1
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 {
	top: 950px;
	left: 5%
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 .step {
	height: 202px
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 .step .number {
	bottom: -80px;
	right: -40px;
	z-index: 1
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-6 {
	top: 1250px;
	left: 20%
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-6 .step {
	height: 202px
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-6 .step .number {
	bottom: -90px;
	left: -40px;
	z-index: 1
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 {
	bottom: -202px;
	left: 45%
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 .step {
	height: 202px
}

.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 .step .number {
	top: -90px;
	right: -40px;
	z-index: 1
}

.single-service-page .page-content .image-blocks .question-wrapper h2 {
	margin-bottom: 0
}

.single-service-page .page-content .image-blocks .answer-wrapper {
	width: 100vw
}

.single-service-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text {
	padding-bottom: 100px
}

.single-service-page .page-content .recruitment {
	padding-top: 0
}

.single-service-page .page-content .recruitment .question-row {
	position: relative
}

.single-service-page .page-content .recruitment .question-row .image-wrapper {
	position: absolute;
	bottom: -150px;
	right: 6.25%;
	opacity: 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	z-index: 10
}

.single-service-page .page-content .recruitment .question-row .image-wrapper img {
	width: 55vw
}

.single-service-page .page-content .recruitment .question-wrapper {
	position: relative;
	padding: 50px;
	-webkit-box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.1);
	-webkit-transform-origin: center left;
	transform-origin: center left
}

.single-service-page .page-content .recruitment .question-wrapper h3 {
	font-size: calc(16px + (18-16) * (100vw - 200px) / (800 -200));
	line-height: 52px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #2c2c2c
}

.single-service-page .page-content .recruitment .question-wrapper h2 {
	font-size: 65px;
	font-weight: bold;
	margin-top: 175px;
	margin-bottom: 0;
	letter-spacing: -2px
}

.single-service-page .page-content .recruitment .answer-wrapper {
	position: relative;
	top: 130px
}

.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text-left {
	padding-left: 50px
}

.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text-left p {
	font-size: 23px;
	font-weight: normal;
	color: #9fa6b6
}

.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text-left p strong,
.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text-left p a {
	color: #006cfc;
	font-weight: normal
}

.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text-left p:last-of-type {
	font-size: 18px;
	margin-top: 37px
}

.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text {
	position: relative;
	padding: 50px;
	background-color: rgba(0, 108, 252, 0.95);
	-webkit-transform-origin: center left;
	transform-origin: center left
}

.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text h3 {
	font-size: calc(14px + (16-14) * (100vw - 200px) / (800 -200));
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff
}

.single-service-page .page-content .why-portugal {
	margin-top: 700px
}

.single-service-page .page-content .why-portugal h2 {
	word-wrap: break-word;
	hyphens: auto
}

.single-service-page .page-content .why-portugal .js-text-element {
	max-width: 95%
}

.single-service-page .page-content .general-conditions {
	/*margin-top: 200px;*/
	/*margin-top: 0px;
	padding-top: 0px;
	float: left;
    width: 100%;*/
}

.single-service-page .page-content .general-conditions h2 {
	margin-bottom: 10px
}

.kindergarten .single-service-page .page-content .general-conditions h2 {
    color: #49e2bb
}

.school .single-service-page .page-content .general-conditions h2 {
    color: #f77b81
}

.single-service-page .page-content .general-conditions .condition p {
	margin-top: 92px;
	letter-spacing: -0.5px;
	max-width: 85%
}

.single-service-page .page-content .general-conditions .main-conditions-titles {
	/*display: inline-flex*/
	
}

.single-service-page .page-content .general-conditions .main-conditions-titles li {
	position: relative;
	font-family: 'Cera';
	font-weight: bold;
	font-size: 30px;
	color: #9fa6b6;
	opacity: 0.4;
	cursor: pointer;
	transition: 0.6s opacity cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: 0.6s opacity cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.single-service-page .page-content .general-conditions .main-conditions-titles li:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #9fa6b6;
	position: absolute;
	bottom: -10px;
	left: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
	transform-origin: top left;
	-webkit-transform-origin: top left
}

.single-service-page .page-content .general-conditions .main-conditions-titles li:first-of-type {
	margin-right: 30px
}

.single-service-page .page-content .general-conditions .main-conditions-titles li.active,
.single-service-page .page-content .general-conditions .main-conditions-titles li:hover {
	opacity: 1
}

.single-service-page .page-content .general-conditions .main-conditions-titles li:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1)
}

.single-service-page .page-content .general-conditions .main-conditions-titles li.active:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1)
}

.single-service-page .page-content .general-conditions .general-conditons-inner {
	position: relative;
	margin-bottom: 20px;
	float: left; 
    width: 100%;
    min-height: 200px;
}

.single-service-page .page-content .general-conditions .general-conditons-inner .conditions-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.single-service-page .page-content .general-conditions .general-conditons-inner .wrapper-1 .condition {
	transform: translateY(50px);
	opacity: 0
}

.single-service-page .page-content .cases-studies .case-slider {
	margin-bottom: 250px
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-content .cases-studies .case-slider {
		margin-bottom: 100px
	}
}

.single-service-page .page-content .cases-studies .morphing-letter svg {
	left: -128px
}

.single-service-page .page-content .technologies {
	padding-top: 100px;
	margin-top: 50px;
	margin-bottom: 300px;
	z-index: 2;
	display: none
}

.single-service-page .page-content .technologies ul {
	position: relative;
	margin-top: -50px
}

.single-service-page .page-content .technologies ul li {
	margin-bottom: 30px
}

.single-service-page .page-content .technologies ul li .wrapper {
	position: relative;
	margin: 10px
}

.single-service-page .page-content .technologies-list {
	margin-top: 250px;
	position: relative;
	padding: 120px 0 530px 0;
	z-index: 2;
	background-color: #fafafa
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-content .technologies-list {
		padding-bottom: 120px
	}
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-content .technologies-list {
		padding-bottom: 60px
	}
}

.single-service-page .page-content .technologies-list:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fafafa;
	height: 100vh;
	width: 100vw;
	z-index: -1
}

.single-service-page .page-content .technologies-list .hashtag-wrapper {
	position: absolute;
	top: -132px;
	left: 0;
	right: 0px;
	z-index: -2
}

.single-service-page .page-content .technologies-list .hashtag-wrapper .hashtag-title {
	opacity: 0.05
}

.single-service-page .page-content .technologies-list .flex-container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-content .technologies-list .flex-container {
		display: block
	}
}

.single-service-page .page-content .technologies-list-wrapper {
	max-width: 28%
}

@media only screen and (max-width: 1500px) {
	.single-service-page .page-content .technologies-list-wrapper {
		max-width: 30%
	}
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-content .technologies-list-wrapper {
		max-width: 100%
	}
}

.single-service-page .page-content .technologies-list-wrapper article:last-of-type .technologies-list-container {
	margin-bottom: 0
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-content .technologies-list-wrapper article:last-of-type .technologies-list-container {
		margin-bottom: 60px
	}
}

.single-service-page .page-content .technologies-list-container {
	padding: 45px 15px 70px 36px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	-moz-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
	margin-bottom: 60px
}

.single-service-page .page-content .technologies-list-container svg {
	height: 85px;
	margin-left: 28px
}

@media only screen and (max-width: 1440px) {
	.single-service-page .page-content .technologies-list-container svg {
		margin-left: 22px
	}
}

.single-service-page .page-content .technologies-list-container svg path {
	fill: none;
	stroke: #006cfc;
	stroke-width: 7px;
	stroke-linejoin: round;
	stroke-linecap: round
}

.single-service-page .page-content .technologies-list-container .title {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 35px;
	color: #006cfc;
	letter-spacing: -0.03em;
	margin-bottom: 55px;
	margin-top: 40px;
	margin-left: 28px;
	display: block;
	padding-right: 18px
}

@media only screen and (max-width: 1440px) {
	.single-service-page .page-content .technologies-list-container .title {
		margin-left: 22px
	}
}

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .technologies-list-container .title {
		padding-right: 30px;
		font-size: 30px
	}
}

.single-service-page .page-content .technologies-list-container ul li {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 15px;
	line-height: 1.15;
	color: #9fa6b6;
	letter-spacing: -0.03em;
	background-color: #ffffff;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(173, 179, 192, 0.21);
	-moz-box-shadow: 0px 4px 9px 0px rgba(173, 179, 192, 0.21);
	box-shadow: 0px 4px 9px 0px rgba(173, 179, 192, 0.21);
	margin-bottom: 12px;
	margin-right: 8px;
	transition: 0.6s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: 0.6s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: default
}

@media only screen and (max-width: 1650px) {
	.single-service-page .page-content .technologies-list-container ul li {
		font-size: 14px
	}
}

@media only screen and (max-width: 1440px) {
	.single-service-page .page-content .technologies-list-container ul li {
		font-size: 14px;
		padding: 18px 25px
	}
}

@media (hover: hover) {
	.single-service-page .page-content .technologies-list-container ul li:hover {
		background-color: #006cfc;
		color: #ffffff
	}
}

.single-service-page .page-content .company-numbers {
	padding-top: 0px;
	padding-bottom: 450px;
	z-index: 3
}

.single-service-page .page-content .company-numbers .title {
	margin-bottom: 200px;
	opacity: 1;
	background: #2c2c2c;
	background: linear-gradient(90deg, #c7e8fd 0%, #becdfa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 8.5vw;
	font-weight: bold;
	color: #2c2c2c;
	user-select: none;
	line-height: 1.2
}

.single-service-page .page-content .company-numbers .number-container {
	position: relative
}

.single-service-page .page-content .company-numbers .number-container h2 {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	font-size: 150px;
	line-height: 1.2
}

.single-service-page .page-content .company-numbers .number-container .statistic-title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: 'Cera';
	font-weight: bold;
	color: #000000;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 5px
}

.single-service-page .page-content .clients {
	position: relative;
	width: 100vw;
	z-index: 10
}

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .clients {
		padding-top: 90px
	}
	
	.single-service-page .page-content .general-conditions .main-conditions-titles{
		display: block !important;
		margin-bottom: 0px !important;
	}
	
	.single-service-page .page-content .general-conditions .general-conditons-inner{
		margin-top: 0px !important;
	}
	
	.vacancy.mobile .main-conditions-titles{
	    margin-top: 80px;
	}
	
}

.single-service-page .page-content .clients h2 {
	font-size: 50px;
	line-height: 1.2
}

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .clients h2 {
		font-size: 32px
	}
}

.single-service-page .page-content .clients .clients-container {
	position: relative
}

.single-service-page .page-content .clients .clients-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none
}

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .clients .clients-wrapper {
		min-height: 1050px
	}
}

@media only screen and (min-width: 640px) {
	.single-service-page .page-content .clients .clients-wrapper {
		max-height: 600px;
		min-height: 550px
	}
}

@media only screen and (min-width: 1440px) {
	.single-service-page .page-content .clients .clients-wrapper {
		max-height: 600px;
		min-height: 550px
	}
}

.single-service-page .page-content .clients .clients-wrapper .clients-list,
.single-service-page .page-content .clients .clients-wrapper .columns {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .clients .clients-wrapper {
		position: relative;
		top: auto;
		transform: none;
		-webkit-transform: none
	}
}

.single-service-page .page-content .clients article {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: all
}

@media only screen and (min-width: 810px) {
	.single-service-page .page-content .clients article {
		top: 50px
	}
}

@media only screen and (min-width: 1440px) {
	.single-service-page .page-content .clients article {
		top: 0px
	}
}

.single-service-page .page-content .clients article:not(.active) {
	opacity: 0.3;
	z-index: 1;
	pointer-events: none
}

.single-service-page .page-content .clients .blob {
	position: absolute;
	bottom: 0;
	height: 600px;
	cursor: -webkit-grab;
	z-index: 3
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-content .clients .blob {
		display: none
	}
}

.single-service-page .page-content .clients .blob path {
	fill: #006cfc
}

.single-service-page .page-content .clients .blob.blob-right {
	right: -450px;
	transform: rotate(0deg) scale(0.7);
	-webkit-transform: rotate(0deg) scale(0.7)
}

.single-service-page .page-content .clients .blob.blob-left {
	left: -450px;
	transform: translateX(-450px) rotate(180deg) scale(0.7);
	-webkit-transform: translateX(-450px) rotate(180deg) scale(0.7)
}

.single-service-page .page-content .clients .drag-helper {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 10;
	pointer-events: none
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.fitnes #header-main #nav-main li{
		font-size: 15px !important;
	}
	
	.kindergarten #header-main #nav-main li{
		font-size: 18px !important;
	}	
}	

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .clients .drag-helper {
		top: 30%
	}
	
	.js-open-project{
		margin-top: 500px !important;
		height: 400px !important;
	}
	
	.js-open-project h2{ 
		font-size: 20px !important;
	}
	
	/*
	.opened_form_container{
		top: 450px !important;
		
		height: 300px !important;
	}
	
	
	.project-form.js-open-form{
		top: 450px !important;
		
		height: 300px !important;
	}
	*/
	
	.project-form.js-open-form .project-form p, .opened_form_container .project-form p{
		margin-bottom: 20px !important;
	}
	
	.project-form.js-open-form .input-area, .opened_form_container .project-form .input-area{
		margin-bottom: 8px !important;
	}	
	
	.project-form.js-open-form .input-area .wrapper-input input, .opened_form_container .project-form .input-area .wrapper-input input{
		padding: 6px 18px !important;
	} 
}

.single-service-page .page-content .clients .drag-helper h4 {
	font-family: 'Cera';
	font-weight: 500;
	letter-spacing: 1px;
	color: #000000;
	font-size: 16px;
	margin-left: 25px;
	user-select: none;
	-webkit-user-select: none
}

.single-service-page .page-content .clients .drag-helper svg {
	width: 124px;
	height: 9px;
	margin-top: 10px;
	user-select: none;
	-webkit-user-select: none
}

.single-service-page .page-content .clients .drag-helper svg path {
	fill: #000000
}

.single-service-page .page-content .clients .drag-helper.drag-left {
	right: initial;
	left: 20px;
	opacity: 0
}

.single-service-page .page-content .clients .drag-helper.drag-left svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.single-service-page .page-content .clients .drag-helper:not(.drag-left) h4 {
	margin-left: 0;
	position: relative;
	left: 60px
}

.single-service-page .page-content .clients .clients-list {
	height: 100%;
	margin-top: 50px
}

@media only screen and (max-width: 810px) {
	.single-service-page .page-content .clients .clients-list {
		padding-top: 0
	}
}

@media only screen and (min-width: 810px) {
	.single-service-page .page-content .clients .clients-list li:nth-child(3) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(6) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(9) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(12) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(15) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(18) .logo-wrapper {
		margin-left: auto
	}
	.single-service-page .page-content .clients .clients-list li:nth-child(2) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(5) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(8) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(11) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(14) .logo-wrapper,
	.single-service-page .page-content .clients .clients-list li:nth-child(17) .logo-wrapper {
		margin: 0 auto
	}
}

@media only screen and (max-width: 810px) {
	.single-service-page .page-content .clients .clients-list li .logo-wrapper {
		margin: 50px auto
	}
}

@media only screen and (max-width: 640px) {
	.single-service-page .page-content .clients .clients-list {
		margin-top: 50px
	}
	.single-service-page .page-content .clients .clients-list .logo-wrapper {
		margin: 25px auto;
		max-width: 220px
	}
	.single-service-page .page-content .clients .clients-list li:first-child .logo-wrapper {
		margin-bottom: 0
	}
}

.single-service-page .page-content .clients .clients-list .logo-wrapper {
	position: relative;
	height: 100px;
	margin-bottom: 50px;
	max-width: 65%
}

.single-service-page .page-content .clients .clients-list .logo-wrapper img {
	width: auto;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.single-service-page .page-content .clients .clients-list .logo-wrapper .normal {
	opacity: 0
}

.single-service-page .page-content .clients .clients-list .logo-wrapper .hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1
}

.single-service-page .page-content .clients .clients-list .logo-wrapper:hover .hover {
	opacity: 0
}

.single-service-page .page-content .clients .clients-list .logo-wrapper:hover .normal {
	opacity: 1
}

.single-service-page .page-content .international-projects {
	position: relative;
	padding-top: 295px;
	padding-bottom: 0
}

.single-service-page .page-content .international-projects .show-mob {
	display: none
}

.single-service-page .page-content .international-projects .mt-negative {
	margin-top: -302px
}

.single-service-page .page-content .international-projects .subtitle {
	position: relative;
	z-index: 1;
	color: #9fa6b6;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	left: 10px
}

.single-service-page .page-content .we-do {
	padding-top: 0;
	padding-bottom: 150px
}

.single-service-page .page-content .we-do .rotate-title {
	top: -100px
}

.single-service-page .page-content .we-do .swipe-picto {
	display: none;
	width: 36px;
	margin: -50px auto 0
}

.single-service-page .page-content .we-do .drag-helper {
	display: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 10;
	pointer-events: none;
	margin-bottom: 20px
}

.single-service-page .page-content .we-do .drag-helper h4 {
	font-family: 'Cera';
	font-weight: 500;
	letter-spacing: 1px;
	color: #000000;
	font-size: 16px;
	text-align: center
}

.single-service-page .page-content .we-do .drag-helper svg {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 124px;
	height: 9px;
	margin-top: 10px;
	left: -2px
}

.single-service-page .page-content .we-do .drag-helper svg path {
	fill: #000000
}

.single-service-page .page-content .we-do .drag-helper svg.right {
	position: absolute;
	margin-left: 0;
	bottom: 0;
	left: calc(50% - 60px);
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg)
}

.single-service-page .page-content .we-do .map-wrapper {
	position: relative;
	margin-top: 200px;
	opacity: 0
}

.single-service-page .page-content .we-do .map-wrapper .svg-scale {
	width: 1250px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.single-service-page .page-content .we-do .map-wrapper svg path {
	fill: #006cfc
}

.single-service-page .page-content .we-do .map-wrapper .fake-shadow {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 16px;
	height: 16px;
	z-index: 1
}

.single-service-page .page-content .we-do .map-wrapper .fake-shadow circle {
	fill: #f77b81;
	opacity: 0
}

.single-service-page .page-content .we-do .map-wrapper .fake-point {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #f77b81;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	display: block
}

.single-service-page .page-content .we-do .map-wrapper .fake-point:not(.Portugal) {
	width: 7px;
	height: 7px
}

.single-service-page .page-content .we-do .map-wrapper .fake-point.Portugal:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #f77b81;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	z-index: -2;
	pointer-events: none
}

.single-service-page .page-content .we-do .map-wrapper .map-svg {
	display: block;
	width: 1250px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.single-service-page .page-content .we-do .map-wrapper .map-svg .map {
	fill: #006cfc;
	opacity: 0
}

.single-service-page .page-content .we-do .map-wrapper .map-svg .point {
	fill: #f77b81;
	cursor: pointer;
	opacity: 0
}

.single-service-page .page-content .we-do .map-wrapper[data-scrollbar] .scrollbar-track {
	opacity: 0
}

.single-service-page .page-footer {
	background-color: #f3f3f3;
	height: 100vh;
	padding-top: 140px;
	float: left;
    width: 100%;
}

.single-service-page .page-footer .last-content-wrapper {
	bottom: 15px
}

.single-service-page .page-footer.type-1 .content-wrapper h2 {
	font-size: 70px;
	font-weight: bold;
	letter-spacing: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0
}

.single-service-page .page-footer.type-1 .content-wrapper .btn-wrapper {
	bottom: 70px
}

.single-service-page .page-footer.type-1 .content-wrapper .image-wrapper .image.owl {
	top: calc(50% - 100px)
}

.single-service-page .page-footer.type-1 .content-wrapper .image-wrapper .image.suricata {
	top: 50%;
	left: calc(50% + 70px)
}

.single-service-page.software-page .page-content .introduction {
	padding-top: 100px
}

.single-service-page.software-page .page-footer.type-1 .content-wrapper {
	padding-bottom: 117px
}

.single-service-page.software-page .page-footer.type-1 .content-wrapper h2 {
	z-index: 0
}

.single-service-page.outsourcing-page .page-content .introduction {
	padding-top: 100px
}

.single-service-page.outsourcing-page .page-content .why-portugal {
	margin-top: 250px
}

.single-service-page.outsourcing-page .page-footer.type-1 .content-wrapper {
	padding-bottom: 117px
}

.single-service-page.outsourcing-page .page-footer.type-1 .content-wrapper h2 {
	z-index: 11
}

.single-service-page.outsourcing-page .page-footer.type-1 .content-wrapper .alphabeth-wrapper .alphabeth-shadow {
	-webkit-transform: translate3d(-50%, 100%, 0);
	transform: translate3d(-50%, 100%, 0)
}

.single-service-page.nearshoring-page .page-content .introduction {
	margin-top: 150px
}

.single-service-page.nearshoring-page .page-footer.type-1 .content-wrapper {
	padding-bottom: 117px
}

.mobile .single-service-page .page-header .background-wrapper .show-mob {
	display: block
}

@media only screen and (min-width: 1279px) and (max-width: 1650px) {
	.single-service-page .page-content .recruitment .question-wrapper h3 {
		font-size: 42px;
		line-height: 46px
	}
	.single-service-page .page-content .recruitment .question-wrapper h2 {
		font-size: 50px
	}
	.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text h3 {
		font-size: 36px;
		line-height: 38px
	}
}

@media only screen and (max-width: 1440px) {
	.single-service-page .page-content .technologies-list .lists-items-wrapper .list li {
		min-height: 30px
	}
	.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content {
		padding: 55px
	}
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-header .background-wrapper h2 {
		font-size: 60px;
		letter-spacing: 35px
	}
	.single-service-page .page-header .background-wrapper .block-bg-cover {
		height: 100%
	}
	.single-service-page .page-header .background-wrapper .shadow {
		top: calc(50% + 250px);
		-webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
		transform: translate3d(-50%, -50%, 0) scale(0.8)
	}
	.single-service-page .page-header .background-wrapper .suricata {
		max-height: 65vh;
		top: calc(50% - 0vh)
	}
	.single-service-page .page-header .background-wrapper .hands {
		max-height: 70vh;
		max-width: inherit;
		top: calc(50% - 0vh)
	}
	.single-service-page .page-header .background-wrapper .owl {
		max-height: 80vh;
		max-width: inherit;
		top: calc(50% - 20vh)
	}
	.single-service-page .page-content .introduction {
		margin-top: 140px;
		padding-top: 0
	}
	.single-service-page .page-content .start-project-container .cta-start-project {
		bottom: 25vh
	}
	.single-service-page .page-content .testimonial-section-wrapper {
		margin-top: 50px
	}
	.single-service-page .page-content .testimonial-section-wrapper .pos-rel svg {
		width: 400px;
		height: 350px;
		right: -200px
	}
	.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content {
		padding: 55px
	}
	.single-service-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content h2 {
		font-size: 26px
	}
	.single-service-page .page-content .vertical-menu-wrapper {
		width: 70px
	}
	.single-service-page .page-content .full-hashtag .background-hashtag h4 {
		font-size: 13vw
	}
	.single-service-page .page-content .we-do .drag-helper {
		display: block;
		margin-top: 120px
	}
	.single-service-page .page-content .we-do .map-wrapper {
		margin-top: 100px;
		overflow: auto;
		white-space: nowrap;
		opacity: 1;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch
	}
	.single-service-page .page-content .we-do .map-wrapper svg {
		padding: 0 50px
	}
	.single-service-page .page-content .we-do .map-wrapper .map-svg .point {
		opacity: 1
	}
	.single-service-page .page-content .recruitment .question-row .image-wrapper {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		bottom: -150px
	}
	.single-service-page .page-content .recruitment .question-row .image-wrapper img {
		width: 85vh
	}
	.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text-left p {
		font-size: 21px
	}
	.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text h3 {
		font-size: 32px;
		line-height: 36px
	}
	.single-service-page .page-content .recruitment .question-wrapper h3 {
		font-size: 36px;
		line-height: 40px
	}
	.single-service-page .page-content .recruitment .question-wrapper h2 {
		font-size: 37px
	}
	.single-service-page .page-content .clients-list h2 {
		font-size: 44px
	}
	.single-service-page .page-content .international-projects {
		padding-top: 150px
	}
	.single-service-page .page-content .our-model {
		padding-top: 350px
	}
	.single-service-page .page-content .our-model .background-lightGray {
		top: -230px;
		padding-bottom: 650px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container {
		height: 1270px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .model-text {
		bottom: -550px;
		justify-content: center;
		-webkit-justify-content: center
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container svg {
		height: 1000px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .model-text p {
		font-size: 21px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step {
		opacity: 1
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h2,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h3,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step p {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0)
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-2 {
		left: 75%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-2 .step .number {
		bottom: -80px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4 {
		top: 550px;
		left: 11%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4 .step .number {
		bottom: -50px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3 {
		top: 620px;
		left: 45%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3 .step .number {
		bottom: -80px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 {
		top: 800px;
		left: -50px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 .step .number {
		bottom: -50px;
		right: 0px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-6 {
		top: 1000px;
		left: 17%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 {
		bottom: -75px;
		left: 42%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3 .step,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4 .step,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 .step,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-6 .step,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 .step {
		height: 150px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step {
		padding: 25px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step .number {
		font-size: 125px
	}
	.single-service-page .page-content .image-blocks .question-wrapper h3 {
		font-size: 36px;
		line-height: 40px
	}
	.single-service-page .page-content .image-blocks .question-wrapper h2 {
		font-size: 44px
	}
	.single-service-page .page-content .image-blocks .image-wrapper .offset-text p {
		padding-right: 0;
		font-size: 20px;
		line-height: 27px
	}
	.single-service-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text {
		/*margin-top: -150px*/
	}
	.single-service-page .page-content .image-blocks .answer-wrapper h3 {
		font-size: 32px;
		line-height: 36px
	}
	.single-service-page .page-content .why-portugal {
		padding-top: 0
	}
	.single-service-page .page-content .why-portugal p {
		font-size: 20px;
		line-height: 27px
	}
	.single-service-page .page-content .why-portugal .reasons-list-wrapper li svg {
		height: 70px
	}
	.single-service-page .page-content .technologies {
		margin-top: 80px;
		padding-top: 0;
		margin-bottom: 80px
	}
	.single-service-page .page-content .technologies .hashtag-title {
		display: none
	}
	.single-service-page .page-content .technologies h2 {
		font-size: 116px
	}
	.single-service-page .page-content .technologies ul {
		margin-top: -30px
	}
	.single-service-page .page-content .technologies-list {
		margin-top: 200px
	}
	.single-service-page .page-content .technologies-list .hashtag-title {
		font-size: 116px;
		top: -100px;
		display: none
	}
	.single-service-page .page-footer {
		height: calc(100vh + 350px);
		padding-top: 0
	}
	.single-service-page .page-footer.type-1 .content-wrapper {
		top: -140px
	}
	.single-service-page .page-footer.type-1 .content-wrapper .image-wrapper .owl,
	.single-service-page .page-footer.type-1 .content-wrapper .image-wrapper .hands,
	.single-service-page .page-footer.type-1 .content-wrapper .image-wrapper .suricata {
		transform: translate3d(-50%, -50%, 0) scale(0.85);
		transform-origin: center center
	}
	.single-service-page .page-footer .letter-wrapper .shadow {
		-webkit-transform: translate3d(-50%, 80%, 0) scale(0.8);
		transform: translate3d(-50%, 80%, 0) scale(0.8)
	}
	.single-service-page.nearshoring-page .page-header .background-wrapper .background-image,
	.single-service-page.software-page .page-header .background-wrapper .background-image {
		height: 100%;
		max-width: none;
		position: relative;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}
	.single-service-page.nearshoring-page .page-content .introduction {
		margin-top: 60px
	}
	.single-service-page.outsourcing-page .page-header .background-wrapper .background-image {
		width: 100%;
		max-width: none
	}
	.single-service-page.outsourcing-page .page-header .background-wrapper .letter-wrapper,
	.single-service-page.outsourcing-page .page-header .background-wrapper .image-wrapper,
	.single-service-page.outsourcing-page .page-header .background-wrapper .title {
		top: 0
	}
	.single-service-page.outsourcing-page .page-content .introduction {
		margin-top: 0;
		padding-top: 0
	}
	.single-service-page.software-page .page-header .background-wrapper .letter-wrapper,
	.single-service-page.software-page .page-header .background-wrapper .image-wrapper,
	.single-service-page.software-page .page-header .background-wrapper .title {
		top: 0
	}
	.single-service-page.software-page .page-content .introduction {
		margin-top: 0;
		padding-top: 0
	}
}

@media only screen and (max-width: 1279px) {
	.single-service-page .page-content .vertical-menu-wrapper {
		display: none
	}
	.single-service-page .page-content .company-numbers {
		padding-bottom: 250px
	}
	.single-service-page .page-content .company-numbers .title {
		margin-bottom: 60px
	}
	.single-service-page .page-content .company-numbers .number-container h2 {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		font-size: 100px;
		margin-bottom: 0
	}
	.single-service-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 30px
	}
	.single-service-page .page-content .company-numbers .text-center:nth-child(4) {
		margin-top: 60px
	}
}

@media only screen and (max-width: 810px) {
	.single-service #header-main .language-wrapper .active-language .lg {
		color: #ffffff
	}
	.single-service #header-main .language-wrapper .active-language .arrow path {
		stroke: #ffffff
	}
	.single-service #header-main .language-wrapper .other-languages li a {
		color: #ffffff
	}
	.single-service-page .page-header {
		height: 80vh
	}
	.single-service-page .page-header .mouse-icon {
		display: block;
		right: 50%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
	.single-service-page .page-header .background-wrapper {
		height: 100vh !important
	}
	.single-service-page .page-header .background-wrapper .letter {
		max-height: 40vh
	}
	.single-service-page .page-header .background-wrapper h2 {
		font-size: 50px;
		letter-spacing: 30px
	}
	.single-service-page .page-header .background-wrapper .row {
		height: 100% !important
	}
	.single-service-page .page-header .background-wrapper .hands {
		max-height: 50vh;
		max-width: inherit
	}
	.single-service-page .page-header .background-wrapper .suricata {
		max-height: 60vh
	}
	.single-service-page .page-content .start-project-container .start-project {
		width: 395px;
		top: initial;
		bottom: 120px;
		position: absolute
	}
	.single-service-page .page-content .start-project-container .cta-start-project {
		bottom: 20vh
	}
	.single-service-page .page-content .company-numbers {
		display: none;
		padding-bottom: 300px
	}
	.single-service-page .page-content .company-numbers .number-container h2 {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		font-size: 160px;
		margin-bottom: 0
	}
	.single-service-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 40px
	}
	.single-service-page .page-content .company-numbers .text-center:nth-child(4) {
		margin-top: 40px
	}
	.single-service-page .page-content .image-blocks .question-wrapper h3 {
		font-size: 36px;
		line-height: 40px
	}
	.single-service-page .page-content .image-blocks .question-wrapper h2 {
		font-size: 44px;
		margin-bottom: 0;
		margin-top: 100px
	}
	.single-service-page .page-content .image-blocks .image-wrapper img {
		height: 800px;
		max-width: none
	}
	.single-service-page .page-content .image-blocks .image-wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.35)
	}
	.single-service-page .page-content .image-blocks .image-wrapper .offset-text {
		top: 350px
	}
	.single-service-page .page-content .image-blocks .image-wrapper .offset-text p {
		position: relative;
		z-index: 1;
		padding-right: 0;
		font-size: 20px;
		line-height: 27px;
		color: #ffffff
	}
	.single-service-page .page-content .our-model .background-lightGray {
		padding-bottom: 550px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .model-text {
		bottom: -450px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-1 {
		top: 320px;
		left: 10%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-2 {
		top: 320px;
		left: 60%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3 {
		top: 550px;
		left: 10%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4 {
		top: 550px;
		left: 60%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 {
		top: 800px;
		left: 10%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 .step .number {
		bottom: -70px;
		right: initial;
		left: -30px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-6 {
		top: 800px;
		left: 60%
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 {
		top: 1050px;
		left: 10%;
		bottom: initial
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 .step .number {
		top: -10px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3 .step,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4 .step,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 .step,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-6 .step,
	.single-service-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 .step {
		height: 150px
	}
	.single-service-page .page-content .vertical-menu-wrapper {
		display: none
	}
	.single-service-page .page-content .benefits {
		margin-bottom: 50px
	}
	.single-service-page .page-content .full-hashtag .background-hashtag h4 {
		font-size: 17vw
	}
	.single-service-page .page-content .recruitment .question-row .image-wrapper {
		right: -350px;
		bottom: -100px
	}
	.single-service-page .page-content .recruitment .question-row .image-wrapper img {
		width: 800px
	}
	.single-service-page .page-content .recruitment .question-wrapper h3 {
		font-size: 36px !important;
		line-height: 40px !important
	}
	.single-service-page .page-content .recruitment .question-wrapper h2 {
		font-size: 44px
	}
	.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text-left {
		padding-left: 0
	}
	.single-service-page .page-content .recruitment .answer-wrapper .answer-wrapper-text {
		margin-top: 50px
	}
	.single-service-page .page-content .testimonial-section-wrapper .pos-rel svg {
		width: 300px;
		height: 300px;
		right: -120px;
		top: -180px
	}
	.single-service-page .page-content .our-model {
		padding-top: 250px
	}
	.single-service-page .page-content .our-model .background-lightGray .model-line-container svg {
		display: none
	}
	.single-service-page .page-content .general-conditions {
		margin-top: 150px
	}
	.single-service-page .page-content .clients-list {
		padding-top: 150px
	}
	.single-service-page .page-content .why-portugal {
		margin-top: 800px
	}
	.single-service-page .page-content .why-portugal h2 {
		font-size: 65px
	}
	.single-service-page .page-content .why-portugal .reasons-list-wrapper ul {
		margin-top: 80px
	}
	.single-service-page .page-content .technologies h2 {
		font-size: 95px
	}
	.single-service-page .page-content .technologies-list {
		padding-top: 80px
	}
	.single-service-page .page-content .technologies-list .hashtag-title {
		font-size: 95px;
		top: -85px
	}
	.single-service-page .page-content .technologies-list .scrollbar-track {
		display: none !important
	}
	.single-service-page .page-content .technologies-list h2:not(.hashtag-title) {
		font-size: 65px;
		margin-bottom: 0
	}
	.single-service-page .page-content .technologies-list .lists-items-wrapper .list {
		padding: 40px
	}
	.single-service-page .page-content .technologies-list .list-titles-wrapper {
		position: relative;
		z-index: 1;
		background-color: #ffffff;
		padding: 25px 25px 23px;
		margin: 40px 0 20px
	}
	.single-service-page .page-content .technologies-list .list-titles-wrapper .list-titles {
		margin: 0;
		overflow: hidden
	}
	.single-service-page .page-content .technologies-list .list-titles-wrapper .list-titles li {
		display: block;
		margin-bottom: 20px;
		font-size: 18px
	}
	.single-service-page .page-content .technologies-list .list-titles-wrapper .list-titles li:last-child {
		margin-bottom: 0
	}
	.single-service-page .page-content .technologies-list .list-titles-wrapper .list-titles li.active {
		pointer-events: none
	}
	.single-service-page .page-content .technologies-list .list-titles-wrapper .arrow-drop {
		display: block
	}
	.single-service-page .page-footer.type-1 .content-wrapper h2 {
		font-size: 50px;
		letter-spacing: 30px
	}
	.single-service-page .page-footer .title h2 {
		font-size: 50px !important;
		letter-spacing: 30px
	}
	.single-service-page.nearshoring-page .page-content .introduction {
		margin-top: 100px
	}
	.single-service-page.outsourcing-page .page-header .background-wrapper .block-bg-cover {
		height: 110vh
	}
	.single-service-page.outsourcing-page .page-header .background-wrapper .background-image {
		width: auto;
		height: 150%
	}
	.single-service-page.outsourcing-page .page-content .introduction {
		margin-top: 60px
	}
	.single-service-page.software-page .page-content .why-portugal {
		margin-top: 380px
	}
}

@media only screen and (max-width: 640px) {
	.en-lang .single-service-page .page-content .news-events .morphing-letter svg {
		left: -95px
	}
	.single-service-page .page-header {
		height: 100vh !important
	}
	.single-service-page .page-header .background-wrapper .block-bg-cover {
		height: 110%
	}
	.single-service-page .page-header .background-wrapper .row {
		height: 100% !important
	}
	.single-service-page .page-header .background-wrapper h2 {
		font-size: 40px;
		letter-spacing: 6px
	}
	.single-service-page.outsourcing-page .page-header .background-wrapper .background-image {
		height: 100%;
		left: auto;
		transform: none;
		max-width: 100%
	}
	.single-service-page.outsourcing-page .page-content {
		z-index: 1
	}
	.single-service-page.outsourcing-page .page-content .introduction {
		margin-top: 40px
	}
	.single-service-page.outsourcing-page .page-content .image-blocks .image-wrapper img {
		margin-left: -500px
	}
	.single-service-page.outsourcing-page .page-content .clients {
		margin-bottom: 150px
	}
	.single-service-page.outsourcing-page .page-content .clients-list {
		padding-top: 60px
	}
	.single-service-page.outsourcing-page .page-content .clients-list h2 {
		font-size: 30px
	}
	.single-service-page.outsourcing-page .page-content .clients-list .client-logo:nth-child(odd) {
		justify-content: flex-start
	}
	.single-service-page.outsourcing-page .page-content .clients-list .client-logo:nth-child(even) {
		justify-content: flex-end
	}
	.single-service-page.outsourcing-page .page-content .clients-list .client-logo img {
		max-width: 90%
	}
	.single-service-page.nearshoring-page .page-header .background-wrapper .background-image {
		left: auto;
		transform: none;
		max-width: 100%
	}
	.single-service-page.nearshoring-page .page-content .introduction {
		margin-top: 140px
	}
	.single-service-page.nearshoring-page .page-content .image-blocks {
		margin-bottom: 240px
	}
	.single-service-page.nearshoring-page .page-content .international-projects .subtitle {
		left: 0
	}
	.single-service-page.nearshoring-page .page-content .start-project-container {
		position: absolute;
		top: -100vh;
		width: 100vw;
		height: 100vh;
		transform: translateY(-140px);
		-webkit-transform: translateY(-140px)
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .start-project {
		padding: 0;
		bottom: initial;
		top: 0;
		right: 0;
		height: 100vh
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .start-project .triangle {
		display: none
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .start-project .form-container {
		width: 100vw;
		height: 100vh;
		position: absolute;
		right: 0
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .start-project .project-form {
		width: 100vw;
		height: 100vh
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .start-project .close-filter {
		bottom: initial;
		top: 20px
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .cta-start-project {
		bottom: 130px;
		right: -230px
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .cta-start-project h3 {
		top: initial;
		bottom: -10px;
		left: 175px;
		font-size: 15px
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .cta-start-project .cta-bg {
		pointer-events: all;
		width: 550px
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .cta-start-project .elastic-btn {
		bottom: -50px;
		left: 160px
	}
	.single-service-page.nearshoring-page .page-content .start-project-container .cta-start-project .elastic-btn span {
		font-size: 10px
	}
	.single-service-page.nearshoring-page .page-content .testimonial-section-wrapper {
		padding-top: 50px;
		padding-bottom: 55px
	}
	.single-service-page.nearshoring-page .page-content .testimonial-section-wrapper .pos-rel {
		-webkit-box-shadow: 24px 2px 43px 0px rgba(159, 166, 182, 0.15);
		-moz-box-shadow: 24px 2px 43px 0px rgba(159, 166, 182, 0.15);
		box-shadow: 24px 2px 43px 0px rgba(159, 166, 182, 0.15);
		padding-bottom: 50px
	}
	.single-service-page.nearshoring-page .page-content .testimonial-section-wrapper .pos-rel svg {
		display: none
	}
	.single-service-page.nearshoring-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content h2 {
		font-size: 30px
	}
	.single-service-page.nearshoring-page .page-content .recruitment {
		margin-top: -50px
	}
	.single-service-page.nearshoring-page .page-content .recruitment .question-row .image-wrapper img {
		display: none
	}
	.single-service-page.nearshoring-page .page-content .recruitment .question-wrapper {
		padding: 35px
	}
	.single-service-page.nearshoring-page .page-content .recruitment .question-wrapper h2 {
		font-size: 36px !important;
		margin-top: 60px
	}
	.single-service-page.nearshoring-page .page-content .recruitment .question-wrapper h3 {
		font-size: 30px
	}
	.single-service-page.nearshoring-page .page-content .recruitment .answer-wrapper .answer-wrapper-text {
		padding: 35px 35px 70px
	}
	.single-service-page.nearshoring-page .page-content .recruitment .answer-wrapper .answer-wrapper-text h3 {
		font-size: 28px;
		line-height: 34px
	}
	.single-service-page.nearshoring-page .page-content .general-conditions {
		padding-top: 50px;
		margin-top: 50px
	}
	.single-service-page.nearshoring-page .page-content .general-conditions h2 {
		font-size: 40px
	}
	.single-service-page.nearshoring-page .page-content .general-conditions .main-conditions-titles {
		margin-bottom: 80px
	}
	.single-service-page.nearshoring-page .page-content .general-conditions .main-conditions-titles li {
		font-size: 22px
	}
	.single-service-page.nearshoring-page .page-content .general-conditions .condition p {
		max-width: 100%;
		margin-bottom: 35px;
		margin-top: 0;
		font-size: 20px;
		line-height: 27px
	}
	.single-service-page.nearshoring-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content {
		padding: 55px 30px
	}
	.single-service-page.nearshoring-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content h2 {
		font-size: 18px
	}
	.single-service-page.nearshoring-page .page-content .clients-list h2 {
		font-size: 30px
	}
	.single-service-page.nearshoring-page .page-content .clients-list .client-logo:nth-child(odd) {
		justify-content: flex-start
	}
	.single-service-page.nearshoring-page .page-content .clients-list .client-logo:nth-child(even) {
		justify-content: flex-end
	}
	.single-service-page.nearshoring-page .page-content .clients-list .client-logo img {
		max-width: 90%
	}
	.single-service-page.nearshoring-page .page-content .full-hashtag h2 {
		font-size: 26px !important;
		line-height: 30px;
		padding: 40px 0
	}
	.single-service-page.nearshoring-page .page-content .full-hashtag h3 {
		font-size: 15vw
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray {
		top: -206px;
		padding-bottom: 100px
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container {
		height: 100%;
		padding-top: 350px
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .model-text {
		position: relative;
		bottom: initial;
		right: initial
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container {
		display: flex;
		justify-content: center;
		left: initial;
		right: initial;
		position: relative;
		margin-bottom: 100px
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step {
		max-width: 300px;
		padding: 50px;
		width: 100%;
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h2 {
		font-size: 28px
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h3 {
		font-size: 14px
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step p {
		font-size: 16px
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h2,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step h3,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step p {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container .step .number {
		transform: none;
		-webkit-transform: none;
		top: initial;
		left: initial;
		right: 0;
		bottom: -160px
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-1,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-2 {
		top: initial
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-6,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 {
		top: initial
	}
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-3 .step,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-4 .step,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-5 .step,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-6 .step,
	.single-service-page.nearshoring-page .page-content .our-model .background-lightGray .model-line-container .steps-container.step-7 .step {
		height: 250px
	}
	.single-service-page.nearshoring-page .page-content .benefits {
		padding-top: 50px;
		margin-top: 50px
	}
	.single-service-page.nearshoring-page .page-content .benefits h3 {
		font-size: 24px
	}
	.single-service-page.nearshoring-page .page-content .benefits .benefits-picto {
		text-align: center;
		margin-bottom: 70px
	}
	.single-service-page.nearshoring-page .page-content .benefits .benefits-picto p {
		font-size: 20px
	}
	.single-service-page.nearshoring-page .page-content .benefits .other-benefits p {
		width: 100%;
		font-size: 20px
	}
	.single-service-page.nearshoring-page .page-content .why-portugal {
		margin-top: 750px
	}
	.single-service-page.software-page .page-header .background-wrapper .background-image {
		left: auto;
		transform: none;
		max-width: 100%
	}
	.single-service-page.software-page .page-content .why-portugal {
		margin-top: 160px
	}
	.single-service-page .page-content .hashtag-title {
		white-space: nowrap
	}
	.single-service-page .page-content .company-numbers {
		padding-top: 100px
	}
	.single-service-page .page-content .company-numbers .text-center:nth-child(4),
	.single-service-page .page-content .company-numbers .text-center:nth-child(3) {
		margin-top: 40px
	}
	.single-service-page .page-content .introduction {
		margin-top: 0
	}
	.single-service-page .page-content .introduction h3 {
		font-size: 38px;
		line-height: 42px
	}
	.single-service-page .page-content .image-blocks {
		margin-top: 120px;
		padding-top: 0;
		margin-bottom: 220px
	}
	.single-service-page .page-content .image-blocks .question-wrapper {
		padding: 35px
	}
	.single-service-page .page-content .image-blocks .question-wrapper h3 {
		font-size: 30px;
		line-height: 34px
	}
	.single-service-page .page-content .image-blocks .question-wrapper h2 {
		font-size: 36px;
		margin-top: 60px
	}
	.single-service-page .page-content .image-blocks .image-wrapper .offset-text {
		right: auto;
		top: 290px;
		z-index: 1
	}
	.single-service-page .page-content .image-blocks .image-wrapper .offset-text p {
		color: #ffffff
	}
	.single-service-page .page-content .image-blocks .image-wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.35)
	}
	.single-service-page .page-content .image-blocks .image-wrapper img {
		margin-left: -300px
	}
	.single-service-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text {
		padding: 35px 35px 70px
	}
	.single-service-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text h3 {
		font-size: 28px;
		line-height: 32px
	}
	.single-service-page .page-content .cases-studies .morphing-letter svg {
		left: -100px
	}
	.single-service-page .page-content .why-portugal {
		margin-top: 0
	}
	.single-service-page .page-content .why-portugal h2 {
		font-size: 50px
	}
	.single-service-page .page-content .technologies {
		margin-top: 0px;
		margin-bottom: 0
	}
	.single-service-page .page-content .technologies h2 {
		font-size: 50px
	}
	.single-service-page .page-content .technologies ul {
		margin-top: -15px
	}
	.single-service-page .page-content .technologies-list {
		padding-top: 60px;
		margin-top: 80px
	}
	.single-service-page .page-content .technologies-list .hashtag-title {
		display: none
	}
	.single-service-page .page-content .technologies-list h2:not(.hashtag-title) {
		font-size: 40px;
		word-break: break-word;
		-webkit-hyphens: auto
	}
	.single-service-page .page-content .technologies-list .lists-items-wrapper {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	.single-service-page .page-footer .last-content-wrapper {
		bottom: 35px
	}
	.single-service-page .page-footer.type-1 .content-wrapper {
		top: -100px
	}
	.single-service-page .page-footer.type-1 .content-wrapper h2 {
		font-size: 30px;
		letter-spacing: 12px
	}
}

@media only screen and (max-width: 1440px) {
	.home-page .page-content .company-numbers .number-container h2 {
		font-size: 130px
	}
}

.en-lang .queremos-page .page-content .know-more-section .show-en {
	display: block
}

.en-lang .queremos-page .page-content .know-more-section .show-pt {
	display: none
}

.queremos #header-main .main-logo path {
	fill: #49e2bb
}

.queremos #header-main .language-wrapper .active-language .lg,
.queremos #header-main .language-wrapper .other-languages li a {
	color: #49e2bb
}

.queremos #header-main .language-wrapper .active-language .arrow path {
	stroke: #49e2bb
}

.queremos #header-main #nav-main li.active a {
	color: #49e2bb
}

.queremos .job-filter-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	background-color: rgba(12, 14, 19, 0.85);
	visibility: hidden;
	opacity: 0
}

.queremos .image-blocks .image-wrapper .offset-text p {
	color: rgba(255, 255, 255, 0.8)
}

.queremos .hamb-menu .line {
	background-color: #49e2bb
}

.queremos #nav-main-mobile {
	background-color: #49e2bb
}

.queremos .loading-mobile .loading-bg {
	background-color: #49e2bb
}

.pt-lang .queremos-page .page-content .job-offers .morphing-letter svg {
	left: -40px
}

.queremos-page .page-header .header-pictogram-wrapper {
	height: 85%;
	top: 50%;
	left: 10%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.queremos-page .page-header .background-wrapper h3,
.queremos-page .page-header .background-wrapper h2 {
	color: #49e2bb
}

.queremos-page .page-header .background-wrapper .header-image-wrapper {
	z-index: -1
}

.queremos-page .page-header .background-wrapper .webGL-main {
	z-index: 0
}

.queremos-page .page-header .header-photo {
	margin-top: 50px;
	width: 36vw;
	max-width: none
}

.queremos-page .page-header .header-photo img {
	margin-left: -50px
}

.queremos-page .page-header .header-photo {
	width: 36vw;
	margin-top: 50px
}

.queremos-page .page-header .header-photo img {
	margin-left: -50px
}

.queremos-page .page-content .testimonial-section-wrapper {
	margin-bottom: 250px
}

@media only screen and (max-width: 1279px) {
	.queremos-page .page-content .testimonial-section-wrapper {
		margin-top: 50px;
		padding-top: 100px
	}
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .testimonial-section-wrapper {
		padding-top: 0;
		padding-bottom: 55px;
		margin-bottom: 100px;
		margin-top: 0
	}
}

.queremos-page .page-content .testimonial-section-wrapper .pos-rel {
	position: relative;
	-webkit-box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 24px 43px -10px rgba(0, 0, 0, 0.05)
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .testimonial-section-wrapper .pos-rel {
		-webkit-box-shadow: 24px 2px 43px 0px rgba(159, 166, 182, 0.15);
		-moz-box-shadow: 24px 2px 43px 0px rgba(159, 166, 182, 0.15);
		box-shadow: 24px 2px 43px 0px rgba(159, 166, 182, 0.15);
		padding-bottom: 50px
	}
}

.queremos-page .page-content .testimonial-section-wrapper .pos-rel svg {
	width: 500px;
	height: 450px;
	position: absolute;
	top: -150px;
	right: -250px;
	z-index: -1
}

.queremos-page .page-content .testimonial-section-wrapper .pos-rel svg path {
	fill: #006cfc
}

@media only screen and (max-width: 1279px) {
	.queremos-page .page-content .testimonial-section-wrapper .pos-rel svg {
		width: 400px;
		height: 350px;
		right: -200px
	}
}

@media only screen and (max-width: 810px) {
	.queremos-page .page-content .testimonial-section-wrapper .pos-rel svg {
		width: 300px;
		height: 300px;
		right: -120px;
		top: -180px
	}
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .testimonial-section-wrapper .pos-rel svg {
		display: none
	}
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section {
	padding-bottom: 40px
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .slick-slide {
	background-color: #ffffff;
	display: flex;
	align-items: center
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots {
	display: flex;
	align-items: center;
	justify-content: center
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li {
	width: 10px;
	height: 10px;
	background-color: rgba(159, 166, 182, 0.4);
	border-radius: 50%;
	cursor: pointer;
	margin-right: 17px
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li:last-of-type {
	margin-right: 0
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li:hover,
.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li.slick-active {
	background-color: #006cfc
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonials-dots li button {
	display: none
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content {
	background-color: #ffffff;
	padding: 55px 77px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

@media only screen and (max-width: 1440px) {
	.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content {
		padding: 55px
	}
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content {
		padding: 55px 30px
	}
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content h2 {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 32px;
	color: #006cfc;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 20px
}

@media only screen and (max-width: 1279px) {
	.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content h2 {
		font-size: 26px
	}
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content h2 {
		font-size: 18px
	}
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content h3 {
	font-family: 'Cera';
	font-weight: normal;
	font-size: 15px;
	color: #9fa6b6
}

.queremos-page .page-content .testimonial-section-wrapper .testimonials-section .testimonial-content .testimonial-picture {
	position: relative;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	background-color: red;
	overflow: hidden;
	margin: 0 auto
}

.queremos-page .page-content .start-project-container {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 300px;
	z-index: 100;
	overflow: hidden
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .start-project-container {
		display: none
	}
}

.queremos-page .page-content .start-project-container .cta-start-project {
	position: absolute;
	bottom: 160px;
	right: -250px;
	z-index: 100;
	height: 275px;
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0)
}

.queremos-page .page-content .start-project-container .cta-start-project h3 {
	position: absolute;
	top: 90%;
	left: 200px;
	text-transform: uppercase;
	font-family: 'Cera';
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
	transform: translateY(-50%) scale(0.9);
	-webkit-transform: translateY(-50%) scale(0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.queremos-page .page-content .start-project-container .cta-start-project .cta-bg {
	width: 620px;
	height: 575px
}

.queremos-page .page-content .start-project-container .cta-start-project .cta-bg path {
	fill: #49e2bb;
	opacity: 0;
	visibility: hidden;
	cursor: pointer
}

.queremos-page .page-content .start-project-container .cta-start-project .elastic-btn {
	position: absolute;
	bottom: -55px;
	left: 190px;
	text-align: center;
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}

.queremos-page .page-content .start-project-container .cta-start-project .elastic-btn span {
	position: relative;
	width: auto;
	height: auto;
	top: initial;
	left: initial;
	font-size: 11px;
	letter-spacing: 0.8px;
	line-height: 1;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	color: #49e2bb
}

.queremos-page .page-content .start-project-container .cta-start-project .elastic-btn svg {
	height: auto;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 154px
}

.queremos-page .page-content .start-project-container .start-project {
	position: fixed;
	top: 0;
	right: 24px;
	z-index: 100;
	max-width: 395px;
	pointer-events: none
}

.queremos-page .page-content .job-offers h2 {
	margin-bottom: 20px
}

.queremos-page .page-content .color-purple {
	color: #49e2bb
}

.queremos-page .page-content .color-purple:before {
	background-color: rgba(73, 226, 187, 0.3)
}

.queremos-page .page-content .to-section svg path {
	fill: #49e2bb
}

.queremos-page .page-content .about.image-blocks .question-wrapper h2 {
	margin-bottom: 0
}

.queremos-page .page-content .place-images {
	padding-top: 0;
	margin-bottom: 120px
}

.queremos-page .page-content .to-section {
	position: relative;
	margin-top: 250px;
	margin-bottom: 100px
}

@media only screen and (max-width: 1279px) {
	.queremos-page .page-content .to-section {
		padding-top: 0
	}
}

.queremos-page .page-content .to-section .pos-rel {
	border-top: 0 !important
}

.queremos-page .page-content .to-section .columns.values:before {
	content: '';
	height: 1px;
	background-color: #f3f3f3;
	position: absolute;
	top: 0;
	height: 1px;
	left: calc(-100% + 0.625rem);
	width: calc((33.333333% * 3) * 3);
	z-index: -1
}

.queremos-page .page-content .to-section .columns.values:nth-child(1):before {
	display: none
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .to-section .columns.values:nth-child(1):before {
		display: block;
		left: 0.625rem
	}
}

.queremos-page .page-content .to-section .columns.values:nth-child(5):before {
	width: calc((33.333333% * 3) * 2)
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .to-section .columns.values:nth-child(5):before {
		width: calc((33.333333% * 3) * 2 + 1.25rem)
	}
}

.queremos-page .page-content .to-section .columns.values:last-of-type:before {
	display: none
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .to-section .columns.values:last-of-type:before {
		width: calc((33.333333% * 3));
		display: block
	}
}

.queremos-page .page-content .to-section .columns.values:nth-child(-n+3) {
	margin-bottom: 50px
}
.queremos-page .page-content .to-section .columns.values:nth-child(n-3) {
	margin-bottom: 50px
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .to-section .columns.values:nth-child(-n+3) {
		margin-bottom: 50px
	}
	.queremos-page .page-content .to-section .columns.values:nth-child(n-3) {
		margin-bottom: 50px
	}
}

.queremos-page .page-content .know-more-section {
	padding-top: 80px
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .know-more-section {
		padding-top: 120px
	}
}

.queremos-page .page-content .know-more-section .show-en {
	display: none
}

.queremos-page .page-content .know-more-section h2 {
	color: #49e2bb;
	text-align: center
}

@media only screen and (max-width: 1279px) {
	.queremos-page .page-content .know-more-section h2 {
		font-size: 55px;
		margin-bottom: 50px
	}
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .know-more-section h2 {
		font-size: 36px;
		margin-bottom: 140px
	}
}

.queremos-page .page-content .know-more-section .morphing-letter {
	position: relative;
	width: 100%;
	height: 350px
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .know-more-section .morphing-letter {
		height: 200px
	}
}

.queremos-page .page-content .know-more-section .morphing-letter svg {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%)
}

.queremos-page .page-content .know-more-section .morphing-letter svg path.main-letter {
	fill: #49e2bb
}

.queremos-page .page-content .know-more-section .morphing-letter svg path.shadow-letter {
	fill: rgba(73, 226, 187, 0.3)
}

.queremos-page .page-content .know-more-section .morphing-letter svg path.icon {
	fill: #ffffff
}

.queremos-page .page-content .quiz-section {
	position: relative;
	padding-top: 0;
	margin-bottom: 350px
}

@media only screen and (max-width: 810px) {
	.queremos-page .page-content .quiz-section {
		margin-bottom: 280px
	}
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .quiz-section {
		margin-bottom: 100px
	}
}

.queremos-page .page-content .quiz-section h2 {
	color: #49e2bb;
	text-align: center;
	margin-bottom: 60px
}

@media only screen and (max-width: 1279px) {
	.queremos-page .page-content .quiz-section h2 {
		font-size: 55px
	}
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .quiz-section h2 {
		font-size: 36px
	}
}

.queremos-page .page-content .quiz-section .elastic-btn {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-family: 'Cera';
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	padding: 25px 42px;
	border-radius: 42px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-transform: initial;
	width: auto;
	height: auto;
	letter-spacing: initial;
	user-select: none;
	-webkit-user-select: none
}

@media only screen and (max-width: 810px) {
	.queremos-page .page-content .quiz-section .elastic-btn {
		bottom: 80px
	}
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .quiz-section .elastic-btn {
		padding: 25px 28px;
		font-size: 14px;
		bottom: 80px
	}
}

@media only screen and (max-width: 320px) {
	.queremos-page .page-content .quiz-section .elastic-btn {
		padding: 25px 14px
	}
}

.queremos-page .page-content .quiz-section .elastic-btn svg {
	z-index: -1
}

.queremos-page .page-content .quiz-section .elastic-btn svg path {
	fill: #49e2bb
}

.queremos-page .page-content .quiz-section .elastic-btn:after {
	content: '~2min';
	font-family: 'Cera';
	font-weight: bold;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5)
}

.queremos-page .page-content .quiz-section ul {
	position: relative;
	pointer-events: none;
	text-align: center
}

.queremos-page .page-content .quiz-section ul:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: white;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 18%, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .quiz-section ul:after {
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 28%, rgba(255, 255, 255, 0) 100%)
	}
}

.queremos-page .page-content .quiz-section ul li {
	font-family: 'Cera';
	font-weight: bold;
	font-size: 15px;
	line-height: 1.15;
	color: #9fa6b6;
	letter-spacing: -0.03em;
	background-color: #ffffff;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(173, 179, 192, 0.21);
	-moz-box-shadow: 0px 4px 9px 0px rgba(173, 179, 192, 0.21);
	box-shadow: 0px 4px 9px 0px rgba(173, 179, 192, 0.21);
	margin-bottom: 12px;
	margin-right: 8px;
	transition: 0.6s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: 0.6s all cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

@media only screen and (max-width: 640px) {
	.queremos-page .page-content .quiz-section ul li:nth-child(n+6) {
		display: none
	}
}

.queremos-page .page-content .image-blocks .answer-wrapper {
	width: 100%
}

.queremos-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text {
	margin-top: -400px
}

.queremos-page .page-content .job-offers {
	padding-top: 0;
	padding-bottom: calc(157px - 0.625rem)
}

.queremos-page .page-content .job-offers .rotate-title {
	white-space: nowrap
}

.queremos-page .page-content .job-offers .job-spontaneous h4 {
	margin-top: 20px
}

.queremos-page .page-content .job-offers .elastic-btn {
	display: block;
	margin: 50px auto 0px auto
}

.queremos-page .page-content .job-offers .elastic-btn svg path {
	fill: #006cfc;
	stroke: #006cfc
}

.queremos-page .page-content .job-offers .elastic-btn .text {
	color: #ffffff;
	text-align: center
}

.queremos-page .page-footer .last-content-wrapper {
	bottom: 15px
}

.queremos-page .page-footer.type-2 {
	height: 100vh;
	min-height: 100vh
}

.queremos-page .page-footer.type-2 .content-wrapper {
	padding-bottom: 0
}

.queremos-page .page-footer.type-2 .slides li:not(.spacer) svg.e-letter {
	left: 0px
}

.queremos-page .page-footer.type-2 .slides li:not(.spacer) svg.r-letter {
	left: 5px
}

@media only screen and (max-width: 1279px) {
	.queremos-page .page-content .we-do {
		padding-top: 100px
	}
	.queremos-page .page-content .to-section {
		margin-top: 400px
	}
	.queremos-page .page-content .image-blocks {
		margin-bottom: 340px
	}
	.queremos-page .page-content .image-blocks .question-wrapper h3 {
		font-size: 36px !important;
		line-height: 40px
	}
	.queremos-page .page-content .image-blocks .question-wrapper h2 {
		font-size: 44px
	}
	.queremos-page .page-content .image-blocks .letter-wrapper {
		top: -80px;
		right: 60px
	}
	.queremos-page .page-content .image-blocks .image-wrapper {
		margin-top: -200px
	}
	.queremos-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text {
		margin-top: -80px
	}
	.queremos-page .page-content .image-blocks .answer-wrapper h3 {
		font-size: 32px !important;
		line-height: 36px
	}
	.queremos-page .page-content .image-blocks .answer-wrapper h4 {
		font-size: 22px !important;
		line-height: 24px;
		margin-top: 60px
	}
	.queremos-page .page-content .place-images {
		padding-top: 0;
		margin-bottom: 120px
	}
	.queremos-page .page-content .place-images .top-left-image {
		width: 100%
	}
	.queremos-page .page-content .place-images .bottom-right-image {
		display: none
	}
	.queremos-page .page-content .full-hashtag {
		padding: 0;
		margin: 0
	}
	.queremos-page .page-content .full-hashtag h2 {
		margin-bottom: 0;
		font-size: 40px !important;
		line-height: 46px
	}
	.queremos-page .page-content .full-hashtag .background-hashtag h3 {
		font-size: 20vw
	}
	.queremos-page .page-content .team {
		margin-top: 380px;
		padding-top: 0
	}
	.queremos-page .page-content .team .subtitle {
		position: relative;
		z-index: 1;
		font-size: 20px;
		line-height: 22px
	}
	.queremos-page .page-content .team .persons-container .columns:nth-child(4) {
		margin-top: 0
	}
	.queremos-page .page-content .team .persons-container .columns:nth-child(1) {
		margin-top: 200px
	}
	.queremos-page .page-content .team .persons-container .columns:nth-child(3),
	.queremos-page .page-content .team .persons-container .columns:nth-child(5) {
		margin-top: 100px
	}
	.queremos-page .page-content .mission h3 {
		margin-top: 0;
		font-size: 34px !important;
		line-height: 38px
	}
	.queremos-page .page-content .mission .firstwrap {
		text-align: left;
		display: block
	}
	.queremos-page .page-content .mission .secondwrap {
		display: block;
		text-align: right;
		margin-top: 20px
	}
	.queremos-page .page-content .clients {
		margin-top: 80px;
		padding-top: 0
	}
	.queremos-page .page-content .affinity-brands {
		padding-top: 250px
	}
	.queremos-page .page-content .affinity-brands .subtitle {
		position: relative;
		z-index: 1;
		font-size: 20px;
		line-height: 22px
	}
	.queremos-page .page-content .affinity-brands .block-wrapper {
		padding: 95px 40px 65px
	}
	.queremos-page .page-content .affinity-brands .block-wrapper .plus-button {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@media only screen and (max-width: 810px) {
	.queremos #header-main .language-wrapper .active-language .lg,
	.queremos #header-main .language-wrapper .other-languages li a {
		color: #ffffff
	}
	.queremos.js-nav-mobile-open #header-main .main-logo svg path {
		fill: #49e2bb
	}
	.queremos-page .page-header .header-photo {
		width: 100% !important;
		margin-top: 110px
	}
	.queremos-page .page-header .header-photo img {
		margin: 0 auto
	}
	.queremos-page .page-header .header-pictogram-wrapper {
		width: 60%;
		left: auto;
		height: 100%;
		-webkit-transform: none;
		transform: none
	}
	.queremos-page .page-header .header-image-wrapper .background-image {
		object-position: 10% 50%
	}
	.queremos-page .page-content {
		z-index: 2
	}
	.queremos-page .page-content .we-do {
		padding-top: 140px
	}
	.queremos-page .page-content .image-blocks {
		margin-bottom: 360px
	}
	.queremos-page .page-content .image-blocks .letter-wrapper {
		top: 0px;
		right: 20px;
		width: 50vw
	}
	.queremos-page .page-content .image-blocks .image-wrapper {
		margin-top: -150px
	}
	.queremos-page .page-content .image-blocks .image-wrapper img {
		height: 700px;
		max-width: none
	}
	.queremos-page .page-content .image-blocks .image-wrapper .offset-text {
		top: 250px
	}
	.queremos-page .page-content .image-blocks .image-wrapper .offset-text p {
		position: relative;
		z-index: 1;
		color: #ffffff;
		padding-right: 0;
		font-size: 20px;
		line-height: 27px
	}
	.queremos-page .page-content .image-blocks .image-wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.35)
	}
	.queremos-page .page-content .image-blocks .question-wrapper h2 {
		margin-top: 100px
	}
	.queremos-page .page-content .image-blocks .answer-wrapper .answer-wrapper-text {
		margin-top: -120px
	}
	.queremos-page .page-content .place-images .top-left-image {
		width: 100%
	}
	.queremos-page .page-content .place-images .top-right-image {
		height: 600px;
		margin-top: calc(0.625rem * 2)
	}
}

@media only screen and (max-width: 640px) {
	.pt-lang .queremos-page .page-content .news-events .morphing-letter svg {
		left: -95px
	}
	.queremos.js-nav-mobile-open #header-main .main-logo svg path {
		fill: #ffffff
	}
	.queremos-page .page-header .header-image-wrapper .background-image {
		object-position: 50% 50%
	}
	.queremos-page .page-content .we-do {
		padding-top: 100px
	}
	.queremos-page .page-content .image-blocks {
		padding-top: 0;
		margin-top: 100px
	}
	.queremos-page .page-content .image-blocks .image-wrapper .offset-text p {
		color: #ffffff
	}
	.queremos-page .page-content .to-section {
		margin-top: 0;
		margin-bottom: 0
	}
	.queremos-page .page-content .place-images {
		margin-top: 100px;
		margin-bottom: 100px
	}
	.queremos-page .page-content .job-offers {
		padding-top: 160px;
		padding-bottom: 80px
	}
	.queremos-page .page-content .job-offers .subtitle {
		margin-left: 0
	}
	.queremos-page .page-content .job-offers .job-link:nth-child(even) {
		margin-top: 0
	}
	.queremos-page .page-content .page-footer .last-content-wrapper {
		bottom: 35px
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
	.queremos-page .page-header .header-pictogram-wrapper .header-pictogram {
		max-width: 100%;
		height: 40vw;
		margin: 0 auto
	}
	.queremos-page .page-header .background-wrapper .header-text {
		margin-bottom: 0
	}
	.queremos-page .page-header .background-wrapper .header-text h2 {
		font-size: 45px
	}
	.queremos-page .page-header .background-wrapper .header-text h3 {
		font-size: 28px;
		margin-top: 20px
	}
}

.single-queremos #header-main #nav-main li.active a {
	color: #49e2bb
}

.single-queremos-page .nav-sidebar .scroll-indicator-wrapper {
	display: none
}

.single-queremos-page .nav-sidebar .nav-filter .nav-filter-active {
	pointer-events: none;
	background-color: transparent
}

.single-queremos-page .nav-sidebar .nav-filter .arrow-drop {
	display: none
}

.single-queremos-page .full-page-article .full-page-article-content .full-page-article-time-category {
	margin-top: 0
}

.single-queremos-page .full-page-article .full-page-article-content .full-page-article-time-category .full-page-article-category span {
	color: #9fa6b6
}

.single-queremos-page .full-page-article .full-page-article-content .full-page-article-time-category .full-page-article-category .filter-wrapper {
	display: inline-block;
	margin-right: 20px
}

.single-queremos-page .full-page-article .full-page-article-content .full-page-article-time-category .full-page-article-category .filter-wrapper .it-consultant {
	color: #49e2bb
}

.single-queremos-page .full-page-article .full-page-article-content .full-page-article-time-category .full-page-article-category .filter-wrapper .management-team {
	color: #f77b81
}

.single-queremos-page .full-page-article .contact-form {
	margin-top: 100px
}

.single-queremos-page .full-page-article .contact-form .second-col {
	margin-top: 55px
}

.single-queremos-page .full-page-article .contact-form .sent-message {
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
	text-align: center;
	pointer-events: none
}

.single-queremos-page .full-page-article .contact-form .sent-message span {
	display: inline-block
}

.single-queremos-page .full-page-article .contact-form .sent-message .success-msg {
	color: #006cfc;
	opacity: 0;
	visibility: hidden
}

.single-queremos-page .full-page-article .contact-form .sent-message .error-msg {
	position: absolute;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	color: #f77b81
}

.single-queremos-page .next-new-mob {
	display: none
}

.single-queremos-page .load-next-wrapper {
	display: block;
	position: relative;
	margin-bottom: 10px
}

.single-queremos-page .load-next-wrapper .indicator-wrapper {
	position: relative;
	height: 4px;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block
}

.single-queremos-page .load-next-wrapper .indicator-wrapper .indicator {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #006cfc
}

.single-queremos-page .load-next-wrapper p {
	font-family: 'Cera';
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold
}

@media only screen and (max-width: 1279px) {
	.single-queremos-page .next-new-mob {
		display: block
	}
	.single-queremos-page .load-next-wrapper {
		display: none
	}
}

@media only screen and (max-width: 810px) {
	.single-queremos-page .full-page-article .contact-form {
		margin-left: 0;
		margin-right: 0
	}
	.single-queremos-page .full-page-article .contact-form .second-col {
		margin-top: 0
	}
}

@media only screen and (max-width: 320px) {
	.single-queremos-page .full-page-article .full-page-article-content .full-page-article-time-category {
		margin-bottom: 40px
	}
	.single-queremos-page .full-page-article .full-page-article-content .full-page-article-time-category .full-page-article-category .filter-wrapper {
		display: block;
		margin-right: 0;
		margin-top: 15px
	}
}

#modal-bg,
#modal-wrapper {
	display: none;
	width: 0;
	height: 0
}

#modal-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100vh;
	z-index: 1050;
	opacity: 1
}

#lightbox {
	position: relative
}

.brand-modal {
	position: relative;
	max-width: 810px;
	width: 810px;
	height: auto;
	background-color: #FFF;
	z-index: 1050;
	-webkit-box-shadow: 0 3px 10px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 8px rgba(0, 0, 0, 0.1)
}

.brand-modal .btn-close-modal {
	position: absolute;
	top: 0;
	right: -55px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55px;
	height: 55px;
	background: #006cfc;
	overflow: hidden;
	z-index: 30;
	text-indent: -5555px
}

.brand-modal .btn-close-modal svg {
	width: 23px;
	height: 24px;
	-webkit-transition: transform 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: transform 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.brand-modal .btn-close-modal:hover svg {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.brand-modal .modal-header {
	padding: 60px;
	margin-bottom: 30px;
	background-color: #006cfc
}

.brand-modal .modal-header svg {
	width: 200px;
	height: 41px;
	display: block;
	margin: 0 auto
}

.brand-modal .modal-header svg path {
	fill: #ffffff
}

.brand-modal h4 {
	font-family: 'Cera';
	font-weight: 500;
	margin-top: 40px;
	color: #ffffff;
	font-size: 60px;
	line-height: 68px;
	letter-spacing: -5px
}

.brand-modal .modal-content {
	padding: 40px
}

.brand-modal .modal-content .row {
	margin: 0;
	padding-bottom: 40px
}

.brand-modal .modal-content .row .column p {
	margin-left: 142px;
	font: 300 12px/12px 'Cera';
	color: #A7A8AA;
	text-transform: uppercase
}

.brand-modal .modal-content .row .column p.right-info {
	margin-left: 102px
}

.brand-modal .modal-content .row .column p a {
	font: 300 14px/14px 'Cera';
	color: #A7A8AA;
	margin: 5px
}

.brand-modal .modal-content .row .column p a:hover {
	text-decoration: underline
}

.brand-modal .modal-content .row .btn {
	margin-bottom: 10px
}

.brand-modal .modal-content .row.bg-red {
	background-color: #006cfc;
	padding-top: 40px
}

.brand-modal .modal-content .row.bg-red .column p a {
	color: #ffffff
}

.brand-modal .modal-content svg {
	margin: 0 auto 20px auto;
	display: block;
	max-width: 200px
}

.brand-modal .modal-content svg.positive path {
	fill: #ffffff
}

.brand-modal .modal-content svg.negative path {
	fill: #006cfc
}

.brand-modal .modal-content svg.right-logo {
	max-width: 130px;
	margin: 10px auto 20px auto
}

.brand-modal .modal-content .download-kit {
	margin-top: 35px;
	text-align: center
}

.brand-modal .modal-content .download-kit a {
	display: inline-block;
	margin: 0 auto;
	white-space: nowrap;
	padding: 20px 35px;
	border: 2px solid #006cfc;
	border-radius: 30px 30px;
	font: 500 16px/16px 'Cera';
	color: #006cfc;
	margin-top: 35px;
	text-transform: uppercase
}

.brand-modal .modal-content .download-kit a:hover {
	background-color: #006cfc;
	color: #ffffff
}

.brand-modal .modal-content .download-kit p {
	margin-top: 25px
}

.js-modal-open #modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1030;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0.8;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.js-modal-open #modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1050;
	overflow-x: hidden;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	display: block
}

.js-modal-open #modal-wrapper.js-on {
	overflow-y: scroll
}

[data-scrollbar],
[scrollbar],
scrollbar {
	display: block;
	position: relative
}

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
	position: absolute;
	opacity: 0;
	z-index: 1;
	transition: opacity .5s ease-out, background .5s ease-out;
	background: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
	opacity: 1
}

[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px
}

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
	top: 0;
	right: 0;
	width: 8px;
	height: 100%
}

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px
}

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}


/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
* @preserve
-----------------------------------------------------------------------*/

#outdated {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #ffffff
}

* html #outdated {
	position: absolute
}

#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px
}

#outdated p {
	font-size: 12px;
	line-height: 12px;
	margin: 0
}

#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 230px;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
	cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #ffffff
}

#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px
}

#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important
}

#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px
}

[data-scrollbar],
[scrollbar],
scrollbar {
	display: block;
	position: relative
}

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
	position: absolute;
	opacity: 0;
	z-index: 1;
	transition: opacity .5s ease-out, background .5s ease-out;
	background: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
	opacity: 1
}

[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px
}

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
	top: 0;
	right: 0;
	width: 8px;
	height: 100%
}

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px
}

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}


/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
* @preserve
-----------------------------------------------------------------------*/

#outdated {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #ffffff
}

* html #outdated {
	position: absolute
}

#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px
}

#outdated p {
	font-size: 12px;
	line-height: 12px;
	margin: 0
}

#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 230px;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
	cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #ffffff
}

#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px
}

#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important
}

#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px
}

[data-scrollbar],
[scrollbar],
scrollbar {
	display: block;
	position: relative
}

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
	position: absolute;
	opacity: 0;
	z-index: 1;
	transition: opacity .5s ease-out, background .5s ease-out;
	background: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
	opacity: 1
}

[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px
}

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
	top: 0;
	right: 0;
	width: 8px;
	height: 100%
}

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px
}

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}


/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
* @preserve
-----------------------------------------------------------------------*/

#outdated {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #ffffff
}

* html #outdated {
	position: absolute
}

#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px
}

#outdated p {
	font-size: 12px;
	line-height: 12px;
	margin: 0
}

#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 230px;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
	cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #ffffff
}

#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px
}

#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important
}

#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px
}

[data-scrollbar],
[scrollbar],
scrollbar {
	display: block;
	position: relative
}

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
	position: absolute;
	opacity: 0;
	z-index: 1;
	transition: opacity .5s ease-out, background .5s ease-out;
	background: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
	opacity: 1
}

[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px
}

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
	top: 0;
	right: 0;
	width: 8px;
	height: 100%
}

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px
}

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}


/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
* @preserve
-----------------------------------------------------------------------*/

#outdated {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #ffffff
}

* html #outdated {
	position: absolute
}

#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px
}

#outdated p {
	font-size: 12px;
	line-height: 12px;
	margin: 0
}

#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 230px;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
	cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #ffffff
}

#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px
}

#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important
}

#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px
}

[data-scrollbar],
[scrollbar],
scrollbar {
	display: block;
	position: relative
}

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
	position: absolute;
	opacity: 0;
	z-index: 1;
	transition: opacity .5s ease-out, background .5s ease-out;
	background: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
	opacity: 1
}

[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
	background: rgba(222, 222, 222, 0.75)
}

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px
}

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
	top: 0;
	right: 0;
	width: 8px;
	height: 100%
}

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px
}

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}


/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
* @preserve
-----------------------------------------------------------------------*/

#outdated {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #ffffff
}

* html #outdated {
	position: absolute
}

#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px
}

#outdated p {
	font-size: 12px;
	line-height: 12px;
	margin: 0
}

#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 230px;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
	cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #ffffff
}

#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px
}

#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important
}

#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px
}

.single-service-page .page-content .general-conditions .general-conditons-inner .conditions-wrapper {
	display: none;
}

.single-service-page .page-content .general-conditions .general-conditons-inner .conditions-wrapper.active {
	display: block;
	position: relative;
}

.fitnes #header-main #nav-main li {
	font-size: 20px;
	padding-left: 2px;
}

.fitnes .place-images {
	margin-bottom: 40px;
}

.fitnes .our-model,
.fitnes .we-do {
	display: none;
}

.single-service-page .page-content .general-conditions .main-conditions-titles li {
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	width: auto;
    float: left;
}

.single-service-page .page-content .general-conditions .condition {
	width: 100%;
	margin-top: 20px;
	margin-left: 10px;
	font-size:   16px;
    line-height: 24px;
	color: #555;
	width: 100%;
}

.single-service-page .page-content .general-conditions .condition p {
	margin-top: 4px;
	margin-bottom: 12px;
	font-size:   16px;
    line-height: 24px;
	color: #555;
}

.single-service-page .page-content .general-conditions .condition ul{
	list-style-type: disc;
	margin-top:  10px;
	margin-bottom: 12px;
	margin-left: 20px;
}

.single-service-page .page-content .general-conditions .condition ol{
	list-style-type: decimal;
	margin-top:  10px;
	margin-bottom: 12px;
	margin-left: 20px;
}

.single-service-page .page-content .general-conditions .condition li{
	font-size:   16px;
    line-height: 24px;
	color: #555;
}

.single-service-page .page-content .vertical-menu-wrapper ul li A {
	color: #9fa6b6;
	/*text-decoration: underline;*/
}

.single-service-page .page-content .vertical-menu-wrapper ul li A:hover {
	text-decoration: underline;
}

.navbar-services-wrapper .navbar-services li.active {
	opacity: 1;
}

.navbar-services-wrapper .navbar-services li.active a {
	color: #006cfc;
}

.navbar-services-wrapper .navbar-services li.active a svg path {
	stroke: #006cfc;
}

.contacts p{
	color: #000 !important; 
	line-height:40px !important;
}

.mainpage .elastic-btn .text{
	line-height: inherit;
	margin-left: 20px;
}




@media (min-width:0px){
    .bilingval_left{
	width: 100%;
    }
    .bilingval_right{
	width: 100%;
	float:left;
    }
    
    .bilingval_right h2{
	font-size: 26px !important;
    }
    
    .bilingval_right h3{
	margin-bottom: 4px;
    }
    
    
    .bilingval_right .extra_hour, .bilingval_right #extra_hour{
	font-size: 16px;
    }
    
    .bilingval select{
	font-size: 16px;
    }
    
    .bilingval #cost{
	font-size: 16px;
    }
    
    .breadcrumbs-section{
        padding-top: 0px;
        margin-top: -180px;
        margin-bottom: -220px;
    }
}

@media (min-width:992px){
    .bilingval_left{
        width: 60%;
    }

    .bilingval_right{
        width: 33%;
    }
}


@media (min-width:1024px){
    .bilingval_left{
        width: 67%;
    }
    .bilingval_right{
        width: 30%;
    }
    
    .breadcrumbs-section{
	padding-top: 0px !important;
        margin-top: -380px !important;
        margin-bottom: -300px !important;
    }    
}

@media (min-width:1280px){
    .bilingval_left{
	width: 72%;
    }
		
    .bilingval_right{
        width: 26%;
    }
    
    .bilingval_right h2{
	font-size: 22px !important;
    }
    
    .bilingval_right h3{
	margin-bottom: 4px;
	font-size: 16px;
    }
    
    
    .bilingval_right .extra_hour, .bilingval_right #extra_hour{
	font-size: 12px;
    }
    
    .bilingval select{
	font-size: 14px;
    }
    
    .bilingval #cost{
	font-size: 14px;
    }
}

@media (min-width:1500px){
    .bilingval_left{
        width: 77%;
    }
		
    .bilingval_right{
        width: 22%;
    }	
    
}