.process-icons h3 {
  font-size: 30px !important;
}

/* LOGO SLIDER */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

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

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

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

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

b, optgroup, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0
}

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

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0;
  max-width: 150%;
  vertical-align: middle;
  display: inline-block
}

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

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

pre, textarea {
  overflow: auto
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

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

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

input {
  line-height: normal
}

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

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

input[type=search] {
  -webkit-appearance: none
}

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

legend {
  border: 0;
  padding: 0
}

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

td, th {
  padding: 0
}

@font-face {
  font-family: webflow-icons;
  src: url("https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png") format('truetype');
  font-weight: 400;
  font-style: normal
}

[class*=" w-icon-"], [class^=w-icon-] {
  font-family: webflow-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.height {
  height: 100%;
}

.w-icon-nav-menu:before {
  content: "\e602"
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "\e603"
}

.w-icon-file-upload-remove:before {
  content: "\e900"
}

.w-icon-file-upload-icon:before {
  content: "\e903"
}

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

html.w-mod-touch * {
  background-attachment: scroll !important
}

.w-block {
  display: block
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

.w-clearfix:after, .w-clearfix:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-clearfix:after {
  clear: both
}

.w-hidden {
  display: none
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0
}

input.w-button {
  -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important
}

.w-webflow-badge, .w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 transparent;
  border-radius: 0;
  background: 0 0;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  cursor: pointer
}

.w-webflow-badge>img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important
}

h1, h2, h3 {
  margin-top: 20px
}

p {
  margin-top: 0
}

blockquote, figure {
  margin: 0 0 10px
}

figcaption {
  margin-top: 5px;
  text-align: center
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none
}

.w-embed:after, .w-embed:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-embed:after {
  clear: both
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0
}

.w-video embed, .w-video iframe, .w-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0
}

button, html input[type=button], input[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button
}

.w-form {
  margin: 0 0 15px
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700
}

.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc
}

.w-input:-moz-placeholder, .w-select:-moz-placeholder {
  color: #999
}

.w-input::-moz-placeholder, .w-select::-moz-placeholder {
  color: #999;
  opacity: 1
}

.w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
  color: #999
}

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999
}

.w-input:focus, .w-select:focus {
  border-color: #3898EC;
  outline: 0
}

.w-input[disabled], .w-input[readonly], .w-select[disabled], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eee
}

textarea.w-input, textarea.w-select {
  height: auto
}

.w-select {
  background-color: #f3f3f3
}

.w-select[multiple] {
  height: auto
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px
}

.w-radio:after, .w-radio:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-radio:after {
  clear: both
}

.w-radio-input {
  margin: 3px 0 0 -20px;
  margin-top: 1px\9;
  line-height: normal;
  float: left
}

.w-file-upload {
  display: block;
  margin-bottom: 10px
}

.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100
}

.w-file-upload-default, .w-file-upload-success, .w-file-upload-uploading {
  display: inline-block;
  color: #333
}

.w-file-upload-error {
  display: block;
  margin-top: 10px
}

.w-file-upload-default.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden, .w-file-upload-uploading.w-hidden {
  display: none
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #ccc;
  background-color: #fafafa
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px
}

.w-icon-file-upload-uploading {
  height: 20px
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px
}

.w-container:after, .w-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-container:after {
  clear: both
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}

.w-row:after, .w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-row:after {
  clear: both
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0
}

.w-col-1 {
  width: 8.33333333%
}

.w-col-2 {
  width: 16.66666667%
}

.w-col-3 {
  width: 25%
}

.w-col-4 {
  width: 33.33333333%
}

.w-col-5 {
  width: 41.66666667%
}

.w-col-6 {
  width: 50%
}

.w-col-7 {
  width: 58.33333333%
}

.w-col-8 {
  width: 66.66666667%
}

.w-col-9 {
  width: 75%
}

.w-col-10 {
  width: 83.33333333%
}

.w-col-11 {
  width: 91.66666667%
}

.w-col-12 {
  width: 100%
}

.w-hidden-main {
  display: none !important
}

@media screen and (max-width:991px) {
  .w-container {
    max-width: 728px
  }

  .w-hidden-main {
    display: inherit !important
  }

  .w-hidden-medium {
    display: none !important
  }

  .w-col-medium-1 {
    width: 8.33333333%
  }

  .w-col-medium-2 {
    width: 16.66666667%
  }

  .w-col-medium-3 {
    width: 25%
  }

  .w-col-medium-4 {
    width: 33.33333333%
  }

  .w-col-medium-5 {
    width: 41.66666667%
  }

  .w-col-medium-6 {
    width: 50%
  }

  .w-col-medium-7 {
    width: 58.33333333%
  }

  .w-col-medium-8 {
    width: 66.66666667%
  }

  .w-col-medium-9 {
    width: 75%
  }

  .w-col-medium-10 {
    width: 83.33333333%
  }

  .w-col-medium-11 {
    width: 91.66666667%
  }

  .w-col-medium-12 {
    width: 100%
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto
  }
}

@media screen and (max-width:767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important
  }

  .w-hidden-small {
    display: none !important
  }

  .w-container .w-row, .w-row {
    margin-left: 0;
    margin-right: 0
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto
  }

  .w-col-small-1 {
    width: 8.33333333%
  }

  .w-col-small-2 {
    width: 16.66666667%
  }

  .w-col-small-3 {
    width: 25%
  }

  .w-col-small-4 {
    width: 33.33333333%
  }

  .w-col-small-5 {
    width: 41.66666667%
  }

  .w-col-small-6 {
    width: 50%
  }

  .w-col-small-7 {
    width: 58.33333333%
  }

  .w-col-small-8 {
    width: 66.66666667%
  }

  .w-col-small-9 {
    width: 75%
  }

  .w-col-small-10 {
    width: 83.33333333%
  }

  .w-col-small-11 {
    width: 91.66666667%
  }

  .w-col-small-12 {
    width: 100%
  }
}

@media screen and (max-width:479px) {

  .w-container {
    max-width: none
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important
  }

  .w-hidden-tiny {
    display: none !important
  }

  .w-col {
    width: 100%
  }

  .w-col-tiny-1 {
    width: 8.33333333%
  }

  .w-col-tiny-2 {
    width: 16.66666667%
  }

  .w-col-tiny-3 {
    width: 25%
  }

  .w-col-tiny-4 {
    width: 33.33333333%
  }

  .w-col-tiny-5 {
    width: 41.66666667%
  }

  .w-col-tiny-6 {
    width: 50%
  }

  .w-col-tiny-7 {
    width: 58.33333333%
  }

  .w-col-tiny-8 {
    width: 66.66666667%
  }

  .w-col-tiny-9 {
    width: 75%
  }

  .w-col-tiny-10 {
    width: 83.33333333%
  }

  .w-col-tiny-11 {
    width: 91.66666667%
  }

  .w-col-tiny-12 {
    width: 100%
  }
}

.w-widget {
  position: relative
}

.w-widget-map {
  width: 100%;
  height: 400px
}

.w-widget-map label {
  width: auto;
  display: inline
}

.w-widget-map img {
  max-width: inherit
}

.w-widget-map .gm-style-iw {
  text-align: center
}

.w-widget-map .gm-style-iw>button {
  display: none !important
}

.w-widget-twitter {
  overflow: hidden
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after, .w-widget-twitter-count-shim:not(.w--vertical):before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after, .w-widget-twitter-count-shim.w--vertical:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px
}

.w-widget-gplus {
  overflow: hidden
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff
}

.w-background-video>video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent
}

.w-slider-nav.w-round>div {
  border-radius: 100%
}

.w-slider-nav.w-num>div {
  width: auto;
  height: auto;
  padding: .2em .5em;
  font-size: inherit;
  line-height: inherit
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4)
}

.w-slider-nav-invert {
  color: #fff
}

.w-slider-nav-invert>div {
  background-color: rgba(34, 34, 34, .4)
}

.w-slider-nav-invert>div.w-active {
  background-color: #222
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, .4);
  cursor: pointer;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s
}

.w-slider-dot.w-active {
  background-color: #fff
}

.w-slider-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
  box-shadow: none
}

.w-slider-arrow-left, .w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-left [class^=w-icon-], .w-slider-arrow-right [class*=" w-icon-"], .w-slider-arrow-right [class^=w-icon-] {
  position: absolute
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto
}

.w-icon-slider-left, .w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900
}

.w-dropdown-btn, .w-dropdown-link, .w-dropdown-toggle {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px
}

.w-dropdown-toggle:focus {
  outline: 0
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em
}

.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%
}

.w-dropdown-list.w--open {
  display: block
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222
}

.w-dropdown-link.w--current {
  color: #0082f3
}

.w-dropdown-link:focus {
  outline: 0
}

@media screen and (max-width:767px) {
  .w-nav-brand {
    padding-left: 10px
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, .9);
  z-index: 2000;
  outline: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0)
}

.w-lightbox-backdrop, .w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0
}

.w-lightbox-view:before {
  content: "";
  height: 100vh
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh
}

.w-lightbox-frame, .w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle
}

.w-lightbox-figure {
  position: relative;
  margin: 0
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none
}

.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, .4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-size: 18px
}

.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden
}

.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
  opacity: .3
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%
}

.w-lightbox-hide {
  display: none
}

.w-lightbox-noscroll {
  overflow: hidden
}

@media (min-width:768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh
  }

  .w-lightbox-left, .w-lightbox-right {
    display: block;
    opacity: .5
  }

  .w-lightbox-close {
    opacity: .8
  }

  .w-lightbox-control:hover {
    opacity: 1
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0
}

.w-richtext:after, .w-richtext:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-richtext:after {
  clear: both
}

.w-richtext[contenteditable=true]:after, .w-richtext[contenteditable=true]:before {
  white-space: initial
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after, .w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: #2895f7 solid 2px
}

.w-richtext figure.w-richtext-figure-type-video>div:after, .w-richtext figure[data-rt-type=video]>div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.w-richtext figure {
  position: relative;
  max-width: 60%
}

.w-richtext figure>div:before {
  cursor: default !important
}

.w-richtext figure img {
  width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6
}

.w-richtext figure div {
  font-size: 0;
  color: transparent
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type=image] {
  display: table
}

.w-richtext figure.w-richtext-figure-type-image>div, .w-richtext figure[data-rt-type=image]>div {
  display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption, .w-richtext figure[data-rt-type=image]>figcaption {
  display: table-caption;
  caption-side: bottom
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.w-richtext figure.w-richtext-figure-type-video>div, .w-richtext figure[data-rt-type=video]>div {
  width: 100%
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div, .w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
  max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
  clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  display: inline-block;
  padding-bottom: inherit
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none
}

.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000
}

.w-nav:after, .w-nav:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-nav:after {
  clear: both
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  position: relative;
  float: right
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px
}

.w--nav-link-open {
  display: block;
  position: relative
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay, .w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay, .w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w-nav-button:focus {
  outline: 0
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: #fff
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}

.w--nav-dropdown-open, .w--nav-dropdown-toggle-open, .w-nav[data-collapse=all] .w-nav-button {
  display: block
}

.w--nav-dropdown-list-open {
  position: static
}

@media screen and (max-width:991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=medium] .w-nav-button {
    display: block
  }
}

@media screen and (max-width:767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=small] .w-nav-button {
    display: block
  }

  .w-nav-brand {
    padding-left: 10px
  }
}

