/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  white-space: revert;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ol,
ul,
menu {
  list-style: none;
}

@font-face {
  font-family: Morganite-ExtraBold;
  src: url("/media/fonts/Morganite-ExtraBold.woff2") format("woff2"), url("/media/fonts/Morganite-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-error: #fff;
  --color-body-bg: #fff;
  --color-font: #000;
  --font-title: "serif";
  --font-text: "sans-serif";
  --max-columns: 16;
  --max-width: 1920;
}

/**
 * The breakpoint variables.
 */
/**
  * The breakpoint mixin.
  */
/**
* This function is for the use of aspect ratio within the project.
* Since the support for aspect ratio isn't the best (only from
* iOS15 for example) we need to provide a fallback.
*
* Even though the browsers we support in most projects are the last 2 versions
* let's make sure we get the most out of this handy css property.
*
* usage: @include aspect-ratio(4 / 3)
*/
[v-cloak] {
  display: none !important;
}

html,
body {
  font-size: 100%;
  font-style: normal;
  font-family: var(--font-text);
  font-weight: 400;
  color: var(--color-font);
  background-color: var(--color-body-bg);
}

::-moz-selection {
  background: var(--color-white);
  color: var(--color-black);
}

::selection {
  background: var(--color-white);
  color: var(--color-black);
}

::-moz-selection {
  background: var(--color-white);
  color: var(--color-black);
}

#c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  opacity: 0.3;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  p {
    font-size: 1.25em;
  }
}

ul {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  ul {
    font-size: 1.25em;
  }
}

strong {
  font-family: var(--font-text);
  font-weight: 700;
}

.page-title {
  font-family: var(--font-title);
  font-size: 8em;
  line-height: 0.75;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 12.5em;
  }
}
@media (min-width: 1024px) {
  .page-title {
    font-size: 15.625em;
  }
}
@media (min-width: 1440px) {
  .page-title {
    font-size: 21.875em;
  }
}
.page-title--simple {
  width: 280px;
  margin: 115px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-title--simple {
    width: 500px;
    max-width: none;
    margin: 165px auto 0;
  }
}
@media (min-width: 1024px) {
  .page-title--simple {
    width: 570px;
  }
}
@media (min-width: 1440px) {
  .page-title--simple {
    width: 800px;
  }
}

.content-title-big {
  font-family: var(--font-title);
  font-size: 6.125em;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content-title-big {
    font-size: 6.25em;
  }
}

.content-title-small {
  font-family: var(--font-text);
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .content-title-small {
    font-size: 2.25em;
    margin-bottom: 40px;
  }
}

.redactor p a {
  font-family: var(--font-text);
  font-weight: 700;
  color: var(--color-black);
  text-decoration: underline;
}

.transition-holder {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
  z-index: 1000;
}
.transition-holder.active {
  display: block;
}

.transition-holder__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform: translateY(100%);
  overflow: hidden;
}

.transition-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform: scaleY(0);
  transform-origin: bottom center;
  overflow: hidden;
  z-index: 100;
}

.fadeup {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadeup.rellax {
  transform: translateY(0);
}
.fadeup.reveal {
  opacity: 1;
  transform: translateY(0);
}

#page-container {
  position: relative;
}

.page--light {
  background-color: var(--color-white);
  color: var(--color-black);
}
.page--light ::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
}
.page--light ::selection {
  background: var(--color-black);
  color: var(--color-white);
}
.page--light ::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
}
.page--light .quote__line {
  background-color: var(--color-black);
}
.page--light .btn--quote {
  color: var(--color-black);
}
.page--light .btn--quote .btn__line {
  background-color: var(--color-black);
}
.page--light .btn--quote .btn__arrow {
  fill: var(--color-black);
}
.page--light .slider-indicator__numbers--quote {
  background-color: var(--color-white);
  color: var(--color-black);
}
.page--light .team-overview__name {
  color: var(--color-black);
}
.page--light .image-text-block__btn .btn__text {
  color: var(--color-black);
}
.page--light .image-text-block__btn .btn__line {
  background-color: var(--color-black);
}
.page--light .image-text-block__btn .btn__arrow {
  fill: var(--color-black);
}

.page--padding-bottom {
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .page--padding-bottom {
    padding-bottom: 180px;
  }
}

.color--white {
  color: var(--color-white);
}

.color--black {
  color: var(--color-black);
}

.mobile-padding {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .mobile-padding {
    padding: 0;
  }
}

.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 560px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 766px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1080px;
  }
}

