body {
  margin: 0px;
}

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: 0px;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0px none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: yellow none repeat scroll 0% 0%;
  color: black;
}

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: 0px none;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
}

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  margin: 0px;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0px none;
  padding: 0px;
}

input {
  line-height: normal;
}

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

input[type="search"] {
  box-sizing: content-box;
}

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

legend {
  border: 0px none;
  padding: 0px;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0px;
}

body {
  background-color: white;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Merriweather Sans", sans-serif;
  color: #9e9e9e;
  overflow-x: hidden;
}

.gigantic, .huge, .large, .bigger, .big, h1, h2, h3, h4, h5, h6 {
  color: #222222;
  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: 33px !important;
  line-height: 1 !important;
}

.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: 0px 0px 20px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px 0px 0px;
  clear: both;
  margin: 10px 0px 30px;
  height: 0px;
}

*::-moz-selection {
  background: #ffe71a none repeat scroll 0% 0%;
}

img::-moz-selection {
  background: transparent none repeat scroll 0% 0%;
}

body {
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

a {
  display: inline-block;
  color: #ffe633;
  text-decoration: none;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: outside none none;
}

input, textarea {
  outline: medium none;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.wrapper, .wrapper--small, .wrapper--large {
  position: relative;
  max-width: 90%;
  height: 100%;
  margin: 0px auto;
}

.wrapper--small {
  width: 980px;
}

.wrapper--large {
  width: 1170px;
}

.splashscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  height: 100%;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
  justify-content: center;
  background-color: white;
  z-index: 100;
transition: opacity 0.4s ease 0.4s;
}

.splashscreen--is-hidden {
  opacity: 0;
}

.splashscreen--is-hidden .preloader {
  opacity: 0;
}

.preloader {
  position: relative;
  width: 200px;
  height: 150px;
transition: opacity 0.4s ease 0s;
}

.preloader::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 45px;
  bottom: 0px;
  border: 10px solid #f2e900;
  animation: 1.6s linear 0s normal none infinite running fadeInOut;
}

.preloader__text {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  padding: 10px 0px;
  color: #585858;
  font-size: 32px;
  font-weight: 800;
  background-color: white;
}

.logo {
  color: #585858;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
}

.transform-link {
  font-weight: 700;
}

.transform-link:hover::after {
  transform: translateY(3px) scaleY(3);
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  padding: 5px 25px;
  color: #2046f2;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #2046f2;
  cursor: pointer;
transition: all 0.2s ease-in-out 0s;
}

.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 0px;
  background-color: #fafafa;
}

.blurb__heading {
  margin: 0px 0px 15px;
  color: #585858;
  font-size: 58px;
  font-weight: 800;
}

.blurb__copy {
  font-weight: 700;
}

.blurb__copy--tight {
  max-width: 300px;
}

.title {
  margin: 0px 0px 45px;
  color: #585858;
  font-size: 58px;
  font-weight: 800;
  text-align: center;
}

@keyframes fadeInOut {
0% { opacity: 1; }
50% { opacity: 0.5; }
100% { opacity: 1; }
}

@keyframes fadeInOut {
0% { opacity: 1; }
50% { opacity: 0.5; }
100% { opacity: 1; }
}

@keyframes scrollDown {
0% { transform: translate(-12px, 0px); opacity: 0; }
75% { transform: translate(-12px, 45px); opacity: 1; }
100% { transform: translate(-12px, 45px); opacity: 0; }
}

@keyframes scrollDown {
0% { transform: translate(-12px, 0px); opacity: 0; }
75% { transform: translate(-12px, 45px); opacity: 1; }
100% { transform: translate(-12px, 45px); opacity: 0; }
}

@keyframes scaleUp {
0% { transform: scale(0.95); }
100% { transform: scale(1); }
}

@keyframes scaleUp {
0% { transform: scale(0.95); }
100% { transform: scale(1); }
}

.navigation {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 10;
}

.navigation__wrapper {
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
}

.navigation__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}

.navigation__list {
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
}

.navigation__burger {
  display: none;
}

