/*
	Theme Name: Helium Starter
	Description: Proprietary Theme from Helium Creative Studio LLC
	Version: 1.0
	Author: Helium Creative Studio LLC
	Author URI: http://heliumwebdesign.com
*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font: 300 11px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

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

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.shown {
  display: block !important;
}

.hidden {
  display: none !important;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.vertical-center {
  display: table;
  width: 100%;
  height: 100%;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.clearfix {
  clear: both;
}

.swiper-hero-container {
  width: 100%;
  height: 650px;
}

.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

.col-center {
  float: none !important;
  display: block;
  margin: 0 auto !important;
}

.desk-show {
  display: block;
}
@media (max-width: 767px) {
  .desk-show {
    display: none;
  }
}

@font-face {
  font-family: "moganregular";
  src: url("./fonts/mogan-regular-webfont.woff2") format("woff2"), url("./fonts/mogan-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hk_groteskbold";
  src: url("./fonts/hkgrotesk-bold-webfont.woff2") format("woff2"), url("./fonts/hkgrotesk-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hk_groteskmedium";
  src: url("./fonts/hkgrotesk-medium-webfont.woff2") format("woff2"), url("./fonts/hkgrotesk-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hk_groteskregular";
  src: url("./fonts/hkgrotesk-regular-webfont.woff2") format("woff2"), url("./fonts/hkgrotesk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hk_groteskitalic";
  src: url("./fonts/hkgrotesk-italic-webfont.woff2") format("woff2"), url("./fonts/hkgrotesk-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "hk_groteskregular", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: #121212;
  background: #FAFCFF;
}

.home,
.work,
.single-portfolio {
  opacity: 0;
  transition: 0.75s opacity;
}

.home.fadein,
.work.fadein,
.single-portfolio.fadein {
  opacity: 1;
}

.work {
  opacity: 0;
  transition: 0.75s opacity;
}

.work.fadein {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "hk_groteskregular", sans-serif;
  color: #011F43;
  font-weight: 400;
}

h1 {
  margin-bottom: 20px;
  margin-top: 25px;
  font-family: "hk_groteskbold", sans-serif;
}

h2 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: "hk_groteskbold", sans-serif;
  font-size: 32px;
}

h3 {
  margin-bottom: 10px;
  margin-top: 15px;
  font-family: "hk_groteskbold", sans-serif;
}

.hero-header {
  font-size: 70px;
}

.section-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-sm {
  font-weight: 300;
  font-size: 35px;
  color: white;
}

.separator {
  display: block;
  height: 2px;
  width: 126px;
}

.white {
  color: white;
}

.white-bg {
  background: white;
}

.title-serif {
  font-family: "moganregular", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
}

.section-title {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
  display: block;
}

.section-title-hero {
  text-transform: inherit;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 0px;
  display: block;
  font-family: "hk_groteskregular", sans-serif;
}

.section-copy-large {
  font-size: 16px;
  line-height: 125%;
}

.section-copy-large p {
  line-height: 165%;
}

.show {
  display: block;
}

.default-button {
  font-family: "moganregular", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 45px;
  background: #556854;
  color: white;
  margin-top: 20px;
  display: inline-block;
  transition: background 0.25s ease-in-out;
  display: inline-block;
}
.default-button:hover {
  background: #4DD0B2;
  color: white;
}

.ghost-button {
  border: 1px solid white;
  padding: 15px 35px;
  font-family: "moganregular", sans-serif;
  font-size: 18px;
  color: white;
  background: transparent;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}
.ghost-button:hover {
  background: white;
  color: #556854;
}

.underline-button {
  color: white;
  display: inline-block;
}
.underline-button .underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), white 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.3s ease-in-out;
  padding-bottom: 9px;
}
.underline-button:hover .underline {
  background-size: 100% 100%;
}
.underline-button:hover {
  color: white;
}

.cta-section {
  color: white;
  text-align: center;
  height: 500px;
}
.cta-section .container {
  height: 100%;
}
.cta-section-headline {
  color: white;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}
.cta-section-subheadline {
  color: white;
  font-size: 28px;
  font-family: "moganregular", sans-serif;
}

.split {
  padding-top: 80px;
  padding-bottom: 80px;
  height: 730px;
}
@media (max-width: 767px) {
  .split {
    text-align: center;
  }
}
@media (max-width: 990px) {
  .split {
    height: auto;
  }
}
@media (max-width: 767px) {
  .split .separator {
    margin-left: auto;
    margin-right: auto;
  }
}
.split .split-inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}
.split .gray-square {
  background: #999999;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 80%;
}
.split-headline {
  font-size: 52px;
  color: #4a4a4a;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.split-subheadline {
  font-size: 28px;
  color: #4a4a4a;
  font-weight: 300;
  font-family: "moganregular", sans-serif;
  margin-top: 0;
  padding-top: 0;
}
.split .separator {
  background: #4a4a4a;
  margin-top: 20px;
  margin-bottom: 30px;
}
.split-description {
  line-height: 200%;
  font-size: 17px;
}
.split-image {
  height: 500px;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.25);
}
.split .row {
  height: 100%;
}
.split-left {
  height: 100%;
}
.split .container {
  height: 100%;
}

.gray-square {
  background: #999999;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 80%;
}

.home-intro-inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}

.title-headline {
  font-size: 52px;
  color: #4a4a4a;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
.title-subheadline {
  font-size: 28px;
  color: #4a4a4a;
  font-weight: 300;
  font-family: "moganregular", sans-serif;
  margin-top: 0;
  padding-top: 0;
}

.darth-fader {
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 55px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 55px, 0px);
  }
  100% {
    opacity: 1 !important;
    transform: translate3d(0px, 0px, 0px);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 55px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 55px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1 !important;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 1 !important;
  animation: fadeInUp 0.7s;
  -moz-animation: fadeInUp 0.7s;
  /* Firefox */
  -webkit-animation: fadeInUp 0.7s;
  /* Safari and Chrome */
  -o-animation: fadeInUp 0.7s;
  /* Opera */
}