.container--full-width {
  width: 100%;
}
@media (min-width: 768px) {
  .container--full-width {
    max-width: 766px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .container--full-width {
    max-width: 1024px;
  }
}
@media (min-width: 1440px) {
  .container--full-width {
    max-width: 1440px;
  }
}

.background-pattern {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 50;
}
.background-pattern--dark {
  background: url("/media/images/bg-dark-mobile.png") repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .background-pattern--dark {
    background: url("/media/images/bg-dark.png") repeat;
    background-position: center;
  }
}
.background-pattern--light {
  background: url("/media/images/bg-light-mobile.png") repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .background-pattern--light {
    background: url("/media/images/bg-light.png") repeat;
    background-position: center;
  }
}

.content-builder-margin-container {
  margin-bottom: -120px;
}
@media (min-width: 768px) {
  .content-builder-margin-container {
    margin-bottom: -180px;
  }
}

.full-width-image {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 120px;
}
@media (min-width: 768px) {
  .full-width-image {
    margin: 0 auto 180px;
  }
}

.align-center {
  text-align: center;
}

header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 25px;
  width: 100%;
  padding: 0 20px;
  z-index: 150;
  mix-blend-mode: difference;
}
@media (min-width: 768px) {
  header {
    top: 50px;
    padding: 0 60px;
  }
}

.header__logo {
  display: block;
  width: 85px;
  height: auto;
  fill: var(--color-white);
}

.header__hamburger {
  display: flex;
  width: 33px;
  height: 13px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  cursor: pointer;
}

.header__hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
}

.header--dark .header__logo {
  fill: var(--color-black);
}
.header--dark .header__hamburger-line {
  background-color: var(--color-black);
}

footer {
  padding: 80px 20px 0;
}
@media (min-width: 768px) {
  footer {
    width: 560px;
    margin: 0 auto;
    padding: 80px 0 0;
  }
}
@media (min-width: 1024px) {
  footer {
    display: flex;
    justify-content: space-between;
    width: 780px;
  }
}
@media (min-width: 1440px) {
  footer {
    width: 1100px;
  }
}

.footer__links {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .footer__navigation {
    display: flex;
  }
}

.footer__navigation-title {
  font-family: var(--font-title);
  font-size: 6.125em;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .footer__navigation-title {
    width: 180px;
    font-size: 4.4375em;
    margin-right: 120px;
  }
}
@media (min-width: 1024px) {
  .footer__navigation-title {
    margin-right: 40px;
  }
}
@media (min-width: 1440px) {
  .footer__navigation-title {
    width: 250px;
    font-size: 6.25em;
    margin-right: 80px;
  }
}

.footer__navigation-list {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
@media (min-width: 1024px) {
  .footer__navigation-list {
    margin: 0 0 80px;
    position: relative;
    top: 8px;
  }
}

.footer__navigation-item {
  margin-bottom: 20px;
}
.footer__navigation-item:last-of-type {
  margin-bottom: 0;
}

.footer__navigation-link {
  font-size: 1.125em;
  color: #c6c6c6;
  text-decoration: none;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 80px;
}

.footer__logo {
  width: 95px;
  height: auto;
  display: block;
  fill: var(--color-white);
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .footer__logo {
    width: 112px;
  }
}

.footer__hva {
  display: block;
  width: 214px;
  height: auto;
  margin-bottom: 80px;
}
@media (min-width: 1440px) {
  .footer__hva {
    width: 250px;
  }
}

.footer__contact-details {
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .footer__navigation:last-of-type .footer__navigation-list {
    margin-bottom: 0;
  }
  .footer__navigation:last-of-type .footer__navigation-title {
    margin-bottom: 0;
  }
}

.navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  z-index: 200;
}

.navigation-menu {
  display: flex;
  width: 100%;
}

.navigation-menu__list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .navigation-menu__list {
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .navigation-menu__list {
    padding-left: 80px;
  }
}

.navigation-menu__item {
  width: 100%;
  padding: 0.6875em 0;
}
@media (min-width: 768px) {
  .navigation-menu__item {
    padding: 0.5em 0;
  }
}
@media (min-width: 1024px) {
  .navigation-menu__item {
    padding: 1.40625em 0;
  }
}

.navigation-menu__link {
  display: inline-block;
  width: 100%;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-title);
  font-size: 5.875em;
  line-height: 93px;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .navigation-menu__link {
    color: rgba(255, 255, 255, 0.4);
  }
  .navigation-menu__link:hover {
    color: var(--color-white);
  }
}
@media (min-width: 768px) {
  .navigation-menu__link {
    font-size: 13.75em;
    line-height: 192px;
  }
}
@media (min-width: 1024px) {
  .navigation-menu__link {
    font-size: 17.5em;
    line-height: 244px;
  }
}

.navigation__close-button {
  position: absolute;
  top: 24px;
  right: 24px;
}
.navigation__close-button svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .navigation__close-button {
    top: 48px;
    right: 64px;
  }
  .navigation__close-button svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1024px) {
  .navigation__close-button {
    top: 48px;
    right: 64px;
  }
  .navigation__close-button svg {
    width: 25px;
    height: 25px;
  }
}

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