/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
.list-view .top {
  float: none;
  margin: 5rem auto;
  margin-top: 6.5rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 850px) {
  .list-view .top {
    margin-top: 18vh;
    margin-bottom: 13vh;
    max-width: 950px;
  }
}
@media only screen and (min-width: 850px) {
  .list-view.vacancy .top {
    margin-bottom: 3vh;
  }
}
.list-view.vacancy .top .ingress h2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .list-view.vacancy .top .ingress h2 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.sans-regular, .article .date, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email, form .form-element button.submit, form .form-element input, form .form-element textarea, form .form-element.check label, form label, footer .links a, body, html, .page-content .top h1, h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, .listing .employees .employee .details .name, .services-showoff .texts p, .job .job-content .job-intro, .intro-page .intro-text a, nav.container.active .menuitems a, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a, .btn, .top .ingress, h6, h5, h4, h3 {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 0.7777777778rem;
}
@media only screen and (min-width: 850px) {
  h1 {
    font-size: 1.1111111111rem;
  }
}

h2 {
  font-size: 1.1rem;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  h2 {
    text-align: left;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 850px) {
  h3 {
    font-size: 1.6666666667rem;
  }
}

@media only screen and (min-width: 850px) {
  h4 {
    font-size: 1.6666666667rem;
  }
}

@media only screen and (min-width: 850px) {
  h5 {
    font-size: 1.3888888889rem;
  }
}

@media only screen and (min-width: 850px) {
  h6 {
    font-size: 1.3888888889rem;
  }
}

.top {
  margin-top: 6.5rem;
  margin-bottom: 4rem;
  padding: 0 16px;
}
@media only screen and (min-width: 850px) {
  .top {
    margin-bottom: 3rem;
    max-width: 950px;
  }
}
.top h1 {
  font-size: 0.8rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .top h1 {
    padding-left: 55px;
  }
}
.top h1:before {
  content: "";
  border-top: 1px solid #979DA2;
  width: 21px;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 850px) {
  .top h1:before {
    border-top: 1px solid #000;
    width: 40px;
  }
}
.top .ingress {
  font-size: 1.5rem;
}
@media only screen and (min-width: 850px) {
  .top .ingress {
    font-size: 1.8rem;
  }
}
.top .ingress p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

h4 {
  font-size: 0.6666666667rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
h4:before {
  content: "";
  border-top: 1px solid #979DA2;
  width: 21px;
  position: absolute;
  left: 0;
  top: 45%;
}

.ext-link svg {
  width: 15px;
  opacity: 0.7;
  margin-left: 5px;
}

.btn {
  padding: 9px 35px;
  text-align: center;
  border: 2px solid #000;
  color: #000;
  font-size: 0.7777777778rem;
  margin: 20px 0;
  display: inline-block;
  transition: ease-in 0.3s all;
}
@media only screen and (min-width: 850px) {
  .btn {
    font-size: 0.8888888889rem;
  }
}
.btn.light {
  color: #fff;
  border: 2px solid #fff;
  transition: ease-in 0.3s all;
}
.btn.light:hover {
  color: #000;
  border: 2px solid #fff;
  background-color: #fff;
}

.btn:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.image img {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  vertical-align: middle;
  object-fit: cover;
}
@media only screen and (min-width: 850px) {
  .image img {
    min-height: auto;
  }
}
.image.desktop {
  display: none;
}
@media only screen and (min-width: 850px) {
  .image.desktop {
    display: block;
  }
}
@media only screen and (min-width: 850px) {
  .image.mobile {
    display: none;
  }
}
.image .bg-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0.5411764706), #1F1F1F);
}

body.job .logo-part-sym {
  fill: #f4f4f4;
}
body.job .hamburger-inner {
  background-color: #f4f4f4;
}
body.job .hamburger-inner:after {
  background-color: #f4f4f4;
}
body.job .detail {
  margin: auto;
}

main.container.job {
  margin-top: auto;
  max-width: 100%;
}
main.container.job .top {
  margin-top: auto;
}

@media only screen and (min-width: 850px) {
  .page-content .top {
    max-width: 950px;
  }
}
.page-content .top .ingress {
  margin-bottom: 5rem;
}
.page-content.agency {
  margin-bottom: 80px;
}
@media only screen and (min-width: 850px) {
  .page-content.agency {
    margin-bottom: 160px;
  }
}
.page-content.agency .content .image {
  margin-bottom: 80px;
}
@media only screen and (min-width: 850px) {
  .page-content.agency .content .image {
    margin-bottom: 160px;
  }
}

img, iframe {
  max-width: 100%;
}

input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  position: relative;
  margin: auto;
}

[v-cloak] {
  display: none;
}

body, html {
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0px;
  overflow-x: hidden;
  transition: 0.3s ease;
  background-color: #fff;
}
body.dark, html.dark {
  background-color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.dark .container.home, html.dark .container.home {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.light, html.light {
  background-color: #fff;
}
body.light .container.home, html.light .container.home {
  color: #000;
}

a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.1rem;
  text-decoration: none;
  transition: 0.6s ease;
}
a:hover {
  color: rgba(0, 0, 0, 0.3);
}

.services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a {
  position: relative;
  text-decoration: none;
  color: #000;
  border-bottom: none;
}

.services a::before, .intro-text a::before, .about a::before, .links a::before, .hkgroup .hkgroup-link a::before, .biglinks a::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}

.services a:hover::before, .intro-text a:hover::before, .about a:hover::before, .links a:hover::before, .hkgroup .hkgroup-link a:hover::before, .biglinks a:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