@media ( max-width : 991px ) {
  .navigation__cta {
    display: none;
  }
  .navigation__container {
    position: fixed;
    top: 0px;
    left: 0px;
    transform: translate(0px, 0px);
    display: flex;
    width: 100%;
    height: 100%;
    -moz-box-align: center;
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    box-pack: center;
    justify-content: center;
    background-color: white;
    opacity: 0;
    visibility: hidden;
transition: visibility 0s ease 0.4s, opacity 0.4s ease 0s;
  }
  .navigation__container--is-open {
    opacity: 1;
    visibility: visible;
transition: visibility 0s ease 0s, opacity 0.4s ease 0s;
  }
  .navigation__list {
    height: 250px;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    box-direction: normal;
    flex-direction: column;
    -moz-box-align: center;
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
  }
  .navigation__burger {
    position: relative;
    display: flex;
    width: 35px;
    height: 27px;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  .navigation__burger--is-open .navigation__burger-el {
transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.4s ease 0s;
  }
  .navigation__burger--is-open .navigation__burger-el--top {
    transform: rotate(45deg);
  }
  .navigation__burger--is-open .navigation__burger-el--bottom {
    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;
transition: transform 0.4s ease 0s, opacity 0.2s ease 0.2s, -webkit-transform 0.4s ease 0s;
  }
  .navigation__burger-el--top {
    transform-origin: left top 0px;
  }
  .navigation__burger-el--bottom {
    transform-origin: left bottom 0px;
  }
}

.scroll-lock {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.introduction {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
  justify-content: center;
}

.introduction::before {
  content: "B+G";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40vw;
  font-weight: 800;
  opacity: 0.05;
}

.introduction__content {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 800;
}

.introduction__content-el {
  display: block;
}

.introduction__content-el--name {
  transform: translateX(-30px);
  opacity: 0;
}

.introduction__content-el--description {
  transform: matrix(1.01107, 0, 0, 1.01107, 0, 0);
  margin: 10px 0px;
  color: white;
  font-size: 16vw;
  text-align: center;
  text-transform: uppercase;
text-shadow: 10px 18px 35px rgba(88, 88, 88, 0.23);
}

.introduction__content-el--job {
  transform: translateX(30px);
  text-align: right;
  opacity: 0;
}

.introduction__arrow {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-12px, 0px);
  width: 24px;
  fill: #2069f2;
  animation: 1.6s ease 0s normal none infinite running scrollDown;
}

@media ( min-width : 1440px ) {
  .introduction::before {
    font-size: 576px;
  }
  .introduction__content-el--description {
    font-size: 230px;
  }
}

@media ( max-height : 540px ) {
  .introduction__arrow {
    animation: 0s ease 0s normal none 1 running none;
  }
}

.about {
  position: relative;
  width: 100%;
  height: 625px;
  background-color: #fafafa;
}

.about__wrapper {
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  box-pack: end;
  justify-content: flex-end;
}

.about__wrapper::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0px;
  right: 120px;
  bottom: 45px;
  border: 10px solid #fff47f;
}

.about__visual {
  position: absolute;
  left: 45px;
  bottom: 0px;
  z-index: 2;
}

.about__content {
  position: relative;
  z-index: 1;
}

.about__content-signature {
  position: absolute;
  bottom: -175px;
  left: 0px;
  font-size: 30px;
  font-family: "Allura", cursive;
}

