@keyframes horizontal-slide-loop {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(150%);
    width: 50%;
    opacity: 0;
  }
  50.1% {
    transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    width: 100%;
  }
}
@keyframes pulse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale-up {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes float {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateX(-8px);
  }
  66% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes float2 {
  0% {
    transform: translateX(0px) scale(-1, 1);
  }
  33% {
    transform: translateX(10px) scale(-1, 1);
  }
  66% {
    transform: translateX(-10px) scale(-1, 1);
  }
  100% {
    transform: translateX(0px) scale(-1, 1);
  }
}
@keyframes float3 {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateX(-25px);
  }
  66% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes float4 {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateX(10px);
  }
  66% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1;
}
h1 {
  font-weight: 100;
}
h1 {
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  h1 {
    font-size: calc(40px + 20 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
h2 {
  font-weight: 600;
}
h2 {
  font-size: 30px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  h2 {
    font-size: calc(30px + 16 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 46px;
  }
}
h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
h3 {
  font-size: 25px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  h3 {
    font-size: calc(25px + 15 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}
h4 {
  font-weight: 600;
}
h4 {
  font-size: 22px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  h4 {
    font-size: calc(22px + 6 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 28px;
  }
}
p {
  font-weight: 100;
  line-height: 1.45;
}
p {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  p {
    font-size: calc(16px + 6 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 22px;
  }
}
strong {
  font-weight: 700;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 767px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.selectDisable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bg-primary {
  background-color: #1C3F37;
}
.bg-white {
  background-color: white;
}
.bg-dark {
  background-color: #243130;
}
.bg-image {
  background-size: cover;
}
.fw-semi {
  font-weight: 600;
}
.no-scroll {
  height: 100%;
  overflow: hidden;
}
.no-scroll.projects-visible {
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.scaledown {
  transform: scale(1);
  transform-origin: top center;
  will-change: transform;
  pointer-events: all;
}
::-moz-selection {
  background: #4772FF;
  color: white;
}
::selection {
  background: #4772FF;
  color: white;
}
a,
a:visited {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
  background: white;
}
@font-face {
  font-family: 'VolteWeb';
  src: url("fonts/volte-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'VolteWeb';
  src: url("fonts/volte-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'VolteWeb';
  src: url("fonts/volte-bold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.container-fluid {
  max-width: 1200px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  flex-direction: row-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  justify-content: center;
  text-align: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.button,
a.button {
  border: 3px solid #FF8965;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #FF8965;
  font-weight: 600;
}
.button,
a.button {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .button,
  a.button {
    font-size: calc(16px + 4 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .button,
  a.button {
    font-size: 20px;
  }
}
.button-square,
.umbraco-forms-form [type="submit"] {
  min-height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #FF8965 !important;
  font-weight: 600;
  border: 3px solid #FF8965;
}
.button-square,
.umbraco-forms-form [type="submit"] {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .button-square,
  .umbraco-forms-form [type="submit"] {
    font-size: calc(16px + 4 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .button-square,
  .umbraco-forms-form [type="submit"] {
    font-size: 20px;
  }
}
.button-square span,
.umbraco-forms-form [type="submit"] span {
  position: relative;
  z-index: 3;
}
.button-square::before,
.umbraco-forms-form [type="submit"]::before {
  box-sizing: border-box;
  content: "";
  width: 100%;
  background: transparent;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(10px, 100%, 0);
  border-bottom: 3px solid #FF8965;
  display: block;
  border-left: 3px solid #FF8965;
  z-index: 100;
  transition: background 0.62s cubic-bezier(0.19, 1, 0.22, 1);
}
.button-square::after,
.umbraco-forms-form [type="submit"]::after {
  box-sizing: border-box;
  content: "";
  padding-left: 10px;
  background: transparent;
  height: calc(100% + 3px);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate3d(100%, 19%, 0);
  border-top: 3px solid #FF8965;
  border-right: 3px solid #FF8965;
  display: block;
  z-index: 100;
  transition: background 0.62s cubic-bezier(0.19, 1, 0.22, 1);
}
.internet-explorer .button-square::after,
.internet-explorer .umbraco-forms-form [type="submit"]::after {
  height: calc(100% + 6%);
}
.button-square:focus,
.umbraco-forms-form [type="submit"]:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.button-square:hover::before,
.button-square:hover::after,
.button-square:focus::before,
.button-square:focus::after,
.umbraco-forms-form [type="submit"]:hover::before,
.umbraco-forms-form [type="submit"]:hover::after,
.umbraco-forms-form [type="submit"]:focus::before,
.umbraco-forms-form [type="submit"]:focus::after {
  transition: background 0.62s cubic-bezier(0.19, 1, 0.22, 1);
  background: #FF8965;
}
.button-square.button-square-monochrome,
.umbraco-forms-form [type="submit"].button-square-monochrome {
  color: #878787 !important;
  border-color: #878787;
}
.button-square.button-square-monochrome::before,
.umbraco-forms-form [type="submit"].button-square-monochrome::before {
  border-bottom-color: #878787;
  border-left-color: #878787;
}
.button-square.button-square-monochrome::after,
.umbraco-forms-form [type="submit"].button-square-monochrome::after {
  border-top-color: #878787;
  border-right-color: #878787;
}
.button-square.button-square-monochrome:hover::before,
.button-square.button-square-monochrome:hover::after,
.umbraco-forms-form [type="submit"].button-square-monochrome:hover::before,
.umbraco-forms-form [type="submit"].button-square-monochrome:hover::after {
  transition: background-color 0.62s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #878787;
}
.button.button-expand {
  height: 60px;
  border-radius: 36px;
  border-width: 2px;
  padding-left: 40px;
  padding-right: 40px;
}
.button.button-expand.arrow svg {
  transition: transform 0.62s cubic-bezier(0.19, 1, 0.22, 1);
}
.button.button-expand.arrow:hover svg,
.button.button-expand.arrow:focus svg {
  transition: transform 0.62s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(100%);
}
.button.button-expand.arrow.back svg {
  transform: rotate(180deg);
}
.button.button-expand.arrow.back:hover svg,
.button.button-expand.arrow.back:focus svg {
  transition: transform 0.62s cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(180deg) translateX(100%);
}
.button.button-expand.plus svg {
  transition: transform 0.62s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.85);
}
.button.button-expand.plus:hover svg,
.button.button-expand.plus:focus svg {
  transition: transform 0.62s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1.05);
}
.button-long-arrow {
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  min-width: 140px;
  border: 2px solid #FF8965;
  border-radius: 36px;
}
.link {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: auto;
  display: inline-flex;
  transition: color 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.link::after {
  content: "";
  height: 1px;
  width: 100%;
  overflow: hidden;
  background-color: black;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: width 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.link:hover,
.link:focus {
  color: #1C3F37;
  opacity: 0.8;
  transition: color 0.62s cubic-bezier(1, 0, 0, 1), opacity 0.62s cubic-bezier(1, 0, 0, 1);
}
.link:hover::after,
.link:focus::after {
  background-color: #1C3F37;
  animation: horizontal-slide-loop 0.93s cubic-bezier(1, 0, 0, 1) forwards;
}
.link:not(:hover, :focus)::after {
  opacity: 0;
  animation: scale-up 0.62s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.1s;
}
.link.nav-link-active,
.link .nav-link-active:hover,
.link .nav-link-active:focus {
  color: #4772FF;
}
.link.nav-link-active::after,
.link .nav-link-active:hover::after,
.link .nav-link-active:focus::after {
  background-color: #4772FF;
}
.fat-link {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .fat-link {
    font-size: calc(18px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .fat-link {
    font-size: 18px;
  }
}
.drawer-visible .drawer-shadow {
  pointer-events: auto;
}
.close-drawer {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.drawer-shadow {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 90;
  height: 100%;
  width: 100%;
  background-color: rgba(228, 223, 223, 0.9);
  opacity: 0;
  pointer-events: none;
}
.drawer {
  height: 100vh;
  width: 100vw;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: white;
  z-index: 100;
  transform: translateX(120%) skewX(20deg);
}
@media only screen and (min-width: 767px) {
  .drawer {
    width: 90vw;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer {
    width: 75vw;
  }
}
.drawer .center {
  padding-top: 180px;
}
.drawer-content {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}
.lead-image-drawer {
  background: #1C3F37;
  color: white;
  padding-top: 40px;
  position: relative;
}
.lead-image-drawer img {
  width: 100%;
  opacity: 0.3;
}
.overlay-filosofi .lead-image-drawer img {
  opacity: 1;
}
.top-content {
  transform: translateY(-80px);
}
.top-content h2 {
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .top-content h2 {
    font-size: calc(40px + 20 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .top-content h2 {
    font-size: 60px;
  }
}
.flere-filosofier {
  background: white;
  color: #1C3F37;
  padding: 80px 0;
}
.flere-filosofier h3 {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.flere-filosofier h4 {
  font-weight: 100;
  margin-top: 20px;
  text-align: center;
}
.flere-filosofier h4 {
  font-size: 14px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .flere-filosofier h4 {
    font-size: calc(14px + 6 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .flere-filosofier h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flere-filosofier h4 {
    text-align: center;
  }
}
.flere-filosofier a {
  text-decoration: none;
}
@media only screen and (min-width: 767px) {
  .flere-filosofier a {
    display: flex;
    flex-flow: column wrap;
    position: relative;
  }
}
.more-selection-single {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .more-selection-single:nth-child(1) {
    margin-bottom: 100px;
  }
}
.more-selection-single .button-expand {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  border: 2px solid #FF8965;
  border-radius: 36px;
}
.more-selection-single .button-expand {
  transform: translateX(50%) translateY(-50%) scale(0.65);
}
@media only screen and (min-width: 1024px) {
  .more-selection-single .button-expand {
    transform: translateX(50%) translateY(-50%) scale(1);
  }
}
.more-selection-single .button-expand.right {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .more-selection-single .button-expand.right {
    transform: translateX(50%) translateY(-50%) scale(1);
  }
}
.more-selection-single .button-expand.left {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .more-selection-single .button-expand.left {
    left: 0;
    right: auto;
    transform: translateX(-50%) translateY(-50%) rotate(180deg) scale(1);
  }
}
.content-box {
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .content-box {
    padding: 30px;
  }
}
.content-box-white {
  background: white;
}
.content-box-frame {
  border: 6px solid #4772FF;
}
.content-box-wide {
  max-width: 1180px;
  width: 100%;
}
.content-box-narrow {
  max-width: 580px;
  width: 100%;
}
.vv-body > header {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767px) {
  .vv-body > header {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact {
  flex: 0 1 25%;
  top: 25px;
  right: 30px;
  position: absolute;
}
.internet-explorer .contact {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .contact {
    background: white;
    height: 70px;
    flex: 1 1 1%;
    margin-left: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    position: relative;
  }
  .contact .button-square,
  .contact .umbraco-forms-form [type="submit"] {
    border: none;
    height: 100%;
    width: 100%;
  }
  .contact .button-square:before,
  .contact .button-square:after,
  .contact .umbraco-forms-form [type="submit"]:before,
  .contact .umbraco-forms-form [type="submit"]:after {
    display: none;
  }
}
footer.normal {
  margin: 140px auto 0;
  color: #1C3F37;
}
footer.normal #footerlogo {
  fill: #1C3F37;
}
footer.dark {
  background-color: #243130;
  color: white;
}
footer.dark #footerlogo {
  fill: white;
}
footer.image {
  background-image: url(footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: white;
}
footer.image #footerlogo {
  fill: white;
}
@media only screen and (max-width: 767px) {
  footer.image {
    background-position: 60% center;
    padding-bottom: 40px;
    padding-top: 300px;
    background-size: auto 100%;
  }
}
.footer-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 80px;
}
.footer-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 0 20px;
}
.footer-logo {
  margin-bottom: 10px;
}
.friends + footer {
  transform: translateY(-200px);
  margin-bottom: -200px;
}
.totop {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
@media only screen and (min-width: 767px) {
  .totop {
    display: none;
  }
}
.fixed-navigation {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767px) {
  .fixed-navigation {
    max-width: 530px;
  }
}
.nav-filler {
  opacity: 0.5;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .nav-filler {
    display: none;
  }
}
.nav-link {
  font-weight: 600;
  color: #243130 !important;
}
.nav-link:after {
  background: #243130 !important;
}
@media only screen and (max-width: 767px) {
  .nav-link {
    text-transform: capitalize;
  }
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.nav-links > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nav-links > div {
    margin-right: 3px;
  }
}
.navigation {
  display: flex;
  margin-top: 2px;
  line-height: 1.5;
  background: white;
  padding: 30px;
}
.navigation {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .navigation {
    font-size: calc(18px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .navigation {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    flex: 1 1 auto;
    padding: 20px;
  }
}
@media only screen and (min-width: 767px) {
  .navigation {
    padding: 30px;
  }
}
.nav-about {
  color: #949A99;
  font-size: 14px;
  padding-right: 50px;
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .nav-about {
    display: none;
  }
}
.logo {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: white;
}
@media only screen and (max-width: 767px) {
  .logo {
    flex: 0 1 68%;
    height: 70px;
  }
  .logo svg {
    max-width: 160px;
  }
}
.logo a {
  position: relative;
}
.logo a .logo-element {
  fill: #1C3F37;
}
.logo a .logo-text {
  fill: #1C3F37;
}
.logo a .logo-line {
  position: absolute;
  top: 42px;
  left: 101px;
  height: 2px;
  width: 103px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .logo a .logo-line {
    top: 38px;
    left: 79px;
    width: 84px;
  }
}
.logo a .logo-line span {
  display: block;
  border-left: 2px solid transparent;
  border-top: 3px solid #1C3F37;
  width: 50%;
  height: 100%;
}
.logo a:hover .logo-line span {
  animation: horizontal-slide-loop 0.93s cubic-bezier(1, 0, 0, 1) forwards;
  transition: width 1s;
}
.logo a:not(:hover) .logo-line span {
  opacity: 0;
  animation: scale-up 0.62s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.1s;
}
.hero {
  color: #1C3F37;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.hero h1 {
  margin: 0;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-height: 700px) {
  .hero {
    min-height: calc(100vh - 250px);
  }
}
.hero-large {
  position: relative;
  min-height: 600px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  background-color: #1C3F37;
  color: white;
  margin-top: 40px;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .hero-large {
    height: 1200px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-large {
    height: 1400px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-large {
    height: 1500px;
  }
}
@media only screen and (max-width: 1280px) {
  .hero-large {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .hero-large {
    width: 100%;
    margin-top: 0;
  }
}
.hero-large-image {
  position: relative;
}
.hero-large-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .hero-large-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: auto;
    max-height: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-large-image {
    width: 60%;
  }
}
.hero-large-content {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .hero-large-content {
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-large-content {
    position: absolute;
    top: 80%;
    left: 75%;
    width: 50%;
  }
}
.hero-large-content h1 {
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1;
}
.hero-large-content h1 {
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .hero-large-content h1 {
    font-size: calc(40px + 24 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .hero-large-content h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-large-content h1 {
    max-width: 530px;
  }
}
.hero-large-content p {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .hero-large-content p {
    font-size: calc(18px + 8 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .hero-large-content p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-large-content p {
    max-width: 420px;
  }
}
.action-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 420px;
  margin-top: 80px;
}
.action-box .button {
  transform: scale(0.9);
}
.action-box .button:hover + p {
  transition: transform 0.62s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(50px);
}
.action-box p {
  font-weight: 600;
  color: #FF8965;
  line-height: 1.3;
  margin-left: 15px;
  transition: transform 0.62s cubic-bezier(0.19, 1, 0.22, 1);
}
.action-box p {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .action-box p {
    font-size: calc(16px + 4 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .action-box p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 767px) {
  .hero-off-text p {
    margin-left: 50%;
    transform: translateY(-33%);
  }
}
.image-grid {
  background-color: #1C3F37;
  color: white;
}
@media only screen and (max-width: 767px) {
  .image-grid .container-fluid {
    padding: 0;
  }
  .image-grid .container-fluid .col-xs-6:nth-child(1) {
    transform: translateY(50px);
  }
  .image-grid .container-fluid .col-xs-6:nth-child(2) {
    transform: translateY(-50px);
  }
}
.image-content {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .image-content {
    text-align: center;
    margin-bottom: 100px;
    transform: translateY(0) !important;
  }
}
@media only screen and (max-width: 767px) {
  .image-content.image-content-featured .image-content-txt {
    padding: 0 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 767px) {
  .image-content.image-content-featured .image-content-txt {
    max-width: 50%;
    position: relative;
    left: 50%;
    padding: 0;
  }
}
.image-content.image-content-featured .image-content-txt .button-expand {
  margin-top: 1em;
}
.image-content.centered {
  text-align: center;
}
.image-content-img img {
  width: 100%;
  height: auto;
}
.image-content-txt {
  padding: 0 10px;
}
.image-content-img {
  position: relative;
  margin-bottom: 30px;
}
.image-content-img:after {
  content: "";
  width: 4px;
  height: 60px;
  background: white;
  position: relative;
  left: 50%;
  display: block;
}
.image-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.frame {
  border: 6px solid #4772FF;
  margin-top: 200px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 40px;
}
@media only screen and (min-width: 767px) {
  .frame {
    padding: 150px 80px;
    margin-top: 200px;
    margin-bottom: 300px;
  }
}
.frame.blue {
  border-color: #4772FF;
  color: #4772FF;
  max-width: 640px;
}
@media only screen and (max-width: 767px) {
  .frame.blue {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.frame.icons {
  position: relative;
}
.frame.icons:before {
  content: "";
  background-image: url(document.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 80px center;
  display: block;
  height: 190px;
  width: 100%;
  position: absolute;
  z-index: 2;
  transform: translate(0, -50%);
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .frame.icons:before {
    height: 120px;
    background-position: center center;
  }
}
.frame.icons:after {
  content: "";
  background-image: url(road.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #E4DFDF;
  display: block;
  height: 152px;
  width: 88px;
  position: absolute;
  z-index: 2;
  transform: translate(0, 50%);
  bottom: 0;
  left: 80px;
}
@media only screen and (max-width: 767px) {
  .frame.icons:after {
    height: 120px;
    width: 62px;
    left: 50%;
    transform: translate(-50%, 50%);
    background-position: center center;
  }
}
.statement + .statement {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 6px solid #4772FF;
}
.statement .button-expand {
  margin-top: 30px;
}
.contact-boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  margin-bottom: 150px;
}
@media only screen and (min-width: 767px) {
  .contact-boxes {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 250px;
    flex-direction: row;
  }
}
.contact-boxes:after {
  content: "";
  display: block;
  background-image: url(contact-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  width: 148px;
  height: 29px;
}
@media only screen and (min-width: 767px) {
  .contact-boxes:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .contact-boxes:after {
    top: 50%;
    left: 50px;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.contact-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 300px;
  padding: 30px 20px;
}
@media only screen and (min-width: 767px) {
  .contact-box {
    min-height: 490px;
    width: 50%;
    padding: 50px 40px;
  }
}
.contact-box-action {
  margin-top: 30px;
}
.contact-box-action {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .contact-box-action {
    font-size: calc(18px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .contact-box-action {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) {
  .contact-box-action {
    margin-top: auto;
  }
}
.contact-box-content h4 {
  margin-bottom: 20px;
}
.contact-box-content h4 {
  font-size: 28px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .contact-box-content h4 {
    font-size: calc(28px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .contact-box-content h4 {
    font-size: 28px;
  }
}
.contact-box-content p {
  line-height: 1.4;
}
.contact-box-content p {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .contact-box-content p {
    font-size: calc(18px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .contact-box-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) {
  .contact-boxes .bg-white h4,
  .contact-boxes .bg-white p {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-boxes .bg-white {
    padding-bottom: 120px;
  }
}
.contact-boxes .bg-image {
  color: white;
  background-position: right -100px bottom;
  background-repeat: no-repeat;
  background-size: 125%;
  background-color: #243130;
}
@media only screen and (min-width: 767px) {
  .contact-boxes .bg-image {
    background-position: right bottom;
    background-size: contain;
  }
}
.contact-boxes .bg-image .contact-box-content {
  max-width: 60%;
  margin-left: 20%;
}
@media only screen and (max-width: 767px) {
  .contact-boxes .bg-image .contact-box-content {
    max-width: 80%;
    margin-left: 0;
    padding-top: 120px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-boxes .bg-image {
    min-height: 520px;
  }
  .contact-boxes .bg-image .contact-box-action {
    margin-top: auto;
    margin-bottom: 40px;
  }
}
.csr {
  background-color: #243130;
  min-height: 75vh;
  color: white;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .csr {
    min-height: 100vh;
  }
}
.csr-content {
  padding-top: 120px;
}
.csr-background span {
  display: block;
  position: absolute;
  transform-origin: center;
}
.csr-background span.intersected img {
  display: block;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
}
.csr-background span:first-child {
  top: 3%;
  right: 10%;
  width: 20vw;
  max-width: 220px;
  z-index: 3;
}
.csr-background span:first-child img {
  animation-name: float;
}
@media only screen and (min-width: 767px) {
  .csr-background span:first-child {
    top: 15%;
  }
}
.csr-background span:nth-child(2) {
  top: 33%;
  left: 0;
  transform: translateX(-50%);
  width: 33vw;
  max-width: 370px;
  z-index: 3;
}
.csr-background span:nth-child(2) img {
  transform: scale(-1, 1);
  animation-name: float2;
}
.csr-background span:nth-child(3) {
  top: 33%;
  right: 0;
  transform: translateX(66%);
  width: 40vw;
  max-width: 600px;
  z-index: 3;
}
.csr-background span:nth-child(3) img {
  animation-name: float3;
}
.csr-background span:nth-child(4) {
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 50vw;
  max-width: 600px;
  z-index: 3;
}
@media only screen and (min-width: 767px) {
  .csr-background span:nth-child(4) {
    bottom: 0;
  }
}
.csr-background span:nth-child(4) img {
  animation-name: float4;
}
.csr-content {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  padding-bottom: 200px;
}
.csr-text {
  margin-left: 40px;
}
@media only screen and (min-width: 767px) {
  .csr-text {
    max-width: 33vw;
    margin-left: 80px;
  }
}
.csr-image {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .csr-image {
    max-width: 33%;
  }
}
.mission-statement-content {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .mission-statement-content {
    max-width: 100%;
    margin-top: 100px;
  }
}
.mission-statements {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mission-statements {
    flex-direction: column;
    padding: 150px 0;
  }
}
.mission-statement {
  height: 200px;
  width: 200px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: border-color 0.2294s cubic-bezier(0.95, 0.05, 0.795, 0.035), font-size 0.2294s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.mission-statement {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .mission-statement {
    font-size: calc(16px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .mission-statement {
    font-size: 16px;
  }
}
.mission-statement:after {
  content: "";
  height: 120px;
  width: 120px;
  background-color: #4772FF;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
}
.mission-statement:after {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .mission-statement:after {
    font-size: calc(16px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .mission-statement:after {
    font-size: 16px;
  }
}
.mission-statement:before {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #4772FF;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .mission-statement:not(.mission-statement-large) {
    height: 160px;
    width: 160px;
    font-size: 12px;
  }
  .mission-statement:not(.mission-statement-large):before {
    border-width: 1px;
  }
  .mission-statement:not(.mission-statement-large):after {
    height: 100px;
    width: 100px;
  }
  .mission-statement.mission-statement-large {
    height: 270px;
    width: 270px;
    background: #253330;
    font-size: 14px;
  }
  .mission-statement.mission-statement-large img {
    width: 50px;
    height: auto;
  }
  .mission-statement.mission-statement-large:before {
    height: 100%;
    width: 100%;
    border-width: 1px;
  }
  .mission-statement.mission-statement-large:after {
    width: 163px;
    height: 163px;
    z-index: 1;
  }
  .mission-statement.mission-statement-large > * {
    position: absolute;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement:not(.mission-statement-large) {
    position: absolute;
    height: 160px;
    width: 160px;
    font-size: 12px;
    top: 50%;
    left: 50%;
  }
  .mission-statement:not(.mission-statement-large):before {
    border-width: 1px;
  }
  .mission-statement:not(.mission-statement-large):after {
    height: 100px;
    width: 100px;
  }
  .mission-statement:not(.mission-statement-large):nth-child(1) {
    transform: translate(-140%, -175%);
  }
  .mission-statement:not(.mission-statement-large):nth-child(2) {
    transform: translate(-140%, 75%);
  }
  .mission-statement:not(.mission-statement-large):nth-child(4) {
    transform: translate(40%, -133%);
  }
  .mission-statement:not(.mission-statement-large):nth-child(5) {
    transform: translate(0, 100%);
  }
  .mission-statement.mission-statement-large {
    height: 270px;
    width: 270px;
    background: #253330;
    font-size: 14px;
  }
  .mission-statement.mission-statement-large img {
    width: 50px;
    height: auto;
  }
  .mission-statement.mission-statement-large:before {
    height: 100%;
    width: 100%;
    border-width: 1px;
  }
  .mission-statement.mission-statement-large:after {
    width: 163px;
    height: 163px;
    z-index: 1;
  }
  .mission-statement.mission-statement-large > * {
    position: absolute;
    z-index: 2;
  }
}
.mission-statement:not(.mission-statement-large)[data-intersection] {
  transition: opacity 0.62s ease 0.2294s;
}
@media only screen and (min-width: 767px) {
  .mission-statement:not(.mission-statement-large) {
    animation: pulse 6000ms ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .mission-statement:not(.mission-statement-large):nth-child(1) {
    margin-right: -20px;
    margin-top: -30px;
    animation-delay: 0;
    animation-direction: alternate-reverse;
  }
  .mission-statement:not(.mission-statement-large):nth-child(2) {
    margin-right: -10px;
    margin-top: 50px;
    animation-delay: 200ms;
    animation-duration: 5000ms;
    animation-direction: alternate;
  }
  .mission-statement:not(.mission-statement-large):nth-child(4) {
    margin-left: -10px;
    animation-delay: 400ms;
    margin-top: -20px;
  }
  .mission-statement:not(.mission-statement-large):nth-child(5) {
    margin-left: -20px;
    animation-duration: 5000ms;
    margin-top: 120px;
    animation-delay: 156ms;
    animation-direction: reverse;
  }
}
.mission-statement span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mission-statement span img {
  margin-bottom: 10px;
}
.mission-statement-large {
  height: 380px;
  width: 380px;
  z-index: 3;
}
.mission-statement-large:before {
  border-color: #FF8965;
}
.mission-statement-large:after {
  height: 230px;
  width: 230px;
  background-color: #FF8965;
}
.artwork {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding-top: 655px;
}
@media only screen and (max-width: 1440px) {
  .artwork {
    padding-top: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .artwork {
    padding-top: 300px;
  }
}
.artwork:before {
  content: "";
  background-image: url(/static/moose.jpg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
  height: 655px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@media only screen and (max-width: 1440px) {
  .artwork:before {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .artwork:before {
    height: 300px;
  }
}
.artwork-box {
  position: relative;
  height: auto;
  padding-top: 90px;
  border: 6px solid #4772FF;
  color: #4772FF;
}
@media only screen and (max-width: 767px) {
  .artwork-box {
    padding-top: 60px;
    padding-bottom: 500px;
  }
}
@media only screen and (min-width: 767px) {
  .artwork-box {
    margin-bottom: 700px;
  }
}
.artwork-box:after {
  content: "";
  display: block;
  background-image: url(artwork.svg);
  background-position: center;
  background-size: 102% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767px) {
  .artwork-box:after {
    background-position: center 500px;
  }
}
@media only screen and (max-width: 767px) {
  .artwork-box:after {
    background-position: center 100%;
    background-size: auto 600px;
  }
}
.artwork-box h2,
.artwork-box p {
  padding-right: 10px;
}
.artwork-box h2 {
  display: block;
  text-align: center;
}
.artwork-box p {
  font-size: 20px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.artwork-images-large {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .artwork-images-large {
    display: none;
  }
}
.artwork-images-large img {
  display: inline-flex;
  align-self: flex-start;
  border: 6px solid #4772FF;
}
@media only screen and (min-width: 767px) {
  .artwork-images-large img:nth-child(1) {
    transform: translateX(-50%);
    align-self: flex-start;
  }
  .artwork-images-large img:nth-child(2) {
    transform: translateX(50%) translateY(-33%);
    margin-right: 0;
    align-self: flex-end;
  }
  .artwork-images-large img:nth-child(3) {
    transform: translateX(-33%) translateY(-40%);
    margin-right: 0;
    align-self: flex-start;
  }
  .artwork-images-large img:nth-child(4) {
    transform: translateX(33%) translateY(-70%);
    margin-right: 0;
    align-self: flex-end;
  }
  .artwork-images-large img:nth-child(5) {
    transform: translateX(calc(-60px + -33%)) translateY(calc(50% + 60px));
    margin-right: 0;
    align-self: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .internet-explorer .artwork-images-large img:nth-child(5) {
    transform: translateX(-33%) translateY(50%);
    position: relative;
    left: -60px;
    top: 60px;
    margin-bottom: -50%;
    margin-top: -50%;
  }
  .artwork-images-large img:nth-child(6) {
    transform: translateX(25%) translateY(calc(100% + 60px));
    margin-right: 0;
    align-self: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .internet-explorer .artwork-images-large img:nth-child(6) {
    transform: translateX(25%) translateY(100%);
    position: relative;
    top: 60px;
  }
}
.artwork-images-small {
  padding-top: 200px;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .artwork-images-small {
    display: none;
  }
}
.artwork-images-small:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 6px;
  height: 100%;
  background-color: #4772FF;
}
.artwork-images-small img {
  border: 6px solid #4772FF;
  vertical-align: bottom;
}
.artwork-images-small img:nth-child(1) {
  transform: translateX(-100px);
  margin-bottom: 30px;
}
.artwork-images-small img:nth-child(2) {
  transform: translateX(100px);
}
.cocktails {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cocktails span {
  background-image: url(cocktail.svg);
  background-position: center;
  background-size: 31px autp;
  background-repeat: no-repeat;
  border: 3px solid #4772FF;
  background-color: #E4DFDF;
  border-radius: 50%;
  display: block;
  height: 90px;
  width: 90px;
  position: absolute;
  z-index: 10;
}
.cocktails span:nth-child(1) {
  right: 0;
  top: 540px;
  transform: translateX(50%);
  margin-right: -3px;
}
@media only screen and (max-width: 767px) {
  .cocktails span:nth-child(1) {
    display: none;
  }
}
.cocktails span:nth-child(2) {
  top: 1050px;
  transform: translateX(-50%);
  margin-left: -3px;
}
@media only screen and (max-width: 767px) {
  .cocktails span:nth-child(2) {
    display: none;
  }
}
.cocktails span:nth-child(3) {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .cocktails span:nth-child(3) {
    transform: translate(-50%, 60px);
  }
}
.friends {
  background-color: #243130;
  margin-top: 100px;
}
.friends .friends-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 180px;
  color: white;
}
.friends .friends-content h2 {
  font-size: 40px;
  font-weight: 700;
}
.friends .friends-content p {
  max-width: 810px;
  font-size: 22px;
  margin: 0;
}
.friends-list {
  margin: 120px auto 0;
  width: 100%;
}
.friend {
  padding: 20px;
  color: white;
  margin-bottom: 90px;
  position: relative;
}
.friend .friend-logo {
  position: absolute;
  width: calc(100% - 20px);
  height: 36px;
  top: 0;
  left: 10px;
}
.friend .friend-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 100%;
  border: 6px solid #1C3F37;
}
.friend img {
  width: 280px;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 3;
}
.friend h3 {
  color: #FFE09F;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 66px;
}
.friend p {
  font-size: 16px;
}
.overlay-article .drawer {
  background: transparent;
}
.article-content {
  background: white;
}
.article {
  padding: 80px 0;
  overflow: hidden;
  color: #1C3F37;
}
.article h2 {
  line-height: 1.3;
}
.article h2 {
  font-size: 22px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .article h2 {
    font-size: calc(22px + 10 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .article h2 {
    font-size: 32px;
  }
}
.article h3 {
  margin-top: 2em;
}
.article h3 {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .article h3 {
    font-size: calc(18px + 6 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .article h3 {
    font-size: 24px;
  }
}
.article p {
  line-height: 1.65;
}
.article p {
  font-size: 14px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .article p {
    font-size: calc(14px + 4 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .article p {
    font-size: 18px;
  }
}
.article figure {
  padding: 80px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.article figure.right {
  justify-content: flex-end;
}
.article figure.right img {
  width: 75%;
  height: auto;
}
.article figure.left {
  justify-content: flex-start;
}
.article figure.left img {
  width: 75%;
  height: auto;
}
.article figure.fullbleed {
  justify-content: center;
  width: 100%;
}
.article figure.fullbleed img {
  width: 100%;
  height: auto;
}
.article-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFE09F;
  margin-top: 50px;
}
.article-date:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #FFE09F;
  display: inline-block;
  margin-right: 5px;
}
.share-article {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.share-article a:nth-child(1) {
  margin-right: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .share-article {
    flex-direction: column;
    align-items: flex-start;
  }
  .share-article a:nth-child(1) {
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
  }
}
.related-articles {
  margin-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background: white;
}
.related-articles h2 {
  max-width: 75%;
  color: #253330;
  position: relative;
  transform: translateY(-20px);
}
.related-articles h2 {
  font-size: 24px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .related-articles h2 {
    font-size: calc(24px + 12 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .related-articles h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .related-articles h2 {
    max-width: 100%;
  }
}
.related-article {
  transform: translateY(-20px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  text-decoration: none;
}
.related-article img {
  vertical-align: bottom;
}
.related-article h3 {
  margin-top: 30px;
  font-weight: 100;
  color: #253330;
  line-height: 1.3;
  transition: color 0.2294s cubic-bezier(1, 0, 0, 1);
}
.related-article h3 {
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .related-article h3 {
    font-size: calc(20px + 4 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .related-article h3 {
    font-size: 24px;
  }
}
.related-article:hover h3 {
  color: blue;
  transition: color 0.2294s cubic-bezier(1, 0, 0, 1);
}
.map {
  background: #1C3F37;
  overflow: hidden;
  height: 860px;
  width: 100%;
  max-width: 1180px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media only screen and (min-width: 767px) {
  .map {
    height: 1100px;
    margin-bottom: 350px;
    margin-top: 200px;
  }
}
.map-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-background img,
.map-background svg {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
  position: absolute;
  bottom: 0;
}
.map-content {
  color: white;
  padding: 30px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .map-content {
    padding: 60px 70px;
  }
}
.map-content h2 {
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .map-content h2 {
    font-size: calc(40px + 20 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .map-content h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 767px) {
  .map-content h2 {
    max-width: 60%;
  }
}
.map-content p {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .map-content p {
    font-size: calc(18px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .map-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) {
  .map-content p {
    max-width: 33%;
  }
}
.image-full-filler {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 300px;
}
@media only screen and (max-width: 767px) {
  .image-full-filler {
    display: none;
  }
}
.image-full-filler img {
  width: 100%;
  height: auto;
}
.follow-us-intro {
  position: relative;
  margin-bottom: 90px;
  color: #1C3F37;
}
@media only screen and (min-width: 767px) {
  .follow-us-intro {
    margin-bottom: 190px;
  }
}
.follow-us-intro h2 {
  margin-bottom: 20px;
}
.follow-us-intro h2 {
  font-size: 38px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .follow-us-intro h2 {
    font-size: calc(38px + 22 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .follow-us-intro h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 767px) {
  .follow-us-intro h2 {
    max-width: 515px;
    margin: 0;
  }
}
.follow-us-intro p {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .follow-us-intro p {
    font-size: calc(18px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .follow-us-intro p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) {
  .follow-us-intro p {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
.follow-us-psuedo {
  background-image: url(arrow-down-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 88px;
  width: 100%;
  display: block;
  transform: translateY(50%);
}
.follow-us-boxes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .follow-us-boxes {
    flex-direction: row;
  }
}
.follow-us-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 690px;
  padding: 5px 10px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .follow-us-box {
    flex: 1 1 50%;
    padding: 10px;
  }
}
.follow-us-box.linkedin .follow-us-box-content,
.follow-us-box.facebook .follow-us-box-content {
  background-size: 126px 109px;
  background-position: center center;
  background-repeat: no-repeat;
}
.follow-us-box.linkedin .follow-us-box-content {
  background-image: url(linkedin.svg);
}
.follow-us-box.facebook .follow-us-box-content {
  background-image: url(facebook.svg);
}
.follow-us-box-content {
  background: white;
  padding: 30px;
  min-height: 410px;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.follow-us-box-content h3 {
  color: #4772FF;
  text-align: center;
  max-width: 80%;
}
.follow-us-box-content h3 {
  font-size: 21px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .follow-us-box-content h3 {
    font-size: calc(21px + 13 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .follow-us-box-content h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  .follow-us-box-content h3 {
    transform: translateY(-50px);
  }
}
.follow-us-box-content .button {
  margin-top: auto;
}
.cases {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 200px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1280px) {
  .cases {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cases {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.cases .action-box {
  margin: 60px auto 0;
}
@media only screen and (min-width: 767px) {
  .cases .action-box {
    position: absolute;
    right: 40px;
    bottom: 25px;
    margin: 0 auto;
  }
}
.case {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .case {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (min-width: 767px) {
  .case {
    max-width: 640px;
    width: 50%;
    min-width: 480px;
  }
}
@media only screen and (min-width: 1024px) {
  .case + .case {
    margin-top: -194px;
  }
}
.case-name {
  margin-bottom: 5px;
  color: #4772FF;
  opacity: 0.6;
}
.case-name {
  font-size: 14px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .case-name {
    font-size: calc(14px + 4 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .case-name {
    font-size: 18px;
  }
}
.case-title {
  max-width: 60%;
  margin: 0 auto;
  color: #4772FF;
  font-weight: 600;
}
.case-title {
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .case-title {
    font-size: calc(20px + 16 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .case-title {
    font-size: 36px;
  }
}
.case-image {
  position: relative;
  margin-top: 50px;
}
.case-image img {
  width: 100%;
  height: auto;
}
.case-image:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #4772FF;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}
.case-cta {
  background: white;
  padding: 30px 40px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-33%);
  line-height: 1.3;
}
.case-cta {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .case-cta {
    font-size: calc(18px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .case-cta {
    font-size: 18px;
  }
}
.case-cta .button-expand {
  margin-top: 20px;
  transform: scale(0.8);
}
@media only screen and (max-width: 767px) {
  .case-cta .button-expand {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 767px) {
  .case-cta {
    max-width: 90%;
  }
}
.case:nth-child(even) {
  align-self: flex-end;
}
.double-border {
  position: relative;
}
.double-border:after {
  content: "";
  background-image: url(double-arrow.svg);
  width: 100%;
  height: 60px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
}
.double-border-single {
  border: 6px solid white;
  text-align: center;
  padding: 50px 0;
  color: #4772FF;
  font-weight: 600;
}
.double-border-single {
  font-size: 24px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .double-border-single {
    font-size: calc(24px + 10 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .double-border-single {
    font-size: 34px;
  }
}
.double-border-single a,
.double-border-single span {
  max-width: 80%;
  display: inline-block;
}
.double-border-single:last-child {
  border-top: none;
}
.double-border-cta {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1280px) {
  .double-border-cta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .double-border-cta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news {
  background-color: #243130;
  padding: 80px 0;
  margin-top: 200px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .news {
    margin-top: 100px;
  }
}
.news:before {
  content: "";
  display: block;
  background-image: url(cloudarrowdown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  width: 100%;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .news:before {
    height: 150px;
  }
}
.news::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(singlecloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  height: 100px;
  width: 100%;
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .news::after {
    display: none;
  }
}
.news-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1280px) {
  .news-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .news-inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .news-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.single-news {
  flex: 1 1 20%;
  padding: 0 30px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: #E4DFDF;
}
.single-news .date,
.single-news .news-content {
  margin-left: 20px;
}
.single-news .date {
  opacity: 0.5;
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
}
.single-news .date:before {
  content: "";
  height: 2px;
  width: 20px;
  background: white;
  margin-right: 10px;
}
.single-news .title {
  max-width: 70%;
}
.single-news .title {
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .single-news .title {
    font-size: calc(20px + 2 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .single-news .title {
    font-size: 22px;
  }
}
.single-news .paragraph {
  margin-bottom: 35px;
}
.single-news .paragraph {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .single-news .paragraph {
    font-size: calc(18px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .single-news .paragraph {
    font-size: 18px;
  }
}
.single-news .image {
  opacity: 0.5;
}
.single-news .image img {
  width: 100%;
  height: auto;
}
.single-news .news-content {
  margin-left: 20px;
  margin-right: 20px;
  transform: translateY(-30px);
}
.single-news .button-expand {
  transform: scale(0.8);
  transform-origin: left center;
}
.single-news:not(.featured) .paragraph {
  font-size: 14px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .single-news:not(.featured) .paragraph {
    font-size: calc(14px + 2 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .single-news:not(.featured) .paragraph {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-news:not(.featured) {
    margin-top: 423px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-news:not(.featured) {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .single-news:not(.featured) .title {
    max-width: 100%;
  }
  .single-news:not(.featured) .paragraph {
    display: none;
  }
}
.single-news.featured {
  flex: 0 0 50%;
}
.single-news.featured .title {
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .single-news.featured .title {
    font-size: calc(20px + 10 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .single-news.featured .title {
    font-size: 30px;
  }
}
.single-news.featured .paragraph {
  max-width: 65%;
}
.single-news.featured .paragraph {
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .single-news.featured .paragraph {
    font-size: calc(18px + 0 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .single-news.featured .paragraph {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-news.featured {
    margin-bottom: 120px;
    padding: 0;
  }
  .single-news.featured .date,
  .single-news.featured .news-content {
    margin-left: 40px;
  }
}
.gallery {
  position: relative;
  overflow: hidden;
  cursor: -moz-grab;
}
.gallery:active {
  cursor: -moz-grabbing;
}
.gallery img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gallery-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: 40px auto 0;
  flex-direction: row;
}
.gallery-prev,
.gallery-next {
  display: flex;
  cursor: pointer;
  transition: transform 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  padding: 7px;
}
.gallery-prev:hover,
.gallery-next:hover {
  opacity: 0.6;
}
.gallery-prev {
  transform-origin: center center;
}
.gallery-prev:active {
  transform: scale(0.75);
}
.gallery-next {
  transform: rotate(180deg);
  transform-origin: center center;
}
.gallery-next:active {
  transform: rotate(180deg) scale(0.75);
}
.pag-stroke {
  stroke: #1C3F37;
}
.slick-dots {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.slick-dots li {
  text-indent: -9999px;
  width: 14px;
  height: 2px;
  background-color: #1C3F37;
  opacity: 0.3;
  margin: 0 2px;
  cursor: pointer;
  transition: height 0.62s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.62s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.slick-dots li.slick-active {
  opacity: 1;
  height: 4px;
}
.slick-slide {
  transition: transform 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035), box-shadow 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.row-list {
  counter-reset: items;
  list-style: none;
  font-size: 20px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.row-list li {
  width: 50%;
  padding-right: 3em;
}
@media only screen and (max-width: 1024px) {
  .row-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .row-list li {
    width: auto;
    padding-right: 0;
  }
}
.row-list h3,
.row-list p {
  font-size: inherit;
  line-height: 1.3;
}
.row-list p {
  margin-bottom: 3em;
}
.row-list h3 {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 0.5em;
}
.row-list h3::before {
  counter-increment: items;
  content: counter(items) ". ";
}
.contact-us {
  padding-left: 0;
  position: relative;
}
.contact-us p {
  font-size: 26px;
}
.contact-us:before {
  content: "";
  height: 90px;
  width: 90px;
  border: 2px solid #4772FF;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: -103px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .contact-us:before {
    height: 60px;
    width: 60px;
    left: -53px;
  }
}
.contact-us:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(flag_icon.svg);
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: center;
  position: absolute;
  left: -103px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .contact-us:after {
    height: 60px;
    width: 60px;
    left: -53px;
    background-size: 22px auto;
  }
}
.mission-brugeren {
  background: #253330;
  color: #FF8965;
  padding-top: 180px;
  padding-bottom: 180px;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .mission-brugeren {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-brugeren {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.mission-brugeren p {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .mission-brugeren p {
    font-size: calc(16px + 4 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .mission-brugeren p {
    font-size: 20px;
  }
}
.mission-brugeren .mission-brugeren-psuedo {
  background-image: url(big-arrow-down.svg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: -225px;
  left: 50%;
  transform: translate(-50%, 50%);
  animation-delay: 2s;
}
@media only screen and (max-width: 1024px) {
  .mission-brugeren .mission-brugeren-psuedo {
    height: 230px;
    top: -250px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-brugeren .mission-brugeren-psuedo {
    height: 300px;
    top: -20%;
  }
}
.content-box.document {
  color: #4772FF;
  position: relative;
  text-align: left;
}
.content-box.document h3 {
  margin-top: 75px;
}
.content-box.document p {
  margin-bottom: 50px;
}
.content-box.document:before {
  content: "";
  background-image: url(document-no-fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 190px;
  width: 120px;
  position: absolute;
  z-index: 2;
  transform: translate(0, -50%);
  top: 0;
  left: 80px;
}
@media only screen and (max-width: 1024px) {
  .content-box.document:before {
    left: 50%;
    height: 120px;
    transform: translate(-50%, -50%);
  }
}
.pull-up {
  position: relative;
}
.pull-up:before {
  content: "";
  height: 50%;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.pull-up.pull-up-green:before {
  background: #253330;
}
.projects-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 120;
  pointer-events: none;
}
.project,
.project-nav {
  min-height: 100vh;
  height: 100%;
  pointer-events: all;
}
.project {
  background: white;
  flex: 0 0 60%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(-100vw) skewX(20deg);
  will-change: transform;
  color: #1C3F37;
  padding-top: 30px;
  padding-bottom: 100px;
}
.project-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  overflow-x: hidden;
}
.project-content .project-case {
  display: none;
}
.project-content .project-case.visible {
  display: block;
}
.project-content img {
  width: 100%;
  height: auto;
}
.project-content h2,
.project-content p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.project-content h2 {
  margin-top: 90px;
  margin-bottom: 30px;
  text-align: center;
}
.project-content h2 {
  font-size: 30px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .project-content h2 {
    font-size: calc(30px + 20 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .project-content h2 {
    font-size: 50px;
  }
}
.project-content p {
  margin-bottom: 60px;
}
.project-nav {
  z-index: 1;
  background: #1C3F37;
  color: white;
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 200px;
  flex: 0 0 40%;
  transform: translateX(100vw) skewX(20deg);
  will-change: transform;
}
.project-nav .hide-projects {
  position: fixed;
  top: 0;
  margin-top: 30px;
  margin-left: 30px;
}
.project-nav h4 {
  font-weight: 700;
  opacity: 0.2;
  text-transform: uppercase;
  padding-left: 30px;
  margin-bottom: 10px;
}
.project-nav h4 {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .project-nav h4 {
    font-size: calc(16px + 4 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .project-nav h4 {
    font-size: 20px;
  }
}
.project-nav ul,
.project-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-nav ul {
  padding-left: 60px;
  margin-bottom: 90px;
}
.project-nav li a {
  display: inline-block;
  padding: 8px 0;
  margin: 2px 0;
  text-decoration: none;
  position: relative;
}
.project-nav li a {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .project-nav li a {
    font-size: calc(16px + 4 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .project-nav li a {
    font-size: 20px;
  }
}
.project-nav li a:before {
  content: "";
  border: 2px solid transparent;
  width: 330px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -30px;
}
.project-nav li a:hover:before {
  border-color: #FF8965;
}
.project-nav li.active a:before {
  border-color: #FF8965;
}
@media only screen and (min-width: 767px) {
  .projects-gallery {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .project,
  .project-nav {
    display: none;
  }
  .projects-gallery {
    position: absolute;
    display: none;
    margin: 0 auto 0;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    top: 0;
    padding-top: 30px;
    padding-bottom: 60px;
    background: #1C3F37;
  }
  .projects-visible .projects-gallery {
    display: block;
  }
  .projects-gallery #close-project {
    margin: -20px auto 50px;
    display: block;
    opacity: 0;
  }
  .projects-gallery a {
    outline: none;
  }
  .projects-gallery .slick-track {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    transform: scale(0.7);
  }
  .projects-gallery .projects-gallery-items {
    margin-top: -85px;
  }
  .projects-gallery .project-gallery-case-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    color: #253330;
    padding: 0 20px;
  }
  .projects-gallery .project-gallery-case-content p {
    line-height: 1.3;
    text-align: left;
  }
  .projects-gallery .projects-gallery-case {
    max-width: 320px;
    text-decoration: none;
    text-align: center;
    background: white;
    padding: 30px 5px 5px;
  }
  .projects-gallery .projects-gallery-case:not(.slick-active) {
    z-index: 0;
    opacity: 0.5;
    transform: scale(0.9);
    transition: transform 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
  .projects-gallery .projects-gallery-case.slick-active {
    z-index: 1 !important;
  }
  .projects-gallery .case-name,
  .projects-gallery .case-title,
  .projects-gallery .case-image {
    transition: opacity 0.20666667s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
  .projects-gallery .case-name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .projects-gallery .case-title {
    font-size: 22px;
    line-height: 1;
    max-width: 85%;
    margin: 0 auto;
  }
  .projects-gallery .projects-gallery-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: 20px auto 0;
    flex-direction: row;
  }
  .projects-gallery .prev,
  .projects-gallery .next {
    display: none;
  }
  .projects-gallery .slick-dots li {
    background-color: white;
  }
}
.from-grundlov .content-box.document {
  margin-top: 200px;
  margin-bottom: 200px;
  border: 6px solid #4772FF;
  padding-top: 150px;
  padding-bottom: 100px;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  .from-grundlov .content-box.document {
    margin-top: 150px;
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.from-grundlov .content-box.document:before {
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(document-filled.svg);
}
@media only screen and (max-width: 767px) {
  .from-grundlov .content-box.document:before {
    width: 60px;
  }
}
.from-grundlov .content-box.document h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.from-grundlov .content-box.document h3 {
  font-size: 36px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .from-grundlov .content-box.document h3 {
    font-size: calc(36px + 19 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .from-grundlov .content-box.document h3 {
    font-size: 55px;
  }
}
.from-grundlov .content-box.document p {
  line-height: 1.65;
  margin-bottom: 0;
}
.from-grundlov .content-box.document p {
  font-size: 22px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .from-grundlov .content-box.document p {
    font-size: calc(22px + 8 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .from-grundlov .content-box.document p {
    font-size: 30px;
  }
}
.drawer-timeline {
  color: #4772FF;
  position: relative;
}
.drawer-timeline h2 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  max-width: 400px;
  margin: 0;
  transform: translate(-42px, 14px);
}
.drawer-timeline h2 {
  font-size: 35px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .drawer-timeline h2 {
    font-size: calc(35px + 15 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .drawer-timeline h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .drawer-timeline h2 {
    transform: translate(-40px, 14px);
  }
}
@media only screen and (max-width: 1024px) {
  .drawer-timeline h2 {
    transform: translate(-40px, 14px);
  }
}
@media (max-width: 992px) {
  .drawer-timeline h2 {
    transform: translate(-38px, 14px);
  }
}
@media only screen and (max-width: 767px) {
  .drawer-timeline h2 {
    transform: translate(-32px, 14px);
  }
}
.drawer-timeline h2:before {
  content: "";
  background-image: url(course.svg);
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  max-width: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -250px);
}
.drawer-timeline .timeline {
  border-left: 6px solid #4772FF;
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .drawer-timeline .timeline {
    padding-left: 50px;
  }
}
.drawer-timeline blockquote {
  line-height: 1.65;
  margin: 50px 0 50px 50px;
  position: relative;
}
.drawer-timeline blockquote {
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1200px) {
  .drawer-timeline blockquote {
    font-size: calc(20px + 8 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1200px) {
  .drawer-timeline blockquote {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .drawer-timeline blockquote {
    margin-left: 0px;
  }
}
.drawer-timeline blockquote:before {
  content: "";
  height: 90px;
  width: 90px;
  border: 2px solid #4772FF;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: -153px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .drawer-timeline blockquote:before {
    height: 60px;
    width: 60px;
    left: -53px;
  }
}
.drawer-timeline blockquote:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(cocktail.svg);
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: center;
  position: absolute;
  left: -153px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .drawer-timeline blockquote:after {
    height: 60px;
    width: 60px;
    left: -53px;
    background-size: 22px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .overlay-ways .drawer-timeline h2 {
    transform: translate(-32px, 8px);
  }
}
html {
  height: 100%;
}
html,
body {
  height: auto;
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #E4DFDF;
  font-family: "VolteWeb";
  font-weight: 100;
}
@media only screen and (min-width: 1024px) {
  html,
  body {
    height: 100%;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
@keyframes blink {
  50% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-group(*) {
  animation-duration: 420ms;
}
.sr-only {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  clip: rect(0 0 0 0);
}
.landing-page-header {
  color: #fff;
}
.landing-page-header h1 {
  font-family: 'VolteWeb', Helvetica, sans-serif;
  font-weight: 600;
}
.landing-page-header > * {
  margin-left: 10%;
  margin-right: 20%;
}
.landing-page-image {
  background: linear-gradient(to bottom, transparent 50%, #1c3f37 0);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.landing-page-image img {
  max-width: 100%;
}
.landing-hero-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 1380px;
  position: relative;
}
.landing-hero-image .text {
  color: #e4dfdf;
  position: absolute;
  max-width: 680px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.landing-hero-image .text p {
  font-size: 16px;
}
.landing-hero-image h1 {
  font-size: 30px;
  font-weight: 600;
  padding-right: 80px;
}
.landing-hero-image.alt h1 {
  color: #272727;
}
.landing-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 700px) {
  .landing-hero-image h1 {
    font-size: 44px;
  }
  .landing-hero-image .text {
    bottom: 60px;
    left: 20%;
  }
  .landing-hero-image .text p {
    font-size: 22px;
  }
  .landing-hero-image h1 + p {
    margin-top: 0;
  }
}
@supports (display: grid) {
  @media (min-width: 800px) {
    .landing-hero-image .text {
      margin-right: auto;
      margin-left: auto;
      max-width: 1180px;
      position: absolute;
      left: 0;
      display: grid;
      grid-auto-rows: min-content;
      grid-template-columns: 1fr 2fr;
    }
    .landing-hero-image .text h1 {
      grid-column: 2;
      padding-right: 0;
    }
    .landing-hero-image .text p {
      grid-column: 2;
    }
  }
}
.landing-content {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}
.box-panel .landing-content {
  padding-top: 0;
  padding-bottom: 0;
}
.landing-content .inner {
  margin-left: 20px;
  margin-right: 20px;
}
.landing-content .inner > .media {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.landing-content .inner > .media img {
  max-width: 100%;
  height: auto;
}
.landing-content .inner > .links {
  margin-top: 3.5em;
}
.landing-content .inner > .links > * {
  list-style: none;
  padding: 0;
}
.landing-content .inner > .links > * > * {
  margin: 0 auto;
}
.landing-content .inner > .links > * > * + * {
  margin-top: 30px;
}
@media (max-width: 699px) {
  .landing-content .inner > .media {
    margin-right: auto;
    margin-left: auto;
    max-width: 100px;
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .landing-content .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1340px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
  }
  .landing-content .inner > * {
    flex-shrink: 1;
    flex-grow: 1;
  }
  .landing-content .inner > .media {
    flex-basis: 35%;
  }
  .landing-content .inner > .text {
    flex-basis: 50%;
    margin-right: 10%;
  }
  .landing-content .inner .links {
    flex-basis: 100%;
    margin-left: 37.5%;
  }
  .landing-content .inner .links > * {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: calc(30px / 2 * -1);
  }
  .landing-content .inner .links > * > * {
    margin: calc(30px / 2);
  }
}
.landing-content .text {
  color: inherit;
}
.landing-content .text p,
.landing-content .text ul,
.landing-content .text ol {
  font-size: 18px;
  line-height: 1.5;
}
.landing-content h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
.landing-content h3 + * {
  margin-top: 0;
}
.factslist {
  font-size: 16px;
  line-height: 1.45;
  background: #253330;
  color: #fff;
  padding: 48px 20px 48px 48px;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .factslist {
    font-size: calc(16 + 18 - 16 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .factslist {
    font-size: 18px;
  }
}
.factslist > header h3 {
  font-size: 24px;
  margin-top: 0;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .factslist > header h3 {
    font-size: calc(24 + 28 - 24 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .factslist > header h3 {
    font-size: 28px;
  }
}
.factslist > ul {
  list-style: none;
  padding-left: 0;
}
.factslist > ul li {
  position: relative;
  padding-left: 1em;
}
.factslist > ul li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  margin-right: 4px;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #ff8965;
}
.factslist > ul li + li {
  margin-top: 1em;
}
.factslist > ul li strong,
.factslist > ul li em {
  font-style: normal;
  font-weight: bold;
}
.checklist .inner {
  position: relative;
  border: 6px solid #4772ff;
  padding: 40px 20px 20px;
  margin: 80px 20px;
  color: #1c3f37;
}
.greenish .checklist .inner {
  color: #e4dfdf;
}
.checklist .inner::before {
  content: "";
  display: block;
  width: 68px;
  height: 98px;
  background: url(scroll-w-checks.svg) center top no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.checklist .inner > header {
  color: #4772ff;
}
.checklist .inner > header h3 {
  font-size: 28px;
  margin: 0;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .checklist .inner > header h3 {
    font-size: calc(28 + 34 - 28 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .checklist .inner > header h3 {
    font-size: 34px;
  }
}
.checklist .inner > header p {
  font-size: 14px;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .checklist .inner > header p {
    font-size: calc(14 + 18 - 14 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .checklist .inner > header p {
    font-size: 18px;
  }
}
.checklist .inner > ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.checklist .inner > ol li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
}
.checklist .inner > ol li::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(icon-checkmark-blue.svg) center no-repeat;
  margin-right: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.checklist .inner > ol li + li {
  border-top: 1px solid #fff;
}
@media (min-width: 800px) {
  .checklist .inner {
    padding: 130px 50px 50px;
    margin: 100px 20px;
  }
  .checklist .inner::before {
    width: 135px;
    height: 196px;
  }
  .checklist .inner > header {
    text-align: center;
  }
  .checklist .inner > ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    line-height: 1.6;
  }
  .checklist .inner > ol li {
    padding: 50px 0;
    flex-basis: 45%;
    flex-basis: calc(50% - 20px);
    flex-shrink: 1;
    flex-grow: 0;
  }
  .checklist .inner > ol li:nth-child(odd) {
    margin-right: 20px;
  }
  .checklist .inner > ol li:nth-child(even) {
    margin-left: 20px;
  }
  .checklist .inner > ol li:nth-child(2) {
    border-top: none;
  }
}
.linkspanel > .inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px;
  text-align: center;
}
.linkspanel > .inner h3 {
  font-size: 28px;
  max-width: 38ch;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .linkspanel > .inner h3 {
    font-size: calc(28 + 34 - 28 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .linkspanel > .inner h3 {
    font-size: 34px;
  }
}
.linkspanel > .inner > * + * {
  margin-top: 35px;
}
.linkspanel .links {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.linkspanel .links > li {
  margin: 20px;
}
.button-square.alt,
.button-square.mono,
.umbraco-forms-form [type="submit"].alt,
.umbraco-forms-form [type="submit"].mono {
  border-color: currentcolor;
}
.button-square.alt::before,
.button-square.mono::before,
.button-square.alt::after,
.button-square.mono::after,
.umbraco-forms-form [type="submit"].alt::before,
.umbraco-forms-form [type="submit"].mono::before,
.umbraco-forms-form [type="submit"].alt::after,
.umbraco-forms-form [type="submit"].mono::after {
  border-color: currentcolor;
}
.button-square.alt:hover::before,
.button-square.mono:hover::before,
.button-square.alt:hover::after,
.button-square.mono:hover::after,
.umbraco-forms-form [type="submit"].alt:hover::before,
.umbraco-forms-form [type="submit"].mono:hover::before,
.umbraco-forms-form [type="submit"].alt:hover::after,
.umbraco-forms-form [type="submit"].mono:hover::after {
  background-color: currentcolor;
}
.button-square.alt,
.button-square.transparent,
.umbraco-forms-form [type="submit"].alt,
.umbraco-forms-form [type="submit"].transparent {
  color: #fff !important;
}
.button-square.mono,
.umbraco-forms-form [type="submit"].mono {
  color: #878787 !important;
}
.button-square.shiny,
.umbraco-forms-form [type="submit"].shiny {
  background-color: #fff;
}
.button-square.shiny.boost,
.umbraco-forms-form [type="submit"].shiny.boost {
  color: #253330 !important;
}
.case-box {
  background: #4772ff;
  color: #fff;
}
.case-box .info {
  padding: 25px 20px 30px;
}
.case-box h3 {
  font-size: 28px;
  line-height: 1.1429;
}
.case-box p {
  font-size: 18px;
  line-height: 1.363636;
}
@media screen and (min-width: 768px) {
  .case-box .info {
    padding: 45px 110px 60px 40px;
  }
}
@supports (display: grid) {
  .case-box {
    display: grid;
    grid-template-rows: minmax(min-content, auto);
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .case-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case-box .info {
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr;
    align-items: start;
  }
  .case-box .button-square,
  .case-box .umbraco-forms-form [type="submit"] {
    align-self: end;
    justify-self: center;
    min-width: 75%;
  }
  @media screen and (min-width: 768px) {
    .case-box {
      grid-template-columns: 1fr 1fr;
    }
    .case-box .button-square,
    .case-box .umbraco-forms-form [type="submit"] {
      justify-self: start;
      min-width: 0;
    }
  }
}
.boxes-panel {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 110px 0 0;
}
.boxes-panel > * {
  padding-left: 0;
  padding-right: 0;
}
.boxes-panel > * + * {
  margin-top: 60px;
}
.boxes-panel > h3 + * {
  margin-top: 50px;
}
.boxes-panel > h3 {
  font-size: 28px;
  line-height: 1.1;
  max-width: 38ch;
  text-align: center;
  color: #1c3f37;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .boxes-panel > h3 {
    font-size: calc(28 + 34 - 28 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .boxes-panel > h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .boxes-panel {
    padding: 100px 10px 0;
  }
}
.wonderwall > .header {
  color: #253330;
  text-align: center;
  max-width: 740px;
  margin: 230px auto 90px;
}
.wonderwall > .header h3 {
  font-size: 25px;
  text-align: center;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .wonderwall > .header h3 {
    font-size: calc(25 + 34 - 25 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .wonderwall > .header h3 {
    font-size: 34px;
  }
}
.wonderwall > .header p {
  font-size: 16px;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .wonderwall > .header p {
    font-size: calc(16 + 18 - 16 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .wonderwall > .header p {
    font-size: 18px;
  }
}
.box-panel .wonderwall > .header {
  margin-top: 0;
}
.wonderwall .wallees {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wonderwall .wallees li {
  text-align: center;
  flex: 1 0 25%;
  padding: 0 5px 50px;
}
.wonderwall .wallees li img {
  max-width: 120px;
}
@supports (display: grid) {
  .wonderwall .wallees {
    display: grid;
    grid-auto-rows: 120px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    align-items: center;
    justify-items: center;
  }
  .wonderwall .wallees li {
    padding: 0;
  }
  @media screen and (min-width: 769px) {
    .wonderwall .wallees {
      grid-template-columns: repeat(4, 1fr);
    }
    .wonderwall .wallees li:nth-child(3) {
      grid-column: 4;
    }
    .wonderwall .wallees li:nth-child(8) {
      grid-column: 2;
    }
    .wonderwall .wallees li:nth-child(10) {
      grid-column: 1;
    }
    .wonderwall .wallees li:nth-child(11) {
      grid-column: 3;
    }
  }
}
.databox {
  font-size: 14px;
  view-transition-name: case-databox;
  line-height: 1.42857143;
  background: #1c3f37;
  color: #fff;
  padding: 40px 20px;
}
.databox dl {
  padding: 0;
  margin: 0;
}
.databox dl > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.databox dl + dl {
  margin-top: 1.5em;
}
.databox dt {
  min-width: 16ch;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}
.databox dt::after {
  content: "";
  flex: 0 1 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
  margin-left: 10px;
}
.databox dd {
  padding: 0;
  margin: 0;
}
.databox dd span:not(:last-child)::after {
  content: ", ";
  margin-right: 0.4ch;
}
.databox .divider {
  border: none;
  height: 2px;
  line-height: 0;
  background: transparent;
  margin: 2em -20px 2em 0;
}
.databox .communicationscale h3 {
  color: rgba(255, 255, 255, 0.4);
}
.databox .communicationscale [class*="-label"] {
  color: #fff;
}
.databox.alt {
  background: #fff;
}
.databox.alt .divider {
  background: #e4dfdf;
}
.databox.bordered {
  background: transparent;
  border: 2px solid #fff;
}
.databox.bordered .divider {
  background: #fff;
}
.databox.alt,
.databox.bordered {
  color: #1c3f37;
}
.databox.alt dt,
.databox.bordered dt {
  color: #999;
}
.databox.alt dt::after,
.databox.bordered dt::after {
  background: #c2bfbf;
}
.databox.alt .communicationscale h3,
.databox.bordered .communicationscale h3 {
  color: #c2bfbf;
}
.databox.alt .communicationscale [class*="-label"],
.databox.bordered .communicationscale [class*="-label"] {
  color: #1c3f37;
}
.databox.alt .communicationscale + *,
.databox.bordered .communicationscale + * {
  margin-top: 2em;
}
@media (min-width: 800px) {
  .databox {
    padding: 40px 50px 40px 30px;
  }
  .databox .divider {
    margin-right: 0;
  }
}
.hero-image {
  position: relative;
  max-width: 1380px;
}
.hero-image h1 {
  font-size: 30px;
  font-weight: 600;
  padding-right: 80px;
  position: absolute;
  max-width: 680px;
  bottom: 90px;
  left: 20%;
  color: #e4dfdf;
}
.hero-image.alt h1 {
  color: #272727;
}
.hero-image img {
  display: block;
}
@media (min-width: 600px) {
  .hero-image h1 {
    font-size: 44px;
  }
}
@supports (display: grid) {
  .hero-image {
    display: grid;
    grid-template-rows: 2fr 1fr;
    grid-template-columns: 5fr 9fr;
  }
  .hero-image picture {
    grid-row: 1 / -1;
    grid-column: 1 / -1;
  }
  .hero-image picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-image h1 {
    position: static;
    padding-right: 20px;
    grid-row: 2;
    grid-column: 2;
    align-self: end;
    padding-bottom: 1em;
  }
}
.quotebox {
  font-size: 22px;
  line-height: 0;
  position: relative;
  color: #4772ff;
  border: 6px solid;
  padding: 130px 25px 60px;
}
.quotebox::before {
  content: "";
  display: block;
  width: 93px;
  height: 137px;
  background: url('document.svg') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.quotebox blockquote {
  font-weight: 600;
  padding: 0;
  margin: 0 0 1em;
  line-height: 1.1765;
}
.quotebox blockquote * {
  font: inherit;
}
.quotebox blockquote p {
  margin: 0;
}
.quotebox blockquote p + p {
  margin-top: 1em;
}
.quotebox cite {
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
  padding-top: 1.5em;
}
@media (min-width: 800px) {
  .quotebox {
    font-size: 26px;
    padding: 200px 80px 100px;
  }
  .quotebox.short {
    font-size: 34px;
  }
  .quotebox::before {
    width: 133px;
    height: 194px;
    top: -60px;
    left: 80px;
    transform: none;
  }
  .quotebox cite {
    font-size: 22px;
  }
}
.casenavbutton {
  font-size: 20px;
  font-weight: 600;
  background: #1c3f37;
  color: #e6e4e4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.casenavbutton .button-expand {
  transform: scale(0.8);
}
.casenavbutton [data-info] {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}
.casenavbutton [data-info]::before {
  content: attr(data-info);
  display: inline-block;
  color: #3d7b6d;
}
.casenavbutton.alt {
  background-color: #293533;
  flex-direction: row-reverse;
}
.casenavbutton.alt [data-info] {
  align-items: flex-end;
}
.casenavbutton.alt [data-info]::before {
  color: #556764;
}
.case-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.case-navigation .casenavbutton {
  width: 50%;
  padding: 70px 30px;
}
@media (max-width: 799px) {
  .case-navigation {
    flex-direction: column;
  }
  .case-navigation .casenavbutton {
    width: 100%;
    padding: 30px;
  }
}
.related-navigation .casenavbutton {
  width: 100%;
}
.contact-panel {
  background: #fff;
  padding-top: 230px;
  padding-bottom: 120px;
}
.contact-panel > .inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 800px) {
  .contact-panel > .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .contact-panel > .inner > * {
    width: 50%;
  }
  .contact-panel > .inner .worker {
    max-width: 480px;
    margin-left: auto;
  }
}
.contact-panel .contact-form-container {
  font-family: 'VolteWeb', Helvetica, sans-serif;
  font-weight: 600;
}
.contact-panel .contact-form-container h2 {
  font-size: 26px;
  margin-right: 30%;
  margin-top: 2em;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .contact-panel .contact-form-container h2 {
    font-size: calc(26 + 30 - 26 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .contact-panel .contact-form-container h2 {
    font-size: 30px;
  }
}
.contact-panel .contact-form-container p {
  font-size: 16px;
  color: #1c3f37;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .contact-panel .contact-form-container p {
    font-size: calc(16 + 18 - 16 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .contact-panel .contact-form-container p {
    font-size: 18px;
  }
}
.contact-panel .contact-form-container .umbraco-forms-form {
  margin-top: 2em;
}
@media (min-width: 800px) {
  .contact-panel .contact-form-container > * {
    max-width: 380px;
    margin-left: 60px;
  }
}
@media (min-width: 1024px) {
  .contact-panel .contact-form-container > * {
    margin-left: 120px;
  }
}
.components .component [data-intersection] {
  opacity: 1;
}
.case-gallery {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.case-gallery img {
  margin: 0;
  float: left;
  margin-bottom: 1.6%;
}
.case-gallery img:not(.tall) {
  max-width: calc(49.7% - 0.8%);
}
.case-gallery img.tall {
  max-width: 40.6%;
}
.case-gallery img:nth-child(odd) {
  margin-right: 0.8%;
  clear: left;
}
.case-gallery img.tall:nth-child(odd) {
  margin-left: 8.38%;
}
.case-gallery img:nth-child(even) {
  margin-left: 0.8%;
  transform: translateY(50%);
}
.case-gallery img.tall + .tall:nth-child(even) {
  transform: translateY(58%);
}
.case-gallery img.tall + img:not(.tall):nth-child(even) {
  transform: translateY(70%);
}
.case-gallery img.tall:nth-child(even) ~ img:not(.tall):nth-child(odd) {
  transform: translateY(-20%);
}
.case-gallery img.tall:nth-child(even) ~ img:not(.tall):nth-child(odd) + .tall + img:not(.tall) {
  transform: translateY(-40%);
}
.case-gallery img.tall:nth-child(odd) + .tall + :not(.tall) {
  transform: translateY(0) !important;
}
.case-gallery img:not(.tall) + .tall:nth-child(even) {
  transform: translateY(41%);
}
.case-gallery img:not(.tall):nth-child(odd) + .tall + .tall {
  transform: translateY(-18%);
}
.case-gallery .gallery-bottom {
  float: left;
  width: 100%;
  height: 0;
  padding-top: 30%;
}
.case-gallery .gallery-bottom:nth-child(even) {
  padding-top: 20px;
}
.debug .case-gallery {
  background: rgba(0, 255, 0, 0.2);
}
.debug .case-gallery .gallery-bottom {
  background: rgba(255, 255, 0, 0.2);
}
.casetext .textcontent,
.landingtext .textcontent {
  margin: auto;
}
.casetext .textcontent p,
.landingtext .textcontent p {
  font-size: inherit;
  color: inherit;
}
.casetext .textcontent h2,
.landingtext .textcontent h2 {
  font-size: 1.36363636em;
  margin-bottom: 0;
}
.casetext .textcontent h2 + p,
.landingtext .textcontent h2 + p {
  margin-top: 0.4em;
}
.casetext .textcontent h3,
.landingtext .textcontent h3 {
  font-size: 1.18181818em;
  margin-bottom: 0;
}
.casetext .textcontent h3 + p,
.landingtext .textcontent h3 + p {
  margin-top: 0;
}
.casetext .textcontent p,
.landingtext .textcontent p,
.casetext .textcontent ol,
.landingtext .textcontent ol,
.casetext .textcontent ul,
.landingtext .textcontent ul {
  line-height: 1.36363636;
}
.casetext,
.landingtext {
  font-size: 22px;
  color: #1c3f37;
}
.casetext.centered .textcontent,
.landingtext.centered .textcontent {
  text-align: center;
}
.case-teaser-panel {
  color: #1c3f37;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 85px;
}
@media (min-width: 800px) {
  .case-teaser-panel {
    flex-direction: row-reverse;
  }
  .case-teaser-panel .teaser {
    max-width: 680px;
    color: inherit;
  }
  .case-teaser-panel .teaser + p {
    flex-shrink: 0;
    margin-right: auto;
    min-width: 200px;
  }
}
figure {
  margin: 0;
  padding: 0;
}
.case-figure {
  padding: 0 !important;
}
.case-figure + .case-figure {
  margin-top: 20px;
}
.case-figure figcaption {
  font-size: 14px;
  line-height: 1.3;
  max-width: 85%;
  width: 45ch;
}
.case-figure figcaption::before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  background: url(icon-camera.svg) center no-repeat;
  margin: 40px 0 16px;
}
.case-figure figcaption p {
  font-size: inherit;
  line-height: inherit;
}
.case-figure.fullwidth {
  width: 100vw;
  position: relative;
}
.case-figure.fullwidth img {
  max-width: none;
  width: 100vw;
  height: auto;
}
[data-layout="landing"] .case-figure.fullwidth {
  grid-column: 1 / -1;
}
[data-layout="case"] .case-figure.fullwidth {
  left: 50vw;
  margin-left: -50vw;
}
@media (min-width: 800px) {
  [data-layout="case"] .case-figure.fullwidth {
    margin-left: calc((50vw + 50px) * -1);
  }
}
@media (min-width: 1380px) {
  [data-layout="case"] .case-figure.fullwidth {
    left: 0;
    margin-left: calc(((100vw - 1380px) / 2 + 50px) * -1);
  }
}
.gallery-navigator {
  max-width: 640px;
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.gallery-navigator .project-case-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.gallery-navigator .project-case-link svg {
  transition: transform 0.434s cubic-bezier(0.18, 1, 0.71, 0.99);
}
.gallery-navigator .project-case-link:hover svg,
.gallery-navigator .project-case-link:focus-within svg {
  transform: translateX(20px);
}
.gallery-navigator .project-case-link:hover a,
.gallery-navigator .project-case-link:focus-within a {
  transform: translateX(12px);
}
.gallery-navigator .project-case-link a {
  font-family: 'VolteWeb', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: transform 0.434s cubic-bezier(0.18, 1, 0.71, 0.99);
  color: #ff8965;
  text-decoration: none;
  margin-left: 18px;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .gallery-navigator .project-case-link a {
    font-size: calc(16 + 22 - 16 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .gallery-navigator .project-case-link a {
    font-size: 22px;
  }
}
.gallery-navigator .gallery-nav {
  margin: 0;
}
.umbraco-forms-form {
  color: #1c3f37;
  font-size: 18px;
  font-family: VolteWeb;
}
.umbraco-forms-form .umbraco-forms-field + .umbraco-forms-field {
  margin-top: 10px;
}
.umbraco-forms-form .umbraco-forms-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.umbraco-forms-form .umbraco-forms-label {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  clip: rect(0 0 0 0);
}
.umbraco-forms-form [type="submit"] {
  margin-top: 3em;
}
.umbraco-forms-form input[type="text"],
.umbraco-forms-form input[type="email"],
.umbraco-forms-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: 2px solid #1c3f37;
  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
  padding: 11px 14px 11px;
  width: 100%;
  max-width: 40em;
}
.umbraco-forms-form .radiobuttonlist label {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .umbraco-forms-form .radiobuttonlist label {
    font-size: calc(12 + 14 - 12 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .umbraco-forms-form .radiobuttonlist label {
    font-size: 14px;
  }
}
.umbraco-forms-form ::-moz-placeholder {
  color: rgba(28, 63, 55, 0.5);
}
.umbraco-forms-form ::placeholder {
  color: rgba(28, 63, 55, 0.5);
}
.newsletter-form h2 {
  font-size: 28px;
}
.newsletter-form p {
  font-size: 18px;
}
.newsletter-form .mc-field-group input[type="text"],
.newsletter-form .mc-field-group input[type="email"] {
  font-family: 'VolteWeb', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  height: 50px;
  padding: 8px;
  border: 2px solid #1c3f37;
}
.newsletter-form .mc-field-group label:first-child {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  clip: rect(0 0 0 0);
}
.newsletter-form .checkboxfield input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.newsletter-form .checkboxfield input[type="checkbox"] + label {
  font-family: 'VolteWeb', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-content: center;
}
.newsletter-form .checkboxfield input[type="checkbox"] + label::before {
  flex-shrink: 0;
  flex-grow: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #1c3f37;
  margin-right: 10px;
}
.newsletter-form .checkboxfield input[type="checkbox"]:checked + label::before {
  content: "";
  box-shadow: inset 0 0 0 2px white, inset 0 0 0 18px #1c3f37;
}
.newsletter-form .button-square,
.newsletter-form .umbraco-forms-form [type="submit"] {
  margin: 0;
}
.newsletter-form .areas {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.newsletter-form .controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -10px -8px;
  overflow: hidden;
}
.newsletter-form .controls .mc-field-group {
  flex-basis: calc(440px - 20px);
  margin: 10px 8px;
}
.newsletter-form .controls .mc-field-group.checkboxfield {
  flex-basis: 100%;
}
.newsletter-form .submission {
  flex-grow: 1;
  text-align: right;
  margin-right: 10px;
  margin-left: 20px;
}
.sharpie {
  position: relative;
  text-align: center;
  color: #ff8965;
}
.sharpie p {
  font-size: 28px;
  font-family: 'VolteWeb', Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
  line-height: 1.0645;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .sharpie p {
    font-size: calc(28 + 31 - 28 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .sharpie p {
    font-size: 31px;
  }
}
.sharpie::before {
  content: "";
  display: block;
  width: 190px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.box-panel.greenish .sharpie::before {
  background: #253330;
}
.box-panel.whiteish .sharpie::before {
  background: #e4dfdf;
}
.case-sharpies {
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
.case-sharpies > *:nth-child(2) {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .case-sharpies {
    flex-direction: row;
  }
  .case-sharpies > *:nth-child(2) {
    padding: 0 30px;
  }
}
.videoembed {
  padding-right: 20px;
  padding-left: 20px;
  color: #1c3f37;
}
.videoembed video {
  width: 100%;
  height: auto;
}
.videoembed figure {
  display: block;
}
.videoembed figure figcaption {
  padding: 0 0 2em;
}
@media (min-width: 1000px) {
  .videoembed video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .videoembed figure figcaption {
    max-width: 33%;
    padding-top: 1em;
  }
}
.spacer {
  display: block;
  height: 100px;
}
.spacer.half {
  height: 50px;
}
@media (min-width: 800px) {
  .spacer {
    height: 200px;
  }
  .spacer.half {
    height: 100px;
  }
}
.debug .spacer {
  background: rgba(0, 0, 255, 0.2);
  border: 2px dashed;
}
.two-up-panel {
  padding: 50px 20px;
}
.two-up-panel .inner > * + * {
  margin-top: 40px;
}
@media (min-width: 800px) {
  .two-up-panel {
    padding: 120px 0;
  }
  .two-up-panel .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .two-up-panel .inner > * {
    flex-basis: 50%;
  }
  .two-up-panel .inner > .case-figure {
    flex-basis: 57%;
  }
  .two-up-panel .inner > .factslist {
    margin-top: 170px;
    flex-basis: 43%;
  }
  .two-up-panel .inner > .factslist + .case-figure figcaption {
    padding-left: 30px;
  }
}
.box-panel {
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 110px 0;
  background: #e4dfdf;
  color: #1c3f37;
}
[data-layout="landing"] .box-panel {
  grid-column: 1 / -1;
}
[data-layout="case"] .box-panel {
  left: 50vw;
  margin-left: -50vw;
}
@media (min-width: 800px) {
  [data-layout="case"] .box-panel {
    margin-left: calc((50vw + 50px) * -1);
  }
}
@media (min-width: 1380px) {
  [data-layout="case"] .box-panel {
    left: 0;
    margin-left: calc(((100vw - 1380px) / 2 + 50px) * -1);
  }
}
.box-panel.greenish .button-square.shiny,
.box-panel.greenish .umbraco-forms-form [type="submit"].shiny {
  background: #243130;
}
.box-panel > * {
  padding-left: 0;
  padding-right: 0;
}
.box-panel > * + * {
  margin-top: 60px;
}
.box-panel > h3 + * {
  margin-top: 50px;
}
.box-panel > h3 {
  font-size: 28px;
  color: #1c3f37;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .box-panel > h3 {
    font-size: calc(28 + 34 - 28 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .box-panel > h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .box-panel {
    padding: 75px 10px;
  }
}
.greenish {
  background: #1c3f37;
  color: #e4dfdf;
}
.greenish .textcontent {
  color: #e4dfdf;
}
.whiteish {
  background: #fff;
}
.compact-address {
  font-size: 16px;
  font-style: normal;
}
.compact-address p {
  font-size: inherit;
}
.compact-address .email {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  clip: rect(0 0 0 0);
}
.compact-address .street-address {
  display: inline;
}
.compact-address .street-address::after {
  content: ", ";
}
.compact-address .location-link {
  font-size: 1em;
  color: #ff8965;
}
.socials {
  color: #e4dfdf;
}
.socials .sociallinks {
  list-style: none;
  padding: 0;
  margin: 2em 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.socials .sociallinks > li + li {
  margin-left: 35px;
}
.socials .sociallinks a > span {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  clip: rect(0 0 0 0);
}
.socials .sociallinks a::before {
  content: "";
  display: block;
  background: transparent;
  background-size: 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.socials .sociallinks a[href*="facebook.com"]::before {
  background-image: url(icon-facebook.svg);
}
.socials .sociallinks a[href*="instagram.com"]::before {
  background-image: url(icon-instagram.svg);
}
.socials .sociallinks a[href*="linkedin.com"]::before {
  background-image: url(icon-linkedin.svg);
}
.revealing-footer {
  font-size: 14px;
  background: #253330;
  color: #e4dfdf;
  padding: 30px;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .revealing-footer {
    font-size: calc(14 + 16 - 14 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .revealing-footer {
    font-size: 16px;
  }
}
.revealing-footer::before {
  content: "[ Klip her ]";
  text-align: center;
  line-height: 2em;
  color: #e4dfdf;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -200px;
  left: 0;
  background: #253330;
  border-bottom: 2px dashed #e4dfdf;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.revealing-footer h3 {
  font-size: 1.375em;
  color: #768480;
}
.revealing-footer p {
  font-size: inherit;
}
.revealing-footer .inner {
  max-width: 1100px;
  margin: auto;
}
.revealing-footer .inner > * + * {
  margin-top: 2em;
}
.revealing-footer hr {
  margin: 25px 0;
}
@media (min-width: 1024px) {
  .revealing-footer {
    background: #253330 url(rock_on.png) 24px 51px no-repeat;
    background-size: 348px;
    padding-left: 210px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .revealing-footer .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .revealing-footer .inner > :first-child {
    flex-basis: 44%;
  }
  .revealing-footer .inner > :nth-child(2) {
    flex-basis: 35%;
  }
  .revealing-footer hr {
    margin: 50px 0;
  }
}
@media (min-width: 1700px) {
  .revealing-footer {
    background-position: 10% 51px;
  }
}
@media (min-width: 2000px) {
  .revealing-footer {
    background-position: 20% 51px;
  }
}
.frontpage-hero {
  padding-bottom: 56.25%;
  position: relative;
  background-size: cover;
}
.frontpage-hero > * {
  position: absolute;
  z-index: 5;
}
.frontpage-hero::before {
  content: "";
  display: block;
  background: #243130;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  z-index: 1;
}
.frontpage-hero > video {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.frontpage-hero .overline {
  font-size: 20px;
}
.frontpage-hero .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px;
  color: #e6e4e4;
}
.frontpage-hero .overline,
.frontpage-hero .button-square,
.frontpage-hero .umbraco-forms-form [type="submit"] {
  display: none;
}
.frontpage-hero h2 {
  line-height: 1.12;
  padding: 0 20%;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .frontpage-hero {
    margin-right: 50px;
  }
  .frontpage-hero .text {
    top: 80px;
    left: auto;
    right: 10%;
    max-width: 52ch;
    transform: none;
  }
  .frontpage-hero h2 {
    padding: 0;
    text-align: left;
  }
  .frontpage-hero .overline {
    font-family: 'VolteWeb', Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    max-width: 25ch;
    display: inline-block;
    color: #ff8965;
    margin-bottom: 0;
  }
  .frontpage-hero .overline::after {
    content: "";
    display: block;
    width: 30px;
    height: 90px;
    background: url(big-arrow-down.svg) center bottom no-repeat;
    background-size: 30px;
    margin: 14px 0 14px 26px;
  }
  .frontpage-hero .button-square,
  .frontpage-hero .umbraco-forms-form [type="submit"] {
    display: inline-flex;
  }
}
@media only screen and (min-width: 1440px) {
  .frontpage-hero .text {
    top: 20%;
    right: 15%;
  }
  .frontpage-hero .overline {
    font-size: 26px;
  }
}
.services-panel {
  background: #253330;
  background-image: url(da_mooooooose.png);
  background-size: 800px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 55px 50px;
  color: #e4dfdf;
  margin-bottom: 100px;
}
.services-panel > h3 {
  font-size: 20px;
  color: #768480;
  text-align: center;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .services-panel > h3 {
    font-size: calc(20 + 26 - 20 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .services-panel > h3 {
    font-size: 26px;
  }
}
.services-panel ul {
  list-style: none;
  padding: 0;
}
.services-panel li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.services-panel li > * {
  margin-top: 0;
  margin-bottom: 0;
}
.services-panel li > * + * {
  margin-top: 20px;
}
.services-panel a {
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  max-width: 16ch;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .services-panel a {
    font-size: calc(26 + 34 - 26 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .services-panel a {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .services-panel {
    position: relative;
    margin-left: 50px;
    padding: 60px 80px;
    min-height: 520px;
    background-position: right bottom;
    background-size: auto 85%;
  }
  .frontpage-hero + .services-panel {
    margin-top: 50px;
  }
  .services-panel > h3 {
    text-align: left;
    margin-bottom: 40px;
  }
  .services-panel a {
    text-align: left;
  }
  .services-panel .servicelinks > * {
    display: flex;
    flex-wrap: wrap;
    margin: calc((7% / 2) * -1);
  }
  .services-panel .servicelinks > * > * {
    flex-grow: 1;
    flex-basis: calc((768px - (100% - 7%)) * 999);
    margin: calc(7% / 2);
  }
  .services-panel li {
    justify-content: space-between;
    align-items: flex-start;
  }
  .services-panel li > * + * {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .services-panel::after {
    content: "";
    display: block;
    background: url(cloud_transparent.png) center no-repeat;
    background-size: 100%;
    width: 326px;
    height: 230px;
    position: absolute;
    left: 20%;
    top: 75%;
    animation: float3 10s ease-in-out infinite;
  }
}
.projects-link {
  background: white;
  padding: 130px 80px;
}
.projects-link h4 {
  font-size: 28px;
  line-height: 1.11764706;
  color: #1c3f37;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .projects-link h4 {
    font-size: calc(28 + 34 - 28 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .projects-link h4 {
    font-size: 34px;
  }
}
.projects-link h4::before {
  content: attr(data-overline);
  display: block;
  font-size: 76%;
  color: #e4dfdf;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 768px) {
  .projects-link-container .projects-link {
    margin-left: auto;
    max-width: 30em;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 1024px) {
    .projects-link-container {
      background: linear-gradient(90deg, transparent 75%, #fff 0);
      margin-bottom: -177px;
      margin-top: -448px;
    }
    .projects-link-container .projects-link {
      padding-bottom: 400px;
    }
  }
  @media only screen and (min-width: 1180px) {
    .projects-link-container {
      display: grid;
      grid-template-columns: 1fr minmax(auto, 1340px) 1fr;
    }
    .projects-link-container .projects-link {
      grid-column: 2;
    }
  }
}
.opinion {
  background: #1c3f37;
}
.opinion .media > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.opinion .plate {
  color: #fff;
  padding: 40px 20px 20px;
}
.opinion .plate > .header,
.opinion .plate > .footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.opinion .plate > .header a,
.opinion .plate > .footer a {
  margin-left: auto;
  color: #ff8965;
}
.opinion .plate .text {
  font-size: 20px;
  max-width: 17.83em;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .opinion .plate .text {
    font-size: calc(20 + 24 - 20 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .opinion .plate .text {
    font-size: 24px;
  }
}
.opinion .plate .text p {
  font-size: inherit;
}
.opinion .plate .text h3 {
  font-size: 1.83em;
}
.opinion .plate data,
.opinion .plate a,
.opinion .plate button.flip-next {
  font-size: 1.25em;
  margin: 0;
  text-decoration: underline;
}
.opinion .plate button.flip-next {
  color: #ff8965;
  cursor: pointer;
}
.opinion .plate .header {
  margin-bottom: 1em;
}
.opinion .plate .footer {
  margin-top: 6em;
}
@media only screen and (min-width: 768px) {
  .opinion .plate {
    padding: 80px 40px 40px;
  }
}
@media only screen and (min-width: 800px) {
  .opinion {
    max-width: 1340px;
    background: transparent;
  }
  .opinion .media > img {
    margin-left: 0;
  }
  .opinion .plate {
    background: #1c3f37;
    max-width: 1060px;
    padding-left: 40%;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 860px) {
    .opinion {
      position: relative;
      display: grid;
      grid-template-rows: 177px 395px min-content;
      grid-template-columns: minmax(auto, 280px) minmax(860px, 1060px);
    }
    .opinion .media {
      grid-column: 1 / span 2;
      grid-row: 1 / span 2;
      justify-self: start;
      z-index: 1;
    }
    .opinion .plate {
      grid-column: 2;
      grid-row: 2 / span 2;
    }
    .opinion .plate .text,
    .opinion .plate .header,
    .opinion .plate .footer {
      position: relative;
      z-index: 3;
    }
  }
}
@keyframes flipIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: grid;
    opacity: 0;
    transform: scaleX(-1);
  }
  100% {
    display: grid;
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    display: grid;
  }
  99% {
    opacity: 0;
    display: grid;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.opinions > .inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1340px;
}
.opinions > .inner:not(.flip-ready) .flip-next {
  display: none;
}
.opinions .opinion {
  display: none;
}
.opinions .opinion.showing {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .opinions {
    padding: 0 50px;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 860px) {
    .opinions .opinion.showing {
      display: grid;
    }
    .opinions .opinion.showing .media {
      animation: flipIn 0.5s cubic-bezier(0.18, 1, 0.71, 0.99);
    }
    .opinions .opinion.showing .text {
      animation: flipIn 0.7s cubic-bezier(0.18, 1, 0.71, 0.99);
    }
  }
}
.categorylink {
  text-decoration: none;
  display: flex;
  font-weight: 600;
  flex-direction: row;
  align-items: center;
  text-align: left;
}
.categorylink span {
  margin-left: 14px;
}
.categorylink,
.categorylink:visited {
  color: #d8d8d8;
}
.categorylink svg {
  opacity: 0.5;
}
.categorylink:hover span,
.categorylink:focus span {
  text-decoration: underline;
}
.selected > .categorylink {
  color: #ff8965;
  cursor: default;
}
.selected > .categorylink svg {
  opacity: 1;
}
.selected > .categorylink svg path {
  fill: #ff8965;
}
@media only screen and (max-width: 767px) {
  .categorylink {
    padding: 10px 20px;
  }
  .categorylink svg {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .categorylink {
    flex-direction: column;
    text-align: center;
  }
  .categorylink span {
    margin-left: 0;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 768px) {
    .categorylink {
      display: grid;
      grid-template-rows: 1fr;
      grid-template-columns: 1fr;
      align-items: center;
      justify-items: center;
      padding: 25px 0;
    }
    .categorylink > * {
      grid-row: 1;
      grid-column: 1;
      will-change: transform;
      transition: 0.62s cubic-bezier(0.18, 1, 0.71, 0.99);
      transition-property: transform, opacity;
    }
    .categorylink:hover svg,
    .categorylink:focus svg,
    .selected > .categorylink svg {
      transform: translate(0, -20px);
    }
    .categorylink:hover span,
    .categorylink:focus span,
    .selected > .categorylink span {
      text-decoration: none;
      transform: translate(0, 45px);
    }
  }
}
.categoryfilter {
  position: relative;
}
.categoryfilter button[aria-expanded] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 72px;
  height: 72px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: solid #fff;
  border-width: 0 0 1px 1px;
}
.categoryfilter button[aria-expanded]::before {
  transition: transform 0.2s ease-in-out;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(icon-nav-toggle.svg) center no-repeat;
}
.categoryfilter button[aria-expanded="false"]::before {
  transform: rotate(0.5turn);
}
.categoryfilter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .categoryfilter ul {
    border: 1px solid #fff;
  }
  .categoryfilter ul li {
    transition: max-height 0.2s ease-in-out;
  }
  .categoryfilter button[aria-expanded="true"] ~ ul li {
    max-height: 6em;
  }
  .categoryfilter button[aria-expanded="true"] ~ ul li + li {
    border-top: inherit;
  }
  .categoryfilter button[aria-expanded="false"] ~ ul li:not(.selected) {
    max-height: 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .categoryfilter button[aria-expanded] {
    display: none;
  }
  .categoryfilter ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .categoryfilter ul > * + * {
    margin-left: 100px;
  }
}
.projecttile figure {
  position: relative;
  display: block;
  overflow: hidden;
}
.projecttile figure img {
  transition: transform 1.24s cubic-bezier(0.18, 1, 0.71, 0.99);
  width: 100%;
  height: auto;
  display: block;
}
.projecttile:hover figure img {
  transform: scale(1.2) translateY(-20px);
}
.projecttile figcaption {
  position: absolute;
  top: auto;
  right: 10px;
  left: 10px;
  bottom: 0;
  padding: 8px 20px 8px 10px;
  font-size: 1.0625em;
  line-height: 1.1765;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.projecttile figcaption .client {
  color: #cebcbc;
  display: inline-block;
  margin-top: 1em;
  font-size: 0.6471em;
}
.projecttile .caselink::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.projecttile[data-connected]:hover {
  cursor: pointer;
}
.caselink svg {
  will-change: transform;
  transition: transform 0.434s cubic-bezier(0.18, 1, 0.71, 0.99);
}
.caselink:hover svg,
.caselink:focus svg,
[data-connected]:hover .caselink svg {
  transform: translateX(35%);
}
.statementtile {
  font-size: 1.38em;
  font-weight: 600;
  line-height: 1.13333333;
  color: #cebcbc;
  background: #1c3f37;
  min-height: 350px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.statementtile > div {
  font-weight: 100;
}
.statementtile > div strong {
  font-weight: 600;
}
.statementtile > strong {
  text-align: left;
  display: block;
  width: 100%;
  font-weight: inherit;
}
@media only screen and (min-width: 768px) {
  .statementtile {
    padding: 30px;
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1200px) {
  .statementtile {
    font-size: 1.5em;
  }
}
.cases-mixer {
  padding-right: 20px;
  padding-left: 20px;
}
.cases-mixer .desc {
  font-family: 'VolteWeb', Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  color: rgba(216, 216, 216, 0.5);
}
.cases-mixer .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-start;
}
.cases-mixer .items > * {
  margin: 5px;
}
@supports (display: grid) {
  .cases-mixer .items {
    display: grid;
    grid-gap: 10px;
  }
  .cases-mixer .items > * {
    margin: 0;
  }
  @media (max-width: 1023px) {
    .cases-mixer header {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .cases-mixer .items {
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      align-items: end;
    }
    .cases-mixer .items > *:nth-child(3n+1) {
      align-self: start;
    }
    .cases-mixer .items > *:nth-child(3n+2) {
      align-self: center;
    }
  }
  @media (min-width: 1024px) {
    .cases-mixer header {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      padding: 2em 1em;
    }
    .cases-mixer header .desc {
      grid-row: 1;
      grid-column: 1;
      justify-self: start;
    }
    .cases-mixer header .categoryfilter {
      grid-row: 1;
      grid-column: 2;
    }
    .cases-mixer .items {
      grid-gap: 0 10px;
      grid-template-rows: 500px 120px 25px 525px 150px 115px 530px;
      grid-template-columns: repeat(4, minmax(200px, 335px));
      grid-template-areas: "first  second  third     fourth" ".....  ......  third     eighth" ".....  ......  .....     eighth" "fifth  sixth   seventh   eighth" "ninth  sixth   seventh   ......" "ninth  .....   .......   ......" "ninth  tenth   eleventh  twelfth";
    }
    .cases-mixer .items > *:nth-child(1) {
      grid-area: first;
    }
    .cases-mixer .items > *:nth-child(2) {
      grid-area: second;
    }
    .cases-mixer .items > *:nth-child(3) {
      grid-area: third;
    }
    .cases-mixer .items > *:nth-child(4) {
      grid-area: fourth;
      align-self: start;
    }
    .cases-mixer .items > *:nth-child(5) {
      grid-area: fifth;
      align-self: start;
    }
    .cases-mixer .items > *:nth-child(6) {
      grid-area: sixth;
      margin-bottom: 50px;
    }
    .cases-mixer .items > *:nth-child(7) {
      grid-area: seventh;
    }
    .cases-mixer .items > *:nth-child(8) {
      grid-area: eighth;
      align-self: start;
    }
    .cases-mixer .items > *:nth-child(9) {
      grid-area: ninth;
      align-self: start;
    }
    .cases-mixer .items > *:nth-child(10) {
      grid-area: tenth;
      align-self: start;
    }
    .cases-mixer .items > *:nth-child(11) {
      grid-area: eleventh;
    }
    .cases-mixer .items > *:nth-child(12) {
      grid-area: twelfth;
      align-self: start;
    }
  }
}
.cookie-declaration {
  color: #1c3f37;
  padding: 3em 2em;
  margin-top: 80px;
  margin-bottom: 80px;
}
.cookie-declaration p {
  max-width: 80ch;
  line-height: 1.3;
}
.cookie-declaration .CookieDeclarationType {
  border: none;
}
.newsletter-panel {
  grid-column: full;
  background: #fff;
  color: #1c3f37;
  padding-top: 40px;
  padding-bottom: 40px;
}
.newsletter-panel .inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 1024px) {
  .newsletter-panel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .newsletter-panel .inner {
    max-width: 1100px;
    padding-right: 10px;
    padding-left: 90px;
  }
}
.newsletter-panel.space-before {
  margin-top: 140px;
}
.newsletter-panel.space-after {
  margin-bottom: 140px;
}
.newsletter-panel + .totop {
  padding-top: 60px;
}
.employee {
  width: 510px;
  max-width: 100%;
  background-color: #243130;
  position: relative;
  padding: 30px 0 0;
}
.employee .name::before {
  content: attr(data-initial);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 150px;
  line-height: 1ch;
  transform: translate(-0.1ch, -100%);
  color: #243130;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .employee .name::before {
    font-size: 200px;
  }
}
.employee .name[data-initial="A"]::before {
  transform: translate(0, -100%);
}
.employee .name[data-initial="Æ"]::before {
  transform: translate(-0.02ch, -100%);
}
.employee .name[data-initial="Å"]::before {
  transform: translate(0, -100%);
}
.employee .name[data-initial="X"]::before {
  transform: translate(-0.03ch, -100%);
}
.employee .portrait img {
  display: block;
  width: 100%;
  height: auto;
}
.employee .description,
.employee .contact-info {
  position: relative;
  z-index: 1;
}
.employee .name,
.employee .description {
  font-size: 18px;
  margin-left: 30px;
  margin-right: 30px;
  color: #4772ff;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .employee .name,
  .employee .description {
    font-size: calc(18px + 36 - 18 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .employee .name,
  .employee .description {
    font-size: 36px;
  }
}
.employee .name {
  font-weight: 600;
}
.employee .description {
  font-weight: 100;
  max-width: 60%;
  opacity: 0.6;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .employee .description {
    margin-top: 5px;
  }
}
.employee .contact-info {
  color: white;
  margin-top: 70px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .employee .contact-info {
    flex-direction: column;
    margin-top: 25px;
  }
}
.employee .contact-info > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .employee .contact-info > div + div {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .employee .contact-info > div + div {
    padding-top: 15px;
    padding-left: 0;
  }
}
.employee .contact-info > div a {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  .employee .contact-info > div a {
    font-size: calc(14px + 22 - 14 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  .employee .contact-info > div a {
    font-size: 22px;
  }
}
.employee .contact-info > div a + a {
  margin-top: 8px;
}
.employees {
  margin-top: 350px;
}
@media only screen and (max-width: 1024px) {
  .employees {
    margin-top: 250px;
    margin-bottom: 150px;
  }
}
.employees .container-fluid {
  max-width: 1440px;
}
.employees-inner {
  display: flex;
  flex-direction: column;
}
.employees-inner .employee:nth-child(odd) {
  align-self: flex-start;
}
.employees-inner .employee:nth-child(even) {
  align-self: flex-end;
}
.employees-inner .employee + .employee {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .employees-inner .employee {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1100px) {
  .employees-inner .employee:nth-child(1),
  .employees-inner .employee:nth-child(4),
  .employees-inner .employee:nth-child(6),
  .employees-inner .employee:nth-child(7),
  .employees-inner .employee:nth-child(9) {
    align-self: flex-start;
  }
  .employees-inner .employee:nth-child(2),
  .employees-inner .employee:nth-child(3),
  .employees-inner .employee:nth-child(5),
  .employees-inner .employee:nth-child(8),
  .employees-inner .employee:nth-child(10),
  .employees-inner .employee:nth-child(11) {
    align-self: flex-end;
  }
  .employees-inner .employee:nth-child(2),
  .employees-inner .employee:nth-child(4),
  .employees-inner .employee:nth-child(5),
  .employees-inner .employee:nth-child(6),
  .employees-inner .employee:nth-child(8),
  .employees-inner .employee:nth-child(9),
  .employees-inner .employee:nth-child(10) {
    margin-top: -200px;
  }
}
.imagetile img {
  display: block;
  width: 100%;
  height: auto;
}
.tiles-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.tiles-panel > * {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .tiles-panel > * {
    flex-basis: 50%;
  }
  .tiles-panel > *.squaretile {
    padding-bottom: 50%;
  }
  .tiles-panel > *:nth-child(3):last-child {
    flex-basis: 100%;
  }
}
.tiles-panel.fullwidth {
  width: 100vw;
  position: relative;
}
[data-layout="landing"] .tiles-panel.fullwidth {
  grid-column: 1 / -1;
}
[data-layout="case"] .tiles-panel.fullwidth {
  left: 50vw;
  margin-left: -50vw;
}
@media (min-width: 800px) {
  [data-layout="case"] .tiles-panel.fullwidth {
    margin-left: calc((50vw + 50px) * -1);
  }
}
@media (min-width: 1380px) {
  [data-layout="case"] .tiles-panel.fullwidth {
    left: 0;
    margin-left: calc(((100vw - 1380px) / 2 + 50px) * -1);
  }
}
.tiles-panel .squaretile > .statementtile {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  color: currentColor;
}
@media only screen and (min-width: 768px) {
  .tiles-panel .squaretile > .statementtile {
    max-width: 20ch;
    padding: 0;
    margin-right: 20%;
    margin-left: auto;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .tiles-panel .squaretile:nth-child(even) > .statementtile {
    margin-right: auto;
    margin-left: 20%;
    text-align: left;
  }
}
.squaretile {
  padding-bottom: 100%;
  position: relative;
  background: #000;
  color: #fff;
}
.squaretile > * {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.squaretile > img,
.squaretile > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.squaretile:nth-child(even) {
  background: #fff;
  color: #000;
}
.servicelink {
  color: #ff8965;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.servicelink .icon {
  display: inline-flex;
}
.servicelink a {
  margin-left: 1em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  padding-bottom: 4px;
}
.servicetile {
  border: 2px solid #1c3f37;
  font-size: 18px;
}
.servicetile .inner {
  position: relative;
  transition: 0.62s cubic-bezier(1, 0, 0, 1);
  transition-property: color, transform, background-size;
  padding: 2.2222em 1.9444em;
  background-image: linear-gradient(105deg, #1c3f37 50%, rgba(28, 63, 55, 0) 0, rgba(28, 63, 55, 0));
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #253330;
  transform: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.servicetile .inner > * {
  margin: 0;
}
.servicetile .inner > * + * {
  margin-top: 1em;
}
.servicetile .inner > *:last-child {
  padding-top: 1em;
  margin-top: auto;
}
.servicetile:hover .inner,
.servicetile:focus-within .inner {
  color: #fff;
  transform: translate(-10px, -10px);
  background-size: 300% 100%;
}
.servicetile h2 {
  font-size: 24px;
}
.servicetile .inner > .icon {
  height: 100px;
}
.servicetile .inner > .icon svg {
  height: 100%;
}
.servicetile .inner > .icon svg path {
  fill: #4772ff;
}
.servicetile .servicelink a {
  position: static;
}
.servicetile .servicelink a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.servicestiles-panel {
  margin-left: 20px;
  margin-right: 20px;
  border: 2px solid #1c3f37;
  border-bottom: 0;
  border-right: 0;
}
.servicestiles-panel .servicetile {
  border-top: none;
  border-left: none;
}
.servicestiles-panel .squaretile {
  border: 2px solid #1c3f37;
  border-top: none;
  border-left: none;
}
.servicestiles-panel .squaretile .statementtile {
  background-color: transparent;
  color: currentcolor;
}
@supports (display: grid) and (width: min(100%, 200px)) {
  .servicestiles-panel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  }
}
.turbo-progress-bar {
  height: 6px;
  background-color: #ff8965;
}
.scalerange {
  height: 8px;
  position: relative;
}
.scalerange progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(to right, transparent 0, transparent 4px, #c2bfbf 4px, #c2bfbf 6px);
}
.scalerange progress::-webkit-progress-bar {
  background: transparent;
}
.scalerange progress::-moz-progress-bar {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ff8965;
}
.scalerange progress::-webkit-progress-value {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ff8965;
}
.communicationscale h3 {
  font-size: 14px;
  margin-bottom: 0;
}
.communicationscale h3 + p {
  font-size: 12px;
  max-width: 60ch;
  margin: 1em 0 1.2em;
}
.communicationscale > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.communicationscale > div [class*="-label"] {
  flex-basis: 1;
}
.communicationscale > div .scalerange {
  flex-basis: 100%;
  margin: 12px;
}
.servicesteaser {
  position: relative;
  padding: 50px 10px;
  margin: 80px 0;
}
.debug .servicesteaser {
  background: rgba(0, 0, 100, 0.1);
}
.servicesteaser::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url(icon-service-eye.svg) center bottom 8px no-repeat;
}
.servicesteaser .inner {
  background: #ddd7d4;
  padding-bottom: 5em;
}
.servicesteaser .inner h2 {
  font-size: 26px;
  line-height: 1.077;
  text-align: center;
  color: #4772ff;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: -1.3em;
  transform: translateY(-50%);
}
.servicesteaser .inner p {
  font-size: 20px;
  line-height: 1.25;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.servicesteaser .inner h2 + p::before {
  content: "";
  display: block;
  width: 2px;
  height: 70px;
  background: #4772ff;
  margin-left: 50%;
  margin-left: calc(50% - 1px);
  margin-bottom: 20px;
}
.servicesteaser .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2.25em;
}
.servicesteaser .actions > * {
  margin: 14px;
}
@media (min-width: 768px) {
  .servicesteaser {
    padding: 38px 53px 50px 40px;
    margin: 120px 40px 0;
  }
  .servicesteaser::after {
    background: url(icon-service-globe.svg) right 16px top no-repeat, url(icon-service-parallello.svg) right bottom 9px no-repeat, url(icon-service-eye.svg) center bottom 8px no-repeat, url(icon-service-triangle.svg) left bottom no-repeat, url(icon-service-cube.svg) left top no-repeat;
  }
  .servicesteaser .inner {
    padding-bottom: 10em;
  }
  .servicesteaser .inner h2 {
    font-size: 34px;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 0;
    transform: translateY(-0.7em);
  }
  .servicesteaser .inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 70ch;
    box-sizing: content-box;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
  }
  .servicesteaser .inner h2 + p::before {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .servicesteaser {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .servicesteaser .actions .button-square.shiny,
  .servicesteaser .actions .umbraco-forms-form [type="submit"].shiny {
    background: transparent;
  }
}
.caseheader {
  position: relative;
}
.caseheader > header {
  padding: 0 30px 1em;
}
.caseheader > header h1 {
  font-family: 'VolteWeb', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #1c3f37;
}
.caseheader .case-hero-image {
  display: flex;
  justify-content: flex-end;
}
.caseheader .case-hero-image picture,
.caseheader .case-hero-image img {
  display: block;
  width: 100%;
}
.caseheader .databox {
  position: relative;
  margin: 0 10px;
  transform: translateY(-20px);
}
@media (min-width: 800px) {
  .caseheader > header {
    padding-left: 50px;
    padding-right: 50px;
  }
  .caseheader > header h1 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .caseheader > header h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .caseheader > header h1 {
    font-size: 42px;
  }
}
@media (min-width: 1380px) {
  .caseheader .databox {
    min-height: 520px;
  }
}
@media (min-width: 1024px) {
  @supports (display: grid) {
    .caseheader {
      display: grid;
      grid-template-columns: minmax(auto, 3.5fr) 25px 6.5fr;
    }
    .caseheader > header {
      grid-row: 1;
      grid-column: 1;
      padding: 0 1em 2.3em 0;
    }
    .caseheader .case-hero-image {
      grid-row: 1 / 3;
      grid-column: 2 / -1;
    }
    .caseheader .databox {
      margin: 0;
      max-width: none !important;
      grid-row: 2 / 2;
      grid-column: 1 / 3;
    }
  }
}
.placeholder {
  text-align: center;
  font-weight: 600;
  padding: 0.5em 2em;
  color: rgba(0, 0, 0, 0.75);
  border: 1px dotted;
  background: rgba(0, 0, 200, 0.25);
  width: var(--placeholder-width, auto);
  height: var(--placeholder-height, auto);
}
.caseteaser {
  width: 100vw;
  transform: translateY(-40px);
  z-index: -1;
  position: relative;
}
[data-layout="landing"] .caseteaser {
  grid-column: 1 / -1;
}
[data-layout="case"] .caseteaser {
  left: 50vw;
  margin-left: -50vw;
}
@media (min-width: 800px) {
  [data-layout="case"] .caseteaser {
    margin-left: calc((50vw + 50px) * -1);
  }
}
@media (min-width: 1380px) {
  [data-layout="case"] .caseteaser {
    left: 0;
    margin-left: calc(((100vw - 1380px) / 2 + 50px) * -1);
  }
}
.caseteaser .inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 770px;
  box-sizing: content-box;
  padding-right: 2em;
  padding-left: 2em;
}
@media (min-width: 800px) {
  .caseteaser .inner p {
    font-size: 24px;
  }
}
.navigational {
  width: 100%;
  background: #fff;
  border-top: 2px solid #e4dfdf;
  padding: 0 30px;
}
.navigational ul[class] {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.navigational .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  line-height: 1.5;
}
.navigational .nav-links > * + * {
  margin-left: 1.2em;
}
.navigational .nav-links a {
  font-size: 18px;
  color: #243130;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.navigational .nav-links a:hover,
.navigational .nav-links a:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .navigational {
    padding: 0 50px;
  }
  .navigational .nav-links {
    line-height: 1;
    justify-content: space-between;
  }
}
.article {
  overflow: visible;
}
@media (min-width: 1024px) {
  html {
    height: auto;
  }
  body {
    position: relative;
    margin-bottom: 520px;
    height: auto;
  }
  body .vv-body > :last-child {
    padding-bottom: 150px;
  }
  body .revealing-footer {
    height: 520px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
[data-layout="cases"] {
  background: #243130;
}
[data-layout="cases"] .article {
  padding-bottom: 0;
}
[data-layout="cases"] .vv-body > .content {
  padding-bottom: 0;
}
[data-layout="landing"] {
  position: relative;
}
[data-layout="landing"] .article {
  color: #fff;
  padding: 0;
}
[data-layout="landing"] .article > p {
  font-size: 14px;
}
@media screen and (min-width: 400px) and (max-width: 1200px) {
  [data-layout="landing"] .article > p {
    font-size: calc(14 + 16 - 14 * (100vw - 400px) / 1200 - 400);
  }
}
@media screen and (min-width: 1200px) {
  [data-layout="landing"] .article > p {
    font-size: 16px;
  }
}
[data-layout="landing"] .article figure {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}
[data-layout="landing"] .article > .case-figure {
  color: #1c3f37;
}
[data-layout="landing"] .article > * + *:not(.checklist) {
  margin-top: 0;
}
[data-layout="landing"] .article .landingtext {
  margin: 100px 0;
  padding-right: 20px;
  padding-left: 20px;
}
[data-layout="landing"] .article .landingtext .textcontent {
  max-width: 580px;
  margin: 0 auto;
}
[data-layout="landing"] .contact-boxes {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  [data-layout="landing"] .fixed-navigation {
    z-index: 5;
  }
  [data-layout="landing"] .content {
    margin-top: -52px;
  }
  [data-layout="landing"] .landing-hero-image {
    position: relative;
    z-index: -1;
  }
  [data-layout="landing"] .related-navigation {
    margin-top: 200px;
  }
}
[data-layout="landing"] footer.whiteish {
  color: #243130;
}
[data-layout="landing"] footer.whiteish svg g {
  fill: #243130;
}
@media screen and (min-width: 1200px) {
  [data-layout="landing"] .article {
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
  }
}
@supports (display: grid) {
  [data-layout="landing"] .article {
    max-width: none;
    display: grid;
    grid-template-columns: [full-start] 1fr [content-start] minmax(auto, 1180px) [content-end] 1fr [full-end];
  }
  [data-layout="landing"] .article > * {
    grid-column: content;
    width: 100%;
  }
  [data-layout="landing"] .article .box-panel,
  [data-layout="landing"] .article .two-up-panel {
    grid-column: full;
  }
  @media (min-width: 580px) {
    [data-layout="landing"] .article .quotebox {
      max-width: 580px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  [data-layout="case"] .fixed-navigation {
    z-index: 5;
  }
  [data-layout="case"] .content {
    position: relative;
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    z-index: -1;
    padding-right: 50px;
    padding-left: 50px;
  }
  [data-layout="case"] .content .article .space-before {
    margin-top: 200px;
  }
  [data-layout="case"] .content .article .space-after {
    margin-bottom: 200px;
  }
  [data-layout="case"] .case-figure {
    flex-direction: column;
    align-items: flex-start;
  }
  [data-layout="case"] .quotebox {
    margin: 100px 20px;
  }
  @media (min-width: 580px) {
    [data-layout="case"] .quotebox {
      max-width: 580px;
      margin: 200px auto;
    }
  }
  @media (min-width: 800px) {
    [data-layout="case"] .databox {
      max-width: 460px;
    }
  }
  [data-layout="case"] .contact-panel {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  [data-layout="case"] .caseteaser {
    grid-column: full;
  }
  [data-layout="case"] .case-teaser-panel .teaser {
    max-width: 680px;
  }
  [data-layout="case"] .casetext,
  [data-layout="case"] .landingtext {
    margin: 100px 20px;
  }
  [data-layout="case"] .casetext .textcontent,
  [data-layout="case"] .landingtext .textcontent {
    max-width: 580px;
    margin: 0 auto;
  }
  [data-layout="case"] .two-up-panel {
    padding-right: 20px;
    padding-left: 20px;
  }
  [data-layout="case"] footer.normal {
    margin-top: 0;
  }
  @media (max-width: 799px) {
    [data-layout="case"] .content {
      padding-right: 0;
      padding-left: 0;
      margin-top: 40px;
    }
    [data-layout="case"] .content .article .space-before {
      margin-top: 100px;
    }
    [data-layout="case"] .content .article .space-after {
      margin-bottom: 100px;
    }
    [data-layout="case"] .case-teaser-panel {
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  .two-up-panel {
    width: 100vw;
    position: relative;
  }
  [data-layout="landing"] .two-up-panel {
    grid-column: 1 / -1;
  }
  [data-layout="case"] .two-up-panel {
    left: 50vw;
    margin-left: -50vw;
  }
  @media (min-width: 800px) {
    [data-layout="case"] .two-up-panel {
      margin-left: calc((50vw + 50px) * -1);
    }
  }
  @media (min-width: 1380px) {
    [data-layout="case"] .two-up-panel {
      left: 0;
      margin-left: calc(((100vw - 1380px) / 2 + 50px) * -1);
    }
  }
}
