@import url("/static/fonts/source-sans-pro.css");
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0;
}
.pure-g.with-inset:not(.services):not(.instagram) {
  margin: 0 auto;
}
.pure-g.with-inset:not(.services):not(.instagram).home-hero {
  padding: 0 40px;
}
@media (max-width: 549.98px) {
  .pure-g.with-inset:not(.services):not(.instagram).home-hero {
    padding: 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .pure-g.with-inset:not(.services):not(.instagram) {
    padding: 0 130px;
  }
}
@media (min-width: 550px) and (max-width: 767.98px) {
  .pure-g.with-inset:not(.services):not(.instagram) {
    padding: 0 70px;
  }
}
@media (max-width: 549.98px) {
  .pure-g.with-inset:not(.services):not(.instagram) {
    padding: 0 25px;
  }
}
.pure-g.with-inset:not(.services):not(.instagram):not(.home-hero):not(.contactPerson) {
  max-width: 1200px;
}
.center {
  justify-content: center;
}
.center-text {
  text-align: center;
}
*[data-filter-identifier] {
  display: none;
}
p:empty {
  display: none;
}
:any-link {
  color: #131b2e;
  text-decoration: none;
}
.lightbox {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hide-tablet {
    display: none !important;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
h1, .h1 {
  font-size: 52px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 1.15;
  }
}
h2, .h2 {
  font-size: 42px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 1.15;
  }
}
h3, .h3 {
  font-size: 36px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 1.15;
  }
}
h4, .h4 {
  font-size: 30px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 1.15;
  }
}
h5, .h5 {
  font-size: 28px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: 26px;
    line-height: 1.15;
  }
}
h6, .h6 {
  font-size: 26px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  h6, .h6 {
    font-size: 24px;
    line-height: 1.15;
  }
}
.firstRow {
  color: #131b2e;
}
.secondRow {
  color: #00a0b9;
}
p, span, label, ul, li {
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  p, span, label, ul, li {
    font-size: 16px;
    line-height: 1.2;
  }
}
.large-text {
  font-size: 24px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .large-text {
    font-size: 18px;
    line-height: 1.15;
  }
}
p {
  margin-block-start: 12px;
  margin-block-end: 12px;
}
.column-text {
  background-color: white;
}
.image-container .img-block {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-container.widthLimited {
  align-self: center;
  width: 100%;
}
.top-menu {
  background-color: #ffffff;
  padding-top: 30px;
  height: 60px;
}
@media (max-width: 767.98px) {
  .top-menu {
    padding-top: 36px;
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .top-menu {
    padding-top: 25px;
    height: 65px;
  }
}
.top-menu object {
  pointer-events: none;
}
.top-menu .logo-item a {
  margin-top: -15px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .top-menu .logo-item a {
    margin-top: -4px;
  }
}
.top-menu .logo {
  height: 60px;
  width: auto;
}
@media (max-width: 767.98px) {
  .top-menu .logo {
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .top-menu .logo {
    height: 50px;
  }
}
.top-menu .spacer {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .top-menu .spacer:first-of-type {
    flex-grow: 0;
    width: 13px;
  }
}
.top-menu .menu-item {
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .top-menu .menu-item:not(.logo-item) {
    display: none;
  }
}
.top-menu .top-item, .top-menu .logo-item {
  display: inline-flex;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}
.top-menu .top-item a, .top-menu .top-item a:active, .top-menu .top-item a:hover, .top-menu .top-item a:visited {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 6px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #131b2e;
  position: relative;
  z-index: 1;
  transition: border-color 0.1s;
}
.top-menu .top-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top center;
  background: #e3e3e3;
  z-index: -1;
  transition: transform 0.15s linear;
  transition-delay: 0.15s;
  border-top: 5px solid transparent;
}
.top-menu .top-item:hover > a::after, .top-menu .top-item.maybe-open-if-you-want > a::after, .top-menu .top-item > a.active::after, .top-menu .top-item > a:active::after {
  transform: scaleY(1);
  transition-delay: 0s;
}
.top-menu .top-item:hover > a:after, .top-menu .top-item.maybe-open-if-you-want > a:after, .top-menu .top-item > a.active:after {
  border-color: #131b2e;
}
.top-menu .item-content {
  position: absolute;
  background-color: #e3e3e3;
  left: 0;
  top: 90px;
  right: 0;
  transition: clip-path 0.15s linear, visibility 0.15s linear;
  transition-delay: 0s;
  clip-path: inset(0 0 100% 0);
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  visibility: hidden;
  justify-content: space-evenly;
  z-index: 101;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .top-menu .item-content {
    top: 90px;
  }
}
.top-menu .item-content .sub-item {
  display: inline-flex;
  flex-direction: column;
}
.top-menu .item-content .sub-item:hover, .top-menu .item-content .active, .top-menu .item-content .active > .text {
  color: #00a0b9;
}
.top-menu .item-content .icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .top-menu .item-content .icon {
    width: 60px;
    height: 60px;
  }
}
.top-menu .item-content .icon object {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.top-menu .item-content .sub-item:hover .icon object, .top-menu .item-content .active .icon object {
  filter: invert(42%) sepia(73%) saturate(2349%) hue-rotate(158deg) brightness(95%) contrast(101%);
}
.top-menu .item-content .text {
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
.top-menu .top-item:hover .item-content, .top-menu .top-item.maybe-open-if-you-want .item-content {
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transition-delay: 0.15s;
  z-index: 201;
}
.top-menu .top-item > a.active + .item-content {
  transition-delay: 0s;
}
.top-menu .logo-item > a {
  border: none;
}
.top-menu .burger-item {
  width: 27px;
  height: 19px;
  margin-right: 13px;
  background-image: url("/static/images/burger.svg");
  background-repeat: no-repeat;
  margin-top: -7px;
}
.top-menu-dark {
  background-color: #131b2e;
  color: #ffffff;
}
.top-menu-dark .top-item a, .top-menu-dark .top-item a:active, .top-menu-dark .top-item a:hover, .top-menu-dark .top-item a:visited {
  color: #ffffff;
  transition: color 0.5s ease-out;
}
.top-menu-dark .top-item:hover a, .top-menu-dark .top-item:hover a:active, .top-menu-dark .top-item:hover a:hover, .top-menu-dark .top-item:hover a:visited, .top-menu-dark .top-item.maybe-open-if-you-want a, .top-menu-dark .top-item.maybe-open-if-you-want a:active, .top-menu-dark .top-item.maybe-open-if-you-want a:hover, .top-menu-dark .top-item.maybe-open-if-you-want a:visited {
  color: #131b2e;
}
.top-menu-dark .top-item:hover > a:after, .top-menu-dark .top-item.maybe-open-if-you-want > a:after, .top-menu-dark .top-item > a.active:after {
  border-color: #ffffff;
}
.top-menu-dark .item-content .text {
  color: #131b2e;
}
.top-menu-dark .sub-item:hover .text, .top-menu-dark .sub-item.active .text {
  color: #00a0b9;
}
.top-menu-dark .burger-item {
  background-image: url("/static/images/burger-white.svg");
}
.sticky-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.sticky-spacer {
  width: 100%;
  height: 90px;
}
@media (max-width: 767.98px) {
  .sticky-spacer {
    height: 72px;
  }
}
.burger-menu {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  margin-left: auto;
  max-width: 320px;
  z-index: 101;
  display: flex;
  flex-direction: row;
  align-items: center;
  transform: translateX(150vw);
  transition: transform 0.5s;
}
.burger-menu ul {
  list-style: none;
}
.burger-menu li {
  padding-bottom: 20px;
}
.burger-menu a, .burger-menu a:active, .burger-menu a:hover, .burger-menu a:visited {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}
.burger-menu .top-level a, .burger-menu .top-level a:active, .burger-menu .top-level a:hover, .burger-menu .top-level a:visited {
  font-size: 26px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .burger-menu .top-level a, .burger-menu .top-level a:active, .burger-menu .top-level a:hover, .burger-menu .top-level a:visited {
    font-size: 24px;
    line-height: 1.15;
  }
}
.burger-menu .top-level:not(.active) .dropdown {
  transform: rotate(270deg);
}
.burger-menu .top-level ul {
  padding-left: 20px;
  margin-top: 15px;
}
.burger-menu .second-level a, .burger-menu .second-level a:active, .burger-menu .second-level a:hover, .burger-menu .second-level a:visited {
  font-size: 24px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .burger-menu .second-level a, .burger-menu .second-level a:active, .burger-menu .second-level a:hover, .burger-menu .second-level a:visited {
    font-size: 18px;
    line-height: 1.15;
  }
}
.burger-menu .second-level .active {
  text-decoration: underline;
}
.burger-menu .dropdown {
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/static/images/dropdown.svg");
  background-position: center;
  right: 15px;
  margin-top: 2px;
  transform: rotate(360deg);
  transition: transform 0.5s;
  cursor: pointer;
}
.burger-menu .burger-menu-close-button {
  position: absolute;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/static/images/close.svg");
  top: 25px;
  right: 15px;
}
.burger-menu.visible {
  transform: translateX(0vw);
}
@media screen and (max-height: 405px) {
  .burger-menu ul {
    max-height: 60%;
  }
  .burger-menu li {
    padding-bottom: 10px;
  }
  .burger-menu .top-level .dropdown {
    margin-top: 0;
  }
  .burger-menu .second-level li {
    padding-bottom: 5px;
  }
}
@media screen and (min-height: 406px) and (max-height: 485px) {
  .burger-menu ul {
    max-height: 70%;
  }
  .burger-menu li {
    padding-bottom: 10px;
  }
  .burger-menu .top-level .dropdown {
    margin-top: 0;
  }
  .burger-menu .second-level li {
    padding-bottom: 5px;
  }
}
@media screen and (min-height: 486px) and (max-height: 650px) {
  .burger-menu ul {
    max-height: 80%;
  }
  .burger-menu li {
    padding-bottom: 15px;
  }
  .burger-menu .top-level .dropdown {
    margin-top: 0;
  }
  .burger-menu .second-level li {
    padding-bottom: 10px;
  }
}
.contactPerson {
  display: flex;
  justify-content: center;
  background-color: #131b2e;
}
.contactPerson .container {
  max-width: 1200px;
}
.contactPerson .container .title {
  font-size: 52px;
  line-height: 1.15;
  color: #ffffff;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 110px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .contactPerson .container .title {
    font-size: 42px;
    line-height: 1.15;
  }
}
.contactPerson .container .content {
  margin-bottom: 100px;
}
.contactPerson .container .data {
  color: #ffffff;
}
.contactPerson .container .data .headline {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .contactPerson .container .data .headline {
    font-size: 30px;
    line-height: 1.15;
  }
}
.contactPerson .container .data .name {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .contactPerson .container .data .name {
    font-size: 28px;
    line-height: 1.15;
  }
}
.contactPerson .container .data .jobDescription {
  font-weight: 600;
  margin-bottom: 25px;
}
.contactPerson .container .data .phoneNumber {
  margin-bottom: 60px;
}
.contactPerson .container .data .jobDescription, .contactPerson .container .data .email, .contactPerson .container .data .phoneNumber {
  font-size: 24px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .contactPerson .container .data .jobDescription, .contactPerson .container .data .email, .contactPerson .container .data .phoneNumber {
    font-size: 18px;
    line-height: 1.15;
  }
}
.contactPerson .container .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
}
.contactPerson .container .buttons {
  display: flex;
  flex-direction: row;
}
.contactPerson .container .buttons .button-tel {
  display: none;
}
.contactPerson a, .contactPerson a:active, .contactPerson a:hover, .contactPerson a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contactPerson a:active, .contactPerson a:hover {
  color: #00a0b9;
}
@media (max-width: 767.98px) and (min-width: 381px) {
  .contactPerson .content .data .phoneNumber {
    margin-bottom: 30px !important;
  }
  .contactPerson .show-mobile {
    display: none !important;
  }
  .contactPerson .hide-mobile {
    display: flex !important;
  }
}
@media (max-width: 767.98px) {
  .contactPerson .container .title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 1.15;
  }
  .contactPerson .container .content {
    margin-bottom: 25px;
  }
  .contactPerson .container .content .data {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contactPerson .container .content .data .headline {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 35px;
    order: 1;
    text-align: center;
  }
  .contactPerson .container .content .data .image {
    order: 2;
    height: 250px;
    width: 150px;
  }
  .contactPerson .container .content .data .name {
    order: 3;
  }
  .contactPerson .container .content .data .jobDescription {
    font-weight: 400;
    margin-bottom: 10px;
    order: 4;
  }
  .contactPerson .container .content .data .email {
    font-size: 18px;
    line-height: 1.3;
    order: 5;
  }
  .contactPerson .container .content .data .phoneNumber {
    font-size: 18px;
    line-height: 1.3;
    order: 6;
    margin-bottom: 0px;
  }
  .contactPerson .container .buttons {
    margin-bottom: 40px;
    order: 7;
    justify-content: center;
  }
  .contactPerson .container .buttons .button-tel {
    display: block;
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .contactPerson .container .title {
    font-size: 36px;
    line-height: 1.15;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .contactPerson .container .content .data .headline {
    font-size: 28px;
    line-height: 1.15;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .contactPerson .container .content .data .email {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .contactPerson .container .content .data .phoneNumber {
    font-size: 16px;
    line-height: 1.2;
  }
}
.button {
  display: inline-block;
  padding: 5px 34px;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #00a0b9;
  border: 3px solid #00a0b9;
  background-color: #ffffff;
  transition: background-color 0.25s ease-out, border 0.25s ease-out, color 0.25s ease-out;
}
@media (max-width: 767.98px) {
  .button {
    font-size: 16px;
    line-height: 1.2;
  }
}
.button:hover {
  background-color: #00a0b9;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .button {
    border-width: 2px;
    font-size: 24px;
    line-height: 1.15;
    padding: 8px 15px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .button {
    font-size: 18px;
    line-height: 1.15;
  }
}
.secondary-btn {
  background-color: #00a0b9;
  color: #ffffff;
}
.secondary-btn:hover {
  background-color: #ffffff;
  color: #00a0b9;
  text-decoration: none !important;
}
.dark-bg-btn {
  border-color: #ffffff;
  background-color: #131b2e;
  color: #ffffff;
}
.dark-bg-btn:hover {
  border-color: #00a0b9;
  background-color: #131b2e;
  color: #00a0b9;
}
.light-bg-btn {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #131b2e;
}
.light-bg-btn:hover {
  border-color: #ffffff;
  background-color: #00a0b9;
  color: #ffffff;
}
.filter-btn {
  font-size: 18px;
  line-height: 1.3;
  border-color: #e3e3e3;
  background-color: #e3e3e3;
  color: #131b2e;
  font-weight: 400;
  padding: 3px 15px;
}
@media (max-width: 767.98px) {
  .filter-btn {
    font-size: 16px;
    line-height: 1.2;
  }
}
.filter-btn:hover, .filter-btn.active {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
  color: #ffffff;
}
.float-right {
  float: right;
}
.home-hero {
  background-color: #131b2e;
  color: #ffffff;
  height: calc(100vh - 200px - 90px);
  align-content: flex-end;
}
.home-hero h1 {
  text-transform: uppercase;
}
@media (max-width: 354.98px) {
  .home-hero h1 {
    font-size: 20px;
  }
}
.home-hero p {
  font-size: 28px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .home-hero p {
    font-size: 26px;
    line-height: 1.15;
  }
}
.home-hero a {
  margin-bottom: 64px;
}
@media (max-width: 499.98px) {
  .home-hero a {
    margin-bottom: 10px;
  }
}
.home-hero a:first-of-type {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .home-hero a:first-of-type {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .home-hero {
    height: calc(100vh - 144px - 72px);
  }
}
.home-animation-container {
  width: calc(100vw - var(--scrollbar-width)) !important;
}
.home-video-container {
  overflow: hidden;
}
.home-video-container, .home-video-inner-container, .home-video {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0px;
  object-fit: cover;
  z-index: 99;
  pointer-events: none;
}
.home-video {
  background-color: #00a0b9;
}
.home-video-container, .home-video-inner-container {
  display: none;
}
.second-menu {
  opacity: 0;
  display: none;
}
.second-menu .sticky-spacer {
  display: none;
}
.home-mac-animation {
  position: relative;
}
.home-mac-animation .mac {
  width: 100%;
  height: auto;
}
.home-mac-animation .text-container {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 30%;
  align-items: center;
  overflow: hidden;
}
.home-mac-animation .text-container .animation-text {
  font-size: 42px;
  line-height: 1.15;
  white-space: nowrap;
  padding-left: 40vw;
}
@media (max-width: 767.98px) {
  .home-mac-animation .text-container .animation-text {
    font-size: 36px;
    line-height: 1.15;
  }
}
@media (max-width: 767.98px) {
  .home-mac-animation .text-container .animation-text {
    font-size: 30px;
    line-height: 1.15;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .home-mac-animation .text-container .animation-text {
    font-size: 28px;
    line-height: 1.15;
  }
}
.home-mac-animation .text-container .animation-text.firstRow {
  color: #0C0C0C;
}
.home-mac-animation .clip-text {
  clip-path: inset(0px 26vw 0px 27.73vw);
}
@media screen and (max-height: 490px) and (orientation: landscape) {
  .home-hero {
    height: calc(100vh - 44px);
  }
  .home-hero .home-hero-container {
    margin-bottom: 30px;
  }
}
@media screen and (max-height: 490px) and (min-width: 790px) and (max-width: 850px) {
  .home-hero {
    height: calc(100vh - 90px);
  }
  .home-hero .home-hero-container {
    margin-bottom: 5px;
  }
}
@media screen and (min-height: 640px) and (max-height: 1024px) and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
  .home-hero {
    height: calc(100vh - 208px - 90px);
  }
}
@media screen and (min-height: 490px) and (max-height: 700px) and (min-width: 768px) and (orientation: landscape) {
  .hide-ls-logo-slider {
    display: none;
  }
  .home-hero {
    height: calc(100vh - 90px);
  }
}
@media screen and (min-height: 700px) and (max-height: 785px) and (min-width: 1024px) and (orientation: landscape) {
  .home-hero a {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 450px) and (orientation: landscape) {
  .home-hero a {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait) {
  .home-hero {
    height: calc(100vh - 208px - 90px);
  }
}
@media screen and (min-width: 330px) and (max-width: 400px) and (min-height: 750px) and (max-height: 850px) {
  .home-hero a:last-child {
    margin-bottom: 110px;
  }
}
.project-header {
  width: 100%;
}
.project-header .project-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-header .project-client-url {
  color: #ffffff;
}
.project-header .project-client-url:hover {
  color: #00a0b9;
}
.project-header-details {
  background-color: #131b2e !important;
  color: white;
  padding: 56px 0;
}
.project-header-details img {
  width: 100%;
}
.project-header-details span {
  font-size: 24px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .project-header-details span {
    font-size: 18px;
    line-height: 1.15;
  }
}
.project-header-details .project-title {
  font-size: 30px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .project-header-details .project-title {
    font-size: 28px;
    line-height: 1.15;
  }
}
.project-header-details .project-desc {
  padding: 32px 0;
}
@media (max-width: 767.98px) {
  .project-header-details .project-desc {
    padding: 16px 0;
  }
}
.project-header-details .project-metadata-container {
  justify-content: center;
}
@media (max-width: 767.98px) {
  .project-header-details .project-metadata {
    margin-bottom: 16px;
  }
}
.image-container.fullsizeImage {
  height: 100%;
}
@media (max-width: 767.98px) {
  .activeOverlappingLeft, .activeOverlappingRight {
    margin-top: -26px !important;
  }
  .blockdata-container:not(.full-width) .image-container {
    margin-left: -25px;
    margin-right: -25px;
  }
  .activeOverlappingLeft .added-width, .activeOverlappingRight .added-width {
    margin-left: -25px !important;
    padding-left: 25px !important;
  }
}
@media (min-width: 550px) and (max-width: 767.98px) {
  .activeOverlappingLeft, .activeOverlappingRight {
    margin-top: -26px !important;
  }
  .blockdata-container:not(.full-width) .image-container {
    margin-left: -70px;
    margin-right: -70px;
  }
  .activeOverlappingLeft .added-width, .activeOverlappingRight .added-width {
    margin-left: -70px !important;
    padding-left: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blockdata-container:not(.full-width) .image-container {
    margin-left: -130px;
    margin-right: -130px;
  }
  .activeOverlappingLeft, .activeOverlappingRight {
    margin-top: -35px !important;
  }
  .activeOverlappingLeft .added-width, .activeOverlappingRight .added-width {
    margin-left: -131px !important;
    padding-left: 130px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .blockdata-container:not(.full-width) .image-container {
    margin-left: -130px;
    margin-right: -130px;
  }
  .activeOverlappingLeft, .activeOverlappingRight {
    margin-top: -43px !important;
  }
  .activeOverlappingLeft .added-width, .activeOverlappingRight .added-width {
    margin-left: -150px !important;
    padding-left: 150px !important;
  }
}
.instagram .container {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .instagram .container {
    margin-bottom: 30px;
  }
}
.instagram .container a {
  display: flex;
  justify-content: center;
}
.instagram .container a img {
  width: 60%;
  height: auto;
  align-self: center;
  padding: 50px 50px;
}
@media (max-width: 1023.98px) {
  .instagram .container a img {
    width: 70%;
    padding: 0;
  }
}
@media (max-width: 1023.98px) {
  .instagram .container {
    scroll-snap-type: x mandatory;
    scroll-padding: 50%;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 50px;
  }
  .instagram .container div {
    scroll-snap-align: center;
    flex-shrink: 0;
    width: 100%;
    border: none;
  }
}
@media (min-width: 1024px) {
  .instagram .container div {
    border: 2px solid #e6e6e6;
  }
  .instagram .container div:first-child, .instagram .container div:nth-child(2) {
    border-right: none;
  }
  .instagram .container div:nth-child(2), .instagram .container div:nth-child(3) {
    margin-left: -4px;
  }
}
.instagram .center {
  display: flex;
  justify-content: center;
}
.instagram .center button {
  margin-bottom: 110px;
}
.services object {
  pointer-events: none;
}
.services .container {
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .services .container {
    justify-content: center;
  }
  .services .container .icon {
    align-items: flex-end !important;
  }
  .services .container .title {
    margin-top: 5px !important;
  }
}
.services .container .item-container {
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .services .container .item-container {
    padding: 0 10px;
  }
  .services .container .item-container .item {
    width: unset !important;
    align-items: center;
  }
  .services .container .item-container .item .title {
    margin-left: 0 !important;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .services .container .item-container {
    padding-bottom: 30px;
  }
}
.services .container .item-container a {
  text-decoration: none;
  color: #131b2e;
}
.services .container .item-container a .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.services .container .item-container a .item .icon {
  height: 130px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.services .container .item-container a .item .icon .object {
  height: 100px;
  width: 100px;
  display: inline-block;
  background-size: cover;
}
.services .container .item-container a .item .title {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .services .container .item-container a .item .title {
    font-size: 18px;
    line-height: 1.15;
  }
}
.services .container .item-container a .item:hover .icon .object {
  filter: invert(42%) sepia(73%) saturate(2349%) hue-rotate(158deg) brightness(95%) contrast(101%);
}
.services .container .item-container a .item:hover .title {
  color: #00a0b9;
}
.teamMember .member {
  padding-top: 150%;
  background-color: #131b2e;
  background-size: cover;
  position: relative;
}
.teamMember .member .info {
  opacity: 0;
  transition: opacity 0.2s;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 10px;
}
@media (min-width: 1281px) {
  .teamMember .member .info {
    padding: 30px 10px;
  }
}
.teamMember .member .info .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .teamMember .member .info .name {
    font-size: 18px;
    line-height: 1.15;
  }
}
.teamMember .member .info .job-description {
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .teamMember .member .info .job-description {
    font-size: 16px;
    line-height: 1.2;
  }
}
.teamMember .member:hover .info {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .teamMember .member .info {
    padding: 10px 3px;
  }
  .teamMember .member .info .name, .teamMember .member .info .job-description {
    font-size: 26px;
    line-height: 1.15;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .teamMember .member .info .name, .teamMember .member .info .job-description {
    font-size: 24px;
    line-height: 1.15;
  }
}
@media (min-width: 1281px) {
  .overlap {
    margin-top: -5%;
  }
}
.center-row {
  justify-content: center;
}
.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: unset !important;
}
@media (max-width: 1279.98px) {
  .blockdata-container {
    display: flex;
  }
  .blockdata-container .btn-container {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .blockdata-container .added-width {
    margin-left: 0;
    padding-left: 0;
    width: fit-content !important;
    width: -moz-fit-content !important;
  }
  .blockdata-container .added-width .firstRow, .blockdata-container .added-width .secondRow {
    padding-right: 12.5px;
  }
}
@media (min-width: 1280px) {
  .activeOverlappingRight .added-width {
    width: calc(100% + 200px) !important;
    margin-right: -200px;
  }
  .activeOverlappingRight div[class*="pure-u"] > div {
    padding-right: 25px;
  }
  .activeOverlappingLeft div[class*="pure-u"] > div {
    padding-left: 25px;
  }
  .move-left {
    margin-left: -200px;
    width: calc(100% + 200px) !important;
  }
}
.footer {
  background-color: #131b2e;
  color: #ffffff;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .yvonne {
  width: 100%;
  height: 100%;
  object-position: center;
}
.footer p {
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .footer p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.footer .social-button {
  margin-right: 24px;
  width: 45px;
  height: 45px;
}
.footer .social-button:last-child {
  margin-right: 0;
}
.footer .social-button:hover {
  filter: invert(100%) invert(42%) sepia(73%) saturate(2349%) hue-rotate(158deg) brightness(95%) contrast(101%);
}
@media (max-width: 767.98px) {
  .footer .social-button {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 768px) {
  .footer .social-button:first-child {
    margin-right: 5px;
  }
}
.footer .right-col {
  margin-bottom: 70px;
  margin-top: 20px;
}
.footer .newsletter {
  margin-top: 30px;
  margin-bottom: 70px;
}
.footer input {
  height: 54px;
  width: calc(100% - 30px);
  background-color: #131b2e;
  border: 3px solid #ffffff;
  color: #ffffff;
  margin-right: 30px;
}
.footer .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .menu li {
  float: left;
  margin: 0;
  padding: 0;
  border-right: 2px solid #ffffff;
  margin-left: 7px;
  padding-right: 7px;
}
.footer .menu li:first-child {
  margin-left: 0;
}
.footer .menu li:last-child {
  border-right: none;
  padding-right: 0;
}
.footer .menu li a {
  line-height: 20px;
}
.footer a, .footer a:active, .footer a:hover, .footer a:visited {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .footer a, .footer a:active, .footer a:hover, .footer a:visited {
    font-size: 16px;
    line-height: 1.2;
  }
}
.footer a:active, .footer a:hover {
  color: #00a0b9;
}
@media (max-width: 767.98px) {
  .footer {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 30px;
    flex-flow: column wrap;
    justify-content: center;
  }
  .footer .right-col {
    margin-bottom: 0;
    margin-top: 35px;
  }
  .footer .social-button:first-child {
    margin-right: 4px;
    margin-bottom: 0;
  }
  .footer .social-button:nth-child(2) {
    margin-bottom: 0;
    margin-left: 4px;
  }
  .footer .newsletter {
    justify-content: center;
    margin-bottom: 0;
  }
  .footer .newsletter-container {
    display: flex;
    order: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
  }
  .footer .adress-container {
    display: flex;
    justify-content: center;
    order: 2;
  }
  .footer .adress {
    text-align: center;
  }
  .footer .menu-bottom {
    order: 3;
    display: flex;
    justify-content: center;
  }
  .footer .menu-bottom ul {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6px;
  }
  .footer .social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .footer .social-button {
    margin-bottom: 30px;
  }
  .footer .menu-bottom {
    display: flex;
    justify-content: center;
  }
}
.added-width {
  position: relative;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.marg-top {
  margin-top: 60px !important;
}
@media (max-width: 767.98px) {
  .marg-top {
    margin-top: 30px !important;
  }
}
.marg-bottom {
  margin-bottom: 60px !important;
}
@media (max-width: 767.98px) {
  .marg-bottom {
    margin-bottom: 30px !important;
  }
}
.remove-padding-right {
  padding-right: 0 !important;
}
.remove-padding-left {
  padding-left: 0 !important;
}
.anchor-tag {
  display: block;
  position: relative;
  visibility: hidden;
  top: -90px;
}
@media (max-width: 767.98px) {
  .anchor-tag {
    top: -72px;
  }
}
.inner-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.inner-column > .pure-g.with-inset {
  max-width: unset;
  margin-left: unset;
  margin-right: unset;
  width: 100%;
}
.center-content {
  margin-left: 64px;
  margin-right: 64px;
}
@media (max-width: 549.98px) {
  .center-content {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1280px) {
  .marginlessLeft .image-container {
    margin-left: calc(((-100vw + var(--scrollbar-width)) +  1200px) / 2);
  }
  .marginlessRight .image-container {
    margin-right: calc(((-100vw + var(--scrollbar-width)) +  1200px) / 2);
  }
}
@media (min-width: 1280px) {
  .columnOrder {
    order: unset !important;
  }
}
@media (max-width: 1279.98px) {
  .mobileTabletFullWidth {
    width: 100vw;
    margin-right: calc(0px - ((100vw - 100%) / 2));
    margin-left: calc(0px - ((100vw - 100%) / 2));
  }
}
blockquote {
  text-align: center;
}
blockquote .quote, blockquote .quote p {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  blockquote .quote, blockquote .quote p {
    font-size: 28px;
    line-height: 1.15;
  }
}
blockquote cite {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 50px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  blockquote cite {
    font-size: 16px;
    line-height: 1.2;
  }
}
.icon-list .pure-g {
  margin-top: 64px;
  margin-bottom: 64px;
}
.icon-list .icon-col {
  align-content: center;
  display: flex;
  justify-content: center;
}
.icon-list .icon-col .icon {
  width: 80%;
  align-self: center;
}
.icon-list p {
  margin-top: 0;
  margin-bottom: 0;
}
.icon-slider .pure-g {
  opacity: 0.1;
  margin-top: 64px;
  margin-bottom: 64px;
  transition: opacity 0.3s;
}
.icon-slider .pure-g.active {
  opacity: 1;
}
.icon-slider .icon-col {
  align-content: center;
  display: flex;
  justify-content: center;
}
.icon-slider .icon-col .icon {
  width: 80%;
  align-self: center;
}
@media (max-width: 1279.98px) {
  .icon-slider .icon-col .icon {
    width: 100%;
  }
}
.icon-slider p {
  margin-top: 0;
  margin-bottom: 0;
}
.project-browser .button-row {
  margin-top: 30px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 15px;
}
.project-browser .button-row button {
  margin-right: 30px;
}
.project-browser .button-row button:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .project-browser .button-row {
    margin-top: 15px;
  }
}
.project-browser .child-row {
  display: none;
}
@media (max-width: 767.98px) {
  .project-browser .child-row .button-row {
    margin-top: 5px;
  }
}
.project-browser .single-project {
  display: none;
}
.project-browser .single-project .single-project-container {
  overflow: hidden;
  position: relative;
  min-height: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.project-browser .single-project span {
  color: #ffffff;
  display: block;
}
.project-browser .single-project .background-image {
  position: absolute;
  width: 102%;
  height: 102%;
  z-index: -1;
  transition: transform 0.2s;
}
.project-browser .single-project .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.project-browser .single-project .background-image .background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.project-browser .single-project .project-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.project-browser .single-project .button, .project-browser .single-project .bookmark {
  display: none;
}
.project-browser .single-project .pure-g {
  flex: 1;
  align-content: flex-end;
  padding: 30px;
}
@media (min-width: 769px) {
  .project-browser .single-project.only-one-project {
    width: 100% !important;
  }
  .project-browser .single-project.only-one-project .single-project-container {
    min-height: 640px;
  }
  .project-browser .single-project.only-one-project .text-container {
    padding-top: 500px;
    padding-bottom: 46px;
  }
  .project-browser .single-project.only-one-project .button {
    display: inline-block;
    margin-top: 32px;
    z-index: 1;
    position: relative;
  }
  .project-browser .single-project.only-one-project .h5 {
    font-size: 36px;
    line-height: 1.15;
  }
  .project-browser .single-project.only-one-project .h6 {
    font-size: 30px;
    line-height: 1.15;
  }
}
@media (min-width: 769px) and (max-width: 767.98px) {
  .project-browser .single-project.only-one-project .h5 {
    font-size: 30px;
    line-height: 1.15;
  }
}
@media (min-width: 769px) and (max-width: 767.98px) {
  .project-browser .single-project.only-one-project .h6 {
    font-size: 28px;
    line-height: 1.15;
  }
}
.project-browser .single-project:hover .background-image {
  transform: scale(1.05);
}
.project-browser .new-century-project .bookmark {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5%;
  height: 40%;
}
.project-browser .more-row {
  margin-top: 80px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .project-browser .more-row {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.project-browser .more-row button {
  transition: opacity 0.2s;
}
.project-browser .more-row .loading-animation {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.project-browser .more-row .loading-animation div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #00a0b9;
  animation: loading-animation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.project-browser .more-row .loading-animation div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.project-browser .more-row .loading-animation div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.project-browser .more-row .loading-animation div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
.project-browser .more-row.loading .loading-animation {
  visibility: visible;
  opacity: 1;
}
.project-browser .more-row.loading button {
  opacity: 0;
}
@keyframes loading-animation {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@media (max-width: 767.98px) {
  .project-browser .project-container {
    flex-flow: column wrap;
  }
  .project-browser .new-century-project .bookmark {
    height: 35%;
  }
  .project-browser .single-project .single-project-container {
    min-height: 250px;
  }
  .project-browser .single-project:first-of-type .single-project-container {
    min-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .project-browser .single-project-container {
    min-height: 100% !important;
  }
}
.steps-container {
  justify-content: space-evenly;
}
.steps-container .steps-arrow-col {
  display: inline-flex;
  align-items: flex-end;
}
.steps-container .steps-arrow-col .arrow {
  height: 80%;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.steps-container .steps-arrow-col:last-of-type {
  display: none;
}
.steps-container .steps-icon-col {
  padding: 25px;
}
.steps-container .steps-content {
  flex: 1;
}
.steps-container .icon {
  width: 70%;
}
.steps-container .arrow-icon {
  width: 70%;
}
@media (max-width: 767.98px) {
  .steps-container {
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
  }
  .steps-container .steps-arrow-col {
    justify-content: center;
  }
  .steps-container .steps-arrow-col .arrow {
    height: 150px;
    justify-content: center;
  }
  .steps-container .steps-icon-col {
    padding: 10px;
    height: 100%;
  }
  .steps-container .rotate {
    transform: rotate(90deg);
  }
  .steps-container .arrow-icon {
    width: 60%;
  }
  .steps-container .icon {
    width: 40%;
  }
  .steps-container .steps-content {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .steps-container {
    flex-flow: row nowrap;
  }
  .steps-container .steps-icon-col {
    padding: 10px;
  }
  .steps-container .steps-arrow-col .arrow {
    display: flex;
    justify-content: center;
    height: 50%;
  }
  .steps-container .arrow-icon {
    width: 60%;
  }
  .steps-container .icon {
    width: 60%;
  }
  .steps-container .steps-header-text {
    min-height: 75px;
  }
}
@media (min-width: 1024px) and (max-width: 1499.98px) {
  .steps-container {
    flex-flow: row nowrap;
  }
  .steps-container .steps-icon-col {
    padding: 10px;
  }
  .steps-container .steps-arrow-col .arrow {
    height: 60%;
    display: flex;
    justify-content: center;
  }
  .steps-container .icon {
    width: 70%;
  }
  .steps-container .arrow-icon {
    width: 70%;
  }
  .steps-container .steps-content {
    flex: 1;
  }
  .steps-container .steps-header-text {
    min-height: 75px;
  }
}
.error-page {
  min-height: calc(100vh - 634px);
  align-content: center;
  margin-bottom: 75px;
  color: #131b2e;
}
.error-page .error-title {
  font-size: 250px;
  line-height: 250px;
  font-weight: 700;
}
.error-page .large-text {
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
  text-transform: uppercase;
}
.error-page .button {
  margin-top: 40px;
}
.error-page .malibu {
  background-image: url("/static/images/malibu.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .error-page {
    margin-bottom: 35px;
  }
  .error-page .error-title {
    font-size: 70px;
    line-height: 70px;
  }
  .error-page .large-text {
    font-size: 40px;
    line-height: 40px;
  }
  .error-page .button {
    margin-top: 10px;
  }
  .error-page .button-text {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .error-page {
    margin-bottom: 35px;
  }
  .error-page .error-title {
    font-size: 200px;
    line-height: 200px;
  }
  .error-page .large-text {
    font-size: 70px;
    line-height: 70px;
  }
  .error-page .button {
    margin-top: 30px;
  }
}
.logo-slider {
  width: 100%;
  overflow-x: hidden;
}
.logo-slider .logo-slide-track {
  height: 100%;
  display: flex;
}
.logo-slider .item-container {
  height: 70px;
  padding: 15px 30px;
}
@media (max-width: 767.98px) {
  .logo-slider .item-container {
    height: 42px;
    padding: 15px 25px;
  }
}
.logo-slider .item {
  height: 100%;
  width: 200px;
  float: left;
}
.logo-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767.98px) {
  .logo-slider .item {
    width: 80px;
  }
}
@media screen and (max-height: 490px) and (orientation: landscape) {
  .hide-ls-logo-slider {
    display: none;
  }
}
@media screen and (min-height: 640px) and (max-height: 900px) and (min-width: 767px) and (max-width: 1200px) and (orientation: landscape) {
  .logo-slider .item-container {
    padding: 10px 50px;
  }
  .logo-slider .item-container .item {
    width: 80px;
  }
}
@media screen and (min-height: 900px) and (min-width: 1024px) and (max-width: 1200px) {
  .logo-slider .item-container {
    padding: 10px 50px;
  }
  .logo-slider .item-container .item {
    width: 100px;
  }
}
.video-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video-container .video-loading-image {
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  bottom: 0;
}
.video-container .video-loading-image .img-block {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.filter-buttons-container {
  display: flex;
  overflow-x: auto;
  padding-bottom: 15px;
}
.filter-buttons-container button {
  margin-right: 30px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .filter-buttons-container button {
    margin-right: 15px;
  }
}
.filter-buttons-container button:last-child {
  margin-right: 0;
}
.e5-game #pre-game-container {
  display: flex;
  background-color: #131b2e;
  width: calc(100vw - var(--scrollbar-width));
  height: 100vh;
  color: #ffffff;
  text-align: center;
  align-content: center;
}
.e5-game #pre-game-container input {
  font-size: 42px;
  line-height: 1.15;
  color: white;
  display: block;
  background-color: transparent;
  border: none;
  text-align: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .e5-game #pre-game-container input {
    font-size: 36px;
    line-height: 1.15;
  }
}
.e5-game #pre-game-container .error {
  display: block;
  margin-top: -50px;
  margin-bottom: 50px;
  color: #00a0b9;
}
.e5-game #game-container #game-stage {
  margin-top: -140px;
}
.e5-game #game-container .game-meta {
  z-index: 99;
  position: relative;
  justify-content: space-between;
  padding: 0 20px;
}
.e5-game #game-container .game-meta .pure-u {
  font-size: 42px;
  line-height: 1.15;
  color: #131b2e;
}
@media (max-width: 767.98px) {
  .e5-game #game-container .game-meta .pure-u {
    font-size: 36px;
    line-height: 1.15;
  }
}
.e5-game #game-container .game-meta .life {
  width: 60px;
  margin-right: 10px;
  margin-top: 10px;
}
.e5-game #game-container .game-meta .life-death {
  opacity: 0.3;
}
.e5-game #post-game-container {
  display: flex;
  background-color: #131b2e;
  width: calc(100vw - var(--scrollbar-width));
  height: 100vh;
  color: #ffffff;
  text-align: center;
  align-content: center;
}
.e5-game #post-game-container .pure-u-1-1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.e5-game #post-game-container .score {
  color: #00a0b9;
}
.e5-game #post-game-container .leaderboard {
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .e5-game #post-game-container .leaderboard {
    font-size: 16px;
    line-height: 1.2;
  }
}
.e5-game #post-game-container .leaderboard dt {
  float: left;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  clear: both;
  text-transform: uppercase;
}
.e5-game #post-game-container .leaderboard dt:after {
  content: " ..................................................................................";
}
.e5-game #post-game-container .leaderboard dd {
  float: left;
  overflow: hidden;
  margin-left: 0;
  padding-left: 0;
  text-align: right;
}
.e5-game #post-game-container .leaderboard .self {
  color: #00a0b9;
}
.e5-game #post-game-container .leaderboard hr {
  width: 100%;
  display: inline-block;
  border-top: 4px dotted white;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 24px;
}
.e5-game #post-game-container .game-start-button {
  margin-right: 50px;
}
.audio-title {
  margin-bottom: 10px;
}
div.essential_audio {
  margin-top: 28px;
  margin-bottom: 24px;
  width: calc(100% - 32px);
}
div.essential_audio > div:nth-child(1) div, div.essential_audio > div:nth-child(1) div.play {
  background-color: #00a0b9 !important;
  mix-blend-mode: normal;
}
div.essential_audio > div:nth-child(2) div {
  background-color: #131b2e;
  mix-blend-mode: normal;
}
div.essential_audio > div:nth-child(2)::after {
  background-color: #4a4a4a;
  mix-blend-mode: normal;
}
.contact-form {
  margin-bottom: 20px;
}
.contact-form .message.error {
  color: #ff0000;
}
.contact-form .message.notice {
  background-color: #00a0b9;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px;
}
@media (max-width: 767.98px) {
  .contact-form .message.notice {
    font-size: 16px;
    line-height: 1.2;
  }
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form input[type="submit"], .contact-form input[type="text"], .contact-form textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .contact-form input[type="submit"], .contact-form input[type="text"], .contact-form textarea {
    font-size: 16px;
    line-height: 1.2;
  }
}
.contact-form input[type="submit"]:not(.button), .contact-form input[type="text"]:not(.button), .contact-form textarea:not(.button) {
  padding-left: 4px;
  padding-right: 4px;
  width: calc(100% - 8px);
  border: 3px solid #00a0b9;
}
@media (max-width: 767.98px) {
  .contact-form input[type="submit"]:not(.button), .contact-form input[type="text"]:not(.button), .contact-form textarea:not(.button) {
    border-width: 2px;
  }
}
.contact-form input[type="text"] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.contact-form textarea {
  width: calc(100% - 8px);
  min-width: calc(100% - 8px);
  max-width: calc(100% - 8px);
  min-height: 38px;
}
.contact-form input[type="file"] {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .contact-form input[type="file"] {
    font-size: 16px;
    line-height: 1.2;
  }
}
.contact-form label {
  font-size: 26px;
  line-height: 1.15;
  color: #131b2e;
}
@media (max-width: 767.98px) {
  .contact-form label {
    font-size: 24px;
    line-height: 1.15;
  }
}
.contact-form label a, .contact-form label a:active, .contact-form label a:hover, .contact-form label a:visited {
  color: #00a0b9;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .contact-form label a, .contact-form label a:active, .contact-form label a:hover, .contact-form label a:visited {
    font-size: 16px;
    line-height: 1.2;
  }
}
.contact-form label a:active, .contact-form label a:hover {
  color: #131b2e;
}
.contact-form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  top: 7px;
  margin-bottom: 10px;
}
.contact-form input[type="checkbox"] + label {
  margin-left: -18px;
}
.contact-form input[type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  border: 3px solid #00a0b9;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  top: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .contact-form input[type="checkbox"] + label::before {
    border-width: 2px;
  }
}
.contact-form input[type="checkbox"]:checked + label::before {
  background-color: #00a0b9;
  display: flex;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
}
#e5-sound-animation-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.e5-sound-animation-layer {
  width: calc(100vw - var(--scrollbar-width));
  position: absolute;
  top: 0px;
  height: 100%;
}
.e5-sound-animation-bg-img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: inherit;
}
#e5-sound-animation-img1 {
  transform-origin: 50% 41%;
  transform: scale(0.98);
}
#e5-sound-animation-img2 {
  opacity: 0;
}
#e5-sound-animation-img2 .text-content {
  text-align: right;
  margin-right: 10%;
  margin-top: 100px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  #e5-sound-animation-img2 .text-content {
    font-size: 16px;
    line-height: 1.2;
  }
}
#e5-branding-animation-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.e5-branding-animation-layer {
  width: calc(100vw - var(--scrollbar-width));
  position: absolute;
  top: 0px;
  height: 100%;
}
.e5-branding-animation-bg-img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-25%, -50%);
}
.e5-branding-animation-bg-img img, .e5-branding-animation-bg-img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: inherit;
}
#e5-branding-animation-img1 {
  top: 50vh;
}
#e5-branding-animation-img1 .browser-frame {
  border-top: 42px solid #1D1E20;
  border-left: 6px solid #1D1E20;
  border-right: 6px solid #1D1E20;
  border-bottom: none;
  border-radius: 4px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: rgba(195, 129, 63, 0.12);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  height: 100%;
}
#e5-branding-animation-img1 .browser-header {
  margin-top: -42px;
  display: flex;
}
#e5-branding-animation-img1 .close-buttons div {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-left: 6px;
  margin-top: 15px;
  display: inline-block;
}
#e5-branding-animation-img1 .red-close-button {
  background-color: #FF4C45;
}
#e5-branding-animation-img1 .orange-close-button {
  background-color: #FFB529;
}
#e5-branding-animation-img1 .green-close-button {
  background-color: #24C238;
}
#e5-branding-animation-img1 .nav-buttons {
  padding-top: 14px;
  padding-left: 12px;
}
#e5-branding-animation-img1 .flexible-spacer {
  flex-grow: 1;
}
#e5-branding-animation-img1 .social-buttons {
  white-space: nowrap;
  width: 150px;
  margin-right: 12px;
  margin-top: 14px;
}
#e5-branding-animation-img1 .social-buttons img {
  max-height: 16px;
  max-width: 16px;
  margin-left: 12px;
}
#e5-branding-animation-img1 .browser-content {
  text-align: right;
  margin-right: 12px;
  margin-top: 54px;
  text-transform: uppercase;
  color: #112c56;
  filter: blur(5px);
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  #e5-branding-animation-img1 .browser-content {
    font-size: 16px;
    line-height: 1.2;
  }
}
#e5-branding-animation-img1 .nav-buttons img {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
/* Responsive */
@media (max-width: 375px) {
  #e5-branding-animation-img1 .nav-buttons {
    display: none;
  }
}