@media screen and (max-width:479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block
  }
}

.w-tabs {
  position: relative
}

.w-tabs:after, .w-tabs:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-tabs:after {
  clear: both
}

.w-tab-menu {
  position: relative
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd
}

.w-tab-link.w--current {
  background-color: #C8C8C8
}

.w-tab-link:focus {
  outline: 0
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden
}

.w-tab-pane {
  position: relative;
  display: none
}

.w--tab-active {
  display: block
}

@media screen and (max-width:479px) {
  .w-tab-link {
    display: block
  }
}

.w-ix-emptyfix:after {
  content: ""
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #ddd
}

.w-condition-invisible, .w-dyn-bind-empty, .w-dyn-hide {
  display: none !important
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fafafa;
  padding: 9px 20px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 2px
}

.w-pagination-previous-icon {
  margin-right: 4px
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fafafa;
  padding: 9px 20px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 2px
}

.w-pagination-next-icon {
  margin-left: 4px
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 50%
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both
}

.w-checkbox-input {
  float: left;
  line-height: normal;
  margin: 4px 0 0 -20px
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 2px
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #3898ec
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec
}

body {
  background-color: #2d2a26;
  font-family: 'Inter Light', sans-serif;
  color: #2d2a26;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0
}

h1 {
  margin-bottom: 20px;
  font-family: Evogria, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase
}

h2 {
  margin-bottom: 20px;
  font-family: 'Dense Bold', sans-serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase
}

h3 {
  margin-bottom: 20px;
  font-family: 'Dense Bold', sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Dense Bold', sans-serif;
  font-size: 38px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase
}

h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Dense Bold', sans-serif;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px
}

h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Dense Bold', sans-serif;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px
}

p {
  margin-bottom: 15px;
  color: #7e7874
}

a {
  font-family: 'Inter Medium', sans-serif;
  color: #03adc0;
  text-decoration: none
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #7e7874
}

li {
  margin-top: 8px;
  margin-bottom: 8px
}

strong {
  font-family: 'Inter Semi Bold', sans-serif;
  font-weight: 700
}

blockquote {
  margin-bottom: 20px;
  padding: 30px;
  border-left: 5px solid #03adc0;
  background-color: rgba(0, 167, 224, .1);
  font-family: 'Inter Regular', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-style: italic
}

.sections {
  position: relative;
  padding: 8% 80px;
  background-color: #2d2a26;
  color: #fff
}

.sections.footer {
  padding: 0;
  background-color: transparent;
  font-size: 12px;
  line-height: 18px
}

.sections.hero-sections {

  padding: 8% 80px;
  background-position: 0 0, 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed
}

.sections.hero-sections.events {
  padding-bottom: 8%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 42, 38, .75)), to(rgba(45, 42, 38, .75))), url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-image: linear-gradient(180deg, rgba(45, 42, 38, .75), rgba(45, 42, 38, .75)), url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed
}

.sections.white {
  background-color: #fff;
  color: #2d2a26
}

.sections.white.border-line-top {
  border-top: 1px solid #e5e5e5
}

.sections.page-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.sections.page-headers.blogs {
  height: 800px
}

.sections.page-headers.products {
  min-height: 600px
}

.sections.testimonials {
  overflow: hidden
}

