/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

@import 'https://fonts.googleapis.com/css?family=Allura|Merriweather+Sans:400,700,800';
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
header {
	background-color: RED;
        color: #ffffff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
body {
	background-color: #fff;
	font-size: 14px;
	line-height: 1.6;
	font-family: "Merriweather Sans", sans-serif;
	color: #00000f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden
}
body dl dt {
	font-size: 14px;
        font-weight: 0;
        /*font-style: italic;*/
}
body dl dd {
	font-size: 18px;
        font-weight: 0;
}
.gigantic, .huge, .large, .bigger, .big, h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: bold
}
.gigantic {
	font-size: 110px;
	line-height: 1.09;
	letter-spacing: -2px
}
.huge, h1 {
	font-size: 68px;
	line-height: 1.05;
	letter-spacing: -1px
}
.large, h2 {
	font-size: 42px;
	line-height: 1.14
}
.bigger, h3 {
	font-size: 26px;
	line-height: 1.38
}
.big, h4 {
	font-size: 22px;
	line-height: 1.38
}
.small, small {
	font-size: 10px;
	line-height: 1.2
}
p {
	margin: 0 0 20px 0
}
em {
	font-style: italic
}
strong {
	font-weight: bold
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0
}
::-moz-selection {
	background: #FFF498
}
::selection {
	background: #FFF498
}
img::-moz-selection {
	background: transparent
}
img::selection {
	background: transparent
}
body {
	-webkit-tap-highlight-color: #FFF498
}
.no-margin {
	margin: 0
}
.no-padding {
	padding: 0
}
a {
	display: inline-block;
	color: #ff0000;
	text-decoration: none
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none
}
input, textarea {
	outline: none
}
.bold {
	font-weight: 700
}
.italic {
	font-style: italic
}
.wrapper, .wrapper--small, .wrapper--large {
	position: relative;
	max-width: 90%;
	height: 100%;
	margin: 0 auto
}
.wrapper--small {
	width: 980px
}
.wrapper--large {
	width: 1170px
}
.splashscreen {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	z-index: 100;
	-webkit-transition: opacity .4s .4s;
	transition: opacity .4s .4s
}
.splashscreen--is-hidden {
	opacity: 0
}
.splashscreen--is-hidden .preloader {
	opacity: 0
}
.preloader {
	position: relative;
	width: 200px;
	height: 150px;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}