footer {
  padding: 30vh 16px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 850px) {
  footer {
    display: flex;
    height: 100vh;
    padding: 0 3rem;
  }
}
footer .privacy-policy {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  text-align: center;
}
footer .privacy-policy a {
  color: #fff;
  font-size: 0.7rem;
}
@media only screen and (min-width: 850px) {
  footer section {
    max-width: 800px;
    margin: auto;
    text-align: center;
  }
}
footer .logo svg path {
  fill: #fff;
}
footer p {
  margin-top: 0;
}
footer h2 {
  font-size: 1.3888888889rem;
}
@media only screen and (min-width: 850px) {
  footer h2 {
    font-size: 2.2222222222rem;
  }
}
footer h3 {
  color: #fff;
  font-size: 1.3888888889rem;
  margin-bottom: 0.3rem;
}
@media only screen and (min-width: 850px) {
  footer h3 {
    margin-top: 0;
  }
}
footer .links {
  margin-top: 10px;
  margin-bottom: 40px;
  transition: transform 0.6s ease;
}
footer .links a {
  font-size: 1.1111111111rem;
  display: block;
  color: #fff;
  transition: 0.6s ease;
}
@media only screen and (min-width: 850px) {
  footer .links a {
    font-size: 1.3888888889rem;
  }
}
footer .links a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .links ::before {
  display: none;
}
footer .follow {
  margin-top: 2rem;
}
@media only screen and (min-width: 850px) {
  footer .follow {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
footer .follow .links a {
  font-size: 1.3888888889rem;
}
footer .follow .links ::before {
  display: none;
}
footer .contact {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 850px) {
  footer .contact {
    margin-bottom: 40px;
  }
}
footer .address {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2rem;
}
@media only screen and (min-width: 850px) {
  footer .address {
    margin-top: 0rem;
  }
}
footer .skryt {
  margin-top: 4rem;
}
@media only screen and (min-width: 850px) {
  footer .skryt {
    margin-top: 0rem;
  }
}
footer .skryt svg {
  width: 60px;
}
@media only screen and (min-width: 1024px) {
  footer .skryt svg {
    width: 70px;
  }
}
footer .skryt svg path {
  fill: rgba(255, 255, 255, 0.6);
}

body.dark.light.footer {
  background: #000;
}

body.footer {
  background: #000;
}

body.process.footer {
  background: #000;
}

@media only screen and (min-width: 850px) {
  .images.agency .image {
    width: 100%;
  }
}

.list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border: 0;
  max-width: 1600px;
  margin: auto;
  padding: 0 16px;
}
.list .box {
  margin-bottom: 60px;
  width: 100%;
  border-bottom: none;
  vertical-align: top;
}
@media only screen and (min-width: 850px) {
  .list .box {
    width: 32%;
    margin: 0.5%;
    margin-bottom: 60px;
  }
}
.list .box .image {
  overflow: hidden;
}
.list .box .image img {
  transform: scale(1);
  transition: 0.3s all;
}
.list .box .list_title {
  margin-top: 10px;
}
.list .box:hover .image img {
  transform: scale(1.05);
}

.agency .service {
  padding: 0 16px;
}

.list-view .list {
  padding: 0 16px;
}

@keyframes slide-up {
  from {
    transform: translate(-50%, 0%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  from {
    transform: translateX(0px) rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateX(-20px) rotate(-90deg);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  from {
    transform: translateX(-20px) rotate(90deg);
    opacity: 0;
  }
  to {
    transform: translateX(0px) rotate(90deg);
    opacity: 1;
  }
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-5px);
  }
}
@keyframes fade-in-up {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade-in-up-overlay {
  from {
    transform: translate(-50%, 20%);
    opacity: 0;
  }
  to {
    opacity: 0.7;
    transform: translate(-50%, 0);
  }
}
@keyframes fade-in-ref-img {
  from {
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-up-hero {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.sans-regular, .article .date, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email, form .form-element button.submit, form .form-element input, form .form-element textarea, form .form-element.check label, form label, h1, .page-content .top h1, body, html, footer .links a {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, .listing .employees .employee .details .name, .services-showoff .texts p, .job .job-content .job-intro, .intro-page .intro-text a, nav.container.active .menuitems a, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
.sans-regular, .article .date, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email, form .form-element button.submit, form .form-element input, form .form-element textarea, form .form-element.check label, form label, h1, .page-content .top h1, body, html, footer .links a {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, .listing .employees .employee .details .name, .services-showoff .texts p, .job .job-content .job-intro, .intro-page .intro-text a, nav.container.active .menuitems a, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

nav > a {
  transition: none;
}
nav.container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  mix-blend-mode: difference;
  /*@include animate(all, 300ms, linear);*/
}
nav.container.active {
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: normal;
  height: 100vh;
}
nav.container.active .menuitems {
  display: block;
  background: #000;
  padding: 8rem 1rem 1rem 1rem;
  text-align: left;
  height: 100vh;
}
@media only screen and (min-width: 850px) {
  nav.container.active .menuitems {
    text-align: left;
    padding: 7rem 2rem 4rem 2rem;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  nav.container.active .menuitems {
    padding: 9rem 3rem 5rem 8rem;
  }
}
nav.container.active .menuitems a {
  border: 0;
  display: block;
  font-size: 1.8rem;
  opacity: 0;
  transition: ease-in 0.2s all;
  color: #fff;
  width: fit-content;
  max-width: 500px;
}
nav.container.active .menuitems a.showing {
  opacity: 1;
}
@media only screen and (min-width: 850px) {
  nav.container.active .menuitems a {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  nav.container.active .menuitems a {
    font-size: 2.5rem;
  }
}
nav.container.active .menuitems a:hover {
  border: 0;
  display: block;
  opacity: 0;
  color: #979DA2;
}
nav.container.active .menuitems a:hover.showing {
  opacity: 1;
}
nav.container.active .menuitems .small {
  margin-top: 40px;
}
nav.container.active .menuitems .small a {
  font-size: 1rem;
  border-bottom: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #979DA2;
  width: 33%;
  font-weight: 300;
  font-size: 0.9rem;
}
@media only screen and (min-width: 850px) {
  nav.container.active .menuitems .small a {
    margin-right: 30px;
    width: auto;
    font-size: 1rem;
  }
}
nav.container.active .menuitems .small a:hover {
  color: white;
}
nav.container .menuitems {
  display: none;
  transition: opacity 300ms;
  opacity: 0;
}
nav.container .menuitems.fade-in {
  opacity: 1;
}
nav .logo {
  float: left;
  text-decoration: none;
  border-bottom: 0;
  padding-top: 10px;
  padding-left: 16px;
}
@media only screen and (min-width: 850px) {
  nav .logo {
    padding-top: 10px;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  nav .logo {
    padding-top: 15px;
    padding-left: 5rem;
  }
}
nav .logo svg {
  fill: #fff;
  width: 35px;
  height: 35px;
  transition: 0.5s cubic-bezier(1, -0.04, 0, 1.01) all;
}
@media only screen and (min-width: 850px) {
  nav .logo svg {
    width: 41px;
    height: 41px;
  }
}
nav .logo svg:hover {
  transform: rotate(360deg);
}
nav .hamburger {
  float: right;
  padding-top: 20px;
  padding-right: 16px;
}
@media only screen and (min-width: 850px) {
  nav .hamburger {
    padding-top: 22px;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  nav .hamburger {
    padding-right: 5rem;
    padding-top: 28px;
  }
}

.hamburger {
  padding: 5px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

body.concert .hamburger-inner, body.concert .hamburger-inner::before, body.concert .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 34px;
  height: 20px;
  display: inline-block;
  position: relative;
  z-index: 900;
  transform: scaleX(1);
  transition: 0.5s all;
}
.hamburger-box:before {
  content: "Meny";
  color: white;
  position: absolute;
  width: 83px;
  right: 0;
  top: -1px;
  font-size: 0.7rem;
  font-weight: 300;
  transition: 0.5s cubic-bezier(1, -0.04, 0, 1.01) all;
  opacity: 1;
}
.hamburger-box:hover .hamburger-inner::after {
  width: 30px;
}
@media only screen and (min-width: 850px) {
  .hamburger-box:hover .hamburger-inner::after {
    width: 30px;
  }
}
.hamburger-box:hover .hamburger-inner {
  transform: translateX(-5px);
  width: 30px;
}
.hamburger-box:hover:before {
  transform: translateX(5px);
  opacity: 0;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition: 0.5s cubic-bezier(1, -0.04, 0, 1.01) all;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 2px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition: 0.5s cubic-bezier(1, -0.04, 0, 1.01) all;
}

.hamburger-inner::after {
  content: "";
  display: block;
  width: 20px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::after {
  top: 15px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
  width: 25px;
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

@media only screen and (min-width: 1024px) {
  .hamburger--slider.is-active .hamburger-box::before {
    content: "Lukk";
    width: 70px;
    margin-top: 2px;
  }
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -15px, 0) rotate(-90deg);
  width: 25px;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
.sans-regular, .article .date, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email, form .form-element button.submit, form .form-element input, form .form-element textarea, form .form-element.check label, form label, h1, .page-content .top h1, body, html, footer .links a {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, .listing .employees .employee .details .name, .services-showoff .texts p, .job .job-content .job-intro, .intro-page .intro-text a, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a, nav.container.active .menuitems a {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.intro-page h1 {
  margin-bottom: 0;
  margin-left: 0rem;
}
.intro-page .video-btn-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10vh;
  left: 50%;
}
.intro-page .video-btn-wrap a {
  border-bottom: none;
}
.intro-page .video-btn-wrap .container {
  width: 100%;
  text-align: center;
  width: fit-content;
  margin: auto;
  animation: bounce 1.2s infinite alternate;
}
.intro-page .video-btn-wrap .container a {
  align-items: center;
  justify-items: center;
  display: flex;
  background-color: black;
  border-radius: 50px;
  padding: 8px 18px;
  transform: translate(-50%, -50%);
  animation: slide-up 1s forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
@media only screen and (min-width: 850px) {
  .intro-page .video-btn-wrap .container a {
    padding: 15px 30px;
    margin-top: -50px;
  }
}
.intro-page .video-btn-wrap .container a:before {
  content: "Se showreel";
  color: #fff;
  font-size: 0.8rem;
}
@media only screen and (min-width: 850px) {
  .intro-page .video-btn-wrap .container a:before {
    font-size: 1rem;
  }
}
.intro-page .video-btn-wrap .circle {
  stroke: #979DA2;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.3;
}
.intro-page .video-btn-wrap .playBut {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intro-page .video-btn-wrap .playBut svg {
  width: 40px;
  height: auto;
  transition: 0.3s;
  transform: translateX(5px);
}
.intro-page .video-btn-wrap .playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
}
.intro-page .video-btn-wrap .playBut:hover svg {
  transform: translateX(10px);
}
.intro-page .video-btn-wrap .playBut:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: white;
  animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.intro-page .video-btn-wrap .playBut:hover .circle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #979DA2;
}
.intro-page .intro-text {
  margin: 20vh 0 17vh 0;
}
@media only screen and (min-width: 850px) {
  .intro-page .intro-text h1 {
    display: grid;
    grid-template-columns: auto auto auto;
    width: fit-content;
    margin: auto;
    margin-top: auto;
    grid-gap: 20px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .intro-page .intro-text p {
    animation: fadein-up 1.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .intro-page .intro-text p:nth-child(1) {
    animation-delay: 0.5s;
  }
  .intro-page .intro-text p:nth-child(2) {
    animation-delay: 1.3s;
  }
  .intro-page .intro-text p:nth-child(3) {
    animation-delay: 2.1s;
  }
}
@media only screen and (min-width: 850px) {
  .intro-page .intro-text {
    margin: 20vh 2rem 15vh 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .intro-page .intro-text {
    margin: 25vh 5rem 20vh 5rem;
  }
}
.intro-page .intro-text p, .intro-page .intro-text h1 {
  margin-top: 0.5rem;
  font-size: 2.5rem;
  text-align: center;
  padding: 0 16px;
  max-width: 400px;
  margin: auto;
}
@media only screen and (min-width: 850px) {
  .intro-page .intro-text p, .intro-page .intro-text h1 {
    font-size: 3.2rem;
    padding: 0;
    max-width: 1050px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-page .intro-text p, .intro-page .intro-text h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .intro-page .intro-text p, .intro-page .intro-text h1 {
    font-size: 4.2rem;
  }
}
.intro-page #case-film {
  height: 100vh;
  display: none;
}
@media only screen and (min-width: 850px) {
  .intro-page #case-film {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
  }
}
.intro-page #case-film-mobil {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 850px) {
  .intro-page #case-film-mobil {
    display: none;
  }
}
.intro-page .image {
  margin-top: 10rem;
}
@media only screen and (min-width: 850px) {
  .intro-page .image {
    transform: translate(-100px, 0);
  }
}
.intro-page .links {
  margin-top: 2.5rem;
  margin-bottom: 7.7777777778rem;
}
.intro-page .links a {
  margin-right: 27px;
}
.intro-page .about {
  font-size: 1.25rem;
  margin-top: 4rem;
  margin-bottom: 5rem;
  padding: 0 16px;
  text-align: center;
  min-height: 40vh;
  display: grid;
  place-content: center;
  font-weight: 700;
}
@media only screen and (min-width: 850px) {
  .intro-page .about {
    max-width: 950px;
    font-size: 2rem;
    margin: 4rem auto;
  }
}
.intro-page .about a {
  font-size: 0.9rem;
  font-weight: 500;
}
@media only screen and (min-width: 850px) {
  .intro-page .about a {
    font-size: 1rem;
  }
}
.intro-page .about p {
  margin: 5px;
}
.intro-page:after {
  content: "";
  display: block;
  clear: both;
}

.jobs {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;
  padding: 0 16px;
}
@media only screen and (min-width: 544px) {
  .jobs {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 850px) {
  .jobs {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    max-width: 1600px;
    margin: auto;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .jobs {
    grid-gap: 80px;
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .jobs {
    grid-gap: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .jobs {
    grid-gap: 160px;
  }
}
.jobs .box {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.jobs .box.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 544px) {
  .jobs .box {
    margin-top: 2rem;
  }
  .jobs .box:nth-child(2n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 850px) {
  .jobs .box {
    margin-top: 3rem;
  }
}
.jobs .box .customer {
  font-size: 0.7777777778rem;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .jobs .box .customer {
    text-align: left;
  }
}
.jobs .box h2 {
  margin-top: 0;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 544px) {
  .jobs .box h2 {
    text-align: left;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 850px) {
  .jobs .box h2 {
    text-align: left;
    font-size: 1.2rem;
  }
}
.jobs .box a:hover {
  color: #000;
}
.jobs .box .media-content {
  pointer-events: none;
  position: relative;
}
.jobs .box .media-content .loader {
  position: absolute;
  opacity: 0;
}
.jobs .box .media-content .loader.show {
  opacity: 1;
}
.jobs .box .media-content .list-image {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.jobs .box .media-content .list-image.hide {
  opacity: 0;
}
.jobs .box .media-content .list-video {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.jobs .box .media-content .list-video video {
  width: auto;
  height: 100%;
}
.jobs .box .media-content .list-video.show {
  opacity: 1;
}
.jobs .box .image {
  overflow: hidden;
}
.jobs .box img {
  transition: transform 0.6s ease;
  max-height: 780px;
}
.jobs .box:hover img {
  transform: scale(1.05);
}
.jobs .see-all-jobs {
  margin-top: 10rem;
  margin-bottom: 10rem;
  font-size: 1.6666666667rem;
  border: 0;
  text-decoration: none;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 850px) {
  .jobs .see-all-jobs {
    margin-top: 11rem;
    margin-bottom: 16rem;
    font-size: 2.7777777778rem;
  }
  .jobs .see-all-jobs img {
    height: 20px;
    margin-left: 10px;
  }
}

.featured-article {
  color: #fff;
  max-width: 1600px;
  margin: 3rem auto 7rem auto;
  padding: 0 16px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .featured-article {
    display: flex;
    margin: 4rem auto 8rem auto;
  }
}
.featured-article .image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .featured-article .image-wrapper {
    width: 50%;
  }
}
.featured-article .image-wrapper .image {
  height: 100%;
}
.featured-article .image-wrapper .overlay-right {
  position: absolute;
  right: 0px;
  bottom: 0;
  height: 50%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
@media only screen and (min-width: 1024px) {
  .featured-article .image-wrapper .overlay-right {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    height: 100%;
  }
}
.featured-article .btn {
  padding: 9px 35px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0.7777777778rem;
  line-height: 1.6111111111rem;
  margin: 20px 0;
  display: inline-block;
  transition: ease-in 0.3s all;
}
.featured-article .btn:hover {
  background-color: #fff;
  color: #000;
}
.featured-article .text {
  padding: 1rem;
  font-size: 0.8888888889rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: black;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .featured-article .text {
    text-align: left;
  }
}
@media only screen and (min-width: 850px) {
  .featured-article .text p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 850px) {
  .featured-article .text p strong {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-article .text {
    width: 50%;
    align-self: center;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
.featured-article .image img {
  object-fit: cover;
  height: 100%;
}
.featured-article h2 {
  position: relative;
  color: #fff;
  font-size: 0.6666666667rem;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .featured-article h2 {
    font-size: 0.7777777778rem;
    text-align: left;
    padding-left: 30px;
  }
  .featured-article h2:before {
    content: "";
    border-top: 1px solid #fff;
    width: 21px;
    position: absolute;
    left: 0;
    top: 45%;
  }
}

.services {
  margin: 6rem 0;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 850px) {
  .services {
    margin: 9rem auto;
    margin-bottom: 8rem;
  }
}
.services .text {
  font-size: 1.25rem;
  padding: 0 16px;
}
@media only screen and (min-width: 850px) {
  .services .text {
    font-size: 2rem;
  }
}
.services .text .links a {
  font-size: 1rem;
}
.services .text p {
  margin-top: 1rem;
}
.services .text h2 {
  position: relative;
  padding-left: 30px;
  font-size: 0.6666666667rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .services .text h2 {
    font-size: 0.8888888889rem;
  }
}
.services .text h2:before {
  content: "";
  border-top: 1px solid #979DA2;
  width: 21px;
  position: absolute;
  left: 0;
  top: 45%;
}

.home .services {
  margin: auto;
  text-align: center;
  min-height: 40vh;
  display: flex;
  align-items: center;
  max-width: 950px;
}
@media only screen and (min-width: 1024px) {
  .home .services {
    min-height: 80vh;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  @keyframes fadein-up {
    from {
      transform: skew(5deg, 5deg);
      opacity: 0;
    }
    to {
      transform: skew(0deg, 0deg);
      opacity: 1;
    }
  }
}
.hero-wrapper {
  min-height: 650px;
  height: 80vh;
  align-items: center;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .hero-wrapper {
    height: 100vh;
  }
}
.hero-wrapper .hero-content {
  margin: 0 auto;
}
.hero-wrapper .hero-content .hk-identity {
  text-align: center;
  position: absolute;
  right: -30px;
  z-index: 9;
  top: 50%;
  animation: slide-in-right 1s forwards;
  opacity: 0;
  animation-delay: 0.4s;
}
@media only screen and (min-width: 1200px) {
  .hero-wrapper .hero-content .hk-identity {
    right: 40px;
  }
}
.hero-wrapper .hero-content .hk-identity h1 {
  margin: 0 auto;
  font-size: 0.7rem;
}
@media only screen and (min-width: 850px) {
  .hero-wrapper .hero-content .hk-identity h1 {
    font-size: 0.8rem;
  }
}
.hero-wrapper .hero-content .hk-follow {
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 50%;
  animation: slide-in-left 1s forwards;
  opacity: 0;
  animation-delay: 0.4s;
  font-size: 0.7rem;
}
@media only screen and (min-width: 850px) {
  .hero-wrapper .hero-content .hk-follow {
    left: 0px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-wrapper .hero-content .hk-follow {
    left: 50px;
  }
}
.hero-wrapper .hero-content .hk-follow p {
  margin-left: 8px;
}

.hero-text {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  animation: fade-in-up-hero 1s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
.hero-text video {
  width: 100%;
}
.hero-text svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.hero-text svg text {
  font-weight: 800;
  font-size: 20px;
}
.hero-text svg rect {
  fill: white;
  width: 120%;
}
.hero-text svg > rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}

.sans-regular, .article .date, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email, form .form-element button.submit, form .form-element input, form .form-element textarea, form .form-element.check label, form label, h1, .page-content .top h1, body, html, footer .links a {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, .listing .employees .employee .details .name, .services-showoff .texts p, .job .job-content .job-intro, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a, nav.container.active .menuitems a, .intro-page .intro-text a {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
@media only screen and (min-width: 850px) {
  .all-jobs .top {
    margin: 5rem auto;
    float: none;
    margin-top: 18vh;
    margin-bottom: 13vh;
  }
}
.all-jobs .filter {
  text-align: right;
}
.all-jobs .filter a {
  font-size: 1rem;
}
.all-jobs .filter .categories {
  display: none;
}
.all-jobs .filter .categories a.current {
  border-bottom: 2px solid red;
}
.all-jobs .jobs {
  margin-top: 5rem;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  grid-gap: unset;
  padding: 0 16px;
}
@media only screen and (min-width: 850px) {
  .all-jobs .jobs {
    max-width: 1600px;
    margin: auto;
  }
}
.all-jobs .box {
  width: 100%;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 850px) {
  .all-jobs .box {
    width: 48%;
    margin: 1%;
  }
}
@media only screen and (min-width: 1024px) {
  .all-jobs .box {
    width: 30%;
    margin: 1.5%;
  }
}
.all-jobs .box h2 {
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .all-jobs .box h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .all-jobs .box h2 {
    font-size: 1.2rem;
  }
}
.all-jobs .box:nth-child(2n+1) {
  margin-top: auto;
}

.job .ref-hero-wrapper {
  position: relative;
  overflow: hidden;
}
.job .ref-hero-wrapper .info {
  position: absolute;
  z-index: 9;
  bottom: 16vh;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .job .ref-hero-wrapper .info {
    bottom: 5vh;
    bottom: 10vh;
    left: 50%;
    width: auto;
    transform: translate(-50%, 0%);
  }
}
.job .ref-hero-wrapper .info .text {
  color: white;
  text-align: center;
}
.job .ref-hero-wrapper .info .text h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  animation: fade-in-up 1.5s;
  opacity: 0;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 1024px) {
  .job .ref-hero-wrapper .info .text h1 {
    font-size: 2.8rem;
  }
}
.job .ref-hero-wrapper .info .text .ref-info {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  text-align: center;
  animation: fade-in-up 1.5s;
  opacity: 0;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.job .ref-hero-wrapper .info .text .ref-info .ref-client {
  margin: 0 10px;
}
.job .ref-hero-wrapper .info .text .ref-info a {
  color: white;
  text-decoration: underline;
}
.job .ref-hero-wrapper .info .text .ref-info .heading {
  opacity: 0.6;
  font-size: 0.8rem;
}
.job .ref-hero-wrapper .wrap-img .bg-image .image {
  animation: fade-in-ref-img 1.5s;
  opacity: 0;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.job .ref-hero-wrapper .wrap-img .bg-image .image img {
  height: 100vh;
}
.job .job-content {
  max-width: 1600px;
  margin: auto;
  padding: 0 16px;
}
.job .job-content .job-intro {
  font-size: 1.3rem;
  padding: 3rem 0rem;
}
@media only screen and (min-width: 850px) {
  .job .job-content .job-intro {
    font-size: 1.6rem;
    text-align: left;
    max-width: 950px;
    margin: auto;
    padding: 5rem 0rem;
  }
  .job .job-content .job-intro p {
    max-width: 950px;
    display: inline-block;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (min-width: 850px) {
  .job .job-content .job-intro:after {
    content: "";
    display: block;
    clear: both;
  }
}
.job .job-content .job-text {
  padding: 0;
  max-width: 950px;
  margin: auto;
}
.job .job-content .job-description h3 {
  margin-bottom: 5px;
  font-size: 1.15rem;
}
@media only screen and (min-width: 1024px) {
  .job .job-content .job-description h3 {
    font-size: 1.3rem;
  }
}
.job .job-content .job-description h3:first-child {
  margin-top: 0;
}
.job .job-content .job-description p {
  margin-top: 0;
  margin-bottom: 30px;
}
.job .job-content .job-casefilm {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .job .job-content .job-casefilm {
    margin: 0 auto 2rem;
    padding-top: 1rem;
  }
}
.job .job-content .job-casefilm .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.job .job-content .job-casefilm .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.job .job-content .gallery {
  padding-top: 5rem;
}
.overlay {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: 110%;
  overflow: hidden;
  z-index: 1;
  transform: translate(-50%, 0);
  padding: 200px 16px 0 16px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
  animation: fade-in-up-overlay 1.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@media only screen and (min-width: 850px) {
  .overlay {
    height: 70%;
  }
}

.sans-regular, .article .date, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email, form .form-element button.submit, form .form-element input, form .form-element textarea, form .form-element.check label, form label, h1, .page-content .top h1, body, html, footer .links a {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, .listing .employees .employee .details .name, .services-showoff .texts p, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a, nav.container.active .menuitems a, .intro-page .intro-text a, .job .job-content .job-intro {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
#service-showoff {
  position: relative;
}
@media only screen and (min-width: 850px) {
  #service-showoff .texts {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.2222222222rem;
    max-width: 37%;
    padding-top: 18%;
  }
}

.services-showoff {
  width: 320px;
  height: 320px;
  margin: auto;
  position: relative;
  margin: 10rem auto;
  cursor: pointer;
}
@media only screen and (min-width: 850px) {
  .services-showoff {
    width: 640px;
    height: 640px;
    margin-left: 2%;
  }
}
.services-showoff .texts {
  padding-top: 320px;
}
@media only screen and (min-width: 850px) {
  .services-showoff .texts {
    position: absolute;
    top: -100px;
    width: 100%;
    padding-top: 0;
  }
}
.services-showoff .texts p {
  font-size: 1.3888888889rem;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .services-showoff .texts p {
    font-size: 2.2222222222rem;
  }
}
.services-showoff svg {
  transition: 0.3s ease;
}
.services-showoff svg line {
  transition: 0.3s ease;
  stroke: #bebebe;
}
.services-showoff svg .black {
  stroke: black;
}
.services-showoff .service-logo {
  position: absolute;
  right: 50%;
  margin-right: -15px;
  top: 50%;
  margin-top: -17px;
  height: 29px;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service-logo {
    margin-right: -35px;
    margin-top: -35px;
  }
}
.services-showoff .service-logo svg {
  width: 30px;
  height: 30px;
  fill: #bebebe;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service-logo svg {
    width: 70px;
    height: 70px;
  }
}
.services-showoff .service-wrap p {
  position: absolute;
}
.services-showoff .service {
  width: 131px;
  position: absolute;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service {
    width: 250px;
  }
}
.services-showoff .service svg {
  width: 50px;
  top: 50%;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service svg {
    width: 140px;
  }
}
.services-showoff .service.north {
  transform: rotate(90deg);
  left: 50%;
  margin-left: -63px;
  top: 30px;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service.north {
    margin-left: -120px;
    top: 90px;
  }
}
.services-showoff .service.north svg {
  top: 28px;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service.north svg {
    top: 20px;
  }
}
.services-showoff .service.west {
  top: 50%;
  left: 0;
  margin-top: -39px;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service.west {
    margin-top: -48px;
  }
}
.services-showoff .service.west svg {
  top: 28px;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service.west svg {
    top: 20px;
  }
}
.services-showoff .service.east {
  transform: rotate(180deg);
  right: 0;
  margin-top: -39px;
  top: 50%;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service.east {
    margin-top: -48px;
  }
}
.services-showoff .service.east svg {
  top: 28px;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service.east svg {
    top: 20px;
  }
}
.services-showoff .service.south {
  left: 50%;
  margin-left: -65px;
  bottom: 30px;
  transform: rotate(270deg);
}
@media only screen and (min-width: 850px) {
  .services-showoff .service.south {
    margin-left: -120px;
    bottom: 90px;
  }
}
.services-showoff .service.south svg {
  top: 28px;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service.south svg {
    top: 20px;
  }
}
.services-showoff .service .circle {
  transition-duration: 1s;
  transition-timing-function: ease-in;
  height: 75px;
  width: 75px;
  background: #bebebe;
  border-radius: 50%;
}
@media only screen and (min-width: 850px) {
  .services-showoff .service .circle {
    height: 100px;
    width: 100px;
  }
}
.services-showoff .service .circle.black {
  background: #000;
}
.services-showoff .service.east {
  right: 0;
}

.service {
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .service {
    max-width: 1100px;
    margin: auto;
    justify-items: center;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 160px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 850px) {
  .service .title {
    margin-right: 20px;
  }
}
.service .title h3 {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .service .description {
    max-width: 625px;
  }
  .service .description p:first-child {
    margin-top: 0;
  }
}

.sans-regular, .article .date, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email, form .form-element button.submit, form .form-element input, form .form-element textarea, form .form-element.check label, form label, h1, .page-content .top h1, body, html, footer .links a {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, .listing .employees .employee .details .name, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a, nav.container.active .menuitems a, .intro-page .intro-text a, .job .job-content .job-intro, .services-showoff .texts p {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
.container.contact {
  max-width: 1920px;
}

.top.contact {
  float: none;
  margin: 5rem auto;
  margin-top: 6.5rem;
  margin-bottom: 4rem;
  max-width: 800px;
}
@media only screen and (min-width: 850px) {
  .top.contact {
    margin-top: 18vh;
    margin-bottom: 13vh;
    max-width: 950px;
  }
}

.contact .biglinks a {
  margin-bottom: 0.8rem;
  display: inline-block;
  border-bottom: none;
  transition: 0.3s ease;
}
@media only screen and (min-width: 850px) {
  .contact .biglinks a {
    font-size: 1.3888888889rem;
  }
}

.follow {
  margin: 60px 0 80px 0;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .follow {
    max-width: 1000px;
    margin: 5rem auto;
    margin-top: 7rem;
    margin-bottom: 7rem;
    text-align: left;
  }
}
.follow .links a {
  margin-right: 1rem;
}
@media only screen and (min-width: 850px) {
  .follow .links a {
    font-size: 1.3888888889rem;
  }
}

form {
  margin: 5rem 0;
  padding: 0 16px;
}
@media only screen and (min-width: 850px) {
  form {
    max-width: 800px;
    margin: 5rem auto;
  }
}
form label {
  font-size: 0.8888888889rem;
}
form .message {
  width: 100%;
}

section.contactinfo {
  margin: 5rem 0;
}
@media only screen and (min-width: 850px) {
  section.contactinfo {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
section.contactinfo .image {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  section.contactinfo .image {
    width: 60%;
  }
}
section.contactinfo .contact-wrap {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  vertical-align: middle;
  margin-top: 80px;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  section.contactinfo .contact-wrap {
    width: 30%;
    margin-top: 0;
    text-align: left;
    margin-left: 3rem;
  }
}

.thanks {
  text-align: center;
  padding-top: 30vh;
}
.thanks h1 {
  font-size: 37px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .thanks h1 {
    font-size: 62px;
  }
}
.thanks p {
  font-size: 17px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .thanks p {
    font-size: 25px;
  }
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
form .form-element {
  position: relative;
  overflow: auto;
}
@media only screen and (min-width: 850px) {
  form .form-element.left {
    float: left;
    width: 48%;
  }
  form .form-element.right {
    float: left;
    margin-left: 10px;
    width: 49%;
  }
}
form .form-element .req {
  position: absolute;
  right: 8px;
  bottom: 16px;
  font-size: 1.1rem;
  font-weight: 500;
}
form .form-element label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 3px;
}
form .form-element.check input {
  width: 25px;
  display: inline-block;
  float: left;
}
form .form-element.check input:checked:after {
  background: #fff;
  background-image: url("../../images/2019/cross.png");
  background-size: 100%;
}
form .form-element.check input:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid black;
  display: block;
  position: absolute;
  background: #fff;
}
form .form-element.check label {
  display: inline-block;
  font-size: 0.8888888889rem;
}
form .form-element input, form .form-element textarea {
  font-size: 0.8888888889rem;
  border: 1px solid transparent;
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 10px;
  background: #f4f4f4;
}
form .form-element input.input-validation-error, form .form-element textarea.input-validation-error {
  border: 2px solid red;
}
form .form-element textarea {
  min-height: 300px;
}
form .form-element button.submit {
  display: block;
  padding: 20px 10px;
  width: 100%;
  color: #fff;
  background: #000;
  border: none;
  margin: 1rem 0;
  font-size: 0.8888888889rem;
  transition: ease-in 0.3s all;
}
form .form-element button.submit svg path {
  fill: #fff;
  transition: ease-in 0.3s all;
}
form .form-element button.submit:hover {
  color: #DEDEDE;
  background: #626262;
}
form .form-element button.submit:hover svg path {
  fill: #DEDEDE;
}

.sans-regular, .article .date, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email, h1, .page-content .top h1, body, html, footer .links a, form label, form .form-element.check label, form .form-element input, form .form-element textarea, form .form-element button.submit {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, .listing .employees .employee .details .name, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a, nav.container.active .menuitems a, .intro-page .intro-text a, .job .job-content .job-intro, .services-showoff .texts p {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
.employees.container .top {
  float: none;
  max-width: 800px;
  margin: 10rem auto;
  margin-top: 6.5rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 850px) {
  .employees.container .top {
    margin-top: 18vh;
    margin-bottom: 13vh;
  }
}

.listing {
  margin: 5rem 0;
}
.listing .employees .employee {
  width: 48%;
  margin: 1%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 850px) {
  .listing .employees .employee {
    width: 32%;
    margin: 0.5%;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .listing .employees .employee {
    width: 24%;
    margin: 0.5%;
    margin-bottom: 5rem;
  }
}
.listing .employees .employee .details {
  padding: 0 16px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .listing .employees .employee .details {
    text-align: left;
  }
}
.listing .employees .employee .details .name {
  margin-bottom: 0;
  margin-top: 10px;
}
.listing .employees .employee .details .name p {
  margin-top: 10px;
}
.listing .employees .employee .details .title {
  margin: 0;
  font-size: 0.85rem;
  font-style: italic;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .listing .employees .employee .details .title {
    font-size: 0.9rem;
  }
}
.listing .employees .employee .details .telephone, .listing .employees .employee .details .email {
  display: block;
  font-size: 0.8rem;
  border-bottom: none;
  padding-bottom: 0;
  transition: 0.3s ease;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .listing .employees .employee .details .telephone, .listing .employees .employee .details .email {
    font-size: 0.9rem;
  }
}
.listing .employees .employee .details .telephone:hover, .listing .employees .employee .details .email:hover {
  color: #979DA2;
}
.listing .employees .employee .details .email {
  margin-top: 5px;
}
.listing .employees .employee .details .contactdetails {
  margin-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .listing .employees .employee .details .contactdetails {
    margin-top: 10px;
  }
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
.hkgroup.container .image1 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.hkgroup .image img {
  vertical-align: bottom;
}
@media only screen and (min-width: 850px) {
  .hkgroup .top {
    float: none;
    margin: 3rem auto;
    margin-top: 18vh;
    max-width: 950px;
  }
}
.hkgroup .hkgroup-link {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  padding: 0 16px;
}
@media only screen and (min-width: 850px) {
  .hkgroup .hkgroup-link {
    max-width: 950px;
    margin: 3rem auto;
    margin-bottom: 9rem;
  }
}
.hkgroup .hkgroup-link a {
  margin-right: 1rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.8888888889rem;
}
@media only screen and (min-width: 850px) {
  .hkgroup .images.agency {
    max-width: 1280px;
    margin: 3rem auto;
  }
}
.hkgroup .text1 {
  margin: 80px 0;
  padding: 0 16px;
}
@media only screen and (min-width: 850px) {
  .hkgroup .text1 {
    width: 950px;
    margin: 3rem auto;
    margin-top: 160px;
    margin-bottom: 240px;
  }
}
.hkgroup .images2 img {
  margin-bottom: 0.5rem;
}
.hkgroup .hkgroup-pages {
  margin: 60px 0;
}
@media only screen and (min-width: 850px) {
  .hkgroup .hkgroup-pages {
    max-width: 950px;
    margin: 80px auto;
  }
}
.hkgroup .hkgroup-pages .agency {
  margin-bottom: 50px;
  padding: 0 16px;
}
@media only screen and (min-width: 850px) {
  .hkgroup .hkgroup-pages .agency {
    margin-bottom: 80px;
  }
}
.hkgroup .hkgroup-pages .agency .text {
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 850px) {
  .hkgroup .hkgroup-pages .agency .text {
    max-width: none;
    margin-bottom: 40px;
  }
}
.hkgroup .hkgroup-pages .agency a {
  font-size: 16px;
}
@media only screen and (min-width: 850px) {
  .hkgroup .hkgroup-pages .agency a {
    font-size: 18px;
    transition: 0.3s ease;
  }
  .hkgroup .hkgroup-pages .agency a:hover {
    color: #979DA2;
  }
}
.hkgroup .hkgroup-pages .agency p {
  margin-top: 10px;
}
.hkgroup .hkgroup-pages .agency h3 {
  margin-bottom: 0;
}

.sans-regular, .article .date, h1, .page-content .top h1, body, html, footer .links a, form label, form .form-element.check label, form .form-element input, form .form-element textarea, form .form-element button.submit, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a, nav.container.active .menuitems a, .intro-page .intro-text a, .job .job-content .job-intro, .services-showoff .texts p, .listing .employees .employee .details .name {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
.container .agency.container {
  margin: auto;
}
@media only screen and (min-width: 850px) {
  .container .agency .top {
    margin: auto;
    max-width: 800px;
    margin-top: 18vh;
    margin-bottom: 13vh;
  }
}
.container .agency .images img {
  max-height: 100vh;
}
.container .agency .text {
  padding: 30px 16px;
}
@media only screen and (min-width: 850px) {
  .container .agency .text {
    margin: auto;
    max-width: 800px;
    padding: 40px;
  }
}
.container .agency .text h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.container .agency .text h3 {
  margin-top: 3rem;
  margin-bottom: 0rem;
}

.sans-regular, .article .date, h1, .page-content .top h1, body, html, footer .links a, form label, form .form-element.check label, form .form-element input, form .form-element textarea, form .form-element button.submit, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a, nav.container.active .menuitems a, .intro-page .intro-text a, .job .job-content .job-intro, .services-showoff .texts p, .listing .employees .employee .details .name {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/*.process {
    &.container {
        max-width: none;
        color: #000;
        @include animate(all, .3s, linear);
        max-width: 2000px;
        margin: auto;
    }

}*/
.process-description {
  margin-bottom: 60px;
  padding: 0 16px;
}
@media only screen and (min-width: 850px) {
  .process-description {
    max-width: 1100px;
    margin: auto;
    display: flex;
    margin-bottom: 80px;
  }
}
.process-description h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .process-description h3 {
    text-align: right;
  }
}
@media only screen and (min-width: 850px) {
  .process-description .title {
    width: 30%;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .process-description .title {
    max-width: 380px;
  }
  .process-description .title h3 {
    margin: 0;
  }
}
@media only screen and (min-width: 850px) {
  .process-description .description {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .process-description .description {
    max-width: 625px;
  }
  .process-description .description p:first-child {
    margin-top: 0;
  }
}

#gentags2 {
  background: #fff;
  display: inline-block;
  width: 300vw;
  transition: 0.1s all;
  height: 100vh;
  display: flex;
}
#gentags2.fixed {
  top: 0;
  position: fixed;
  z-index: 32;
}

#pincontainer {
  overflow: hidden;
}

#gentags {
  height: 100vh;
  width: 100%;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@media only screen and (min-width: 1024px) {
  #gentags {
    height: 100vh;
  }
}
#gentags .page {
  height: 100%;
  width: 12.5%; /* relative to parent -> 25% of 400% = 100% of window width */
  float: left;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #gentags .page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
#gentags .page h3 {
  margin-top: 0.5rem;
}
#gentags .page .pros-text {
  width: 95%;
  display: block;
  margin-right: 10%;
  text-align: left;
  align-self: center;
}
@media only screen and (min-width: 1024px) {
  #gentags .page .pros-text {
    width: 40%;
    display: inline-block;
  }
}
#gentags .page .pros-text img {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  #gentags .page .pros-text img {
    width: 70px;
    height: 70px;
  }
}
#gentags .page .pros-image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #gentags .page .pros-image {
    width: 35%;
    display: inline-block;
  }
}

#gendtags .page {
  transition: 0.5s all;
  width: 100vw;
  text-align: center;
  overflow: hidden;
  float: left;
  margin-right: 25vw;
  display: flex;
  padding: 0;
  align-self: center;
}
#gendtags .page:first-child {
  margin-left: 100vw;
}

#gentags td {
  padding: 0px 60vh;
}

#gentags table {
  width: 100%;
}

.steps {
  position: absolute;
  right: 10px;
  transition: 0.5s all;
  width: 35px;
}
.steps .circle {
  top: 10px;
  right: 0;
  width: 14px;
  height: 14px;
  border: 1px solid grey;
  position: relative;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s ease-in-out all;
}
.steps .circle.number-1 {
  top: 45px;
}
.steps .circle.number-2 {
  top: 80px;
}
.steps .circle.number-0 {
  top: 10px;
}
.steps .step {
  position: relative;
  transition: 0.5s ease-in-out all;
  cursor: pointer;
}
.steps .step.active {
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
}
.steps .step.active .number {
  opacity: 1;
}
.steps .step.active .circle {
  opacity: 1;
}
.steps .step.active .dot {
  opacity: 1;
}
.steps .step .circle-wrap {
  display: inline-block;
  position: relative;
}
.steps .step .number {
  font-size: 0.6rem;
  right: 25px;
  opacity: 0;
  transition: 0.5s ease-in-out all;
}
.steps .step .dot {
  border: 2px solid;
  border-radius: 50%;
  position: absolute;
  content: "";
  position: absolute;
  right: 6px;
  top: 16px;
  opacity: 0.6;
}

#processwrap {
  max-width: 1280px;
  position: relative;
  margin: auto;
}

.processes {
  width: 400px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}
.processes .process {
  transition: 1s;
  text-align: center;
  min-height: 500px;
  position: absolute;
  top: 0;
}
.processes .process .content {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.processes .process.active {
  display: block;
  opacity: 1;
}
.processes .process.active .content {
  opacity: 1;
}

/*@keyframes slide-enter {
    0% {
        opacity: 0;
        transform: translateY(-200%);
    }

    50% {
        opacity: 0.5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-leave {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    50% {
        opacity: 0.5;
        transform: translateY(50%);
    }

    0% {
        opacity: 0;
        transform: translateY(150%);
    }
}*/
.sans-regular, .article .date, h1, .page-content .top h1, body, html, footer .links a, form label, form .form-element.check label, form .form-element input, form .form-element textarea, form .form-element button.submit, .listing .employees .employee .details .telephone, .listing .employees .employee .details .email {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-ultrabold {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sans-bold, .article .text strong, .article .ingress, .article h1, h3, h4, h5, h6, .top .ingress, .btn, .services a, .intro-text a, .about a, .links a, .hkgroup .hkgroup-link a, .biglinks a, nav.container.active .menuitems a, .intro-page .intro-text a, .job .job-content .job-intro, .services-showoff .texts p, .listing .employees .employee .details .name {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sans-semibold, .intro-page .intro-text p, .intro-page .intro-text h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-light {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
.article {
  max-width: 1600px;
  margin: auto;
}
.article .skivm {
  padding-top: 10vh;
  width: 90%;
  margin: auto;
}
.article .skivm .sep {
  height: 2px;
  background-color: #000;
  margin: 10rem auto 4rem;
  position: relative;
  z-index: 20;
}
.article .skivm #intro {
  min-height: 70vh;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .article .skivm #intro {
    width: 70%;
    max-width: 700px;
  }
}
.article .skivm h1 {
  font-size: 3rem;
}
.article .skivm h1,
.article .skivm h2 {
  text-align: left;
  margin-bottom: 0.5rem;
}
.article .skivm .client-videos {
  min-height: 90vh;
  padding-top: 3rem;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .article .skivm .client-videos {
    width: 70%;
    max-width: 700px;
  }
}
.article .skivm .client-videos h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.article .skivm .client-videos .client-video {
  margin-bottom: 3rem;
}
.article .skivm .sticky-btn {
  position: fixed;
  z-index: 3;
  bottom: 1rem;
  right: 1rem;
}
@media only screen and (max-width: 1023px) {
  .article .skivm .sticky-btn {
    display: none;
  }
}
.article .skivm .btn-cover {
  position: absolute;
  z-index: 10;
  width: 230px;
  height: 340px;
  background-color: #ffffff;
  right: 0;
  top: 80vh;
}
@media only screen and (max-width: 1023px) {
  .article .skivm .btn-cover {
    display: none;
  }
}
.article .text .body p:first-child {
  margin-top: 0;
}
.article .top {
  margin-top: 6.5rem;
  margin-bottom: 4.5rem;
}
@media only screen and (min-width: 850px) {
  .article .top {
    float: none;
    margin: 3rem auto;
    margin-top: 18vh;
    margin-bottom: 13vh;
  }
}
.article .page-list {
  margin-top: 5rem;
  padding: 0 16px;
}
@media only screen and (min-width: 1024px) {
  .article .page-list {
    margin-top: 9rem;
  }
}
.article .page-list .box {
  margin-bottom: 3rem;
  font-size: 0.8888888889rem;
  border-bottom: none;
}
@media only screen and (min-width: 850px) {
  .article .page-list .box {
    width: 30%;
    margin: 1rem;
    max-width: 600px;
    display: inline-block;
  }
  .article .page-list .box a {
    border: 0;
  }
}
.article .page-list .box .image img {
  padding-bottom: 0.5rem;
}
.article h1 {
  text-align: center;
  font-size: 1.6666666667rem;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 0;
}
@media only screen and (min-width: 850px) {
  .article h1 {
    font-size: 2.7777777778rem;
  }
}
.article h1:before {
  display: none;
}
.article .date {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.6;
}
.article .ingress {
  font-size: 1.2rem;
  padding: 3rem 0rem;
  text-align: left;
}
@media only screen and (min-width: 850px) {
  .article .ingress {
    font-size: 1.6rem;
    max-width: 950px;
    margin: auto;
    padding: 5rem 0rem;
  }
}
.article .ingress p {
  margin: 0;
}
.article .text {
  padding: 0 16px;
}
@media only screen and (min-width: 850px) {
  .article .text {
    margin: auto;
    max-width: 950px;
  }
}
.article .text strong {
  font-size: 1.3888888889rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 850px) {
  .article .text strong {
    font-size: 1.6666666667rem;
  }
}
.article .article-film {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .article .article-film {
    margin: 0 auto 2rem;
    padding-top: 1rem;
  }
}
.article .article-film .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.article .article-film .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article .swiper-container {
  margin: 3rem auto;
}
@media only screen and (min-width: 1024px) {
  .article .swiper-container {
    width: 80%;
  }
}

:root {
  --swiper-theme-color: #000000 !important;
}

.vacancy-list {
  margin-top: 5rem;
  text-decoration: none;
  border: 0;
  max-width: 1600px;
  margin: auto;
}
.vacancy-list .vacancy-list-item {
  padding: 4rem 16px 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1024px) {
  .vacancy-list .vacancy-list-item {
    display: flex;
    justify-content: space-between;
  }
}
.vacancy-list .vacancy-list-item:nth-child(2) {
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .vacancy-list .vacancy-list-item:nth-child(2) .list-video {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .vacancy-list .vacancy-list-item:nth-child(2) .list-text {
    order: 1;
    margin-left: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .vacancy-list .vacancy-list-item .list-video {
    width: 40%;
  }
}
.vacancy-list .vacancy-list-item .list-video video {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .vacancy-list .vacancy-list-item .list-text {
    width: 50%;
    margin-right: 5%;
  }
}
.vacancy-list .vacancy-list-item .list-text h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
.vacancy-list .vacancy-list-item .list-text .ingress {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media only screen and (min-width: 1024px) {
  .vacancy-list .vacancy-list-item .list-text .ingress {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.vacancy-list .vacancy-list-item .list-text .ingress p {
  margin: 0 0 1rem 0;
}
.vacancy-list .vacancy-list-item .list-text .body p {
  margin: 0 0 0.5rem 0;
}

.modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px;
  opacity: 0;
  transition: opacity 200ms;
}
.modal-bg.open {
  opacity: 1;
}
.modal-bg .modal-frame {
  position: relative;
  border-radius: 10px;
}
.modal-bg .modal-frame img {
  width: 100%;
}
.modal-bg .modal-frame video {
  width: auto;
  max-height: 60vh;
  max-width: 100%;
}
.modal-bg .modal-frame .modal-image-count {
  width: 100%;
  color: white;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.modal-bg .modal-frame .close-btn {
  position: absolute;
  top: -20px;
  right: 3px;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
}

.gallery {
  display: flex;
  padding-bottom: 60px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 850px) {
  .gallery {
    padding-bottom: 140px;
  }
}
.gallery .image {
  width: 100%;
  margin: 1% 0 1% 0;
}
@media only screen and (min-width: 850px) {
  .gallery .image {
    width: 49%;
    margin: 0.5%;
  }
}
.gallery .image img {
  object-fit: cover;
  max-width: 100%;
}
.gallery a:before {
  display: none;
}
.gallery a:after {
  display: none;
}
.gallery .item-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 850px) {
  .gallery .item-wrap {
    margin-bottom: 0;
  }
}
.gallery .item-wrap > a {
  width: 100%;
}
.gallery .item-wrap .download-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}
.gallery .item-wrap .download-link a {
  padding: 20px 50px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53) all;
  margin-top: 40px;
}
.gallery .item-wrap a img {
  transition: 0.3s all;
}
.gallery .item-wrap:hover a img {
  opacity: 0.8;
}

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