.sections.darker {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.sections.light-grey {
  background-color: #f7f7f7;
  color: #2d2a26
}

.sections.home-slide {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sections.spacing {
  padding-right: 0;
  padding-left: 0
}

.sections.spacing.ntm {
  padding-top: 0
}

.dropdown-arrow {
  top: 0;
  margin-top: -3px;
  font-family: 'Fa solid 900', sans-serif;
  color: #03adc0;
  line-height: 16px
}

.dropdown-arrow.footers {
  margin-top: -3px;
  margin-bottom: 20px
}

.dropdown-arrow.zeus {
  color: #2d2a26
}

.dropdown-arrow.mb10 {
  margin-bottom: 10px
}

.dropdown-arrow.mb10.team {
  margin-top: 3px
}

.dropdown-arrow.faq-down-arrow {
  width: 10%;
  padding-right: 0;
  padding-left: 0;
  text-align: center
}

.dropdown-arrow.cons {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 30px;
  color: #2d2a26;
  font-size: 16px
}

.nav-menu {
  margin-right: 0;
  float: right
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 0;
  margin-left: 50px;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.brand:hover {
  opacity: .8
}

.brand.w--current {
  margin-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.dropdown-link {
  padding: 13px 25px 11px;
  border-bottom: 1px solid #34302d;
  background-color: #2d2a26;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  -webkit-transition: background-color .4s ease, color .4s ease;
  transition: background-color .4s ease, color .4s ease;
  font-family: Dense, sans-serif;
  color: #7e7874;
  letter-spacing: 3px
}

.dropdown-link:hover {
  background-color: #03adc0;
  color: #2d2a26
}

.dropdown-link.w--current {
  color: #fff
}

.dropdown-link.w--current:hover {
  color: #2d2a26
}

.dropdown-link.last {
  border-bottom-style: none
}

.navlink {
  height: 80px;
  padding: 28px 25px 0;
  border-left: 1px solid hsla(0, 0%, 100%, .1);
  -webkit-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease;
  font-family: Dense, sans-serif;
  color: #b4b0ae;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase
}

.navlink:hover {
  background-color: rgba(0, 0, 0, .25);
  color: #03adc0
}

.navlink.w--current {
  color: #b4b0ae
}

.navlink.nav-icons {
  padding-right: 23px;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 20px;
}

.navlink.nav-icons.alt {
  font-family: 'Fa solid 900', sans-serif
}

.navlink.blog {
  display: none
}

.dropdown-toggle {
  height: 80px;
  padding: 28px 25px 0;
  border-left: 1px solid hsla(0, 0%, 100%, .1);
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  font-family: Dense, sans-serif;
  color: #b4b0ae;
  font-size: 16px;
  letter-spacing: 3px
}

.dropdown-toggle:hover {
  color: #03adc0
}

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background-color: transparent
}

.dropdown {
  -webkit-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease;
  letter-spacing: 1px;
  text-transform: uppercase
}

.dropdown:hover {
  background-color: rgba(0, 0, 0, .25);
  color: #03adc0
}

.flex-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex-block.team {
  margin-top: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-block.services {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-block.footer {
  margin-top: -120px;
  margin-left: 80px;
  padding: 80px 40px 80px 80px;
  background-color: #2d2a26;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  color: #7e7874;
  font-size: 14px
}

.flex-block.page-header-wraps {
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.flex-block.hero-flexes {
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.flex-block.hero-flexes.last {
  margin-bottom: 0
}

.flex-block.hero-flexes.mt100 {
  margin-top: 100px
}

.flex-block.meet-team {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.flex-block.process {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.flex-block.connects {
  z-index: 1;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: transparent
}

.flex-block.text {
  margin-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.flex-block.blog {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.flex-block.work {
  margin-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.flex-block.products {
  margin-top: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}



.iconav-brand {
  width: 200px;
  margin-top: 5px;
  margin-right: 25px;
  margin-bottom: 40px
}

.iconav-brand.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.footer-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.footer-links {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: color .4s ease, -webkit-transform .4s ease;
  transition: color .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, color .4s ease;
  transition: transform .4s ease, color .4s ease, -webkit-transform .4s ease;
  font-family: Dense, sans-serif;
  color: #7e7874;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase
}

.footer-links:hover {
  opacity: 1;
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
  color: #fff
}

.footer-links.w--current {
  opacity: 1
}

.footer-links.socials {
  font-family: 'Fa brands 400', sans-serif;
  font-size: 14px
}

.footer-links.blog {
  display: none
}

.footer-left-col {
  display: block;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.logo {
  margin-top: -5px
}

.logo.base {
  margin-top: 0
}

.footer-headings {
  margin-top: 12px;
  margin-bottom: 0;
  color: #03adc0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase
}

.slider-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px
}

.slide-nav {
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  display: none;
  margin-bottom: 103px;
  font-size: 12px
}

.slider {
  height: 100vh;
  min-height: 800px;
  background-color: transparent
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.slide-img {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover
}

.slide-img.lighting {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat
}

.slide-img.weddings {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-repeat: no-repeat
}

.slide-img.diy-package {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.slide-img.request {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.slide-txt-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  padding-right: 160px;
  padding-left: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-start;
  -ms-flex-align: end;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 42, 38, .65)), to(rgba(45, 42, 38, .65)));
  background-image: linear-gradient(180deg, rgba(45, 42, 38, .65), rgba(45, 42, 38, .65));
  color: #fff;
  text-align: right
}

.faq-item {
  margin-bottom: 5px
}

.faq-item.mt10 {
  margin-top: 10px
}

.faq-trigger {
  cursor: pointer
}

.faq-item-background {
  position: relative;
  z-index: 1;
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #524c48;
  border-radius: 0
}

.tab-headings {
  display: inline-block;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase
}

.faq-down-arrow {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 22px 20px 20px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.tab-item-content {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: -3px;
  padding: 0 30px 0 0
}

.faq-text-boxes {
  margin-top: 30px
}

.team-member {
  overflow: hidden;
  width: 46%;
  min-height: 450px;
  margin-bottom: 60px;
  border-radius: 0
}

.team-member-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: auto
}

.team-member-box:hover {
  -webkit-filter: none;
  filter: none
}

.team-member-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 110px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 42, 38, 0)), to(#2d2a26));
  background-image: linear-gradient(180deg, rgba(45, 42, 38, 0), #2d2a26);
  -webkit-transition: padding .4s ease;
  transition: padding .4s ease;
  color: #fff
}

.team-member-overlay:hover {
  padding-bottom: 120px
}

._25-box {
  width: 25%;
  height: 80px;
  text-align: left
}

._25-box.tran {
  background-color: transparent
}

._25-box.hero-boxes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #34302d;
  -webkit-transition: box-shadow .4s ease;
  transition: box-shadow .4s ease;
  font-size: 14px;
  line-height: 20px
}

._25-box.hero-boxes:hover {
  z-index: 3;
  box-shadow: 0 0 80px 0 #000
}

._25-box.hero-boxes.images {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat
}

._25-box.hero-boxes.images:hover {
  z-index: 0;
  box-shadow: none
}

._25-box.hero-boxes.images.sound {
  background-position: 100% 100%
}

._25-box.hero-boxes.images.staging {
  background-position: 50% 50%;
  background-size: cover
}

._25-box.hero-boxes.images.vision {
  background-position: 50% 50%
}

._25-box.hero-boxes.images.corporate {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

._25-box.hero-boxes.images.concerts {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 57% 50%
}

._25-box.hero-boxes.images.concerts.dev-show {
  display: none
}

._25-box.hero-boxes.images.weddings {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 40% 50%
}

._25-box.hero-boxes.images.private {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 46% 50%
}

._25-box.hero-boxes.heading {
  padding-top: 0;
  background-color: transparent
}

._25-box.hero-boxes.heading:hover {
  box-shadow: none
}

._25-box.hero-boxes.events {
  background-color: #03adc0;
  color: #2d2a26
}

._25-box.hero-boxes.events.darker {
  background-color: #028A99
}

._25-box.hero-boxes.zeus {
  background-color: #2d2a26
}

._25-box.hero-boxes.tran {
  background-color: transparent
}

._25-box.hero-boxes.tran:hover {
  box-shadow: none
}

._25-box.hero-boxes.tran.hide, ._25-box.hero-boxes.tran.hide.desk {
  display: block
}

._25-box.hero-boxes.tran.dev-show {
  display: none
}

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 35px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #2d2a26;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 30px;
  line-height: 32px
}

/* 404 */

.fehler {
  min-height: 120vh;
}

.fehler img {
  height: 60vh;
}

.error {
  padding-top: 50px;
}

.fehler h1 {
  padding-top: 200px;
  padding-bottom: 50px;
}

/* page.php */

.page {
  padding-bottom: 20vh;
  text-align: left;
  margin: 0 50px;
}

.view-profile-link-box {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 3px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #03adc0;
  -webkit-transition: background-color .4s ease, padding .4s ease;
  transition: background-color .4s ease, padding .4s ease;
  font-family: 'Dense Bold', sans-serif;
  color: #2d2a26;
  text-transform: uppercase
}

.view-profile-link-box:hover {
  padding-left: 20px;
  background-color: #028A99
}

._47-box {
  width: 47%
}

._47-box.mt10 {
  margin-top: 10px
}

.white-text {
  color: #fff
}

.button {
  margin-top: 20px;
  padding: 18px 30px 15px;
  background-color: #03adc0;
  font-family: 'Dense Bold', sans-serif;
  color: #2d2a26;
  line-height: 15px;
  letter-spacing: 3px;
  text-transform: uppercase
}

.button.white-outline {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease
}

.button.white-outline.al {
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff
}

.button.white-outline.al:hover {
  background-color: #fff;
  color: #2d2a26
}

.button.pageination {
  width: 170px;
  margin-top: 0;
  border-style: solid;
  border-color: #03adc0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: color .5s ease, background-color .5s ease;
  transition: color .5s ease, background-color .5s ease;
  color: #03adc0;
  font-size: 16px;
  line-height: 14px;
  text-align: center
}

.button.pageination:hover {
  background-color: #03adc0;
  color: #2d2a26
}

.button.pageination.product {
  width: 49%;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.button.products {
  position: absolute;
  left: 10px;
  top: auto;
  right: 10px;
  bottom: 10px;
  padding: 10px 20px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #b4b0ae;
  background-color: transparent;
  -webkit-transition: color .5s ease, background-color .5s ease;
  transition: color .5s ease, background-color .5s ease;
  color: #b4b0ae;
  font-size: 14px;
  text-align: center
}

.button.products:hover {
  background-color: #b4b0ae;
  color: #fff
}

.tag {
  display: inline-block;
  margin-right: 0;
  border-style: none;
  border-width: 1px;
  border-color: #03adc0;
  font-family: 'Dense Bold', sans-serif;
  color: #03adc0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase
}

.tag.nm {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  color: #03adc0
}

.tag.nm.zeus {
  color: #2d2a26
}

.tag.nm.fl {
  display: block;
  float: left
}

.tag.nm.slash {
  margin-right: 5px;
  margin-left: 5px
}

.tag.titles {
  line-height: 14px;
  letter-spacing: 3px
}

.tag.titles.smaller {
  font-size: 13px;
  letter-spacing: 2px
}

.heading {
  font-family: Evogria, sans-serif;
  letter-spacing: 2px
}

.all-caps {
  text-transform: uppercase
}

.all-caps.collect-headings {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px
}

.all-caps.collect-headings.grey-text {
  clear: left;
  color: #7e7874
}

.all-caps.collect-headings.cs-4up {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px
}

.services-heading {
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  font-size: 140px;
  line-height: 150px
}

.services-heading.events {
  z-index: 5
}

.quote-request {
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 28px;
  padding-right: 0;
  padding-left: 2px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #03adc0;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #2d2a26;
  font-size: 24px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase
}

.quote-request:hover {
  background-color: #028A99
}

.la {
  display: inline-block;
  color: #2d2a26;
  text-align: left
}

.filler-box {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  z-index: 2;
  width: 80px;
  margin-top: 80px;
  background-color: #2d2a26
}

.base-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  margin-left: 80px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Inter Light', sans-serif;
  color: #7e7874;
  font-size: 12px;
  line-height: 15px
}

.base-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding-right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(180, 176, 174, .5);
  -webkit-transition: color .4s ease, -webkit-transform .4s ease;
  transition: color .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, color .4s ease;
  transition: transform .4s ease, color .4s ease, -webkit-transform .4s ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #7e7874;
  font-size: 14px;
  text-align: center
}

.base-icons:hover {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  color: #03adc0
}

.base-icons.alt {
  font-family: 'Fa solid 900', sans-serif
}

.base-icons.alt.last {
  border-right-style: none
}

.base-icons-wrapper {
  display: none;
  margin-top: 3px;
  margin-left: 110px
}

.footer-left-link-boxes {
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  font-family: 'Inter Light', sans-serif;
  color: #7e7874
}

.footer-left-link-boxes:hover {
  color: #03adc0
}

.google-map {
  position: relative;
  height: 600px;
  background-color: #2d2a26;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.arrow-boxes {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 40px;
  height: 40px;
  margin-top: 120px;
  margin-left: -20px;
  background-color: #34302d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.arrow-boxes.up {
  margin-top: -20px;
  margin-left: 60px
}

.arrow-boxes.up.zeus {
  background-color: #2d2a26
}

.arrow-boxes.right {
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  margin-right: -20px;
  margin-left: 0
}

.arrow-boxes.right.zeus {
  background-color: #2d2a26
}

.arrow-boxes.bottom {
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  margin-bottom: -20px;
  margin-left: 60px
}

.arrow-boxes.bottom.blue {
  background-color: #03adc0
}

.arrow-boxes.bottom.blue.darker {
  background-color: #028A99
}

.arrow-boxes.bottom.zeus.dev-show {
  display: none
}

.arrow-boxes.blue {
  background-color: #03adc0
}

.arrow-boxes.blue.darker {
  background-color: #028A99
}

.arrow-boxes.blue.darker.right.dev-show {
  display: none
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0;
  bottom: 80px;
  width: 80px;
  height: 80px;
  margin-top: 0;
  border-left: 1px none hsla(0, 0%, 100%, .1);
  background-color: #34302d;
  color: #fff
}

.left-arrow {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin-top: 80px;
  border-right: 1px none hsla(0, 0%, 100%, .1);
  background-color: #fff;
  color: #2d2a26
}

.headers-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.header-right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.header-right-box.home {
  max-width: 1100px
}

.page-titles {
  margin-top: -5px;
  margin-right: 0;
  margin-bottom: -5px;
  color: #fff
}

.page-titles.names-header {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px
}

.ra {
  text-align: right
}

.crumbs {
  font-family: Dense, sans-serif;
  color: #b4b0ae;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase
}

.breadcrumbs {
  margin-top: 20px;
  margin-right: 0;
  font-size: 14px;
  line-height: 16px
}

.crumb-divide {
  display: inline-block;
  margin-right: 8px;
  margin-left: 5px;
  color: #03adc0
}

.page-header-images {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}

.page-header-images.lighting {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat
}

.page-header-images.sound {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat
}

.page-header-images.staging {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat
}

.page-header-images.vision {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat
}

.page-header-images.blog-case-studies {
  background-image: none
}

.page-header-images.corporate {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}

.page-header-images.concerts {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png'), url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 100%, 50% 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed
}

.page-header-images.weddings {
  background-image: url'https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.page-header-images.private {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-repeat: no-repeat
}

.page-header-images.our-story {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.page-header-images.our-difference {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 100%;
  background-repeat: no-repeat
}

.page-header-images.equipment-hire {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 100%
}

.page-header-images.faqs {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.page-header-images.hire-agreement {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 100%
}

.page-header-images.contact {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 100%
}

.page-header-images.work {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.page-header-images.cases-studies {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.page-header-images.team {
  background-image: none
}

.page-header-images.package-builder {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.page-header-images.hire {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.page-header-images.blog {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.page-header-images.quote {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.page-header-images.products {
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png')
}

.page-head-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page-header-overs {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 160px;
  padding-left: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 42, 38, .7)), to(rgba(45, 42, 38, .7)));
  background-image: linear-gradient(180deg, rgba(45, 42, 38, .7), rgba(45, 42, 38, .7))
}

.page-head-right {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 100%;
  background-color: #fff
}

.page-head-right.zeus {
  background-color: #2d2a26
}

.qr-text {
  position: absolute;
  width: 100%;
  margin-top: -25px;
  margin-bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 20px;
  text-align: left;
  letter-spacing: 2px;
  white-space: nowrap
}

.quote-request-text-box {
  position: fixed;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 160px;
  margin-top: 80px;
  padding-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #028A99;
  background-color: #03adc0;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  font-family: 'Dense Bold', sans-serif;
  color: #2d2a26;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase
}

.quote-request-text-box:hover {
  background-color: #028A99
}

.addthis {
  min-height: 40px;
  margin-top: 30px
}

.dropdown-lists {
  left: auto;
  top: 0;
  right: 0;
  bottom: 0
}

.dropdown-lists.w--open {
  margin-top: 80px
}

.corner-frame {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  border-style: solid none none solid;
  border-width: 2px;
  border-color: #03adc0
}

.corner-frame.br {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  border-style: none solid solid none
}

.corner-frame.br.ml-20 {
  right: 20px
}

.corner-frame.br.mt-20 {
  bottom: 40px
}

.corner-frame.tp {
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  border-right-style: solid;
  border-left-style: none
}

.corner-frame.bl {
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  border-top-style: none;
  border-bottom-style: solid
}

.heading-frame {
  position: relative;
  margin-right: -20px;
  margin-bottom: 20px;
  padding: 20px
}

.heading-frame.ra, .heading-frame.ra.nmr {
  margin-right: 0
}

.heading-frame.ra.nmr._95 {
  width: 95%
}

.heading-frame.la {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -20px;
  float: left
}

.heading-frame.la.product {
  margin-bottom: 0;
  float: none
}

.heading-frame.package {
  display: inline-block;
  width: 53%
}

._30-box {
  width: 30%
}

._30-box.ra.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: -80px
}

._30-box.la {
  padding-left: 20px
}

._30-box.la.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  padding-left: 0;
  color: #7e7874
}

._30-box.la.sticky.dev-no-stick.dev100.products {
  padding-right: 20px
}

._30-box.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}

.nm {
  margin-top: 0;
  margin-bottom: 0
}

.nm.white-text {
  white-space: pre-line
}

.blue-text {
  color: #03adc0
}

.blue-text.all-caps.fr {
  float: right
}

.blue-text.all-caps.team-headings {
  display: inline-block
}

.hero-image-box {
  position: relative;
  overflow: hidden;
  width: 65%;
  height: 600px;
  margin-right: -15%;
  -webkit-filter: contrast(80%);
  filter: contrast(80%)
}

.hero-image-box.alternate {
  margin-right: 0;
  margin-left: -15%
}

.hero-images {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-filter: contrast(90%);
  filter: contrast(90%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%
}

.hero-images.vert-base {
  -o-object-position: 50% 100%;
  object-position: 50% 100%
}

.hero-images.cases {
  display: block;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: -webkit-filter .5s ease;
  transition: -webkit-filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease
}

.hero-images.cases:hover {
  -webkit-filter: contrast(125%);
  filter: contrast(125%)
}

.hero-text-box {
  position: relative;
  z-index: 1;
  width: 50%;
  min-height: 300px;
  padding: 6%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 10px 70px -20px rgba(45, 42, 38, .1);
  font-size: 14px;
  line-height: 20px
}

.hero-text-box.zeus {
  background-color: #2d2a26;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  box-shadow: 0 10px 70px -20px rgba(0, 0, 0, .25)
}

.inline-list-item {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px 15px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(180, 176, 174, .5);
  color: #7e7874
}

.mb20 {
  margin-bottom: 20px
}

.box-border {
  position: absolute;
  left: -5px;
  top: -5px;
  right: auto;
  bottom: auto;
  width: 80px;
  height: 80px;
  border-style: solid none none solid;
  border-width: 5px;
  border-color: #03adc0
}

.box-border.br {
  left: auto;
  top: auto;
  right: -5px;
  bottom: -5px;
  border-style: none solid solid none;
  border-right-width: 5px;
  border-left-width: 5px
}

.box-border.tr {
  left: auto;
  top: -5px;
  right: -5px;
  bottom: auto;
  border-right-style: solid;
  border-left-style: none
}

.box-border.bl {
  left: -5px;
  top: auto;
  right: auto;
  bottom: -5px;
  border-top-style: none;
  border-bottom-style: solid
}

.box-border.works {
  left: -3px;
  top: -3px;
  width: 35px;
  height: 35px;
  border-top-width: 3px;
  border-left-width: 3px
}

.box-border.works.br {
  left: auto;
  top: auto;
  right: -3px;
  bottom: -3px;
  border-width: 0 3px 3px 0
}

.team-member-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-size: cover
}

.team-member-image:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

._65-box {
  position: relative;
  width: 65%
}

._65-box.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

._65-box.flex.dev100 {
  overflow: hidden;
  border-radius: 5px
}

._65-box.dev100.mt10 {
  margin-top: 10px
}

.fr {
  float: right
}

.profile-button-text {
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 1px
}

.fl {
  float: left
}

.fl.pr60 {
  padding-right: 60px
}

.difference-boxes {
  margin-bottom: 40px;
  padding: 6% 6% 5%;
  border-radius: 0;
  background-color: #34302d
}

.process-box {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  min-height: 420px;
  padding: 4%;
  background-color: #03adc0;
  color: #2d2a26
}

.process-box._2 {
  background-color: 	#029BAC
}

.process-box._3 {
  background-color: #028A99
}

.big-numbers {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  margin-bottom: 0;
  margin-left: 6%;
  opacity: .1;
  font-family: Evogria, sans-serif;
  font-size: 160px;
  line-height: 120px;
  letter-spacing: -10px
}

.process-icons {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 40px;
  line-height: 40px
}

.process-icons.alt {
  font-family: 'Fa 400', sans-serif
}

.answer-text {
  margin-top: -10px
}

.list-item-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -5px;
  padding-left: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #636466
}

.list-item-flex-block.indented {
  margin-top: -5px;
  padding-left: 30px
}

.list-item-point-box {
  min-width: 30px;
  margin-right: 0
}

.slider-text-box {
  max-width: 65%;
  margin-top: 40px;
  margin-right: 5px;
  color: #e5e5e5
}

.profile-thumb {
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 0;
  background-size: cover
}

.profile-thumb.in-header {
  width: 80px;
  height: 80px;
  margin-left: 20px;
  background-position: 50% 7%;
  background-size: 150%
}

.content-tags {
  display: inline-block;
  font-family: 'Dense Bold', sans-serif;
  font-size: 22px;
  text-transform: uppercase
}

.tag-text {
  margin: 0 5px 5px 0;
  padding: 5px 10px 4px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  color: #b4b0ae;
  font-size: 18px;
  letter-spacing: 2px
}

.tag-text.categories {
  display: inline-block;
  border-color: #03adc0;
  font-family: 'Dense Bold', sans-serif;
  color: #03adc0;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase
}

.tag-text.cases {
  border-color: #03adc0;
  color: #03adc0
}

.profile-names {
  display: inline-block;
  margin-right: 2.5px;
  margin-bottom: 0;
  margin-left: 2.5px
}

.content-tags-wrapper {
  margin-top: -5px
}

.hero-box-text {
  margin-bottom: 0;
  color: #2d2a26
}

.hero-box-text.light-grey {
  color: #7e7874
}

.process-box-text {
  font-family: Dense, sans-serif;
  color: #2d2a26;
  font-size: 24px;
  line-height: 28px
}

.tagzart-text {
  display: inline-block;
  margin-right: 8px;
  float: left;
  text-align: right;
  text-transform: none
}

.tagzart-design-link-box {
  display: inline-block;
  width: 100px;
  margin-top: 3px;
  float: left;
  opacity: .6;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease
}

.tagzart-design-link-box:hover {
  opacity: 1
}

.footer-flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.nbm {
  margin-bottom: 0
}

.form-fields {
  width: 49%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(180, 176, 174, .25);
  background-color: transparent;
  -webkit-transition: border-color .4s ease, padding .4s ease;
  transition: border-color .4s ease, padding .4s ease;
  font-size: 14px
}

.form-fields:hover {
  padding-left: 20px;
  border-color: #03adc0;
  color: #7e7874
}

.form-fields:focus {
  border-color: #03adc0;
  color: #7e7874
}

.form-fields::-webkit-input-placeholder {
  color: #7e7874
}

.form-fields:-ms-input-placeholder {
  color: #7e7874
}

.form-fields::-ms-input-placeholder {
  color: #7e7874
}

.form-fields::placeholder {
  color: #7e7874
}

.form-fields.text-area {
  width: 100%;
  height: 150px;
  padding-top: 15px;
  border-color: rgba(180, 176, 174, .25)
}

.form-fields.text-area:hover {
  border-color: #03adc0
}

.form-fields.text-area.quote {
  margin-bottom: 40px
}

.form-fields.quote {
  width: 100%;
  border-color: #524c48
}

.form-fields.quote:hover {
  border-color: #03adc0
}

.form-fields.quote:active {
  color: #7e7874
}

.form-fields.quote:focus {
  border-color: #03adc0;
  color: #7e7874
}

.form-fields.quote::-webkit-input-placeholder {
  color: #7e7874
}

.form-fields.quote:-ms-input-placeholder {
  color: #7e7874
}

.form-fields.quote::-ms-input-placeholder {
  color: #7e7874
}

.form-fields.quote::placeholder {
  color: #7e7874
}

.form-fields.quote.select {
  padding-left: 0
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.form-row.quote {
  width: 100%;
  margin-bottom: 10px
}

.radio-button-field {
  position: relative;
  margin-top: 5px;
  margin-right: 30px;
  margin-bottom: 0;
  padding-bottom: 10px;
  float: left;
  border-style: none;
  border-width: 1px;
  border-color: #03adc0;
  -webkit-transition: color .4s ease, -webkit-transform .4s ease;
  transition: color .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, color .4s ease;
  transition: transform .4s ease, color .4s ease, -webkit-transform .4s ease;
  color: #7e7874;
  font-size: 14px
}

.radio-button-field:hover {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
  color: #03adc0
}

.radio-button-field._100 {
  width: 100%;
  margin-right: 0;
  padding-bottom: 0
}

.radio-button-field.pack-button {
  margin-right: 0;
  padding: 8px 30px 9px 40px;
  background-color: #03adc0;
  font-family: 'Inter Regular', sans-serif;
  color: #2d2a26;
  letter-spacing: 1px;
  text-transform: uppercase
}

.radio-button {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #b4b0ae;
  background-color: #fff
}

.radio-button:hover {
  border-color: #03adc0
}

.radio-button:focus {
  background-color: #03adc0
}

.radio-button.w--redirected-checked {
  border-color: #03adc0;
  background-color: #fff;
  box-shadow: 0 0 0 -20px transparent
}

.radio-button.quote {
  margin-top: 3px;
  border-color: #524c48;
  background-color: #2d2a26;
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease
}

.radio-button.quote.w--redirected-checked, .radio-button.quote:hover {
  border-color: #03adc0
}

.radio-button.quote.pack {
  border-style: solid;
  border-width: 1px;
  border-color: #03ADC0;
  background-color: #03adc0
}

.radio-button.quote.pack.w--redirected-checked {
  border-width: 4px;
  background-color: #34302d
}

.form-message {
  padding: 65px 60px 80px;
  background-color: #03adc0;
  text-align: center
}

.form-message.error {
  margin-top: 40px;
  background-color: #2d2a26;
  color: #fff
}

.connect-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66%;
  min-height: 450px;
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #03adc0;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  font-family: 'Dense Bold', sans-serif;
  color: #2d2a26;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase
}

.connect-box:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px)
}

.connect-box._2 {
  background-color: 	#029BAC
}

.connect-box._3 {
  background-color: #028A99
}

.connect-box._4 {
  background-color: #028A99
}

.connect-box._5 {
  background-color: #029BAC
}

.connect-box._6 {
  background-color: #03ADC0
}

.icon-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .1);
  font-family: 'Fa solid 900', sans-serif;
  font-size: 36px;
  line-height: 36px
}

.icon-box.alt {
  font-family: 'Fa brands 400', sans-serif
}

.connect-box-text {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  font-family: 'Dense Bold', sans-serif;
  font-size: 72px;
  text-align: left;
  letter-spacing: 3px;
  white-space: nowrap
}

.connect-text {
  font-family: Dense, sans-serif;
  font-size: 21px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none
}

.rotate-box {
  margin-top: 55%;
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: left
}

.connect-heading-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  letter-spacing: 0
}

.connect-div {
  margin-top: 0;
  padding-right: 80px;
  padding-left: 80px
}

.connect-heading {
  color: #2d2a26;
  letter-spacing: 2px;
  text-transform: uppercase
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.testimonial-slider {
  width: 100%;
  height: 100%;
  max-width: 750px;
  background-color: hsla(0, 0%, 86.7%, 0)
}

.mask {
  overflow: visible;
  background-color: transparent;
  box-shadow: none
}

.arrow-left {
  left: -25px;
  top: 0;
  right: auto;
  bottom: 0;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #03adc0;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, .1);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease
}

.arrow-left:hover {
  background-color: #028A99
}

.standard-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  min-height: auto;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #34302d;
  color: #7e7874
}

.author-title {
  margin-bottom: 0;
  opacity: .7;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none
}

.author-title.small {
  opacity: 1;
  color: #7e7874;
  font-size: 12px;
  line-height: 16px
}

.profile-image {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-size: cover
}

.profile-image.not-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #524c48;
  background-image: none;
  font-family: 'Dense Bold', sans-serif;
  color: #34302d;
  font-size: 90px;
  line-height: 60px
}

.test-title {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 22px
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.slide-nav-2 {
  display: none
}

.profile-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.testimonial-slide {
  overflow: hidden;
  margin-right: 50px;
  padding: 0;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, .2);
  border-radius: 5px
}

.arrow-icon {
  color: #1b2d45;
  font-size: 15px
}

.arrow-right {
  left: auto;
  top: 0;
  right: -25px;
  bottom: 0;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #03adc0;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, .1);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease
}

.arrow-right:hover {
  background-color: #028A99
}

.meet-team-box {
  width: 70%;
  padding-left: 20px
}

.story {
  width: 95%;
  text-align: right
}

.footer-right-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.base-footer-text {
  margin-right: 10px
}

.base-footer-text.left {
  padding-right: 10px;
  border-right: 1px solid #b4b0ae
}

.pp-link {
  font-family: 'Inter Light', sans-serif;
  color: #7e7874
}

.pp-link:hover {
  color: #03adc0
}

.author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.author-box.big {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 3px;
  font-size: 14px;
  line-height: 22px
}

.author-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.details-boxes {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both;
  border-bottom: 1px solid rgba(180, 176, 174, .25);
  line-height: 14px
}

.mt40 {
  margin-top: 40px
}

.testimonial {
  margin-bottom: 20px;
  padding: 40px;
  background-color: #34302d;
  font-size: 14px;
  line-height: 20px
}

.disqus {
  margin-top: -10px
}

.story-intro {
  width: 85%;
  float: right
}

.mobile-top-bar {
  display: none
}

.div-block {
  float: right
}

.field-wrapper {
  width: 49%
}

.field-wrapper._100 {
  width: 100%
}

.field-wrapper._100.mb25 {
  margin-bottom: 25px
}

.field-wrapper._100.mt20 {
  margin-top: 20px
}

.field-label {
  margin-bottom: 5px;
  font-family: Dense, sans-serif;
  color: #7e7874;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase
}

.field-label.mt20 {
  margin-top: 20px
}

.field-label.mb20 {
  margin-bottom: 20px
}

.checkbox-field {
  display: inline-block;
  margin-right: 40px;
  -webkit-transition: color .4s ease, -webkit-transform .4s ease;
  transition: color .4s ease, -webkit-transform .4s ease;
  transition: color .4s ease, transform .4s ease;
  transition: color .4s ease, transform .4s ease, -webkit-transform .4s ease;
  color: #7e7874;
  font-size: 14px
}

.checkbox-field:hover {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
  color: #03adc0
}

.checkbox-field.pack-button {
  position: relative;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 8px 30px 9px 40px;
  background-color: #03adc0;
  color: #2d2a26;
  letter-spacing: 1px;
  text-transform: uppercase
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 10px;
  border-color: #524c48;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease
}

.checkbox:hover {
  border-color: #03adc0
}

.checkbox.w--redirected-checked {
  border-color: #03adc0;
  background-color: #03adc0;
  background-size: 12px
}

.checkbox.w--redirected-focus {
  box-shadow: none
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3px;
  margin-bottom: 10px
}

.select-field {
  width: 98%;
  height: 50px;
  border: 1px #000;
  background-color: transparent;
  -webkit-transition: padding .4s ease;
  transition: padding .4s ease;
  color: #7e7874
}

.select-field:hover {
  padding-left: 22px
}

.form-other-field {
  margin-bottom: 5px;
  color: #7e7874;
  font-size: 14px;
  line-height: 20px
}

.form-other-field.mb20 {
  margin-bottom: 20px
}

.package-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #34302d;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  font-size: 14px;
  line-height: 20px
}

.package-item:hover {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px)
}

.pack-item-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 175px;
  height: 175px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d2a26;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease
}