@media ( max-width : 991px ) {
  .about {
    padding: 60px 0px;
  }
  .about__wrapper {
    -moz-box-align: start;
    -webkit-box-align: start;
    box-align: start;
    align-items: flex-start;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    box-pack: center;
    justify-content: center;
  }
  .about__wrapper::before {
    right: 0px;
    bottom: 0px;
  }
  .about__visual {
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about__content {
    text-align: center;
  }
  .about__content-blurb {
    padding: 0px 15px;
  }
  .about__content-blurb h2 {
    font-size: 48px;
  }
  .about__content-blurb p {
    margin-bottom: 10px;
  }
  .about__content-signature {
    position: static;
    font-size: 24px;
  }
}

@media ( max-width : 767px ) {
  .about {
    height: 540px;
  }
  .about__visual {
    width: 335px;
  }
  .about__content-blurb h2 {
    font-size: 32px;
  }
}

@media ( max-width : 480px ) {
  .about {
    height: 480px;
  }
  .about__wrapper::before {
    display: none;
  }
  .about__visual {
    width: 290px;
    max-width: 100%;
  }
}

.app-design {
  position: relative;
  width: 100%;
  padding: 180px 0px;
  overflow: hidden;
}

.app-design__visual {
  position: absolute;
  top: 35px;
  left: 45%;
  width: 1036px;
  height: 659px;
  margin: 0px;
  background-image: url("../img/app-design-visual.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.app-design2__visual {
  position: absolute;
  top: 35px;
  left: 45%;
  width: 1036px;
  height: 659px;
  margin: 0px;
  background-image: url("../img/app-design-visual-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media ( max-width : 991px ) {
  .app-design__content h2 {
    font-size: 48px;
  }
  .app-design__visual {
    width: 922px;
    height: 586px;
  }
}

@media ( max-width : 767px ) {
  .app-design {
    height: 400px;
    padding: 60px 0px;
  }
  .app-design__content {
    text-align: center;
  }
  .app-design__content h2 {
    font-size: 32px;
  }
  .app-design__content h2 br {
    display: none;
  }
  .app-design__content p {
    margin: 0px auto 20px;
  }
  .app-design__visual {
    top: auto;
    left: 50%;
    bottom: -175px;
    transform: translateX(-50%);
    width: 679px;
    height: 439px;
  }
}

@media ( max-width : 480px ) {
  .app-design__visual {
    bottom: -100px;
    width: 576px;
    height: 366px;
  }
}

.web-design {
  position: relative;
  width: 100%;
  padding: 200px 0px;
  background-color: #fafafa;
  overflow: hidden;
}

.web-design__wrapper {
  display: flex;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  box-pack: end;
  justify-content: flex-end;
}

.web-design__visual {
  position: absolute;
  top: 50%;
  right: 52%;
  transform: translateY(-45%);
  width: 828px;
  height: 581px;
  margin: 0px;
  background-image: url("../img/web-design-visual.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.web-design2__visual {
  position: absolute;
  top: 50%;
  right: 52%;
  transform: translateY(-45%);
  width: 828px;
  height: 581px;
  margin: 0px;
  background-image: url("../img/web-design-visual-2.png");
  background-position: center center;
  background-size: 100% auto;
  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 0px;
  }
  .web-design__wrapper {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    box-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: 0px;
    transform: translateX(-50%);
    width: 523px;
    height: 376px;
  }
}

@media ( max-width : 480px ) {
  .web-design {
    height: 425px;
  }
  .web-design__visual {
    width: 392px;
    height: 275px;
  }
}

.work {
  position: relative;
  width: 100%;
  padding: 120px 0px 60px;
  background-color: #fafafa;
}

.work__list {
  position: relative;
  padding: 60px 0px;
}

.work__list::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 175px;
  right: 125px;
  bottom: 0px;
  border: 10px solid #e52537;
}

.work__list-el {
  display: none;
}

.work__list-el--is-active {
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
}

.work__list-el--is-active .work__content-blurb h3, .work__list-el--is-active .work__content-blurb p {
  animation: 0.6s ease 0s normal none 1 running scaleUp;
}

.work__list-el--is-active .work__visual {
  animation: 0.6s ease 0s normal none 1 running scaleUp;
}

.work__content {
  position: relative;
  width: 42.5%;
  z-index: 1;
}

.work__content-blurb h3 {
  font-size: 54px;
}

.work__content-blurb p {
  max-width: 350px;
}

.work__visual {
  position: relative;
  width: 52.5%;
box-shadow: 5px 8px 30px 1px rgba(0, 0, 0, 0.21);
  z-index: 2;
}

.work__visual img {
  display: block;
  width: 100%;
}

.work__navigation {
  display: flex;
  width: 100px;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
  margin: 45px auto 0px;
}

.work__navigation-el {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
}

.work__navigation-el--is-active {
  background-color: transparent;
box-shadow: 0px 0px 0px 2px #585858;
}

@media ( max-width : 991px ) {
  .work {
    padding: 90px 0px 60px;
  }
  .work__heading {
    font-size: 48px;
  }
  .work__list {
    padding: 0px;
  }
  .work__list::before {
    top: 45px;
    left: 0px;
    right: 0px;
    bottom: 45px;
  }
  .work__list-el--is-active {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    box-direction: normal;
    flex-direction: column;
  }
  .work__content {
    width: auto;
    max-width: 100%;
    margin-bottom: 45px;
    text-align: center;
  }
  .work__content-blurb {
    padding: 0px 15px;
  }
  .work__content-blurb h3 {
    font-size: 42px;
  }
  .work__content-blurb p {
    max-width: 300px;
  }
  .work__visual {
    width: 600px;
    max-width: 75%;
  }
}

@media ( max-width : 767px ) {
  .work__heading {
    font-size: 32px;
  }
  .work__content-blurb h3 {
    font-size: 30px;
  }
}

@media ( max-width : 480px ) {
  .work__list::before {
    display: none;
  }
  .work__visual {
    max-width: 100%;
  }
}

.blog {
  padding: 60px 0px;
}

.blog__wrapper {
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
}

.blog__post {
  width: 33.33%;
  margin-right: 30px;
}

.blog__post:last-child {
  margin-right: 0px;
}

.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 {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    box-direction: normal;
    flex-direction: column;
    -moz-box-align: center;
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
  }
  .blog__post {
    width: 450px;
    max-width: 100%;
    margin: 0px 0px 45px;
  }
  .blog__post:last-child {
    margin-bottom: 0px;
  }
  .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 0px;
  background-color: #fafafa;
}

.contact__wrapper {
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
  padding: 60px 0px;
}

.contact__wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 75px;
  right: 75px;
  bottom: 0px;
  border: 10px solid #2780ff;
}