.fadeIn {
  opacity: 1 !important;
  animation: fadeIn 0.7s;
  -moz-animation: fadeIn 0.7s;
  /* Firefox */
  -webkit-animation: fadeIn 0.7s;
  /* Safari and Chrome */
  -o-animation: fadeIn 0.7s;
  /* Opera */
}

.hero-wrap {
  padding-top: 83px;
}

.internal-hero {
  height: 500px;
  background-size: cover;
}

.simple-fade {
  opacity: 0;
  transition: 0.75s opacity;
}

.simple-fade-in {
  opacity: 1;
}

header {
  position: fixed;
  z-index: 999;
  padding-top: 5px;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
header .logo {
  margin-top: 15px;
  width: 100px;
}
header .logo a {
  font-size: 30px;
  font-family: "moganregular", sans-serif;
  color: #011F43;
}
header nav {
  float: right;
  font-size: 18px;
}
header nav li {
  list-style: none;
  display: inline;
  padding-right: 20px;
}
header nav li:last-child {
  padding-right: 0px;
}
header nav li a[aria-current] {
  font-family: "hk_groteskbold", sans-serif;
}

header.scrolled {
  background: white;
  top: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.18);
}

header.scrolled .menu-button {
  margin-top: 20px;
}
header.scrolled .menu-button .menu-title {
  color: #556854;
}
header.scrolled .menu-button .bar {
  background: #556854;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #31313C;
  color: white;
}
footer .copyright {
  margin-top: 10px;
  margin-bottom: 0;
}
footer h3 {
  color: white;
  font-size: 21px;
}
footer .social-list {
  padding: 0;
  text-align: center;
  list-style: none;
}
footer .social-list li {
  display: inline;
  margin-right: 10px;
}
footer .social-list li a {
  color: white;
}
footer .social-list li a .md {
  font-size: 21px;
}
footer .masthead a {
  color: #ABEAFF;
  text-decoration: underline;
}

.hero-wrap {
  padding-top: 83px;
}