.pack-item-image-box:hover {
  background-color: #03adc0
}

.price-wrap-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px
}

.category-box {
  margin-bottom: 15px;
  padding-top: 30px
}

.item-name {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase
}

.package-links {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #03adc0;
  -webkit-transition: background-color .4s ease, color .4s ease;
  transition: background-color .4s ease, color .4s ease;
  color: #03adc0;
  text-align: left;
  text-transform: uppercase
}

.package-links:hover {
  border-bottom-color: #03adc0;
  background-color: #03adc0;
  color: #fff
}

.form-list {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px
}

.radio-wrapper {
  margin-bottom: 25px
}

.pack-item-info-area {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.name-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #524c48
}

.radio-label {
  position: relative;
  z-index: 2;
  margin-top: 2px;
  margin-left: -30px;
  padding-left: 35px;
  color: #fff
}

.radio-label.delivery {
  margin-top: 0;
  color: #7e7874
}

.checkbox-label {
  margin-top: 2px;
  margin-left: -30px;
  padding-left: 35px;
  color: #fff
}

.package-builder-added-value {
  display: block;
  font-family: 'Dense Bold', sans-serif;
  color: #03adc0;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1px
}

.price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px
}

.price-box.product {
  margin-top: 15px
}

.price-box.temp {
  margin-top: -10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5
}

