@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap");
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
  font-family: "Ailerons";
  src: url("../fonts/ailerons-regular-webfont.woff2");
  src: url("../fonts/ailerons-regular-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro Thin";
  src: url("../fonts/CeraPro-Thin.eot");
  src: url("../fonts/CeraPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Thin.woff") format("woff"), url("../fonts/CeraPro-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro Light";
  src: url("../fonts/CeraPro-Light.eot");
  src: url("../fonts/CeraPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Light.woff") format("woff"), url("../fonts/CeraPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro Regular";
  src: url("../fonts/CeraPro-Regular.eot");
  src: url("../fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Regular.woff") format("woff"), url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro Medium";
  src: url("../fonts/CeraPro-Medium.eot");
  src: url("../fonts/CeraPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Medium.woff") format("woff"), url("../fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro Bold";
  src: url("../fonts/CeraPro-Bold.eot");
  src: url("../fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro Black";
  src: url("../fonts/CeraPro-Black.eot");
  src: url("../fonts/CeraPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Black.woff") format("woff"), url("../fonts/CeraPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 14px;
  text-rendering: optimizeLegibility;
  background-color: #252726;
  max-width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1151px) {
  html {
    font-size: 16px;
  }
}

.text-logo {
  font-family: "Ailerons", sans-serif;
  font-size: 4rem;
  position: relative;
}

#logo {
  font-family: "Ailerons", sans-serif;
  font-size: 4rem;
  color: #252726;
  position: relative;
}

h1 {
  font-family: "Cera Pro Thin", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #252726;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-family: "Ailerons", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 2rem;
  margin-bottom: 0;
  text-align: center;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.25em;
  padding-bottom: 1em;
}
h3 a {
  border-bottom: 1px dotted #587388;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
}
h3 a:hover {
  text-decoration: none;
  border-bottom: none;
}

.alt {
  font-size: 0.75rem;
  padding-top: 1rem;
  text-align: center;
}

h4, label {
  font-family: "Cera Pro Medium", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.049em;
  line-height: 1.2em;
}

h5 {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  line-height: 1.25em;
  padding-top: 1em;
}

input, textarea {
  font-family: "Cera Pro Thin", sans-serif;
}

p {
  font-family: "Cera Pro Thin", sans-serif;
  font-size: 1rem;
}
p a {
  font-family: "Cera Pro Thin", sans-serif;
  font-size: 1rem;
  border-bottom: 1px dotted #587388;
}
p a:hover {
  text-decoration: none;
  border-bottom: none;
}
blockquote {
  margin: 1em auto;
  color: #252726;
  padding: 1.2em 30px 2.2em 25px;
  border-left: 8px solid #587388;
  position: relative;
  background: rgba(237, 237, 237, 0.3);
  display: inline-block;
  height: fit-content;
}
blockquote footer {
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.1em;
  margin-top: 1em;
  color: #636866;
  float: right;
  position: relative;
  bottom: 0;
  float: right;
  text-align: right;
}
blockquote p {
  margin-left: 2em;
}

blockquote::before {
  font-family: Arial;
  content: "“";
  color: #587388;
  font-size: 8em;
  position: absolute;
  left: 10px;
  top: 0px;
}

blockquote::after {
  content: "";
}

blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.cc-message, .cc-link {
  font-family: "Cera Pro Thin", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.cc-btn {
  color: #587388;
  border: none !important;
}
.cc-btn:hover {
  color: #59748a;
  border: none !important;
}

.btn-primary {
  font-family: "Ailerons", sans-serif;
  margin-right: 1em;
  border-color: #252726;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  text-align: center;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  background-color: transparent;
  color: #252726;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #252726;
  border-color: #252726;
}
.btn-primary:focus, .btn-primary:active {
  color: #FFF !important;
  box-shadow: none;
  background-color: #262827 !important;
  border-color: #252726 !important;
  outline: none !important;
}

.core {
  font-size: 0.8em;
  text-align: center;
  margin: 1rem 0 1rem 0;
}

a {
  font-family: "Ailerons", sans-serif;
  color: #252726;
  font-size: 0.8em;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  border-bottom: none;
}
a:hover {
  text-decoration: none;
  border-bottom: none;
}

ul li {
  display: inline-block;
  margin-left: 1.5em;
}
ul li > ul {
  display: none;
}
ul li a {
  color: inherit;
  display: inline-block;
  line-height: 1em;
  padding: 0.6em 0.75em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
ul li input[type=button],
ul li input[type=submit],
ul li input[type=reset],
ul li .button {
  font-size: 1em;
  min-width: 0;
  width: auto;
}
ul li.active > a, ul li:hover > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  padding-bottom: 1em;
  color: #587388;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(37, 39, 38, 0.75);
}
ul li.active > a:hover, ul li:hover > a:hover {
  color: #587388;
}
ul li.current > a {
  font-weight: 900;
}

.videoclass {
  width: 100%;
}

.WorkPage {
  position: relative;
  width: 100%;
  padding-bottom: 1em;
}
.WorkPage h2 {
  background-color: rgba(88, 115, 136, 0.8);
  padding: 30px !important;
}
.WorkPage:hover .WorkPage__PlayButton {
  opacity: 1;
}

.WorkPage__PlayButton {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.WorkPage__PlayButton__Label {
  color: #fff;
  padding: 0 20px;
}

.test_work {
  width: 100%;
  height: 100%;
  padding: 1% 0;
}

.card {
  margin: 12.5px;
  z-index: 1;
}
.card h1 {
  font-size: 2em;
  line-height: 1em;
  letter-spacing: -0.05em;
}
.card h2 {
  font-size: 1em;
  letter-spacing: 0;
}
.card:hover h1 {
  color: #6c757d;
}
.card:hover h2 {
  color: #6c757d;
}
.card:hover h2:before {
  width: 15%;
}
.card:hover .zoom_img {
  -ms-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.left {
  float: left;
}

.right {
  float: right;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fader {
  position: fixed;
  top: 0;
  lefts: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  background: #252726;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Content Styling */
/*CUSTOM VARIABLES HERE*/
/**
 * ----------------------------------------
 * animation rotate-scale-up
 * ----------------------------------------
 */
#sticky-header {
  height: 9em;
  background-repeat: round;
}

.trigger-menu-wrapper {
  height: 9em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  transform: translate3d(0, -100%, 0);
  z-index: 2;
}

.page-main section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.page-main section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}

.scroll-down .trigger-menu-wrapper {
  transform: translate3d(0, -100%, 0);
  background-image: none !important;
  height: 5em;
  position: fixed;
  transition: all 0.4s;
}

.scroll-down-alt .trigger-menu-wrapper {
  transform: translate3d(0, -100%, 0);
  background-image: none !important;
  height: 5em;
  position: fixed;
  transition: all 0.4s;
}

.scroll-down .logo_text {
  display: none;
}

.scroll-down .corner_logo {
  top: 1em;
}

.scroll-down .main-nav {
  margin-top: 1em;
}

.scroll-up .trigger-menu-wrapper {
  transform: none;
  background-image: none !important;
  height: 5em;
  position: fixed;
  transition: all 0.4s;
}

.scroll-up:not(.menu-open) .trigger-menu-wrapper {
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.scroll-up .logo_text {
  display: none;
}

.scroll-up .corner_logo {
  top: 1em;
}

.scroll-up .main-nav {
  margin-top: 1em;
}

.header .padding {
  padding: 1rem 0;
}

.header {
  background-color: transparent;
}

.header .logo {
  text-transform: uppercase;
}

.corner_logo {
  position: relative;
  left: 20px;
  top: 15px;
  width: 100%;
  transition: all 0.4s;
}

.visual {
  width: 55px;
  height: 39px;
  fill: #252726;
}

.logo_text {
  display: inline-block;
  position: absolute;
  left: 8%;
  transition: all 0.3s;
  opacity: 1;
}
.logo_text h1 {
  bottom: 15px;
  position: relative;
}

.client {
  position: relative;
  top: -20px;
}

.nav-item {
  margin: 1em;
}

.nav-link {
  padding: 0;
}

/* Side Menu */
/* General styles for all menus */
.cbp-spmenu {
  background: #252726;
  position: fixed;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.cbp-spmenu .social_icon {
  fill: rgba(242, 242, 242, 0.5);
}
.cbp-spmenu .social_icon:hover {
  fill: #FFF;
}
.cbp-spmenu .top_nav {
  padding: 3vh;
  margin: 0;
  background: #0c0d0d;
  position: fixed;
  width: 100%;
}
.cbp-spmenu .center_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cbp-spmenu .nav_links {
  flex-grow: 1;
  margin: 10px;
}
.cbp-spmenu .nav_links a {
  color: #fff;
  font-size: 1.1em;
  font-weight: 800;
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  letter-spacing: 1px;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  padding: 8px 0;
  width: 100%;
  text-align: left;
}
.cbp-spmenu .nav_links a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(242, 242, 242, 0.5);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.cbp-spmenu .nav_links a.active:after, .cbp-spmenu .nav_links a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.cbp-spmenu ul {
  padding-left: 5px;
  text-align: left;
}
.cbp-spmenu li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1em;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.cbp-spmenu-vertical a {
  padding: 8px 0;
  text-align: center;
}

.hamburger {
  display: none;
  right: 1em;
  position: fixed;
  top: 1em;
  z-index: 100;
}

.hamburger-inner {
  background-color: #252726;
}
.hamburger-inner:before {
  background-color: #252726;
}
.hamburger-inner:after {
  background-color: #252726;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
  right: -240px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

.nav-push-toleft {
  right: 240px;
}

.nav-push-toleft2 {
  right: 240px;
}

@media (max-width: 1000px) {
  #nav {
    display: none !important;
  }

  .hamburger {
    display: inline;
    top: 5px;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .logo_text {
    display: none;
  }
}
.social_icon {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 10px;
  fill: #FFF;
  cursor: pointer;
}
.social_icon:hover {
  fill: #587388;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer {
  width: 100%;
  height: 45px;
  background: #252726;
  border-top: 1px solid #f0f2f5;
  color: #FFF;
  font-size: 1rem;
  z-index: 100;
  position: absolute;
  bottom: 0;
}
.footer alt {
  font-family: "Ailerons", sans-serif;
  font-size: 0.9rem;
}
.footer .footer_inner {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 35px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer_left {
  float: left;
}
.footer .footer_mid {
  margin-left: auto;
  margin-right: 20px;
  float: none;
  position: relative;
  bottom: 3px;
}
.footer .footer_right {
  float: right;
}
.footer p {
  color: inherit;
  margin: 0;
  font-weight: 400;
  text-indent: 0;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .footer .footer_inner {
    justify-content: center;
  }

  .footer_mid {
    display: none;
  }

  .footer_right {
    display: none;
  }
}
.home {
  background-position-x: 50% !important;
  background-color: #FFF;
  background: #252726;
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.home .body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2%;
}
.home .link_icon {
  margin: 0 auto;
  color: #252726;
}
.home .link_icon h2 {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.home .link_icon h2:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  content: "";
  position: absolute;
  width: 0;
  bottom: -5px;
  right: 0;
  height: 5px;
  background-color: #252726;
}
.home .link_icon.active h2, .home .link_icon:hover h2 {
  color: #587388;
}
.home .link_icon.active h2:before, .home .link_icon:hover h2:before {
  width: 100%;
}

@media (max-width: 768px) {
  .home {
    height: 100% !important;
  }
  .home .body {
    height: 100% !important;
    padding: 50px 0;
  }
  .home h2 {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.template {
  height: 100%;
}
.template #body {
  padding: 15% 0;
}
.template #workbody {
  padding-top: 15%;
}
.template .title {
  height: 100%;
  border-bottom: 1px solid #252726;
}
.template .title img {
  width: 100px !important;
}
.template .work_title {
  height: 100%;
}
.template .work_title h2 {
  padding-top: 0;
  text-align: left;
}
.template .work_title_section {
  width: 100%;
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
}
.template .icon {
  width: 200px;
  height: 100px;
  margin: 0 auto;
}
.template .award {
  width: 400px;
  height: 200px;
  margin: 0 auto;
  padding: 1em 0;
}
.template #page_title {
  padding-bottom: 2em;
}
.template .content {
  padding-bottom: 10%;
}
.template .content ul {
  list-style-type: circle;
}
.template .content li {
  font-family: "Cera Pro Thin", sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  display: list-item;
}
.template .content img, .template .content video {
  width: 110%;
  margin: 0 10%;
}
.template .content .p-offset {
  margin: 1em -10%;
}
.template .content .coreunit img {
  width: 100% !important;
  margin: 0 auto;
}
.template .corebar {
  padding-bottom: 2rem;
}
.template .coretitle {
  min-height: 4.5rem;
}
.template .link_icon {
  margin: 0 auto;
  color: #252726;
}
.template .link_icon h2 {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.template .link_icon h2:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  content: "";
  position: absolute;
  width: 0;
  bottom: -5px;
  right: 0;
  height: 1px;
  background-color: #252726;
}
.template .link_icon.active h2, .template .link_icon:hover h2 {
  color: #587388;
}
.template .link_icon.active h2:before, .template .link_icon:hover h2:before {
  width: 100%;
}
.template .link_icon img {
  width: 100px;
}
@media (min-width: 1150px) {
  .template .large_zone {
    height: 700px;
  }
}
@media (max-width: 768px) and (min-width: 521px) {
  .template .work_title {
    display: none !important;
  }
  .template .content {
    padding-top: 2em;
  }
  .template .navicons {
    display: none;
  }
  .template .coreunit {
    margin: 0 20%;
  }
  .template .p-offset {
    margin: 1em -15px !important;
  }
  .template .large_zone {
    height: 350px;
  }
}
@media (max-width: 520px) {
  .template .work_title {
    display: none !important;
  }
  .template .content {
    padding-top: 2em;
  }
  .template .navicons {
    display: none;
  }
  .template .coreunit {
    margin: 0 20%;
  }
  .template .p-offset {
    margin: 1em -15px !important;
  }
  .template .work_hero .icon {
    display: none;
  }
  .template .large_zone {
    height: 250px;
  }
  .template .hide-on-phone {
    display: none;
  }
  .template .work {
    padding-bottom: 3em;
  }
}

.work .test_work {
  width: 100%;
  height: 100%;
  padding: 1% 0;
}
.work .card_img {
  overflow: hidden;
}
.work .card_img img {
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  max-width: 100%;
}
.work .card_content {
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding: 25px;
}

.large_zone {
  height: 500px;
}

.work_zone {
  color: #FFF;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work_hero {
  position: absolute;
  overflow: hidden;
  width: 100%;
  display: flex;
  z-index: 1;
  left: 0;
  max-height: 100%;
}
.work_hero h1 {
  color: #FFF;
  font-size: 3em;
  letter-spacing: -1px;
  line-height: 1em;
  padding-top: 0.5em;
  width: 90%;
  text-align: left;
}
.work_hero h2 {
  color: #f2f2f2;
  font-size: 1.5em;
  text-align: left;
}
.work_hero h3 {
  color: #f2f2f2;
}
.work_hero p {
  color: #FFF;
  font-size: 1em;
}
.work_hero .darken {
  opacity: 0.43;
  background: #212121;
  overflow: hidden;
  height: 700px;
  width: 100%;
  z-index: 2;
  position: absolute;
}
.work_hero .zoom_img {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}
.work_hero:hover .zoom_img {
  -ms-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.work_hero .icon {
  position: absolute;
  display: inline;
  z-index: 4;
  right: 0;
  bottom: 0;
  padding: 0 2em 2em 0;
}

.work_brand {
  position: absolute;
  z-index: 3;
}
.work_brand .arrow-button {
  top: 2em;
  color: #f2f2f2;
  border: 2px solid #f2f2f2;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 24px;
  margin: auto;
  padding: 12px 32px 12px 82px;
  position: relative;
  text-decoration: none;
}
.work_brand .arrow-button span {
  font-family: "Cera Pro Thin", sans-serif;
}
.work_brand .arrow-button .label {
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.work_brand .arrow-button .icon-arrow {
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
  fill: #f2f2f2;
  height: 15px;
  top: 17px;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  width: 35px;
}
.work_brand .arrow-button .icon-arrow.before {
  left: 32px;
  margin-right: 15px;
  position: absolute;
  transform-origin: left center;
}
.work_brand .arrow-button .icon-arrow.after {
  margin-left: 15px;
  opacity: 0;
  position: absolute;
  right: 32px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
}
.work_brand .arrow-button:hover {
  border-color: #979797;
  color: #979797;
}
.work_brand .arrow-button:hover .label {
  transform: translateX(-52px);
}
.work_brand .arrow-button:hover .icon-arrow.before {
  opacity: 0;
  transform: translateX(-75%) scaleX(0.1);
}
.work_brand .arrow-button:hover .icon-arrow.after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}
.work_brand .arrow-button:hover .icon-arrow {
  fill: #979797;
}
.work_brand .arrow-button:active {
  border-color: #979797;
  color: #979797;
}
.work_brand .arrow-button:active .icon-arrow {
  fill: #979797;
}

.remove_margin {
  margin: 0;
}

@media (max-width: 768px) {
  .feature h2 {
    padding-top: 1rem;
    margin-bottom: 3rem;
  }
}
.grecaptcha-badge {
  opacity: 0;
}

#contact {
  padding-bottom: 3rem;
}

.form-field {
  padding-bottom: 1rem;
}

.form-control {
  color: #CCCCCC;
  background-color: #FAFAFA;
  font-size: 0.8rem;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #252726;
  box-shadow: 0 0 0 0.1rem rgba(37, 39, 38, 0.2);
}

.error {
  background-image: url("../images/error_bg.jpg");
  background-position-x: 50% !important;
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.error #header {
  background-color: transparent;
}
.error .visual {
  fill: #FFF;
}
.error h1, .error h3, .error h4, .error #logo {
  color: #FFF;
}
.error h3, .error h4 {
  text-align: center;
  padding-bottom: 0em;
}
.error .hamburger-inner {
  background-color: #FFF;
}
.error .hamburger-inner:before {
  background-color: #FFF;
}
.error .hamburger-inner:after {
  background-color: #FFF;
}
.error .hamburger.is-active .hamburger-inner {
  background-color: #FFF;
}
.error .hamburger.is-active .hamburger-inner:before {
  background-color: #FFF;
}
.error .hamburger.is-active .hamburger-inner:after {
  background-color: #FFF;
}
.error a {
  color: #FFF;
}
.error a:hover {
  color: white !important;
  border-bottom-color: white;
}

/*# sourceMappingURL=theme.css.map */