.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: flex;
  width: 47.5%;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
  padding: 15px 0px;
  background-color: #fafafa;
  z-index: 1;
}

.contact__form-el {
  padding: 0px 0px 0px 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 0px 30px;
  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 {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    box-direction: normal;
    flex-direction: column;
    padding: 0px;
  }
  .contact__wrapper::before {
    top: 45px;
    left: 0px;
    right: 0px;
    bottom: 45px;
  }
  .contact__visual {
    width: 600px;
    max-width: 75%;
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    box-ordinal-group: 3;
    order: 2;
  }
  .contact__form {
    width: 600px;
    max-width: 75%;
    margin-bottom: 45px;
    padding: 0px 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 0px 20px;
  }
}

@media ( max-width : 480px ) {
  .contact__wrapper::before {
    display: none;
  }
  .contact__visual {
    max-width: 100%;
  }
  .contact__form {
    max-width: 100%;
    padding: 0px;
  }
  .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: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
}

.footer__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer__arrow {
  display: flex;
  width: 50px;
  height: 50px;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
  justify-content: center;
}

.footer__arrow-el {
  width: 24px;
  fill: #2780ff;
}

@media ( max-width : 767px ) {
  .footer {
    height: 150px;
    padding: 30px 0px;
  }
  .footer__wrapper {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    box-direction: normal;
    flex-direction: column;
  }
  .footer__copyright {
    -moz-box-ordinal-group: 4;
    -webkit-box-ordinal-group: 4;
    box-ordinal-group: 4;
    order: 3;
  }
  .footer__logo {
    position: static;
    transform: translate(0px, 0px);
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    box-ordinal-group: 3;
    order: 2;
  }
}

.contact__heading {
  color: #2069f2 !important;
}

#mc_embed_signup_scroll {
  text-align: left;
}

#blog {
  text-align: center;
  position: relative;
}

#contact {
  text-align: center;
}