.dollar-sign {
  font-family: 'Dense Bold', sans-serif;
  color: #03adc0;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1px
}

.item-titles {
  margin-top: 0;
  margin-bottom: 0
}

.package-links-wrap {
  margin-top: 30px
}

.package-left-headings {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #7e7874;
  -webkit-transition: color .4s ease, border-color .4s ease;
  transition: color .4s ease, border-color .4s ease;
  color: #7e7874;
  text-transform: uppercase
}

.package-left-headings:hover {
  border-bottom-color: #fff;
  color: #fff
}

.package-left-headings.estimate {
  margin-top: 40px;
  margin-bottom: 0;
  border: 1px #000;
  color: #03adc0
}

.small-text {
  font-size: 14px;
  line-height: 20px
}

.package-link-titles {
  width: 100%
}

.delivery-map {
  width: 100%;
  margin: 0 -2px
}

.map-box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px
}

.border-left {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  z-index: 2;
  width: 3px;
  height: 100%;
  margin-left: -3px;
  background-color: #2d2a26
}

.border-right {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  margin-right: 1px;
  background-color: #2d2a26
}

.border-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 3px;
  background-color: #2d2a26
}

.border-bottom {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 3px;
  z-index: 2;
  width: 100%;
  height: 5px;
  margin-top: 0;
  background-color: #2d2a26
}

.package-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 10px;
  border-color: #03ADC0;
  border-radius: 0
}

.package-checkbox.w--redirected-checked {
  border-style: none;
  border-color: #03ADC0;
  border-radius: 0;
  background-color: #34302d;
  background-size: 12px
}

.package-checkbox.w--redirected-focus {
  box-shadow: none
}

.collection-headings {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #524c48;
  color: #524c48
}

.collection-headings.mt40 {
  border-bottom-color: #524c48
}

.collection-headings.mt40.on-white:hover {
  color: #2d2a26
}

.collection-headings.on-white {
  border-bottom-color: #e5e5e5;
  color: #2d2a26
}

.collection-headings.on-white:hover {
  color: #2d2a26
}

.collection-headings.on-white.mt-40 {
  margin-top: 40px
}

.collection-headings.on-white.light {
  color: #b4b0ae
}