.hero {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}
@media (max-width: 990px) {
  .hero {
    flex-direction: column;
  }
}
.hero-left {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero-left .intro-headline {
  color: #011F43;
  font-size: 52px;
}
.hero-left .intro-text-wrap {
  font-size: 20px;
  color: #011F43;
}
.hero-left .intro-text-wrap .intro-text {
  max-width: 420px;
}
.hero-left .intro-text-wrap .intro-text h1 {
  font-size: 3.2rem;
}
@media (max-width: 990px) {
  .hero-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-left {
    width: 100%;
    padding-top: 0px;
  }
}

.hero-right {
  height: 100%;
  width: 65%;
  display: block;
  flex: 1;
  float: left;
}
@media (max-width: 990px) {
  .hero-right {
    width: 100%;
  }
}
.hero-right.has-video {
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video-container {
  width: 100%;
  max-width: 100%;
}
.hero-video-container iframe,
.hero-video-container video,
.hero-video-container object,
.hero-video-container embed {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.intro {
  text-align: center;
  background: #FAF9F7;
  padding-top: 60px;
  padding-bottom: 60px;
}
.intro h2 {
  margin-bottom: 30px;
  margin-top: 0;
  color: #011F43;
  font-size: 3.2rem;
}
@media (max-width: 600px) {
  .intro h2 {
    font-size: 36px;
  }
}
.intro p {
  line-height: 175%;
  color: #011F43;
  font-size: 18px;
}
.intro .logo-grid {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .intro .logo-grid {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .intro .logo-grid::-webkit-scrollbar {
    display: none;
  }
}
.intro .logo-item {
  width: calc(15% - 50px);
  float: left;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .intro .logo-item {
    width: 200px;
    flex: 0 0 auto;
    margin: 0;
    float: none;
    margin-right: 40px;
    margin-top: 0;
  }
}
.intro .logo-item img {
  vertical-align: center;
}
@media (max-width: 767px) {
  .intro .logo-item img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
  }
}
.intro .logo-item-7 {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .intro .logo-item-7 {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .intro .logo-item-1 {
    margin-top: 0;
  }
}

.home-work {
  background: #556854;
  color: white;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 990px) {
  .home-work {
    padding-top: 50px;
  }
}
.home-work .work-featured .work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .home-work .work-featured .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home-work .work-featured .work-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .home-work .work-featured .work-grid::-webkit-scrollbar {
    display: none;
  }
}
.home-work .work-featured .work-item-card {
  display: block;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-work .work-featured .work-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .home-work .work-featured .work-item-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    height: auto;
  }
}
@media (max-width: 600px) {
  .home-work .work-featured .work-item-card {
    flex: 0 0 90%;
  }
}
.home-work .work-featured .work-card-image {
  height: 240px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.home-work .work-featured .work-card-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home-work .work-featured .work-card-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .home-work .work-featured .work-card-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.home-work .work-featured .work-card-client {
  font-size: 1.4rem;
  color: #121212;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 2px 0px 12px 0px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}
.home-work .work-featured .work-card-client img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 15px;
}
.home-work .work-featured .work-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
.home-work .work-featured .work-card-title-col,
.home-work .work-featured .work-card-role-col {
  display: flex;
  flex-direction: column;
}
.home-work .work-featured .label {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
  font-family: "hk_groteskbold", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.home-work .work-featured h3 {
  font-size: 2.4rem;
  color: #121212;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .home-work .work-featured h3 {
    font-size: 2rem;
  }
}
.home-work .work-featured .role {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: left;
}
.home-work .work-featured .work-card-description {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  flex: 1;
  margin-top: 5px;
}
.home-work .work-featured .work-card-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home-work .work-featured .work-card-tags li {
  background: #E0F2F1;
  color: #00695C;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-family: "hk_groteskmedium", sans-serif;
}
.home-work .work-featured .work-card-tags li.more-tag {
  background: #f0f0f0;
  color: #666;
}
.home-work .work-featured .mobile-see-more {
  display: none;
}
@media (max-width: 767px) {
  .home-work .work-featured .mobile-see-more {
    display: flex;
    flex: 0 0 40%;
    scroll-snap-align: center;
    align-items: center;
    justify-content: center;
  }
  .home-work .work-featured .mobile-see-more .see-more-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    text-align: center;
    gap: 10px;
  }
  .home-work .work-featured .mobile-see-more .see-more-card span {
    font-size: 18px;
    font-weight: 600;
  }
  .home-work .work-featured .mobile-see-more .see-more-card ion-icon {
    font-size: 24px;
  }
}
.home-work .work-featured .desktop-see-more {
  text-align: center;
  margin-top: 40px;
}
.home-work .work-featured .desktop-see-more .btn-text {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid white;
  padding-bottom: 4px;
  transition: opacity 0.3s;
}
.home-work .work-featured .desktop-see-more .btn-text:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .home-work .work-featured .desktop-see-more {
    display: none;
  }
}

.home .skills {
  margin-top: 120px;
  margin-bottom: 60px;
}
@media (max-width: 990px) {
  .home .skills {
    margin-top: 50px;
  }
}
.home .skills-left .skills-left-content {
  margin-top: 150px;
  max-width: 400px;
}
@media (max-width: 990px) {
  .home .skills-left .skills-left-content {
    max-width: none;
    margin-top: 0;
  }
}
.home .skills-left h3 {
  font-size: 45px;
}
@media (max-width: 600px) {
  .home .skills-left h3 {
    font-size: 36px;
  }
}
.home .skills-left .col-high {
  height: 100%;
}
.home .skills-right {
  margin-top: 60px;
}
@media (max-width: 990px) {
  .home .skills-right {
    clear: both;
    padding-top: 120px;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .home .skills-right {
    padding-top: 40px;
  }
}
.home .skills-right .skill-category {
  opacity: 0;
  float: left;
  width: calc(50% - 15px);
  background: #F1FAFF;
  box-shadow: 0 15px 22px -9px rgba(32, 32, 35, 0.2);
  border-radius: 16px;
  text-align: center;
  padding: 20px;
}
@media (max-width: 600px) {
  .home .skills-right .skill-category {
    width: 100%;
  }
}
.home .skills-right .skill-category ul {
  padding: 0;
}
.home .skills-right .skill-category ul li {
  list-style: none;
  margin-top: 10px;
}
.home .skills-right .skills-design,
.home .skills-right .skills-development {
  margin-right: 30px;
}
.home .skills-right .skills-development,
.home .skills-right .skills-marketing {
  margin-top: 30px;
}
.home .skills-right .skills-research {
  margin-top: -60px;
}
@media (max-width: 600px) {
  .home .skills-right .skills-research {
    margin-top: 30px;
  }
}
.home .skills-right .skills-marketing {
  margin-top: -30px;
}
@media (max-width: 600px) {
  .home .skills-right .skills-marketing {
    margin-top: 30px;
  }
}

.process-section {
  background: #fffcf4;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.process-section h2 {
  font-size: 3.6rem;
  color: #011F43;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 600px) {
  .process-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.process-section .process-timeline {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 400px;
}
@media (max-width: 767px) {
  .process-section .process-timeline {
    height: auto;
    padding-left: 20px;
  }
}
.process-section .process-line {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #B2DFDB;
  z-index: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .process-section .process-line {
    display: none;
  }
}
.process-section .timeline-items {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .process-section .timeline-items {
    padding-left: 30px;
    border-left: 4px solid #B2DFDB;
    margin-left: 10px;
  }
}
.process-section .process-step {
  position: absolute;
  width: 180px;
  top: 50px;
}
.process-section .process-step .step-dot {
  width: 20px;
  height: 20px;
  background: #00897B;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 2px #00897B;
  position: absolute;
  left: 5%;
  top: -8px;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .process-section .process-step .step-dot {
    left: -42px;
    top: 0;
    transform: none;
  }
}
.process-section .process-step .step-content {
  text-align: left;
  margin-top: 30px;
}
.process-section .process-step .step-content h3 {
  font-size: 1.8rem;
  font-family: "hk_groteskbold", sans-serif;
  color: #011F43;
  margin-bottom: 8px;
}
.process-section .process-step .step-content p {
  font-size: 1.6rem;
  color: #555;
}
@media (max-width: 767px) {
  .process-section .process-step .step-content {
    text-align: left;
    padding-bottom: 40px;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .process-section .process-step .step-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .process-section .process-step {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .process-section .step-1 {
    left: 2%;
  }
  .process-section .step-2 {
    left: 22%;
  }
  .process-section .step-3 {
    left: 42%;
  }
  .process-section .step-4 {
    left: 62%;
  }
  .process-section .step-5 {
    left: 82%;
  }
}
@media (max-width: 990px) {
  .process-section .process-step {
    width: 160px;
  }
}

.principles-section {
  background: #556854;
  padding: 60px 0 100px 0px;
  color: white;
}
.principles-section h2 {
  color: white;
  text-align: center;
  margin-bottom: 60px;
}
.principles-section .principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .principles-section .principles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.principles-section .principle-card {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 40px;
}
.principles-section .principle-card h3 {
  color: white;
  font-size: 24px;
  font-family: "hk_groteskbold", sans-serif;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.3;
}
.principles-section .principle-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.tools-section {
  background: #ffffff;
  padding: 100px 0;
  color: #121212;
}
.tools-section h2 {
  color: #121212;
  text-align: center;
  margin-bottom: 20px;
  font-family: "hk_groteskbold", sans-serif;
}
.tools-section .tools-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}
.tools-section .tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .tools-section .tools-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.tools-section .tool-card {
  border: 1px solid #727272;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .tools-section .tool-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tools-section .tool-card-info {
  flex: 0 0 50%;
  padding-right: 30px;
}
@media (max-width: 600px) {
  .tools-section .tool-card-info {
    flex: auto;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.tools-section .tool-card-info h3 {
  color: #121212;
  font-size: 24px;
  font-family: "hk_groteskbold", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}
.tools-section .tool-card-info p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.tools-section .tool-card-logos {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  align-items: center;
}
.tools-section .tool-card-logos img {
  max-height: 24px;
  max-width: 100%;
  height: auto;
  justify-self: start;
}
.tools-section .tool-card-logos img.logo-wide {
  grid-column: 1/-1;
}
@media (max-width: 600px) {
  .tools-section .tool-card-logos {
    width: 100%;
  }
}
.tools-section .resume-cta {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.tools-section .resume-cta h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.tools-section .resume-cta p {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}
.tools-section .btn-resume {
  display: inline-block;
  background: #B1E9AF;
  color: #121212;
  font-family: "hk_groteskbold", sans-serif;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.tools-section .btn-resume:hover {
  background: #7aedb8;
}

.contact-cta-section {
  background: #556854;
  padding: 100px 0;
  color: white;
}
.contact-cta-section .contact-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 767px) {
  .contact-cta-section .contact-cta-grid {
    flex-direction: column;
    gap: 40px;
  }
}
.contact-cta-section .contact-cta-content {
  width: 60%;
}
@media (max-width: 767px) {
  .contact-cta-section .contact-cta-content {
    width: 100%;
  }
}
.contact-cta-section .contact-cta-content h2 {
  color: white;
  font-family: "hk_groteskbold", sans-serif;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-cta-section .contact-cta-content .contact-cta-intro {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.contact-cta-section .contact-cta-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-cta-section .contact-cta-details li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-cta-section .contact-cta-details li:last-child {
  margin-bottom: 0;
}
.contact-cta-section .contact-cta-details li ion-icon {
  font-size: 24px;
  color: white;
}
.contact-cta-section .contact-cta-buttons {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-cta-section .contact-cta-buttons {
    width: 100%;
  }
}
.contact-cta-section .contact-cta-buttons .btn-primary {
  display: block;
  text-align: center;
  background: #B1E9AF;
  color: #121212;
  font-family: "hk_groteskbold", sans-serif;
  font-size: 16px;
  padding: 18px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.contact-cta-section .contact-cta-buttons .btn-primary:hover {
  background: #7aedb8;
}
.contact-cta-section .contact-cta-buttons .btn-outline {
  display: block;
  text-align: center;
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-family: "hk_groteskbold", sans-serif;
  font-size: 16px;
  padding: 18px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-cta-section .contact-cta-buttons .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

@media (max-width: 767px) {
  .page-template-page-about .internal-hero {
    background-position: left center !important;
    height: 400px;
  }
}
.page-template-page-about .about-intro {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-template-page-about .about-intro-left p {
  font-size: 45px;
  line-height: 125%;
  font-family: "moganregular", sans-serif;
  color: #011F43;
  margin: 0;
}
.page-template-page-about .about-intro-right p {
  font-size: 17px;
  line-height: 195%;
  color: #4a4a4a;
  margin: 0;
}
.page-template-page-about .skills {
  padding-bottom: 50px;
}
.page-template-page-about .skills .skill-category {
  opacity: 0;
}
.page-template-page-about .skills .skill-category h3 {
  font-size: 37px;
  margin-bottom: 15px;
}
.page-template-page-about .skills .skill-category ul {
  background: #eeeeee;
  padding-left: 0;
  padding: 25px;
}
.page-template-page-about .skills .skill-category ul li {
  list-style: none;
  padding-bottom: 12px;
  font-size: 18px;
}
.page-template-page-about .skills .skill-category ul li:last-child {
  padding-bottom: 0;
}
.page-template-page-about .personal {
  background: #011F43;
  padding-top: 100px;
  padding-bottom: 50px;
}
.page-template-page-about .personal .personal-grid-item-wrap {
  width: 50%;
  height: 270px;
  float: left;
  opacity: 0;
}
@media (max-width: 767px) {
  .page-template-page-about .personal .personal-grid-item-wrap {
    height: 175px;
  }
}
.page-template-page-about .personal .personal-grid-item-wrap-1 {
  padding-right: 15px;
  padding-bottom: 15px;
  margin-top: -50px;
}
@media (max-width: 990px) {
  .page-template-page-about .personal .personal-grid-item-wrap-1 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .page-template-page-about .personal .personal-grid-item-wrap-1 {
    padding-right: 5px;
    padding-bottom: 5px;
  }
}
.page-template-page-about .personal .personal-grid-item-wrap-2 {
  padding-left: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .page-template-page-about .personal .personal-grid-item-wrap-2 {
    padding-left: 5px;
    padding-bottom: 5px;
  }
}
.page-template-page-about .personal .personal-grid-item-wrap-3 {
  padding-right: 15px;
  padding-top: 15px;
  margin-top: -50px;
}
@media (max-width: 990px) {
  .page-template-page-about .personal .personal-grid-item-wrap-3 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .page-template-page-about .personal .personal-grid-item-wrap-3 {
    padding-right: 5px;
    padding-top: 5px;
  }
}
.page-template-page-about .personal .personal-grid-item-wrap-4 {
  padding-left: 15px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .page-template-page-about .personal .personal-grid-item-wrap-4 {
    padding-left: 5px;
    padding-top: 5px;
  }
}
.page-template-page-about .personal .personal-grid-item-wrap .personal-grid-item {
  height: 100%;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.25);
}
.page-template-page-about .personal .personal-right {
  color: white;
}
.page-template-page-about .personal .personal-right h3 {
  font-size: 42px;
  line-height: 125%;
  font-family: "moganregular", sans-serif;
  color: white;
  margin: 0;
}
.page-template-page-about .personal .personal-right p {
  font-size: 17px;
  line-height: 195%;
  margin-top: 30px;
}

.page-template-page-portfolio main {
  padding-top: 76px;
}
.page-template-page-portfolio .port-list-item {
  transition: all 0.25s ease-in-out;
  border-radius: 16px;
  height: 605px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .page-template-page-portfolio .port-list-item {
    height: auto;
  }
}
.page-template-page-portfolio .port-list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 22px -9px rgba(32, 32, 35, 0.2);
}
.page-template-page-portfolio .port-list-item a {
  transition: all 0.25s ease-in-out;
  display: block;
  border-radius: 16px;
  height: 100%;
}
.page-template-page-portfolio .port-list-item a:hover {
  background: #F2F8FF;
}
.page-template-page-portfolio .port-list-item-image {
  height: 385px;
  border-radius: 16px;
  width: 100%;
}
.page-template-page-portfolio .port-list-item-image .image-overlay {
  opacity: 0;
  transition: opacity 0.25s ease-in;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-portfolio .port-list-item-image .image-overlay-text {
  color: #011F43;
  font-size: 20px;
  font-family: "hk_groteskbold", sans-serif;
  background: #F2F8FF;
  padding: 10px 15px 13px 16px;
  border-radius: 100px;
}
.page-template-page-portfolio .port-list-item-image .image-overlay-text .md {
  vertical-align: middle;
  margin-left: 10px;
}
.page-template-page-portfolio .port-list-item .port-list-item-image:hover > .image-overlay {
  opacity: 1;
}
.page-template-page-portfolio .port-list-item-details {
  margin: 20px;
}
.page-template-page-portfolio .port-list-item-details-left h3 {
  font-size: 24px;
  margin-top: 0;
}
.page-template-page-portfolio .port-list-item-details .project-tags {
  margin-top: 20px;
  color: #011F43;
  list-style: none;
  display: inline-block;
  padding: 0;
}
.page-template-page-portfolio .port-list-item-details .project-tags li {
  background: #CEFFF0;
  padding: 7px 12px;
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  margin-top: 12px;
  border-radius: 100px;
  font-family: "hk_groteskmedium", sans-serif;
}

.single-post-hero {
  height: 430px;
  width: 100%;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .single-post-hero {
    height: 250px;
  }
}
.single-post .reading-time {
  font-weight: 700;
  color: #556854;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.single-post-details {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
}
.single-post-details h1 {
  font-size: 45px;
}
@media (max-width: 767px) {
  .single-post-details h1 {
    font-size: 35px;
  }
}
.single-post-body {
  font-size: 20px;
}
@media (max-width: 767px) {
  .single-post-body {
    font-size: 18px;
  }
}
.single-post-body p {
  line-height: 180%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post-body h2 {
  font-size: 40px;
  font-style: normal;
  color: #556854;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single-post-body h2 {
    font-size: 35px;
  }
}
.single-post-body h3 {
  font-size: 35px;
  font-style: normal;
  color: #556854;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single-post-body h3 {
    font-size: 30px;
  }
}
.single-post-body h4 {
  font-size: 30px;
  font-style: normal;
  color: #556854;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single-post-body h4 {
    font-size: 25px;
  }
}
.single-post-body h5 {
  font-size: 25px;
  font-style: normal;
  color: #556854;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single-post-body h5 {
    font-size: 22px;
  }
}
.single-post-body h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  color: #556854;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single-post-body h6 {
    font-size: 20px;
  }
}
.single-post-body blockquote {
  padding-left: 15px;
  border-left: 5px solid #f4f4f4;
  margin-left: 15px;
  font-style: italic;
}
.single-post .post-edit-link {
  text-align: center;
  display: block;
}
.single-post .comments {
  max-width: 850px;
  margin: 0 auto;
}
.single-post .comments ul {
  padding-left: 0;
}
.single-post .comments h3 {
  font-size: 20px;
  font-family: "hk_groteskregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #556854;
}
.single-post .comments .comment-respond {
  margin-bottom: 40px;
}
.single-post .comments .comment-respond .comment-form {
  text-align: center;
}
.single-post .comments .comment-respond #submit {
  border: none;
  transition: background 0.25s ease-in-out;
  color: white;
  font-family: "moganregular", sans-serif;
  background: #556854;
  padding: 15px 25px;
}
.single-post .comments .comment-respond #submit:hover {
  background: #222F46;
}
.single-post .comments .comment {
  list-style: none;
}
.single-post .comments .comment .separator {
  background: #4a4a4a;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .comments .comment .comment-author img {
  border-radius: 100px;
  width: 50px !important;
  height: 50px !important;
  margin-right: 15px;
}
.single-post .comments .comment .comment-author .fn {
  line-height: 49px;
  font-family: "hk_groteskregular", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.single-post .comments .comment .comment-author .says {
  line-height: 49px;
}
.single-post .comments .comment-body p {
  padding-left: 70px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .single-post .comments .comment-body p {
    padding-left: 0;
  }
}
.single-post .comments .comment-form-comment label {
  display: block;
  font-family: "hk_groteskregular", sans-serif;
  color: #556854;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-post .comments .comment-form-comment textarea {
    width: 80%;
  }
}
.single-post-footer {
  border-top: 1px solid #a7a7a7;
}
.single-post-footer .previous-post {
  width: 50%;
  float: left;
  display: block;
  height: 100%;
  border-right: 1px solid #a7a7a7;
  height: 250px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  transition: background 0.25s ease-in-out;
}
.single-post-footer .previous-post-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  display: block;
  margin-bottom: 20px;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .single-post-footer .previous-post-title {
    font-size: 14px;
  }
}
.single-post-footer .previous-post-link {
  font-size: 32px;
  color: #556854;
  font-family: "hk_groteskbold", sans-serif;
  font-weight: 300;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .single-post-footer .previous-post-link {
    font-size: 20px;
  }
}
.single-post-footer .previous-post:hover {
  background: #556854;
}
.single-post-footer .previous-post:hover .previous-post-link {
  color: white;
}
.single-post-footer .previous-post:hover .previous-post-title {
  color: white;
}
.single-post-footer .previous-post .vertical-center .cell {
  text-align: center;
}
.single-post-footer .previous-post.no-next {
  width: 100%;
  float: none;
  border: none;
}
.single-post-footer .next-post {
  width: 50%;
  float: left;
  display: block;
  height: 100%;
  height: 250px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  transition: background 0.25s ease-in-out;
}
.single-post-footer .next-post-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  display: block;
  margin-bottom: 20px;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .single-post-footer .next-post-title {
    font-size: 14px;
  }
}
.single-post-footer .next-post-link {
  font-size: 32px;
  color: #556854;
  font-family: "hk_groteskbold", sans-serif;
  font-weight: 300;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .single-post-footer .next-post-link {
    font-size: 20px;
  }
}
.single-post-footer .next-post:hover {
  background: #556854;
}
.single-post-footer .next-post:hover .next-post-link {
  color: white;
}
.single-post-footer .next-post:hover .next-post-title {
  color: white;
}
.single-post-footer .next-post .vertical-center .cell {
  text-align: center;
}
.single-post-footer .next-post.no-previous {
  width: 100%;
  float: none;
  border: none;
}

.single-portfolio main {
  padding-top: 76px;
}
.single-portfolio section {
  padding-top: 60px;
}
.single-portfolio h1 {
  text-align: left;
  font-size: 45px;
}
.single-portfolio .port-single-intro-left .company-details {
  display: flex;
  align-items: center;
}
.single-portfolio .port-single-intro-left .company-logo {
  height: 30px;
  width: 30px;
  border-radius: 100px;
  display: inline-block;
}
.single-portfolio .port-single-intro-left .company-name {
  margin-left: 10px;
  font-size: 18px;
}
.single-portfolio .port-single-intro-left .project-link {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.single-portfolio .port-single-intro-left .project-link a {
  color: #003C96;
  border-bottom: 1px solid #003C96;
  padding-bottom: 3px;
  font-size: 16px;
}
.single-portfolio .port-single-intro-left .project-link .md {
  vertical-align: center;
  color: #003C96;
  padding-left: 5px;
}
.single-portfolio .port-single-intro-left .role-details {
  margin-top: 20px;
}
.single-portfolio .port-single-intro-left .role-details .md {
  vertical-align: middle;
  padding-right: 5px;
}
.single-portfolio .port-single-intro-left .role-details .project-duration {
  margin-left: 20px;
  display: inline-block;
}
.single-portfolio .port-single-intro-right h3 {
  font-size: 24px;
  font-family: "hk_groteskbold", sans-serif;
}
.single-portfolio .port-single-intro-right p {
  font-size: 18px;
  line-height: 135%;
}
.single-portfolio .port-single-intro-right .project-tags {
  margin-top: 10px;
  color: #011F43;
  list-style: none;
  display: inline-block;
  padding: 0;
}
.single-portfolio .port-single-intro-right .project-tags li {
  background: #CEFFF0;
  padding: 7px 12px;
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  margin-top: 12px;
  border-radius: 100px;
  font-family: "hk_groteskmedium", sans-serif;
}
.single-portfolio .portfolio-detail-image {
  height: 600px;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 80px;
  margin-top: 40px;
}
@media (max-width: 990px) {
  .single-portfolio .portfolio-detail-image {
    height: 400px;
  }
}
.single-portfolio .pdi-2, .single-portfolio .pdi-3, .single-portfolio .pdi-4 {
  margin-top: 0px;
}
.single-portfolio .single-post-footer .next-post-title, .single-portfolio .single-post-footer .previous-post-title {
  font-size: 14px;
  font-family: "hk_groteskbold", sans-serif;
  letter-spacing: 1px;
}

.page-template-page-contact .intro-section {
  padding-bottom: 15px;
}
.page-template-page-contact .panel-contact {
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-page-contact .panel-contact {
    height: auto;
    padding-bottom: 0px;
  }
}
.page-template-page-contact .panel-contact-headline {
  font-size: 52px;
  color: #4a4a4a;
  font-weight: 300;
  text-transform: uppercase;
}
.page-template-page-contact .panel-contact-subheadline {
  font-size: 28px;
  color: #4a4a4a;
  font-weight: 300;
  font-family: "moganregular", sans-serif;
}
.page-template-page-contact .panel-contact-info {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-template-page-contact .panel-contact-info {
    height: auto;
  }
}
.page-template-page-contact .panel-contact-info-half {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .page-template-page-contact .panel-contact-info-half {
    float: none;
    width: 100%;
  }
}
.page-template-page-contact .panel-contact-info-item {
  font-size: 20px;
}
.page-template-page-contact .panel-contact-info-email a {
  text-decoration: underline;
}
@media (max-width: 990px) {
  .page-template-page-contact .panel-contact-info-email {
    font-size: 17px;
  }
}
.page-template-page-contact .panel-contact-info-button .ghost-button {
  display: block;
}
.page-template-page-contact .panel-contact-info-left {
  background: #999999;
  padding: 40px;
  height: 580px;
  text-align: left;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .page-template-page-contact .panel-contact-info-left {
    height: auto;
  }
}
.page-template-page-contact .panel-contact-info-left .separator {
  background: #4a4a4a;
  width: 25px;
  margin-top: 20px;
}
.page-template-page-contact .panel-contact-info-left h4 {
  font-size: 23px;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-page-contact .panel-contact-info-left .contact-icon {
  padding-right: 20px;
  font-size: 17px;
}
.page-template-page-contact .panel-contact-info-left .fa-envelope {
  padding-right: 16px;
}
.page-template-page-contact .panel-contact-info-left .fa-map-marker {
  font-size: 22px;
}
.page-template-page-contact .panel-contact-info-left .fa-mobile-phone {
  font-size: 22px;
}
.page-template-page-contact .panel-contact-info-left .address-ln-2 {
  display: block;
  padding-left: 30px;
}
.page-template-page-contact .panel-contact-info-right {
  background: #4a4a4a;
}
.page-template-page-contact .panel-contact-info .social-header {
  font-size: 20px;
  font-family: "moganregular", sans-serif;
  color: #4a4a4a;
}
.page-template-page-contact .panel-contact-info .soc-circle {
  position: relative;
  border: 1px solid #556854;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: inline-block;
  transition: background 0.25s ease-in-out;
  margin-right: 15px;
}
.page-template-page-contact .panel-contact-info .soc-circle:hover {
  background: #556854;
}
.page-template-page-contact .panel-contact-info .soc-circle:hover i {
  color: white;
}
.page-template-page-contact .panel-contact-info .soc-circle i {
  position: absolute;
  font-size: 20px;
  left: 10px;
  top: 10px;
  color: #556854;
  transition: color 0.25s ease-in-out;
}
.page-template-page-contact .panel-contact-info .facebook-circle i {
  left: 13px;
}
.page-template-page-contact .panel-contact-info .instagram-circle i {
  left: 11px;
  top: 9px;
}
.page-template-page-contact .panel-contact-info .email-circle {
  margin-right: 0;
}
.page-template-page-contact .panel-contact-info .email-circle i {
  left: 10px;
  font-size: 18px;
  top: 9px;
}
.page-template-page-contact .contact-form {
  padding: 20px;
}
.page-template-page-contact .wpcf7 label {
  color: white;
  text-align: left;
  font-family: "moganregular", sans-serif;
  margin-bottom: 5px;
  display: inline-block;
  float: left;
}
.page-template-page-contact .wpcf7 .wpcf7-response-output {
  color: white;
}
.page-template-page-contact .wpcf7 input[type=submit] {
  border: 1px solid white;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  color: white;
  font-family: "moganregular", sans-serif;
  background: transparent;
  padding: 15px 25px;
  width: 100%;
}
.page-template-page-contact .wpcf7 input[type=submit]:hover {
  background: white;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .page-template-page-contact .wpcf7 input[type=submit] {
    width: 100%;
    margin: 0 auto;
  }
}
.page-template-page-contact .wpcf7 input[type=text] {
  border: 1px solid white;
  color: white;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 100%;
  background: transparent;
  padding: 4px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .page-template-page-contact .wpcf7 input[type=text] {
    width: 100%;
  }
}
.page-template-page-contact .wpcf7 input[type=email] {
  border: 1px solid white;
  color: white;
  padding-bottom: 5px;
  margin-bottom: 15px;
  background: transparent;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-page-contact .wpcf7 input[type=email] {
    width: 100%;
  }
}
.page-template-page-contact .wpcf7 textarea {
  border: 1px solid white;
  padding: 5px;
  color: white;
  background: transparent;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-page-contact .wpcf7 textarea {
    width: 100%;
  }
}
.page-template-page-contact .map-wrap #map {
  width: 100%;
  height: 450px;
  background-color: grey;
}
@media (max-width: 767px) {
  .page-template-page-contact .map-wrap #map {
    height: 300px;
  }
}

.project-form {
  color: white;
  background: #4a4a4a;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 5px solid #556854;
}
.project-form-half {
  float: left;
  width: 50%;
}
@media (max-width: 990px) {
  .project-form-half {
    width: 100%;
  }
}
.project-form-left {
  padding-right: 70px;
}
@media (max-width: 990px) {
  .project-form-left {
    padding-right: 0px;
  }
}
.project-form .wpcf7 .wpcf7-response-output {
  color: white;
}
.project-form .wpcf7 label {
  font-family: "moganregular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}
.project-form .wpcf7 .form-item {
  margin-bottom: 27px;
}
.project-form .wpcf7 .form-name input {
  border-radius: 0px;
  border: 1px solid white;
  font-size: 17px;
  width: 100%;
  background: transparent;
  padding: 7px;
  color: white;
}
.project-form .wpcf7 .form-email input {
  border-radius: 0px;
  border: 1px solid white;
  font-size: 17px;
  width: 100%;
  background: transparent;
  padding: 7px;
  color: white;
}
.project-form .wpcf7 select {
  width: 100%;
  -webkit-appearance: none;
  padding: 8px;
  color: #4a4a4a;
  background: url("./img/down-arrow.png") no-repeat #ffffff;
  background-position: right center;
  background-size: 25px 25px;
  border-radius: 0;
  border: none;
}
.project-form .wpcf7 textarea {
  background: transparent;
  border: 1px solid white;
  width: 100%;
  height: 250px;
  color: white;
  font-size: 17px;
  padding: 5px;
}
.project-form .wpcf7 .form-worked .first {
  display: block;
  margin-bottom: 5px;
}
.project-form .wpcf7 .form-level .first {
  display: block;
  margin-bottom: 5px;
}
.project-form .wpcf7 .form-level .first span:last-child {
  display: block;
  font-style: italic;
  font-size: 12px;
  padding-top: 5px;
}
.project-form .wpcf7 .form-level .last {
  display: block;
  margin-bottom: 5px;
}
.project-form .wpcf7 .form-level .last span:last-child {
  display: block;
  font-style: italic;
  font-size: 12px;
  padding-top: 5px;
}
.project-form .wpcf7 .form-date input {
  width: 100%;
}
.project-form .wpcf7 .form-submit {
  margin-top: 15px;
}
.project-form .wpcf7 input[type=submit] {
  border: 1px solid white;
  background: transparent;
  color: white;
  font-weight: 700;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  cursor: pointer;
  font-family: "moganregular", sans-serif;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
.project-form .wpcf7 input[type=submit]:hover {
  background: white;
  color: #4a4a4a;
}

.case-study-template {
  background-color: #fff;
  color: #333;
}
.case-study-template .cs-section {
  padding: 80px 0;
}
@media (max-width: 990px) {
  .case-study-template .cs-section {
    padding: 50px 0;
  }
}
.case-study-template .container-narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.case-study-template h2.cs-section-title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.case-study-template p.cs-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
}
.case-study-template .case-study-hero {
  padding-top: 150px;
  padding-bottom: 0px;
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
  align-items: center;
}
@media (max-width: 767px) {
  .case-study-template .case-study-hero {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }
}
.case-study-template .case-study-hero .case-study-hero-content {
  padding-right: 0;
}
@media (max-width: 767px) {
  .case-study-template .case-study-hero .case-study-hero-content {
    margin-bottom: 40px;
  }
}
.case-study-template .case-study-hero h1.cs-title {
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "hk_groteskbold", sans-serif;
  color: #121212;
}
@media (max-width: 600px) {
  .case-study-template .case-study-hero h1.cs-title {
    font-size: 3.6rem;
  }
}
.case-study-template .case-study-hero .cs-brand-name {
  font-size: 24px;
  color: #556854;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "hk_groteskregular", sans-serif;
  font-weight: normal;
}
@media (max-width: 600px) {
  .case-study-template .case-study-hero .cs-brand-name {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
.case-study-template .case-study-hero .cs-meta-grid {
  display: flex;
  gap: 60px;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .case-study-template .case-study-hero .cs-meta-grid {
    gap: 30px;
    flex-direction: row;
  }
}
.case-study-template .case-study-hero .cs-meta-item .cs-meta-label,
.case-study-template .case-study-hero .cs-contributions .cs-meta-label {
  display: block;
  font-size: 14px;
  color: #5b799b;
  font-family: "hk_groteskmedium", sans-serif;
  margin-bottom: 5px;
}
.case-study-template .case-study-hero .cs-meta-item .cs-meta-value,
.case-study-template .case-study-hero .cs-contributions .cs-meta-value {
  display: block;
  font-size: 20px;
  color: #121212;
  font-family: "hk_groteskbold", sans-serif;
}
.case-study-template .case-study-hero .cs-meta-item .cs-meta-org,
.case-study-template .case-study-hero .cs-contributions .cs-meta-org {
  display: flex;
  align-items: center;
  gap: 10px;
}
.case-study-template .case-study-hero .cs-meta-item .cs-meta-org .cs-company-logo,
.case-study-template .case-study-hero .cs-contributions .cs-meta-org .cs-company-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.case-study-template .case-study-hero .case-study-hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.case-study-template .case-study-hero .case-study-hero-image img,
.case-study-template .case-study-hero .case-study-hero-image .hero-video {
  width: 100%;
  display: block;
  height: auto;
}
.case-study-template .cs-message-banner {
  background-color: #FFF2C4;
  color: #3D3D3D;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .case-study-template .cs-message-banner {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.case-study-template .cs-message-banner .cs-message-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  justify-content: center;
}
.case-study-template .cs-message-banner .cs-message-content ion-icon {
  font-size: 2rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.case-study-template .cs-message-banner .cs-message-content p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
.case-study-template .cs-message-banner .cs-message-dismiss {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #3D3D3D;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  padding: 0;
  margin-top: 0.5rem;
}
.case-study-template .cs-message-banner .cs-message-dismiss ion-icon {
  font-size: 1.6rem;
  text-decoration: none;
}
.case-study-template .cs-message-banner .cs-message-dismiss:hover {
  text-decoration: none;
}
.case-study-template .cs-content-body {
  padding-top: 0px;
  padding-bottom: 80px;
}
.case-study-template .cs-content-body .cs-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0;
}
@media (max-width: 990px) {
  .case-study-template .cs-content-body .cs-image-grid {
    grid-template-columns: 1fr;
  }
}
.case-study-template .cs-content-body .cs-image-grid img {
  width: 100%;
  border-radius: 8px;
}
.case-study-template .cs-content-body p {
  font-size: 1.8rem;
}
.case-study-template .cs-content-body img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.case-study-template .cs-content-body .wp-caption {
  border: none;
}
.case-study-template .cs-content-body .wp-caption .wp-caption-text {
  font-family: "hk_groteskitalic", sans-serif;
  font-size: 1.6rem;
}
.case-study-template .cs-content-body a {
  color: #407d6a;
  text-decoration: underline;
}
.case-study-template .cs-content-body h2 {
  font-size: 3.6rem;
}
.case-study-template .cs-content-body h3 {
  font-size: 2.8rem;
}
.case-study-template .cs-content-body h4 {
  font-size: 2rem;
  font-family: "hk_groteskbold", sans-serif;
}
.case-study-template .cs-content-body h5 {
  font-size: 1.8rem;
  font-family: "hk_groteskbold", sans-serif;
}
.case-study-template .cs-content-body h6 {
  font-size: 1.6rem;
  font-family: "hk_groteskbold", sans-serif;
}
.case-study-template .cs-challenge-intro {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
}
.case-study-template .cs-challenge-intro .cs-challenge-heading {
  font-size: 32px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 20px;
  font-family: "hk_groteskbold", sans-serif;
}
.case-study-template .cs-challenge-intro .cs-challenge-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
}
.case-study-template .cs-strategic-pillars {
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.case-study-template .cs-strategic-pillars .cs-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .case-study-template .cs-strategic-pillars .cs-pillars-grid {
    grid-template-columns: 1fr;
  }
}
.case-study-template .cs-strategic-pillars .cs-pillar-col {
  background: #fffcf4;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
}
.case-study-template .cs-strategic-pillars .cs-pillar-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #757171;
  margin: 0 0 15px 0;
  font-family: "hk_groteskbold", sans-serif;
}
.case-study-template .cs-strategic-pillars .cs-pillar-divider {
  width: 30px;
  height: 2px;
  background: #d9d8cd;
  margin: 0 auto 20px auto;
}
.case-study-template .cs-strategic-pillars .cs-pillar-subheading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #121212;
  margin: 0 0 10px 0;
  font-family: "hk_groteskbold", sans-serif;
}
.case-study-template .cs-strategic-pillars .cs-pillar-desc {
  font-size: 1.6rem;
  color: #4a4a4a;
  line-height: 1.5;
  margin: 0;
}
.case-study-template .cs-key-results {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .case-study-template .cs-key-results {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.case-study-template .cs-key-results .cs-key-results-inner {
  background: #556854;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  border: none;
}
@media (max-width: 600px) {
  .case-study-template .cs-key-results .cs-key-results-inner {
    padding: 50px 20px;
  }
}
.case-study-template .cs-key-results .cs-key-results-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: "hk_groteskbold", sans-serif;
}
.case-study-template .cs-key-results .cs-key-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media (max-width: 767px) {
  .case-study-template .cs-key-results .cs-key-results-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.case-study-template .cs-key-results .cs-key-result-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case-study-template .cs-key-results .cs-key-result-col:not(:last-child) {
  border-right: 1px solid #818c81;
}
@media (max-width: 767px) {
  .case-study-template .cs-key-results .cs-key-result-col:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #818c81;
    padding-bottom: 50px;
  }
}
.case-study-template .cs-key-results .cs-key-result-col .cs-kr-title {
  font-size: 16px;
  font-family: "hk_groteskbold", sans-serif;
  color: #ffffff;
  margin-bottom: 15px;
}
.case-study-template .cs-key-results .cs-key-result-col .cs-kr-metric {
  font-size: 64px;
  font-family: "hk_groteskmedium", sans-serif;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: -2px;
}
.case-study-template .cs-key-results .cs-key-result-col .cs-kr-context {
  font-size: 14px;
  font-family: "hk_groteskbold", sans-serif;
  color: rgba(255, 255, 255, 0.9);
}

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