.preloader::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 45px;
	bottom: 0;
	border: 10px solid #ff0000;
	-webkit-animation: fadeInOut 1.6s linear infinite;
	animation: fadeInOut 1.6s linear infinite
}
.preloader__text {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 0;
	color: #585858;
	font-size: 32px;
	font-weight: 800;
	background-color: #fff
}
.logo {
	color: #585858;
	font-size: 34px;
	font-weight: 800;
	text-transform: uppercase
}
.transform-link {
	font-weight: 700
}
.transform-link::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ff0000;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out
}
.transform-link:hover::after {
	-webkit-transform: translateY(3px) scaleY(3);
	transform: translateY(3px) scaleY(3)
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	padding: 5px 25px;
	color: #ff0000;
	font-weight: 700;
	text-decoration: none;
	background-color: transparent;
	border-radius: 25px;
	border: 2px solid #ff0000;
	cursor: pointer;
	-webkit-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out
}
.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus {
	color: #6882f6;
	border-color: #6882f6
}
.blurb--framed {
	padding: 15px 0;
	background-color: #fafafa
}
.blurb__heading {
	margin: 0 0 15px 0;
	color: #585858;
	font-size: 40px;
	font-weight: 800;
}
.blurb__heading_gc {
	margin: 0 0 15px 0;
	color: #585858;
	font-size: 40px;
	font-weight: 800;
        line-height: 80%;
}
.blurb__copy {
	font-weight: 700
}
.blurb__copy--tight {
	max-width: 300px
}
.title {
	margin: 0 0 45px 0;
	color: #585858;
	font-size: 40px;
	font-weight: 800;
	text-align: center
}
@-webkit-keyframes fadeInOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeInOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes scrollDown {
	0% {
		-webkit-transform: translate(-12px, 0px);
		transform: translate(-12px, 0px);
		opacity: 0
	}
	75% {
		-webkit-transform: translate(-12px, 45px);
		transform: translate(-12px, 45px);
		opacity: 1
	}
	100% {
		-webkit-transform: translate(-12px, 45px);
		transform: translate(-12px, 45px);
		opacity: 0
	}
}
@keyframes scrollDown {
	0% {
		-webkit-transform: translate(-12px, 0px);
		transform: translate(-12px, 0px);
		opacity: 0
	}
	75% {
		-webkit-transform: translate(-12px, 45px);
		transform: translate(-12px, 45px);
		opacity: 1
	}
	100% {
		-webkit-transform: translate(-12px, 45px);
		transform: translate(-12px, 45px);
		opacity: 0
	}
}
@-webkit-keyframes scaleUp {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes scaleUp {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.navigation {
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 10
}
.navigation__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.navigation__container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 45%
}
.navigation__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.navigation__list>li a {
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
.navigation__list>li a:hover {
	color: #ffff00
}
.navigation__burger {
	display: none
}
@media (max-width: 991px) {
	.navigation__cta {
		display: none
	}
	.navigation__container {
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: visibility 0s .4s, opacity .4s;
		transition: visibility 0s .4s, opacity .4s
	}
	.navigation__container--is-open {
		opacity: 1;
		visibility: visible;
		-webkit-transition: visibility 0s, opacity .4s;
		transition: visibility 0s, opacity .4s
	}
	.navigation__container--is-open .navigation__list>li:nth-child(1) a {
		-webkit-transition: color .2s ease-in-out, -webkit-transform .2s .4s;
		transition: color .2s ease-in-out, -webkit-transform .2s .4s;
		transition: transform .2s .4s, color .2s ease-in-out;
		transition: transform .2s .4s, color .2s ease-in-out, -webkit-transform .2s .4s
	}
	.navigation__container--is-open .navigation__list>li:nth-child(2) a {
		-webkit-transition: color .2s ease-in-out, -webkit-transform .2s .6s;
		transition: color .2s ease-in-out, -webkit-transform .2s .6s;
		transition: transform .2s .6s, color .2s ease-in-out;
		transition: transform .2s .6s, color .2s ease-in-out, -webkit-transform .2s .6s
	}
	.navigation__container--is-open .navigation__list>li:nth-child(3) a {
		-webkit-transition: color .2s ease-in-out, -webkit-transform .2s .8s;
		transition: color .2s ease-in-out, -webkit-transform .2s .8s;
		transition: transform .2s .8s, color .2s ease-in-out;
		transition: transform .2s .8s, color .2s ease-in-out, -webkit-transform .2s .8s
	}
	.navigation__container--is-open .navigation__list>li:nth-child(4) a {
		-webkit-transition: color .2s ease-in-out, -webkit-transform .2s 1s;
		transition: color .2s ease-in-out, -webkit-transform .2s 1s;
		transition: transform .2s 1s, color .2s ease-in-out;
		transition: transform .2s 1s, color .2s ease-in-out, -webkit-transform .2s 1s
	}
	.navigation__container--is-open .navigation__list>li a {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	.navigation__container--is-open .navigation__list>li a:hover {
		color: #c4c4c4
	}
	.navigation__list {
		height: 250px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center
	}
	.navigation__list>li {
		overflow: hidden
	}
	.navigation__list>li a {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		color: #585858;
		font-weight: 700;
		-webkit-transition: -webkit-transform 0s .4s;
		transition: -webkit-transform 0s .4s;
		transition: transform 0s .4s;
		transition: transform 0s .4s, -webkit-transform 0s .4s
	}
	.navigation__burger {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 35px;
		height: 27px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		cursor: pointer
	}
	.navigation__burger--is-open .navigation__burger-el {
		-webkit-transition: opacity .2s, -webkit-transform .4s;
		transition: opacity .2s, -webkit-transform .4s;
		transition: transform .4s, opacity .2s;
		transition: transform .4s, opacity .2s, -webkit-transform .4s
	}
	.navigation__burger--is-open .navigation__burger-el--top {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.navigation__burger--is-open .navigation__burger-el--bottom {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.navigation__burger--is-open .navigation__burger-el--middle {
		opacity: 0
	}
	.navigation__burger-el {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #585858;
		-webkit-transition: opacity .2s .2s, -webkit-transform .4s;
		transition: opacity .2s .2s, -webkit-transform .4s;
		transition: transform .4s, opacity .2s .2s;
		transition: transform .4s, opacity .2s .2s, -webkit-transform .4s
	}
	.navigation__burger-el--top {
		-webkit-transform-origin: left top;
		transform-origin: left top
	}
	.navigation__burger-el--bottom {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}
.scroll-lock {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.introduction {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100vh;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.introduction::before {
	content: "A+U";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30vw;
	font-weight: 500;
	/*opacity: .05*/
        opacity: 1
}
.introduction__content {
	color: #ffffff;
	font-size: 1.5vw;
	font-weight: 100;
}
.introduction__content-el {
	display: block
}
/*.introduction__content-el--name {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
        line-height: 200px;
        vertical-align: text-bottom;
	opacity: 0;
}*/
/*.introduction__content-el--description {
	-webkit-transform: matrix(1.0110731102, 0, 0, 1.0110731102, 0, 0);
	transform: matrix(1.0110731102, 0, 0, 1.0110731102, 0, 0);
	margin: 10px 0;
	color: #fff;
	font-size: 16vw;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 10px 18px 35px rgba(88, 88, 88, 0.23)
}*/
.introduction__content-el--job {
        -webkit-transform: translateX(100px);
	transform: translateX(100px);
	text-align: center;
        width: 100%;
        height: 100%;
        margin-top: 40vw;
	opacity: 0;
}
.introduction__arrow {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate(-12px, 0px);
	transform: translate(-12px, 0px);
	width: 24px;
	fill: #fff;
	-webkit-animation: scrollDown 1.6s infinite;
	animation: scrollDown 1.6s infinite
}
@media (min-width: 1440px) {
	.introduction::before {
		font-size: 576px
	}
	.introduction__content-el--description {
		font-size: 230px
	}
}
@media (max-height: 540px) {
	.introduction__arrow {
		-webkit-animation: none;
		animation: none
	}
}
.cominfo {
	position: relative;
	width: 100%;
	height: 700px;
	padding: 160px 0 120px 0;
        background-color: #fafafa
}
.cominfo__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.cominfo__wrapper::before {
	content: "";
	position: absolute;
	top: 45px;
	left: 0;
	right: 120px;
	bottom: 45px;
	border: 10px solid #ff0000
}
.cominfo__visual {
	position: absolute;
	left: 48px;
	bottom: 0;
	z-index: 2
}
.cominfo__content {
	position: relative;
	z-index: 1
}
.cominfo__content-signature {
	position: absolute;
	bottom: -175px;
	left: 0;
	font-size: 30px;
	font-family: "Allura", cursive
}
@media (max-width: 991px) {
	.cominfo__heading {
		font-size: 48px
	}
        .cominfo {
		padding: 120px 0
	}
	.cominfo__wrapper {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.cominfo__wrapper::before {
		right: 0;
		bottom: 0
	}
	.cominfo__visual {
		width: 210px
	}
        .cominfo__visual {
		/*bottom: -60px;*/
		left: 16%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.cominfo__content {
		text-align: center
	}
	.cominfo__content-blurb {
		width: 500px;
                padding: 0 15px;
	}
	.cominfo__content-blurb h2 {
		font-size: 48px
	}
	.cominfo__content-blurb p {
		margin-bottom: 10px
	}
	.cominfo__content-signature {
		position: static;
		font-size: 24px
	}
}
@media (max-width: 767px) {
	.cominfo__heading {
		font-size: 32px
	}
        .cominfo {
		height: 540px
	}
	.cominfo__visual {
		width: 0px
	}
	.cominfo__content-blurb {
		width: 400px;
                padding: 0 15px;
	}
        .cominfo__content-blurb h2 {
		font-size: 32px
	}
}
@media (max-width: 480px) {
	.cominfo {
		height: 480px
	}
	.cominfo__wrapper::before {
		display: none
	}
	.cominfo__visual {
		width: 0px
	}
}
.work {
	position: relative;
	width: 100%;
	padding: 180px 0;
	overflow: hidden
}
.work__visual {
	position: absolute;
	top: 35px;
	left: 45%;
	width: 1036px;
	height: 659px;
	margin: 0;
	background-image: url("../img/work-app-visual.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat
}
@media (max-width: 991px) {
	.work__content h2 {
		font-size: 48px
	}
	.work__visual {
		width: 922px;
		height: 586px
	}
}
@media (max-width: 767px) {
	.work {
		height: 400px;
		padding: 60px 0
	}
	.work__content {
		text-align: center
	}
	.work__content h2 {
		font-size: 32px
	}
	.work__content h2 br {
		display: none
	}
	.work__content p {
		margin: 0 auto 20px auto
	}
	.work__visual {
		top: auto;
		left: 50%;
		bottom: -175px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 679px;
		height: 439px
	}
}
@media (max-width: 480px) {
	.work__visual {
		bottom: -100px;
		width: 576px;
		height: 366px
	}
}
.web-design {
	position: relative;
	width: 100%;
	padding: 200px 0;
	background-color: #fafafa;
	overflow: hidden
}
.web-design__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.web-design__visual {
	position: absolute;
	top: 50%;
	right: 52%;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	width: 828px;
	height: 581px;
	margin: 0;
	background-image: url("../img/work-webdesign-visual.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat
}
@media (max-width: 991px) {
	.web-design__content h2 {
		font-size: 48px
	}
	.web-design__visual {
		right: 45%;
		width: 741px;
		height: 520px
	}
}
@media (max-width: 767px) {
	.web-design {
		height: 525px;
		padding: 60px 0
	}
	.web-design__wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.web-design__content {
		text-align: center
	}
	.web-design__content h2 {
		font-size: 32px
	}
	.web-design__content h2 br {
		display: none
	}
	.web-design__visual {
		top: auto;
		right: auto;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 523px;
		height: 376px
	}
}
@media (max-width: 480px) {
	.web-design {
		height: 425px
	}
	.web-design__visual {
		width: 392px;
		height: 275px
	}
}
.groupcom {
	position: relative;
	width: 100%;
	padding: 120px 0 60px 0;
	background-color: #fafafa
}
.groupcom__list {
	position: relative;
	padding: 60px 0
}
.groupcom__list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 175px;
	right: 125px;
	bottom: 0;
	border: 10px solid #ff0000
}
.groupcom__list-el {
	display: none
}
.groupcom__list-el--is-active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.groupcom__list-el--is-active .groupcom__content-blurb h3, .groupcom__list-el--is-active .groupcom__content-blurb p {
	-webkit-animation: scaleUp .6s;
	animation: scaleUp .6s
}
.groupcom__list-el--is-active .groupcom__visual {
	-webkit-animation: scaleUp .6s;
	animation: scaleUp .6s
}
.groupcom__content {
	position: relative;
	width: 42.5%;
	z-index: 1
}
.groupcom__content-blurb h3 {
	font-size: 54px
}
.groupcom__content-blurb p {
	max-width: 350px
}
.groupcom__visual {
	position: relative;
	width: 52.5%;
	box-shadow: 5px 8px 30px 1px rgba(0, 0, 0, 0.21);
	z-index: 2
}
.groupcom__visual img {
	display: block;
	width: 100%
}
.groupcom__navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 45px auto 0 auto
}
.groupcom__navigation-el {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #ff0000;
	border-radius: 50%;
	cursor: pointer
}
.groupcom__navigation-el--is-active {
	background-color: transparent;
	box-shadow: 0 0 0 2px #ff0000
}
@media (max-width: 991px) {
	.groupcom {
		padding: 90px 0 60px 0
	}
	.groupcom__heading {
		font-size: 48px
	}
	.groupcom__list {
		padding: 0
	}
	.groupcom__list::before {
		top: 45px;
		left: 0;
		right: 0;
		bottom: 45px
	}
	.groupcom__list-el--is-active {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.groupcom__content {
		width: auto;
		max-width: 100%;
		margin-bottom: 45px;
		text-align: center
	}
	.groupcom__content-blurb {
		padding: 0 15px
	}
	.groupcom__content-blurb h3 {
		font-size: 40px
	}
	.groupcom__content-blurb p {
		max-width: 300px
	}
        .groupcom__visual {
		width: 600px;
		max-width: 75%
	}
}
@media (max-width: 767px) {
	.groupcom__heading {
		font-size: 32px
	}
	.groupcom__content-blurb h3 {
		font-size: 30px
	}
}
@media (max-width: 480px) {
	.groupcom__list::before {
		display: none
	}
	.groupcom__visual {
		max-width: 100%
	}
}
.blog {
	position: relative;
	padding: 60px 0
}
.blog__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.blog__post {
	width: 33.33%;
	margin-right: 30px
}
.blog__post:last-child {
	margin-right: 0
}
.blog__post-thumbnail {
	width: 100%;
	box-shadow: 5px 8px 30px 1px rgba(0, 0, 0, 0.21)
}
.blog__post-thumbnail img {
	display: block;
	width: 100%
}
.blog__post-excerpt h3 {
	color: #585858;
	font-size: 24px
}
.blog__view-more {
	margin-top: 90px;
	text-align: center
}
.blog__view-more--el {
	padding: 8px 30px
}
@media (max-width: 991px) {
	.blog__heading {
		font-size: 48px
	}
	.blog__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center
	}
	.blog__post {
		width: 450px;
		max-width: 100%;
		margin: 0 0 45px 0
	}
	.blog__post:last-child {
		margin-bottom: 0
	}
	.blog__post-excerpt {
		text-align: center
	}
	.blog__post-excerpt h3 {
		margin-bottom: 10px
	}
}
@media (max-width: 767px) {
	.blog__heading {
		font-size: 32px
	}
}
.contact {
	position: relative;
	/*padding: 60px 0;*/
	padding: 240px 0 60px 0;
        background-color: #fafafa
}
.contact__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 60px 0
}
.contact__wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 75px;
	right: 75px;
	bottom: 0;
	border: 10px solid #ff0000
}
.contact__visual {
	position: relative;
	width: 47.5%;
	box-shadow: 5px 8px 30px 1px rgba(0, 0, 0, 0.21);
	z-index: 2
}
.contact__visual img {
	display: block;
	width: 100%
}
.contact__form {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 47.5%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0;
	background-color: #fafafa;
	z-index: 1
}
.contact__form-el {
	padding: 0 0 0 15px;
	font-size: 16px;
	font-weight: 700;
	background-color: transparent;
	border: 1px solid #9e9e9e;
	border-radius: 3px
}
.contact__form-el--name, .contact__form-el--email {
	width: 45%;
	height: 50px
}
.contact__form-el--message {
	width: 100%;
	height: 150px;
	margin: 20px 0 30px 0;
	padding-top: 15px;
	resize: none
}
.contact__form input[type="submit"] {
	margin-left: auto;
	padding: 10px 50px
}
@media (max-width: 991px) {
	.contact__heading {
		font-size: 48px
	}
	.contact__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
	.contact__wrapper::before {
		top: 45px;
		left: 0;
		right: 0;
		bottom: 45px
	}
	.contact__visual {
		width: 600px;
		max-width: 75%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.contact__form {
		width: 600px;
		max-width: 75%;
		margin-bottom: 45px;
		padding: 0 15px
	}
}
@media (max-width: 767px) {
	.contact__heading {
		font-size: 32px
	}
	.contact__form-el--name, .contact__form-el--email {
		width: 100%
	}
	.contact__form-el--name {
		margin-bottom: 10px
	}
	.contact__form-el--message {
		margin: 10px 0 20px 0
	}
}
@media (max-width: 480px) {
	.contact__wrapper::before {
		display: none
	}
	.contact__visual {
		max-width: 100%
	}
	.contact__form {
		max-width: 100%;
		padding: 0
	}
	.contact__form-el--name, .contact__form-el--email {
		height: 40px
	}
	.contact__form-el--message {
		height: 90px
	}
}
.footer {
	position: relative;
	width: 100%;
	height: 100px
}
.footer__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.footer__arrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer__arrow-el {
	width: 24px;
	fill: #ff0000
}
@media (max-width: 767px) {
	.footer {
		height: 150px;
		padding: 30px 0
	}
	.footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer__copyright {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.footer__logo {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
}