.blog-image-link-box {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin-bottom: -5px;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .75;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

.blog-image-link-box:hover {
  opacity: 1
}

.blog-image-link-box._2up {
  min-height: 180px;
  margin-bottom: -5px
}

.blog-image-link-box._3up {
  min-height: 120px
}

.blog-item {
  position: relative;
  padding: 30px 30px 80px;
  background-color: #2d2a26
}

.blog-item._2up {
  position: relative;
  width: 48%;
  margin-bottom: 25px;
  padding: 25px 25px 80px
}

.blog-item._3up {
  width: 33.33%;
  margin-bottom: 25px;
  padding: 15px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(82, 76, 72, .5);
  background-color: transparent
}

.blog-date-category-box {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: -5px;
  display: inline-block;
  padding: 12px 15px 0 0;
  float: left;
  background-color: #34302d;
  font-family: Dense, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.blog-date-category-box._2up {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px
}

.blog-date-category-box._3up {
  background-color: #2d2a26;
  font-size: 14px;
  line-height: 21px
}

.blog-date-category-box._3up.on-white {
  background-color: #fff;
  color: #524c48
}

.blog-date-cat-text {
  display: inline-block;
  color: #fff
}

.blog-date-cat-text.cat {
  color: #03adc0
}

.blog-date-cat-text.divide {
  margin-right: 5px;
  margin-left: 5px;
  color: #7e7874
}

.blog-date-cat-text.on-white {
  color: #524c48
}

.blog-title-link-box {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  color: #fff;
  text-transform: uppercase
}

.blog-title-link-box:hover {
  color: #03adc0
}

.blog-post-summary {
  margin-bottom: 25px;
  padding-top: 15px;
  border-top: 1px solid #524c48
}

.blog-post-summary._2up {
  margin-bottom: 15px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px
}

.blog-post-summary._3up {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px
}

.blog-post-summary._3up.on-white {
  border-top-color: #e5e5e5
}

.team-item-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #34302d;
  border-radius: 3px;
  -webkit-transition: padding .5s ease, background-color .5s ease;
  transition: padding .5s ease, background-color .5s ease
}

.team-item-link-box:hover {
  padding-left: 20px;
  background-color: #34302d
}

.team-item-link-box.white {
  border-color: #e5e5e5
}

.team-item-link-box.white:hover {
  background-color: #e5e5e5
}

.team-member-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.team-member-thumb {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 15%;
  background-size: 200%;
  background-repeat: no-repeat
}

.team-member-thumb._3up {
  width: 40px;
  height: 40px;
  margin-top: 3px
}

.team-member-thumb.big {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  background-position: 50% 0;
  background-size: cover
}

.names {
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase
}

.names.smaller {
  font-size: 16px;
  line-height: 18px
}

.names.on-white {
  color: #2d2a26
}

.names.on-white.larger {
  font-size: 28px;
  line-height: 28px
}

.names-wrap {
  margin-top: 5px;
  margin-bottom: -7px;
  text-transform: uppercase
}

.names-wrap.larger {
  margin-bottom: -3px
}

.author-wrap {
  position: absolute;
  left: 30px;
  top: auto;
  right: 0;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.author-wrap._2up {
  left: 25px
}

.author-wrap._3up {
  position: relative;
  left: 0;
  bottom: 0
}

.blog-list-2up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.view-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #524c48;
  border-radius: 50%;
  -webkit-transition: color .5s ease, background-color .5s ease;
  transition: color .5s ease, background-color .5s ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #524c48;
  text-align: center;
  cursor: pointer
}

.view-arrow:hover {
  background-color: #524c48;
  color: #2d2a26
}

.view-arrow.on-white {
  border-color: #b4b0ae;
  color: #b4b0ae
}

.view-arrow.on-white:hover {
  background-color: #b4b0ae;
  color: #e5e5e5
}

.work-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.work-list-flex.mt60 {
  margin-top: 60px
}

.work-list-flex.feature {
  margin-top: 80px;
  margin-bottom: 100px
}

.work-item {
  position: relative;
  overflow: hidden;
  width: 25%;
  min-height: 500px;
  -webkit-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease
}

.work-item:hover {
  z-index: 2;
  box-shadow: 0 0 60px -12px rgba(0, 0, 0, .75)
}

.lightbox-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%
}

.work-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(45, 42, 38, .65);
  color: #fff
}

.work-text {
  margin-bottom: 0;
  color: #b4b0ae
}

.work-base {
  position: relative;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 12%;
  background-color: rgba(45, 42, 38, .8);
  font-size: 13px;
  line-height: 19px
}

.work-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat
}

.base-gradient {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2d2a26));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5)), linear-gradient(180deg, transparent, #2d2a26)
}

.pagination {
  margin-top: 60px
}

.pagination.blog {
  margin-top: 0
}

.pagination.products {
  margin-top: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.blog-list-3up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  font-family: Dense, sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase
}

.link-box:hover {
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0)
}

.link-box.right {
  margin-top: 0;
  font-size: 16px
}

.link-box.right:hover {
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0)
}

.link-box.right.linkedin {
  margin-top: 20px;
  font-family: 'Dense Bold', sans-serif
}

.link-box.products {
  margin-top: 40px
}

.arrows {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 24px
}

.arrows.linkedin {
  margin-top: -5px;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 19px
}

.blog-post-rtf {
  border-bottom: 1px none #e5e5e5
}

.addthis-lower {
  margin-top: -10px;
  margin-left: -15px
}

.work-gallery-list {
  margin-top: 30px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 36px;
  column-gap: 36px
}

.work-gallery-item {
  margin-bottom: 35px;
  -webkit-filter: contrast(80%);
  filter: contrast(80%);
  -webkit-transition: -webkit-filter .5s ease;
  transition: -webkit-filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease
}

.work-gallery-item:hover {
  -webkit-filter: contrast(100%);
  filter: contrast(100%)
}

.case-detail-wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5
}

.case-detail-wraps.last {
  border-bottom-style: none
}

.case-summary {
  margin-top: 20px;
  margin-bottom: 20px
}

.case-details {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: 'Dense Bold', sans-serif;
  text-transform: uppercase
}

.case-details.title {
  width: 70px;
  margin-top: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Dense Bold', sans-serif;
  color: #03adc0;
  text-transform: uppercase
}

.on-white {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  color: #2d2a26
}

.on-white:hover {
  color: #03adc0
}

.products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.product-item {
  position: relative;
  width: 23%;
  min-height: 300px;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  padding: 10px;
  background-color: #f7f7f7
}

.product-image {
  display: block;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill
}

.prices {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #03adc0
}

.product-name {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 22px;
  letter-spacing: .5px
}

.product-summary {
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 16px
}

.product-text-box {
  padding: 0 10px
}

.product-image-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover
}

.product-image-box._4up {
  height: 200px
}

.sub-cat {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: -3px;
  padding: 7px 10px 0;
  background-color: #f7f7f7;
  font-family: Dense, sans-serif;
  color: #7e7874;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase
}

.product-category-box {
  margin-bottom: 0;
  padding-top: 60px
}

.product-category-box.top {
  margin-top: -55px
}

.product-category-box.interested {
  padding-top: 0
}

.smaller-text {
  font-size: 14px;
  line-height: 20px
}

.text-block {
  height: 30px;
  font-family: 'Dense Bold', sans-serif
}

.empty-hide {
  display: none
}

.price {
  color: #03adc0
}

.product-info {
  margin-bottom: 20px
}

.centre-box {
  text-align: center
}

.slider-text {
  color: #b4b0ae
}

.case-studies-4up-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.case-study-item-4up {
  position: relative;
  width: 25%;
  min-height: 400px;
  margin-bottom: 20px;
  padding: 20px 20px 25px;
  -webkit-transition: background-color .4s ease, -webkit-transform .4s ease;
  transition: background-color .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, background-color .4s ease;
  transition: transform .4s ease, background-color .4s ease, -webkit-transform .4s ease;
  font-size: 12px;
  line-height: 18px
}

.case-study-item-4up:hover {
  background-color: #34302d;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px)
}

.case-study-inner-box {
  position: relative;
  min-height: 400px
}

.cs-4p-image-box {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  background-image: url('https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(75%);
  filter: grayscale(75%);
  -webkit-transition: -webkit-filter .5s ease;
  transition: -webkit-filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease
}

.cs-4p-image-box:hover {
  -webkit-filter: none;
  filter: none
}

.cs-4up-titles {
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: uppercase
}

@media screen and (max-width:991px) {
  h1 {
    font-size: 60px;
    line-height: 60px
  }

  h2 {
    font-size: 60px;
    line-height: 50px
  }

  blockquote {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .sections {
    padding-top: 12%;
    padding-right: 80px;
    padding-bottom: 12%
  }

  .sections.footer {
    padding-right: 0;
    padding-left: 0
  }

  .sections.hero-sections {
    padding: 12% 80px
  }

  .sections.page-headers {
    height: 550px;
    min-height: 550px;
    padding-right: 0;
    padding-left: 0
  }

  .sections.page-headers.blogs {
    height: 700px
  }

  .burger-menu {
    text-align: center
  }

  .burger-menu:active {
    color: #fff
  }

  .dropdown-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .dropdown-arrow.in-menu {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    margin-right: 35px
  }

  .dropdown-arrow.faq-down-arrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .dropdown-arrow.cons {
    bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .nav-menu {
    z-index: 2;
    overflow: auto;
    width: 50vw;
    margin-top: 80px;
    background-color: #2d2a26;
    text-align: left
  }

  .navlink {
    width: 100%;
    height: 60px;
    padding-top: 18px;
    border-bottom: 1px solid #524c48;
    border-left-style: none
  }

  .navlink.nav-icons {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-bottom-style: none;
    border-left-style: none
  }

  .navlink.nav-icons.alt.home {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: #524c48
  }

  .dropdown-toggle {
    width: 100%;
    height: 60px;
    padding-top: 18px;
    border-bottom: 1px solid #524c48;
    border-left-style: none
  }

  .menu-button {
    display: block;
    height: 80px;
    min-width: 80px;
    margin-top: 0;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none hsla(0, 0%, 100%, .1);
    background-color: #fff;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    line-height: 80px
  }

  .menu-button:hover {
    background-color: #b4b0ae
  }

  .menu-button.w--open {
    margin-top: -1px;
    background-color: #2d2a26;
    color: #fff
  }

  .flex-block.team {
    margin-top: 60px
  }

  .flex-block.footer {
    margin-left: 80px;
    padding-right: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .flex-block.page-header-wraps {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .flex-block.hero-flexes.mt100 {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .flex-block.meet-team, .flex-block.process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .flex-block.connects {
    margin-top: 0
  }

  .flex-block.text {
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .flex-block.text.product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .flex-block.blog, .flex-block.products, .flex-block.work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .iconav-brand {
    margin-bottom: 20px
  }

  .footer-cols {
    width: 33%;
    margin-bottom: 20px
  }

  .footer-left-col {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #524c48
  }

  .slider {
    height: 900px
  }

  .slide-img.lighting {
    background-position: 81% 50%
  }

  .slide-txt-wrap {
    padding-right: 120px;
    padding-left: 80px
  }

  .faq-item-background {
    height: 50px
  }

  .tab-headings {
    margin-top: 11px
  }

  .faq-down-arrow {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin-top: 2px;
    margin-left: 0;
    padding: 16px
  }

  .team-member {
    min-height: 400px;
    margin-bottom: 50px
  }

  ._25-box, ._25-box.tran {
    width: 50%
  }

  ._25-box.hero-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 6%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  ._25-box.hero-boxes.images.concerts.dev-hide {
    display: none
  }

  ._25-box.hero-boxes.images.concerts.dev-show {
    display: block
  }

  ._25-box.hero-boxes.heading {
    padding-top: 0
  }

  ._25-box.hero-boxes.tran.hide, ._25-box.hero-boxes.tran.hide.desk {
    display: none
  }

  ._25-box.hero-boxes.tran.dev-show {
    display: block
  }

  .view-profile-link-box {
    height: 70px
  }

  ._47-box.dev-100 {
    width: 100%
  }

  .button.dev-fl {
    float: left
  }

  .button.products {
    letter-spacing: 2px
  }

  .services-heading {
      font-size: 65px;
  }

  .services-heading.events {
    margin-top: -160px
  }

  .filler-box {
    width: 80px
  }

  .base-footer {
    margin-left: 80px
  }

  .footer-left-link-boxes {
    margin-right: 20px
  }

  .arrow-boxes.bottom.blue.darker.dev-hide, .arrow-boxes.right.zeus.hide {
    display: none
  }

  .arrow-boxes.bottom.zeus {
    background-color: #2d2a26
  }

  .arrow-boxes.blue.darker.right.dev-show, .arrow-boxes.bottom.zeus.dev-show {
    display: block
  }

  .headers-left {
    margin-top: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .header-right-box {
    max-width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  .header-right-box.home {
    margin-top: -20px
  }

  .page-titles {
    font-size: 60px;
    line-height: 60px
  }

  .page-titles.home-slide {
    display: inline;
    font-size: 55px;
    line-height: 55px
  }

  .page-header-images {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll
  }

  .page-header-images.lighting, .page-header-images.sound {
    background-position: 100% 50%;
    background-attachment: scroll
  }

  .page-header-images.corporate, .page-header-images.staging, .page-header-images.vision {
    background-position: 50% 50%;
    background-attachment: scroll
  }

  .page-header-images.private {
    background-attachment: scroll
  }

  .page-header-images.contact, .page-header-images.equipment-hire, .page-header-images.faqs, .page-header-images.hire-agreement, .page-header-images.our-difference {
    background-position: 50% 50%
  }

  .page-header-overs {
    padding-right: 130px;
    padding-left: 50px
  }

  .page-head-right {
    width: 80px
  }

  .qr-text {
    margin-top: -10px
  }

  .dropdown-lists.w--open {
    position: relative;
    margin-top: 0
  }

  .corner-frame.br.dev-hide, .corner-frame.br.mt-20.hide, .corner-frame.tp.dev-hide {
    display: none
  }

  .heading-frame {
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  .heading-frame.ra {
    text-align: left
  }

  .heading-frame.ra.mb20 {
    float: left
  }

  .heading-frame.la {
    text-align: left
  }

  .heading-frame.la.product {
    margin-left: 0
  }

  .heading-frame.mb20 {
    margin-bottom: 20px
  }

  .heading-frame.hero-slide {
    margin-right: -20px;
    padding-right: 20px;
    text-align: right
  }

  .heading-frame.package {
    width: 100%;
    margin-bottom: 20px
  }

  ._30-box.ra.sticky.dev100-no-stick {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 40px;
    text-align: left
  }

  ._30-box.la.sticky {
    position: relative
  }

  ._30-box.la.sticky.dev-no-stick {
    position: relative;
    top: 0
  }

  ._30-box.la.sticky.dev-no-stick.dev100.mt60 {
    margin-top: 60px
  }

  ._30-box.la.sticky.dev-no-stick.dev100.mt60.work {
    margin-top: 0;
    margin-bottom: 40px
  }

  ._30-box.la.sticky.dev-no-stick.dev100.products {
    margin-bottom: 30px
  }

  ._30-box.la.dev100 {
    width: 100%
  }

  ._30-box.la.process {
    width: auto;
    margin-bottom: 60px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
  }

  ._30-box.dev100 {
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
  }

  ._30-box.sticky {
    position: relative;
    top: 0
  }

  ._30-box.sticky.dev100 {
    width: 100%
  }

  .nm.white-text {
    white-space: break-spaces
  }

  .blue-text.all-caps.fr {
    float: left
  }

  .hero-image-box {
    width: 75%;
    height: 600px;
    margin-right: -40%
  }

  .hero-image-box.alternate {
    height: 600px;
    margin-left: -40%
  }

  .hero-text-box {
    width: 60%
  }

  .inline-list-item {
    padding: 5px 10px
  }

  ._65-box.dev100, ._65-box.flex.dev100 {
    width: 100%
  }

  .fl.pr60 {
    padding-right: 0
  }

  .slider-text-box {
    max-width: 85%;
    margin-top: 20px
  }

  .tagzart-text {
    margin-top: 4px;
    line-height: 15px
  }

  .connect-box {
    min-height: 250px
  }

  .icon-box {
    height: 100px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 24px
  }

  .connect-box-text {
    font-size: 42px
  }

  .connect-text {
    display: none
  }

  .rotate-box {
    margin-top: 50px;
    margin-right: 10px
  }

  .connect-heading-box {
    width: 83.33%
  }

  .testimonial-slider {
    max-width: none
  }

  .arrow-left {
    left: -25px
  }

  .arrow-right {
    right: -25px
  }

  .meet-team-box {
    width: auto;
    margin-left: -20px
  }

  .story {
    width: auto;
    text-align: left
  }

  .author-box {
    padding-bottom: 0
  }

  .testimonial {
    margin-bottom: 20px
  }

  .story-intro {
    width: 100%;
    float: none;
    text-align: left
  }

  .div-block {
    float: left
  }

  .price-box.product {
    margin-top: 10px
  }

  .view-arrow {
    width: 35px;
    height: 35px;
    padding-top: 3px;
    font-size: 13px
  }

  .work-item {
    width: 50%
  }

  .pagination {
    margin-top: 40px
  }

  .pagination.blog {
    margin-bottom: 40px
  }

  .team-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .collection-item, .team-item {
    width: 49%
  }

  .work-gallery-list {
    -webkit-column-gap: 28px;
    column-gap: 28px
  }

  .work-gallery-item {
    margin-bottom: 28px
  }

  .prices {
    font-size: 19px
  }

  .product-name {
    font-size: 18px;
    line-height: 18px
  }

  .product-summary {
    font-size: 10px;
    line-height: 14px
  }

  .product-image-box {
    height: 140px
  }

  .product-image-box._4up {
    height: 125px
  }

  .sub-cat {
    font-size: 14px
  }

  .case-study-item-4up {
    width: 50%
  }
}

@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    line-height: 20px
  }

  h1 {
    font-size: 48px;
    line-height: 48px
  }

  h2 {
    font-size: 50px;
    line-height: 42px;
    letter-spacing: 2px
  }

  h3 {
    font-size: 38px;
    line-height: 32px
  }

  h4 {
    font-size: 30px;
    line-height: 26px
  }

  h5 {
    font-size: 24px
  }

  h6 {
    font-size: 20px
  }

  blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    line-height: 24px
  }

  .sections, .sections.hero-sections {
    padding-right: 60px;
    padding-left: 60px
  }

  .sections.hero-sections.events {
    padding-left: 60px
  }

  .sections.page-headers.blogs {
    height: 600px
  }

  .sections.page-headers.products {
    min-height: 700px;
    padding-top: 0
  }

  .dropdown-arrow.in-menu {
    margin-top: 0;
    margin-right: 25px
  }

  .dropdown-arrow.cons {
    bottom: 10px
  }

  .nav-menu {
    width: 65vw;
    margin-top: 60px
  }

  .brand, .brand.w--current {
    height: 60px
  }

  .navlink {
    height: 50px;
    padding-top: 15px
  }

  .navlink.nav-icons.alt.home {
    width: 100%;
    height: 50px;
    border-bottom-style: solid
  }

  .dropdown-toggle {
    height: 50px;
    padding-top: 15px
  }

  .menu-button {
    height: 60px;
    min-width: 60px;
    padding-top: 21px
  }

  .menu-button.w--open {
    margin-top: 0
  }

  .navbar {
    height: 60px
  }

  .flex-block.footer {
    margin-left: 60px;
    padding: 60px
  }

  .flex-block.hero-flexes {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .flex-block.text.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .iconav-brand {
    padding-left: 0
  }

  .slider {
    height: 800px;
    min-height: auto
  }

  .slide-img.lighting {
    background-position: 65% 50%
  }

  .slide-txt-wrap {
    padding-right: 60px;
    padding-left: 60px
  }

  .faq-item-background {
    padding-left: 0
  }

  .tab-headings {
    font-size: 20px;
    letter-spacing: 0
  }

  .faq-down-arrow {
    margin-left: -17px
  }

  .team-member {
    min-height: 325px;
    margin-bottom: 40px
  }

  .team-member-overlay {
    padding-bottom: 70px;
    padding-left: 20px
  }

  .team-member-overlay:hover {
    padding-bottom: 80px
  }

  ._25-box.hero-boxes {
    height: 350px;
    padding-top: 4%
  }

  .icons.view-profile {
    width: 45px;
    height: 20px;
    margin-right: 15px;
    margin-bottom: 1px;
    font-size: 20px
  }

  .view-profile-link-box {
    height: 50px;
    padding-left: 10px
  }

  ._47-box.prduct-cols {
    width: 100%
  }

  .button.white-outline.al.smaller {
    padding-top: 12px;
    padding-bottom: 9px
  }

  .services-heading {
    z-index: 5;
    font-size: 90px
  }

  .quote-request {
    width: 60px;
    height: 60px;
    padding-top: 25px;
    font-size: 20px
  }

  .filler-box {
    width: 60px
  }

  .base-footer {
    height: 100px;
    margin-left: 60px;
    padding-top: 15px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .google-map {
    height: 500px
  }

  .arrow-boxes {
    width: 24px;
    height: 24px;
    margin-top: 105px;
    margin-left: -12px
  }

  .arrow-boxes.up {
    margin-top: -12px
  }

  .arrow-boxes.bottom.zeus.dev-show {
    margin-bottom: -12px
  }

  .arrow-boxes.blue.darker.right.dev-show {
    margin-right: -12px
  }

  .right-arrow {
    bottom: 60px;
    width: 60px;
    height: 60px
  }

  .left-arrow {
    width: 60px;
    height: 60px
  }

  .header-right-box.home {
    margin-top: -5px
  }

  .page-titles {
    text-align: right
  }

  .page-titles.home-slide {
    font-size: 48px;
    line-height: 48px
  }

  .page-header-images.staging {
    background-position: 50% 50%
  }

  .page-header-overs {
    padding-right: 100px
  }

  .page-head-right, .page-head-right.zeus {
    width: 60px
  }

  .qr-text {
    margin-top: -22px
  }

  .quote-request-text-box {
    width: 60px;
    margin-top: 60px
  }

  .heading-frame.hero-slide {
    text-align: right
  }

  .nm.white-text {
    position: relative
  }

  .hero-image-box {
    width: 100%;
    height: 400px;
    margin-right: 0
  }

  .hero-image-box.alternate {
    height: 400px;
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .hero-text-box {
    width: 100%
  }

  ._65-box.flex.dev100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .profile-button-text {
    margin-bottom: 0;
    font-size: 20px
  }

  .process-box {
    width: 100%;
    min-height: 400px;
    padding: 60px
  }

  .big-numbers {
    margin-left: 44px
  }

  .list-item-point-box {
    line-height: 22px
  }

  .profile-thumb.in-header {
    width: 60px;
    height: 60px;
    margin-top: 4px;
    margin-left: 10px
  }

  .hero-box-text, .hero-box-text.light-grey {
    font-size: 12px;
    line-height: 16px
  }

  .tagzart-design-link-box {
    width: 80px;
    margin-top: 5px
  }

  .footer-flex-left {
    width: 100%
  }

  .form-fields {
    width: 100%;
    margin-bottom: 10px
  }

  .form-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .form-row.quote {
    margin-bottom: 0
  }

  .radio-button.quote {
    margin-top: 1px
  }

  .connect-box {
    min-height: 190px
  }

  .icon-box {
    height: 70px;
    padding-bottom: 6px;
    font-size: 20px
  }

  .rotate-box {
    margin-top: 30px
  }

  .connect-heading-box {
    width: 100%;
    height: 60px
  }

  .connect-div {
    padding-right: 60px;
    padding-left: 60px
  }

  .arrow-left {
    left: -20px;
    width: 40px;
    height: 40px
  }

  .standard-paragraph {
    font-size: 16px;
    line-height: 23px
  }

  .slide-wrap {
    padding: 90px 50px
  }

  .profile-image {
    width: 50px;
    height: 50px;
    margin-right: 15px
  }

  .test-title {
    margin-bottom: 3px;
    font-size: 16px
  }

  .arrow-right {
    right: -20px;
    width: 40px;
    height: 40px
  }

  .footer-right-flex {
    width: 100%;
    margin-top: 5px
  }

  .author-box.big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 18px
  }

  .field-wrapper {
    width: 100%;
    margin-bottom: 10px
  }

  .checkbox-field {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px
  }

  .checkbox {
    margin-top: 1px
  }

  .checkbox-wrapper {
    margin-top: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .blog-image-link-box {
    min-height: 250px
  }

  .blog-image-link-box._2up {
    min-height: 120px
  }

  .blog-item._2up {
    padding: 20px 20px 110px
  }

  .blog-item._3up {
    width: 50%
  }

  .blog-date-category-box._2up {
    font-size: 14px;
    line-height: 20px
  }

  .blog-post-summary._2up {
    font-size: 12px;
    line-height: 15px
  }

  .team-member-thumb {
    width: 40px;
    height: 40px
  }

  .team-member-thumb.big {
    margin-bottom: 30px
  }

  .names-wrap {
    margin-top: 3px
  }

  .author-wrap._2up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .work-item {
    width: 100%;
    min-height: 400px
  }

  .work-overlay {
    padding: 10%
  }

  .work-base {
    padding: 8%
  }

  .team-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .collection-item, .team-item {
    width: 100%
  }

  .work-gallery-list {
    -webkit-column-gap: 22px;
    column-gap: 22px
  }

  .work-gallery-item {
    margin-bottom: 22px
  }

  .product-item {
    width: 48%
  }

  .product-image-box, .product-image-box._4up {
    height: 200px
  }

  .prduct-image {
    margin-bottom: 40px
  }
}

@media screen and (max-width:479px) {

  .services-heading {
      z-index: 5;
      font-size: 35px;
  }

  h1 {
    font-size: 38px;
    line-height: 42px
  }

  h2 {
    font-size: 42px;
    line-height: 35px
  }

  h6 {
    line-height: 20px
  }

  .sections {
    padding-right: 30px;
    padding-left: 30px
  }

  .sections.hero-sections {
    padding: 16% 30px
  }

  .sections.hero-sections.events {
    padding-bottom: 16%;
    padding-left: 30px
  }

  .sections.our-story, .sections.white {
    padding-right: 30px
  }

  .sections.testimonials {
    padding-right: 30px;
    padding-bottom: 20%
  }

  .sections.darker {
    padding-right: 30px
  }

  .sections.home-slide {
    padding-right: 0
  }

  .dropdown-arrow.in-menu {
    margin-top: 0
  }

  .dropdown-arrow.cons {
    bottom: 5px;
    font-size: 13px
  }

  .nav-menu {
    width: 75vw;
    margin-top: 100px
  }

  .brand, .brand.w--current {
    margin-left: 20px
  }

  .navlink {
    height: 50px;
    padding-top: 15px
  }

  .navlink.nav-icons {
    width: 40px;
    height: 40px;
    padding: 10px 0;
    text-align: center
  }

  .navlink.nav-icons.alt.home {
    height: 50px;
    padding-top: 13px;
    padding-left: 25px;
    text-align: left
  }

  .navlink.nav-icons.top-bar {
    width: 40px;
    height: 40px;
    margin-top: -1px;
    padding-top: 9px;
    padding-left: 3px;
    border-right: 1px solid hsla(0, 0%, 100%, .1)
  }

  .dropdown-toggle {
    height: 50px;
    padding-top: 15px
  }

  .navbar {
    height: 100px;
    margin-top: 0;
    padding-top: 40px;
    border-top: 1px none hsla(0, 0%, 100%, .1)
  }

  .flex-block.footer {
    margin-left: 30px;
    padding: 30px
  }

  .flex-block.text, .flex-block.work {
    margin-right: 0
  }

  .footer-cols {
    width: 50%
  }

  .footer-links {
    letter-spacing: 1px
  }

  .slide-img.lighting {
    background-position: 58% 50%
  }

  .slide-txt-wrap {
    padding-right: 40px;
    padding-left: 20px
  }

  .faq-item-background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 0
  }

  .tab-headings {
    width: 80%;
    margin-top: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 18px;
    line-height: 18px
  }

  .faq-down-arrow {
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-left: auto;
    padding: 18px
  }

  .tab-item-content {
    padding-right: 20px;
    padding-left: 0
  }

  .faq-text-boxes {
    margin-top: 20px
  }

  .team-member {
    width: 100%;
    min-height: 350px
  }

  .team-member-overlay {
    padding-bottom: 80px;
    padding-left: 30px
  }

  .team-member-overlay:hover {
    padding-bottom: 90px
  }

  ._25-box.hero-boxes {
    height: 300px
  }

  .icons.view-profile {
    width: 55px;
    font-size: 24px
  }

  .view-profile-link-box {
    height: 60px;
    padding-left: 15px
  }

  .button {
    padding-top: 12px;
    padding-bottom: 9px
  }

  .button.white-outline.al.smaller {
    padding: 8px 15px 5px;
    text-align: center
  }

  .button.pageination {
    margin-bottom: 5px
  }

  .button.pageination.product {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px
  }

  .button.products {
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: 1px
  }

  .all-caps.white-text.heroes {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: .5px
  }

  .all-caps.collect-headings {
    margin-top: 0;
    margin-bottom: 0
  }

  .quote-request {
    border-top: 1px none #028A99
  }

  .filler-box {
    width: 30px
  }

  .base-footer {
    height: auto;
    margin-left: 30px;
    padding-top: 25px;
    padding-bottom: 20px
  }

  .google-map {
    height: 400px
  }

  .page-titles {
    font-size: 48px;
    line-height: 48px
  }

  .page-titles.home-slide {
    font-size: 42px;
    line-height: 42px
  }

  .page-header-overs {
    padding-right: 50px;
    padding-left: 30px
  }

  .page-head-right {
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: auto;
    margin-top: 100px
  }

  .page-head-right.zeus {
    width: 30px
  }

  .quote-request-text-box {
    display: none
  }

  .heading-frame.mb20 {
    padding-right: 0
  }

  .hero-image-box, .hero-image-box.alternate, .hero-image-box.cases.alternate {
    height: 300px
  }

  .profile-button-text {
    font-size: 24px
  }

  .difference-boxes {
    margin-bottom: 20px
  }

  .process-box {
    min-height: 375px;
    padding: 30px
  }

  .big-numbers {
    margin-left: 17px;
    font-size: 120px;
    line-height: 100px
  }

  .list-item-flex-block {
    margin-bottom: -10px
  }

  .profile-thumb {
    width: 200px;
    height: 200px
  }

  .hero-box-text {
    line-height: 14px
  }

  .hero-box-text.light-grey {
    margin-bottom: -5px;
    line-height: 15px
  }

  .footer-flex-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .radio-button-field {
    float: none
  }

  .connect-box {
    min-height: 150px
  }

  .icon-box {
    height: 55px;
    font-size: 16px
  }

  .connect-box-text {
    font-size: 32px
  }

  .rotate-box {
    margin-top: 18px
  }

  .connect-heading-box {
    height: 50px;
    font-size: 14px
  }

  .connect-div {
    padding-right: 30px;
    padding-left: 30px
  }

  .connect-heading {
    font-size: 16px;
    letter-spacing: 1px
  }

  .profile-block {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .standard-paragraph {
    font-size: 14px;
    line-height: 18px
  }

  .slide-wrap {
    padding: 38px
  }

  .author-title {
    font-size: 12px;
    line-height: 16px
  }

  .profile-image {
    margin-bottom: 5px
  }

  .footer-right-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .base-footer-text.left {
    border-right-style: none
  }

  .testimonial {
    margin-bottom: 25px;
    padding: 25px
  }

  .mobile-top-bar {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin-top: -40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
  }

  .top-bar-left {
    position: relative;
    height: 40px
  }

  .top-bar-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #03adc0;
    font-family: 'Dense Bold', sans-serif;
    color: #2d2a26;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase
  }

  .top-bar-right:hover {
    background-color: #028A99
  }

  .blog-image-link-box {
    min-height: 200px
  }

  .blog-image-link-box._2up {
    min-height: 150px
  }

  .blog-item {
    padding: 20px 20px 70px
  }

  .blog-item._2up {
    width: 100%;
    padding-bottom: 70px
  }

  .blog-item._3up {
    padding: 10px
  }

  .blog-date-category-box._3up {
    line-height: 16px
  }

  .blog-post-summary._3up {
    font-size: 10px;
    line-height: 13px
  }

  .team-member-thumb._3up {
    display: none
  }

  .team-member-thumb.big {
    width: 125px;
    height: 125px;
    margin-bottom: 15px
  }

  .names.smaller {
    line-height: 13px
  }

  .names-wrap._3up {
    margin-bottom: -3px;
    line-height: 15px
  }

  .author-wrap._2up {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .blog-list-2up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .blog-list-3up {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px
  }

  .work-gallery-list {
    -webkit-column-count: 1;
    column-count: 1
  }

  .work-gallery-item {
    margin-bottom: 16px
  }

  .products-wrapper {
    margin-top: -10px
  }

  .product-image-box {
    height: 140px
  }

  .product-image-box._4up {
    height: 100px
  }

  .case-studies-4up-wrapper {
    margin-right: 0;
    margin-left: 0
  }

  .case-study-item-4up {
    width: 100%
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b19d46174388_fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b1feb0174384_fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b13ca3174387_fa-solid-900.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Evogria';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b1629617439e_Evogria.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Inter Regular';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b12f7b1743a5_Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Inter Thin';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b155be1743a7_Inter-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Inter Extra Light';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b17a171743a2_Inter-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Inter Semi Bold';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b1939b1743a6_Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Inter Bold';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b1b22d1743a0_Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Inter Medium';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b19a2f1743a4_Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Inter Light';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b127b41743a3_Inter-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Dense';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b101721743b5_Dense-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Dense Bold';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b173831743b6_Dense%20W01%20Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Dense Thin';
  src: url('https://uploads-ssl.webflow.com/5fdacf8c63b6b172b6174351/5fdacf8c63b6b183461743b7_Dense%20W01%20Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
