@charset "UTF-8";
/*------------------------------------*\
00-Core
\*------------------------------------*/
/* ------------------------------------------
Return EM value from context pixel value
https://css-tricks.com/snippets/sass/px-to-em-functions/
------------------------------------------*/
/* ------------------------------------------
Return REM value from base pixel value
------------------------------------------*/
/* ------------------------------------------
https://trulycode.com/bytes/sass-function-loop-headings-h1h2h3h4h5h6/
Setup the function in your functions or helpers files, wherever you keep these bits.

Then call it with the rules/styles you want wherever you want (As long as the file/include has access to the above function of course).

headings(1, 6) {
  color: white;
}
------------------------------------------*/
/* ------------------------------------------
Media Query based on device range
https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862#.4tufucigb

------------------------------------------*/
/*
 * Helpers
 ========================================================================== */
/*
 * Element Positioning
 ========================================================================== */
/* ------------------------------------------
Setup default values
------------------------------------------*/
/* ------------------------------------------
Transitions
------------------------------------------*/
/* ------------------------------------------
Setup default color values.
------------------------------------------*/
/* ------------------------------------------
Gradients
------------------------------------------*/
/* ------------------------------------------
Shadows
------------------------------------------*/
/* ------------------------------------------
Setup your primary, secondary & tertiary
font families etc.
------------------------------------------*/
/* ------------------------------------------
Font Face
------------------------------------------*/
@font-face {
  font-family: "Berlingske Sans Medium";
  src: url("../fonts/BerlingskeSans-Md2.eot") format("embedded-opentype"), url("../fonts/BerlingskeSans-Md2.otf") format("opentype"), url("../fonts/BerlingskeSans-Md2.svg") format("svg"), url("../fonts/BerlingskeSans-Md2.woff") format("woff"), url("../fonts/BerlingskeSans-Md2.woff2") format("woff2"), url("../fonts/BerlingskeSans-Md2.ttf") format("truetype"); }

.h-1, .h-1-heavy, .h-1-heavy-sm, .h-2-lg, .h-2, .h-2-strong, .h-3, .h-4, .h-4-strong, .h-4-heavy, .scroll-to-see-more, .h-5, .newsroom--filter a, .h-5-wide, .h-6, .sh-1, .menu--collapsable-q, .sh-2, .hero-carousel .slide-content p, .sh-3, .s-base-xlg-3x, .s-base-xlg-2x, .s-base-xlg, .contentBlockItem button, .s-base-lg-2x, .s-base-lg, .nav-mobile-menu a, .countdown-description p, .menu--collapsable-q:before, .s-base-md, .address, .s-base, p, li, .nav-paginator a, .s-base-strong, .s-base-sm, cite, .txt-cite, .gdpr p, .nav-anchors ul li a, time, .txt-date, figcaption, .button, .nav-tabbar button, .subhead--banner, .email-form-module .error, .email-form-module .errors li, .keyshot-stat {
  font-family: "Berlingske Sans Medium", "san-serif"; }

.h-1, .h-1-heavy, .h-1-heavy-sm, .h-2-lg, .h-2, .h-2-strong, .h-3, .h-4, .h-4-strong, .h-4-heavy, .scroll-to-see-more, .h-5, .newsroom--filter a, .h-5-wide, .h-6, .sh-1, .menu--collapsable-q, .sh-2, .hero-carousel .slide-content p, .sh-3, .s-base-xlg-3x, .s-base-xlg-2x, .s-base-xlg, .contentBlockItem button, .s-base-lg-2x, .s-base-lg, .nav-mobile-menu a, .countdown-description p, .menu--collapsable-q:before, .s-base-md, .address, .s-base, p, li, .nav-paginator a, .s-base-strong, .s-base-sm, cite, .txt-cite, .gdpr p, .nav-anchors ul li a, time, .txt-date, figcaption, .button, .nav-tabbar button, .image--hover-sm, .subhead--banner, .email-form-module .error, .email-form-module .errors li, .keyshot-stat {
  font-weight: 400; }

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.animate {
  transition: transform 400ms; }

/* ------------------------------------------------------------
"KEN BURNS" Effect:
Slowly slides element in similar with a "Ken Burns" effect
-------------------------------------------------- ---------- */
@keyframes kenBurns {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

/* ------------------------------------------------------------
TIMELINE:
Slides the into view
------------------------------------------------------------ */
@keyframes timelineArticleSlide {
  0% {
    opcity: 0;
    transform: translateX(40%) translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%) translateY(-100%); } }

/* ------------------------------------------------------------
"Satellite orbit" Effect:
Slowly slides element in similar with a "Ken Burns" effect
-------------------------------------------------- ---------- */
@keyframes SatelliteOrbit {
  0% {
    transform: translateX(-100%) translateY(15%); }
  50% {
    transform: translateX(220%) translateY(-3%); }
  100% {
    transform: translateX(500%) translateY(15%); } }

/* ------------------------------------------------------------
FADE IN:
General Fade in effect used in combination with VueJS transitions
------------------------------------------------------------ */
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(1.1) translateX(-4%); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0%); } }

.fade-enter-active {
  animation: fade-in 800ms; }

.fade-leave-active {
  animation: fade-in 800ms reverse; }

/* ------------------------------------------------------------
SLIDE IN Y:
Slide in on the Y axis effect used in combination with VueJS transitions
------------------------------------------------------------ */
@keyframes slide-y {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

.slide-y-enter-active {
  animation: slide-y 400ms;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.slide-y-leave-active {
  animation: slide-y 400ms reverse;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* ------------------------------------------------------------
Collapse:
General slide in effect used in combination with VueJS transitions
------------------------------------------------------------ */
@keyframes collapse {
  0% {
    max-height: 0;
    opacity: 0; }
  100% {
    opacity: 1;
    max-height: 50rem; } }

.collapse-enter-active {
  animation: collapse 400ms; }

.collapse-leave-active {
  animation: collapse 400ms reverse; }

/* ------------------------------------------------------------
Ticker:
Smooth news ticker animation
------------------------------------------------------------ */
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(-100%, 0, 0); } }

/* ------------------------------------------------------------
Shrink Away:
General slide in effect used in combination with VueJS transitions
------------------------------------------------------------ */
@keyframes shrink-away {
  0% {
    opacity: 0;
    transform: scale(0) translateX(10px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }

.shrink-away-enter-active {
  animation: shrink-away 2000ms; }

.shrink-away-leave-active {
  animation: shrink-away 2000ms reverse; }

/* ------------------------------------------------------------
Menu Collapse:
General slide in effect used in combination with VueJS transitions
------------------------------------------------------------ */
.menu-collapse-enter-active {
  transition: max-height 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 900ms; }

.menu-collapse-leave-active {
  transition: max-height 10ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 10ms; }

.menu-collapse-enter, .menu-collapse-leave-to {
  max-height: 0;
  opacity: 0; }

.menu-collapse-enter-to, .menu-collapse-leave {
  max-height: 150rem;
  opacity: 1; }

/* ------------------------------------------------------------
Sub Nav Reveal:
Show/Hide sub nav menu on hover
------------------------------------------------------------ */
.nav-reveal-enter-active, .nav-reveal-leave-active {
  transition: transform 500ms; }

.nav-reveal-enter, .nav-reveal-leave-to {
  transform: translateX(0); }

/*------------------------------------*\
01-Base
\*------------------------------------*/
.debugger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500; }

/*
 * Remove text-shadow in selection highlight
 ======================================================= */
::-moz-selection {
  background-color: rgba(250, 80, 92, 0.25);
  text-shadow: none; }

::selection {
  background-color: rgba(250, 80, 92, 0.25);
  text-shadow: none; }

/*
 * Vue Helpers
 ======================================================= */
.vue-loading {
  display: none !important; }

/*
 * Helpers
 ======================================================= */
.noscroll {
  overflow: hidden; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden; }

.clear {
  overflow: hidden; }

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.whs-nw {
  white-space: nowrap; }

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

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

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

.align-none {
  text-align: left; }

/*
https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Hide for screen sizes
 ========================================================================== */
.hide-for-desktop {
  display: block; }
  @media (min-width: 1200px) {
    .hide-for-desktop {
      display: none; } }

.show-for-desktop {
  display: none; }
  @media (min-width: 1200px) {
    .show-for-desktop {
      display: block; } }

.hide-for-tablet-lg {
  display: block; }
  @media (min-width: 900px) {
    .hide-for-tablet-lg {
      display: none; } }

.show-for-tablet-lg {
  display: none; }
  @media (min-width: 900px) {
    .show-for-tablet-lg {
      display: block; } }

.hide-for-tablet {
  display: block; }
  @media (min-width: 600px) {
    .hide-for-tablet {
      display: none; } }

.show-for-tablet {
  display: none; }
  @media (min-width: 600px) {
    .show-for-tablet {
      display: block; } }

.hide-for-mobile {
  display: block; }
  @media (max-width: 599px) {
    .hide-for-mobile {
      display: none; } }

.show-for-mobile {
  display: none; }
  @media (max-width: 599px) {
    .show-for-mobile {
      display: block; } }

/*
 * Element Positioning
 ========================================================================== */
.p-a {
  position: absolute; }

.p-r {
  position: relative; }

.hero-carousel .slide-background-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*
 * Margins
 ======================================================= */
.m-100 {
  margin: 6.25rem; }

.m-l-100 {
  margin-left: 6.25rem; }

.m-r-100 {
  margin-right: 6.25rem; }

.m-t-100 {
  margin-top: 6.25rem; }

.m-b-100 {
  margin-bottom: 6.25rem; }

.m-90 {
  margin: 5.625rem; }

.m-l-90 {
  margin-left: 5.625rem; }

.m-r-90 {
  margin-right: 5.625rem; }

.m-t-90 {
  margin-top: 5.625rem; }

.m-b-90 {
  margin-bottom: 5.625rem; }

.m-80 {
  margin: 5rem; }

.m-l-80 {
  margin-left: 5rem; }

.m-r-80 {
  margin-right: 5rem; }

.m-t-80 {
  margin-top: 5rem; }

.m-b-80 {
  margin-bottom: 5rem; }

.m-70 {
  margin: 4.375rem; }

.m-l-70 {
  margin-left: 4.375rem; }

.m-r-70 {
  margin-right: 4.375rem; }

.m-t-70 {
  margin-top: 4.375rem; }

.m-b-70 {
  margin-bottom: 4.375rem; }

.m-60 {
  margin: 3.75rem; }

.m-l-60 {
  margin-left: 3.75rem; }

.m-r-60 {
  margin-right: 3.75rem; }

.m-t-60 {
  margin-top: 3.75rem; }

.m-b-60 {
  margin-bottom: 3.75rem; }

.m-50 {
  margin: 3.125rem; }

.m-l-50 {
  margin-left: 3.125rem; }

.m-r-50 {
  margin-right: 3.125rem; }

.m-t-50 {
  margin-top: 3.125rem; }

.m-b-50 {
  margin-bottom: 3.125rem; }

.m-40 {
  margin: 2.5rem; }

.m-l-40 {
  margin-left: 2.5rem; }

.m-r-40 {
  margin-right: 2.5rem; }

.m-t-40 {
  margin-top: 2.5rem; }

.m-b-40 {
  margin-bottom: 2.5rem; }

.m-30 {
  margin: 1.875rem; }

.m-l-30 {
  margin-left: 1.875rem; }

.m-r-30 {
  margin-right: 1.875rem; }

.m-t-30 {
  margin-top: 1.875rem; }

.m-b-30 {
  margin-bottom: 1.875rem; }

.m-20 {
  margin: 1.25rem; }

.m-l-20 {
  margin-left: 1.25rem; }

.m-r-20 {
  margin-right: 1.25rem; }

.m-t-20 {
  margin-top: 1.25rem; }

.m-b-20 {
  margin-bottom: 1.25rem; }

.m-10 {
  margin: 0.625rem; }

.m-l-10 {
  margin-left: 0.625rem; }

.m-r-10 {
  margin-right: 0.625rem; }

.m-t-10 {
  margin-top: 0.625rem; }

.m-b-10 {
  margin-bottom: 0.625rem; }

.m-0 {
  margin: 0; }

/*
 * Padding Helpers
 ======================================================= */
.m-t-0,
.m-r-0,
.m-b-0,
.m-l-0 {
  margin: 0; }

.p-100 {
  padding: 6.25rem; }

.p-l-100 {
  padding-left: 6.25rem; }

.p-r-100 {
  padding-right: 6.25rem; }

.p-t-100 {
  padding-top: 6.25rem; }

.p-b-100 {
  padding-bottom: 6.25rem; }

.p-90 {
  padding: 5.625rem; }

.p-l-90 {
  padding-left: 5.625rem; }

.p-r-90 {
  padding-right: 5.625rem; }

.p-t-90 {
  padding-top: 5.625rem; }

.p-b-90 {
  padding-bottom: 5.625rem; }

.p-80 {
  padding: 5rem; }

.p-l-80 {
  padding-left: 5rem; }

.p-r-80 {
  padding-right: 5rem; }

.p-t-80 {
  padding-top: 5rem; }

.p-b-80 {
  padding-bottom: 5rem; }

.p-70 {
  padding: 4.375rem; }

.p-l-70 {
  padding-left: 4.375rem; }

.p-r-70 {
  padding-right: 4.375rem; }

.p-t-70 {
  padding-top: 4.375rem; }

.p-b-70 {
  padding-bottom: 4.375rem; }

.p-60 {
  padding: 3.75rem; }

.p-l-60 {
  padding-left: 3.75rem; }

.p-r-60 {
  padding-right: 3.75rem; }

.p-t-60 {
  padding-top: 3.75rem; }

.p-b-60 {
  padding-bottom: 3.75rem; }

.p-50 {
  padding: 3.125rem; }

.p-l-50 {
  padding-left: 3.125rem; }

.p-r-50 {
  padding-right: 3.125rem; }

.p-t-50 {
  padding-top: 3.125rem; }

.p-b-50 {
  padding-bottom: 3.125rem; }

.p-40 {
  padding: 2.5rem; }

.p-l-40 {
  padding-left: 2.5rem; }

.p-r-40 {
  padding-right: 2.5rem; }

.p-t-40 {
  padding-top: 2.5rem; }

.p-b-40 {
  padding-bottom: 2.5rem; }

.p-30 {
  padding: 1.875rem; }

.p-l-30 {
  padding-left: 1.875rem; }

.p-r-30 {
  padding-right: 1.875rem; }

.p-t-30 {
  padding-top: 1.875rem; }

.p-b-30 {
  padding-bottom: 1.875rem; }

.p-20 {
  padding: 1.25rem; }

.p-l-20 {
  padding-left: 1.25rem; }

.p-r-20 {
  padding-right: 1.25rem; }

.p-t-20 {
  padding-top: 1.25rem; }

.p-b-20 {
  padding-bottom: 1.25rem; }

.p-10 {
  padding: 0.625rem; }

.p-l-10 {
  padding-left: 0.625rem; }

.p-r-10 {
  padding-right: 0.625rem; }

.p-t-10 {
  padding-top: 0.625rem; }

.p-b-10 {
  padding-bottom: 0.625rem; }

.p-0 {
  padding: 0; }

h1, h2, h3, h4, h5, h6, .s-base-md, .address, .s-base, p, li, .nav-paginator a, .s-base-strong, .s-base-sm, cite, .txt-cite, .gdpr p, time, .txt-date {
  line-height: 1.8; }

/* ------------------------------------------
Font Colors
------------------------------------------*/
.c-white, .hero-carousel .slide-content {
  color: #fff; }

.c-black, .nav--primary li a, .nav--list li:hover > a, .nav--list li:focus-within > a, .nav--secondary ul:first-child li a {
  color: #111; }

.c-gray, .news-ticker > div, .prominent-text-block p {
  color: #747d81; }

.c-gray-light {
  color: #f7f7f7; }

.c-gray-dark {
  color: #353a37; }

.c-blue {
  color: #005e85; }

.c-blue-dark, cite, .txt-cite {
  color: #17262d; }

.c-indigo {
  color: #20163F; }

.c-indigo-dark {
  color: #0d0919; }

.c-green {
  color: #27cb64; }

.c-green-dark {
  color: #1fa04f; }

.c-coral, .c-orange, a, a.download, .nav--primary li a:hover, .nav--primary li a:focus-within, .nav--list li > ul li:hover > a, .nav--list li > ul li:focus-within > a, .nav--secondary ul:first-child li:hover > a, .nav--secondary ul:first-child li:focus-within > a {
  color: #fa505c; }

.c-coral-dark, a:hover, a:focus, a.download:hover {
  color: #f91e2e; }

.c-peach {
  color: #ffaa8d; }

.c-peach-dark {
  color: #ff845a; }

.t-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

/* ------------------------------------------
BASE HEADERS
------------------------------------------*/
h1 {
  margin: 0;
  padding: 0; }

h2 {
  margin: 0;
  padding: 0; }

h3 {
  margin: 0;
  padding: 0; }

h4 {
  margin: 0;
  padding: 0; }

h5 {
  margin: 0;
  padding: 0; }

h6 {
  margin: 0;
  padding: 0; }

/* ------------------------------------------
HEADERS
------------------------------------------*/
.h-1 {
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 1.97917rem; }
  @media (min-width: 23.4375rem) {
    .h-1 {
      font-size: 2.5rem; } }
  @media (min-width: 600px) {
    .h-1 {
      font-size: 3.4375rem; } }

.h-1-heavy {
  line-height: 1.1;
  font-size: 1.6553rem; }
  @media (min-width: 23.4375rem) {
    .h-1-heavy {
      font-size: 2.09091rem; } }
  @media (min-width: 600px) {
    .h-1-heavy {
      font-size: 2.875rem; } }

.h-1-heavy-sm {
  line-height: 1.2;
  font-size: 1.43939rem; }
  @media (min-width: 23.4375rem) {
    .h-1-heavy-sm {
      font-size: 1.81818rem; } }
  @media (min-width: 600px) {
    .h-1-heavy-sm {
      font-size: 2.5rem; } }

.h-2-lg {
  line-height: 1.3;
  font-size: 1.43939rem; }
  @media (min-width: 23.4375rem) {
    .h-2-lg {
      font-size: 1.81818rem; } }
  @media (min-width: 600px) {
    .h-2-lg {
      font-size: 2.5rem; } }

.h-2 {
  line-height: 1.3;
  font-size: 1.15152rem; }
  @media (min-width: 23.4375rem) {
    .h-2 {
      font-size: 1.45455rem; } }
  @media (min-width: 600px) {
    .h-2 {
      font-size: 2rem; } }

.h-2-strong {
  line-height: 1.3;
  font-size: 1.07955rem; }
  @media (min-width: 23.4375rem) {
    .h-2-strong {
      font-size: 1.36364rem; } }
  @media (min-width: 600px) {
    .h-2-strong {
      font-size: 1.875rem; } }

.h-3 {
  line-height: 1.3;
  font-size: 0.93561rem; }
  @media (min-width: 23.4375rem) {
    .h-3 {
      font-size: 1.18182rem; } }
  @media (min-width: 600px) {
    .h-3 {
      font-size: 1.625rem; } }

.h-4, .h-4-strong, .h-4-heavy, .scroll-to-see-more {
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.3; }

.h-5, .newsroom--filter a {
  font-size: 0.8125rem;
  text-transform: uppercase; }

.h-5-wide {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

.h-6 {
  font-size: 0.75rem; }

/* ------------------------------------------
SUB-HEADERS
------------------------------------------*/
.sh-1, .menu--collapsable-q {
  font-size: 1rem; }
  @media (min-width: 23.4375rem) {
    .sh-1, .menu--collapsable-q {
      font-size: 1.125rem; } }

.sh-2, .hero-carousel .slide-content p {
  line-height: 1.3;
  font-size: 0.875rem; }
  @media (min-width: 23.4375rem) {
    .sh-2, .hero-carousel .slide-content p {
      font-size: 1rem; } }

.sh-3 {
  line-height: 1.3;
  font-size: 1.3125rem; }
  @media (min-width: 23.4375rem) {
    .sh-3 {
      font-size: 1.4375rem; } }

/* ------------------------------------------
BODY COPY
------------------------------------------*/
.s-base-xlg-3x {
  font-size: 1.43939rem;
  line-height: 1.4; }
  @media (min-width: 23.4375rem) {
    .s-base-xlg-3x {
      font-size: 1.81818rem; } }
  @media (min-width: 600px) {
    .s-base-xlg-3x {
      font-size: 2.5rem; } }

.s-base-xlg-2x {
  font-size: 1.15152rem;
  line-height: 1.4; }
  @media (min-width: 23.4375rem) {
    .s-base-xlg-2x {
      font-size: 1.45455rem; } }
  @media (min-width: 600px) {
    .s-base-xlg-2x {
      font-size: 2rem; } }

.s-base-xlg, .contentBlockItem button {
  font-size: 0.93561rem;
  line-height: 1.4; }
  @media (min-width: 23.4375rem) {
    .s-base-xlg, .contentBlockItem button {
      font-size: 1.18182rem; } }
  @media (min-width: 600px) {
    .s-base-xlg, .contentBlockItem button {
      font-size: 1.625rem; } }

.s-base-lg-2x {
  font-size: 0.82765rem;
  line-height: 1.4; }
  @media (min-width: 23.4375rem) {
    .s-base-lg-2x {
      font-size: 1.04545rem; } }
  @media (min-width: 600px) {
    .s-base-lg-2x {
      font-size: 1.4375rem; } }

.s-base-lg, .nav-mobile-menu a, .countdown-description p, .menu--collapsable-q:before {
  font-size: 0.8125rem;
  line-height: 1.4; }
  @media (min-width: 23.4375rem) {
    .s-base-lg, .nav-mobile-menu a, .countdown-description p, .menu--collapsable-q:before {
      font-size: 0.8125rem; } }
  @media (min-width: 600px) {
    .s-base-lg, .nav-mobile-menu a, .countdown-description p, .menu--collapsable-q:before {
      font-size: 1.125rem; } }

.s-base-md, .address {
  font-size: 0.8125rem; }
  @media (min-width: 23.4375rem) {
    .s-base-md, .address {
      font-size: 0.8125rem; } }
  @media (min-width: 600px) {
    .s-base-md, .address {
      font-size: 1rem; } }

.s-base, p, li, .nav-paginator a {
  font-size: 0.8125rem; }
  @media (min-width: 23.4375rem) {
    .s-base, p, li, .nav-paginator a {
      font-size: 0.8125rem; } }
  @media (min-width: 600px) {
    .s-base, p, li, .nav-paginator a {
      font-size: 0.875rem; } }

.s-base-strong {
  font-size: 0.8125rem; }
  @media (min-width: 23.4375rem) {
    .s-base-strong {
      font-size: 0.8125rem; } }
  @media (min-width: 600px) {
    .s-base-strong {
      font-size: 0.875rem; } }

.s-base-sm, cite, .txt-cite, .gdpr p {
  font-size: 0.8125rem; }
  @media (min-width: 23.4375rem) {
    .s-base-sm, cite, .txt-cite, .gdpr p {
      font-size: 0.8125rem; } }
  @media (min-width: 600px) {
    .s-base-sm, cite, .txt-cite, .gdpr p {
      font-size: 0.75rem; } }

.nav-anchors ul li a {
  font-size: 0.75rem;
  letter-spacing: 0.075em; }

/* ------------------------------------------
Style Formats
------------------------------------------*/
time, .txt-date {
  font-size: 0.75rem; }

cite, .txt-cite {
  display: inline-block;
  font-style: normal;
  text-transform: uppercase; }

.txt--left {
  text-align: left; }

.txt--right {
  text-align: right; }

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

@media (min-width: 600px) {
  body {
    padding-top: 0; } }

:focus {
  outline-color: #f4faff; }

/* ------------------------------------------
HTML
------------------------------------------*/
a {
  text-decoration: none; }

a.download {
  position: relative; }
  a.download svg {
    position: absolute;
    top: 50%;
    left: -0.3125rem;
    transform: translate(-100%, -50%);
    width: 1.0625rem;
    height: 1.0625rem; }

figure {
  margin: 0;
  padding: 0; }
  figure img {
    width: 100%; }

figcaption {
  padding-top: 0.4375rem;
  font-size: 0.6875rem;
  line-height: 1.3;
  color: #747d81; }

img {
  display: block; }

.img-fluid {
  width: 100%;
  height: auto; }

.img-responsive {
  max-width: 100%;
  height: auto; }

img.align-center {
  margin: 0 auto; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.menu, .modal-close {
  padding: 1px 1px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  max-height: 1.5rem; }
  .menu:hover, .modal-close:hover {
    opacity: 1; }

.menu-box {
  width: 35px;
  height: 19px;
  display: inline-block;
  position: relative;
  pointer-events: none; }

.menu-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
  pointer-events: none; }
  .menu-inner, .menu-inner::before, .menu-inner::after, .menu-inner span {
    width: 35px;
    height: 3px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    box-shadow: 0 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.25); }
    .active .menu-inner, .active .menu-inner::before, .active .menu-inner::after, .active .menu-inner span {
      background-color: #fa505c;
      box-shadow: none; }
  .menu-inner::before, .menu-inner::after {
    content: "";
    display: block; }
  .menu-inner::before {
    top: -8px; }
  .menu-inner::after {
    bottom: -8px; }
  .menu-inner span {
    left: 0;
    bottom: -16px; }

/*
	* Spin
	*/
.menu--spin .menu-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .menu--spin .menu-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .menu--spin .menu-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .menu--spin .menu-inner span {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.menu--spin.active .menu-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .menu--spin.active .menu-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .menu--spin.active .menu-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .menu--spin.active .menu-inner span {
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu, .modal-close {
  padding: 1px 1px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  max-height: 1.5rem; }
  .menu:hover, .modal-close:hover {
    opacity: 1; }

.menu-box {
  width: 35px;
  height: 19px;
  display: inline-block;
  position: relative;
  pointer-events: none; }

.menu-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
  pointer-events: none; }
  .menu-inner, .menu-inner::before, .menu-inner::after, .menu-inner span {
    width: 35px;
    height: 3px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    box-shadow: 0 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.25); }
    .active .menu-inner, .active .menu-inner::before, .active .menu-inner::after, .active .menu-inner span {
      background-color: #fa505c;
      box-shadow: none; }
  .menu-inner::before, .menu-inner::after {
    content: "";
    display: block; }
  .menu-inner::before {
    top: -8px; }
  .menu-inner::after {
    bottom: -8px; }
  .menu-inner span {
    left: 0;
    bottom: -16px; }

button {
  background-color: transparent;
  border: 0; }

.button {
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 1.5rem;
  background-color: #111;
  transition: background-color 200ms, color 200ms;
  outline: 0; }
  .button:hover, .button:focus {
    background-color: #005e85;
    color: #fff; }
  @media (min-width: 600px) {
    .button {
      padding: 0.6875rem 1.875rem; } }
  @media (min-width: 900px) {
    .button {
      padding: 0.75rem 2.1875rem; } }
  @media (min-width: 1200px) {
    .button {
      font-size: 0.875rem; } }
  .button a {
    color: #fff; }

.button-sm {
  padding: 0.375rem 1.75rem; }

.button-blue {
  background-color: #17262d;
  color: #fff; }

.button-green {
  background-color: #27cb64;
  color: #fff; }

.button-white {
  background-color: #fff;
  color: #17262d; }

.button--combo .button {
  border-radius: 0;
  font-size: 0.6875rem;
  padding: 0.625rem 1.5rem;
  box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0, 0, 0, 0.25); }
  .button--combo .button.button-white:hover, .button--combo .button.button-white:focus, .button--combo .button.button-green:hover, .button--combo .button.button-green:focus {
    background-color: #27cb64;
    color: #fff; }

.button--combo .button:first-child {
  border-radius: 1.5rem 0 0 1.5rem; }

.button--combo .button:last-child {
  border-radius: 0 1.5rem 1.5rem 0; }

.button-coral {
  background-color: #fa505c;
  color: #fff; }
  .button-coral:hover, .button-coral:focus {
    background-color: #fa505c;
    color: #fff; }

.button-coral-white {
  background-color: #fff;
  color: #fa505c; }
  .button-coral-white:hover, .button-coral-white:focus {
    background-color: #fff;
    color: #fa505c; }

.button-sunrise-outline, .button-sunrise-outline--white {
  position: relative;
  background-color: transparent;
  border-color: #fa505c;
  border-style: solid;
  border-width: 0.0625rem;
  color: #fa505c; }
  .button-sunrise-outline:hover, .button-sunrise-outline--white:hover {
    border: 0.0625rem #fff solid;
    background-color: transparent;
    background-image: linear-gradient(#fa505c, #ffaa8d); }

.button-sunrise-outline--white {
  color: #fff; }

.button-white-outline {
  background-color: transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 0.0625rem;
  color: #fff; }
  .button-white-outline:hover, .button-white-outline:hover a {
    background-color: #fff;
    color: #fa505c; }

/*
 * Form reset
 ======================================================= */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/*
 * Forms
 ======================================================= */
input, textarea, select, button {
  -webkit-appearance: none;
  box-sizing: border-box; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #17262d;
  font-family: "Berlingske Sans Medium", "san-serif";
  font-weight: 400;
  font-size: 0.8125rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #17262d;
  font-family: "Berlingske Sans Medium", "san-serif";
  font-weight: 400;
  font-size: 0.8125rem; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #17262d;
  font-family: "Berlingske Sans Medium", "san-serif";
  font-weight: 400;
  font-size: 0.8125rem; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #17262d;
  font-family: "Berlingske Sans Medium", "san-serif";
  font-weight: 400;
  font-size: 0.8125rem; }

input[type="checkbox"] {
  border: 0.0625rem #747d81 solid;
  width: 1.25rem;
  height: 1.25rem; }
  input[type="checkbox"]:checked {
    content: "";
    background-image: url("../images/checkmark.png");
    background-size: 74% auto;
    background-repeat: no-repeat;
    background-position: center center; }

.dropdown {
  position: relative; }
  .dropdown:before {
    content: "";
    position: absolute;
    top: 0.4375rem;
    z-index: 5;
    right: 0.625rem;
    width: 0.9375rem;
    height: 0.9375rem;
    background-image: url("../images/arrow-down.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center; }
  .dropdown select {
    padding-right: 1.875rem; }

select {
  background-color: #fff;
  font-family: "Berlingske Sans Medium", "san-serif";
  font-weight: 400;
  font-size: 0.8125rem;
  border-radius: 0; }

textarea {
  min-height: 6.25rem; }

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  border: 0.0625rem #747d81 solid;
  padding: 0.4375rem 0.625rem;
  font-family: "Berlingske Sans Medium", "san-serif";
  font-weight: 400;
  font-size: 0.8125rem; }

.errors-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .errors-list li {
    color: #fa505c;
    font-size: 0.75rem; }

.list-clean, .tabs, .accordion ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-simple {
  padding-left: 1.25rem; }

/*------------------------------------*\
02-Layout
\*------------------------------------*/
/* Burger Menu Button */
.menu {
  position: fixed;
  top: 2.375rem;
  left: 2.5625rem;
  z-index: 100;
  transition: left 200ms; }

/* Paginator */
.nav-paginator {
  justify-content: space-between; }
  @media (max-width: 599px) {
    .nav-paginator {
      padding: 0.9375rem; } }
  .nav-paginator svg {
    width: 0.6875rem;
    height: 1.25rem;
    margin-right: 0.9375rem;
    margin-left: 0;
    transition: fill 200ms; }
  .nav-paginator a {
    line-height: 0;
    color: #111;
    align-items: center; }
    .nav-paginator a:hover, .nav-paginator a:focus {
      color: #fa505c; }
      .nav-paginator a:hover svg, .nav-paginator a:focus svg {
        fill: #fa505c; }
    .nav-paginator a:last-child svg {
      transform: rotate(180deg);
      margin-left: 0.9375rem;
      margin-right: 0; }

/* Anchors */
.nav-anchors {
  padding: 2.5rem 0 0 0; }
  .nav-anchors ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-anchors ul li {
      margin-right: 1.625rem; }
      .nav-anchors ul li a {
        text-transform: uppercase;
        position: relative;
        display: block; }
        .nav-anchors ul li a:after {
          position: absolute;
          right: -0.9375rem;
          content: '•'; }
        .nav-anchors ul li a:before {
          content: "";
          position: absolute;
          height: 0.125rem;
          width: 0%;
          background-color: transparent;
          top: -0.75rem;
          left: 0;
          right: 0;
          transition: width 400ms, background-color 400ms; }
        .nav-anchors ul li a:hover {
          color: #fff; }
          .nav-anchors ul li a:hover:before {
            width: 100%;
            background-color: #fa505c; }
      .nav-anchors ul li:last-child {
        margin-right: 0; }
        .nav-anchors ul li:last-child a:after {
          content: ""; }

/* Tab Bar */
.nav-tabbar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3125rem 0 2.5rem 0; }
  .nav-tabbar button {
    white-space: nowrap;
    padding: 0.75rem 1.875rem;
    background-color: #e5e5e5;
    color: #353a37;
    margin-right: 0.0625rem;
    transition: background-color 200ms;
    outline: 0;
    font-size: 0.875rem;
    line-height: 1.3; }
    .nav-tabbar button:first-child {
      border-top-left-radius: 1.875rem;
      border-bottom-left-radius: 1.875rem; }
    .nav-tabbar button:last-child {
      margin-right: 0;
      border-top-right-radius: 1.875rem;
      border-bottom-right-radius: 1.875rem; }
    .nav-tabbar button:hover, .nav-tabbar button:active, .nav-tabbar button.active {
      background-color: #17262d;
      color: #fff; }

.nav--primary li {
  position: relative; }
  .nav--primary li a {
    padding: 0.625rem 0.5rem; }

@media (min-width: 900px) {
  .hdr:not(.with--background) .nav--primary li a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
    .hdr:not(.with--background) .nav--primary li a:hover {
      color: #fa505c; } }

.nav--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; }
  .nav--list li > ul {
    display: none;
    position: absolute;
    top: 1.5rem;
    left: -0.625rem;
    list-style-type: none;
    padding-left: 0;
    background-color: #fff;
    box-shadow: 0 6.5px 2.2px -5px rgba(0, 0, 0, 0.02), 0 11.1px 5.3px -5px rgba(0, 0, 0, 0.028), 0 15.4px 10px -5px rgba(0, 0, 0, 0.035), 0 22.7px 17.9px -5px rgba(0, 0, 0, 0.042), 0 44.3px 33.4px -5px rgba(0, 0, 0, 0.05), 0 236px 80px -5px rgba(0, 0, 0, 0.07); }
    .hdr:not(.with--background) .nav--list li > ul {
      background-color: transparent;
      box-shadow: none; }
    .nav--list li > ul li {
      white-space: nowrap;
      padding: 0.625rem 0.625rem 0 0.625rem; }
      .nav--list li > ul li:last-child {
        padding-bottom: 0.625rem; }
  .nav--list li:hover ul, .nav--list li:focus-within ul {
    display: block; }

.nav--secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; }
  .nav--secondary ul:first-child {
    margin-right: 0.9375rem; }
    .nav--secondary ul:first-child li:not(:last-child) a:after {
      color: #111;
      content: "|";
      padding-left: 10px; }
    .nav--secondary ul:first-child a {
      display: block;
      padding: 0.3125rem; }
  .nav--secondary .button {
    margin: 0 0.3125rem;
    padding: 0.375rem 0.625rem;
    transition: color 200ms, border-color 200ms; }
  @media (min-width: 900px) {
    .hdr:not(.with--background) .nav--secondary ul:first-child li a {
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
    .hdr:not(.with--background) .nav--secondary ul:first-child li:not(:last-child) a:after {
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
    .hdr:not(.with--background) .nav--secondary .button {
      color: #fff;
      border-color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); } }

/* Mobile App Style Tabs */
.nav-mobile-tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms; }
  .nav-mobile-tabbar.slide-off-screen {
    transform: translate3d(0, 100%, 0); }
  .nav-mobile-tabbar ul {
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7; }
    .nav-mobile-tabbar ul li {
      width: 100%;
      height: 4.0625rem; }
    .nav-mobile-tabbar ul a, .nav-mobile-tabbar ul button {
      display: block;
      padding: 0.625rem 0.625rem;
      margin: 0 auto;
      text-align: center;
      color: #747d81;
      white-space: nowrap;
      transition: color 200ms; }
      .nav-mobile-tabbar ul a svg, .nav-mobile-tabbar ul button svg {
        transition: fill 200ms; }
        .nav-mobile-tabbar ul a svg circle, .nav-mobile-tabbar ul button svg circle {
          fill: #747d81; }
      .nav-mobile-tabbar ul a.cur, .nav-mobile-tabbar ul button.cur {
        color: #111; }
        .nav-mobile-tabbar ul a.cur .icon svg, .nav-mobile-tabbar ul button.cur .icon svg {
          fill: #111; }
      .nav-mobile-tabbar ul a span, .nav-mobile-tabbar ul button span {
        display: block;
        font-size: 0.625rem; }
    .nav-mobile-tabbar ul a:active, .nav-mobile-tabbar ul a:hover {
      color: #17262d; }
      .nav-mobile-tabbar ul a:active .icon svg, .nav-mobile-tabbar ul a:hover .icon svg {
        fill: #17262d; }
    .nav-mobile-tabbar ul button {
      width: 100%;
      height: 100%;
      transition: background-color 200ms, color 200ms; }
      .nav-mobile-tabbar ul button > .icon-ellipse {
        height: 1.625rem; }
      .nav-mobile-tabbar ul button.open {
        background-color: #17262d;
        color: #fff; }
        .nav-mobile-tabbar ul button.open svg {
          fill: #fff; }

.nav-mobile-menu {
  position: fixed;
  z-index: 21;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100vw - 60px);
  height: calc(100vh - 125px);
  background: #fa505c;
  padding: 1.875rem;
  transform: translateY(100%);
  transition: transform 200ms;
  overflow: auto; }
  @media (min-width: 900px) {
    .nav-mobile-menu {
      display: none; } }
  .nav-mobile-menu.open {
    transform: translateY(0%); }
  .nav-mobile-menu a {
    color: #fff; }
  .nav-mobile-menu .icon-social svg {
    fill: #fff; }
  .nav-mobile-menu ul:not(.social-ul) {
    margin-top: 1.875rem; }
    .nav-mobile-menu ul:not(.social-ul) li {
      margin-bottom: 0.625rem; }
      .nav-mobile-menu ul:not(.social-ul) li button {
        position: relative;
        top: 0.25rem;
        width: 1.125rem;
        height: 1.125rem;
        margin-left: 0.625rem;
        transform: rotate(0deg);
        transition: transform 200ms;
        outline-width: 1px; }
        .nav-mobile-menu ul:not(.social-ul) li button svg {
          width: 100%;
          height: 100%;
          fill: #fff; }
      .nav-mobile-menu ul:not(.social-ul) li ul {
        display: none;
        list-style: none;
        margin-top: 0.625rem;
        padding-left: 1.25rem; }
      .nav-mobile-menu ul:not(.social-ul) li:focus-within * {
        outline: 0; }
      .nav-mobile-menu ul:not(.social-ul) li.open button {
        transform: rotate(90deg); }
      .nav-mobile-menu ul:not(.social-ul) li.open ul {
        display: block; }
      .nav-mobile-menu ul:not(.social-ul) li.social-ul {
        margin-bottom: 0; }
  .nav-mobile-menu ul:last-of-type {
    margin-top: 1.25rem; }
    .nav-mobile-menu ul:last-of-type li {
      padding-right: 1.875rem; }
      .nav-mobile-menu ul:last-of-type li:last-child {
        padding-right: 0; }

.hdr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  padding: 0.625rem;
  box-shadow: 0 11.1px 5.3px -5px rgba(0, 0, 0, 0.028), 0 22.7px 17.9px -5px rgba(0, 0, 0, 0.042), 0 236px 80px -5px rgba(0, 0, 0, 0.07);
  transition: background-color 200ms; }
  .hdr .logo {
    display: block;
    margin: 0 auto; }
  .hdr .group.layout-flex, .hdr .group.tabs {
    align-items: center; }
  @media (min-width: 900px) {
    .hdr {
      background-color: transparent;
      box-shadow: none;
      justify-content: space-between; }
      .hdr .logo {
        margin-right: 1.25rem; }
      .hdr.with--background {
        background-color: #fff; }
        .hdr.with--background img.show-for-tablet-lg {
          display: none; }
        .hdr.with--background img.hide-for-tablet-lg {
          display: block; } }
  @media (max-width: 599px) {
    .hdr {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.3125rem 0;
      margin-right: 0; } }

.logo {
  display: block; }
  .logo img {
    width: 10.9375rem;
    height: 3.83955rem; }
    @media (min-width: 600px) {
      .logo img {
        width: 10rem;
        height: 3.51045rem; } }

/*
Adds padding to the page to account for the navigation.
---------------------------------------------------------- */
/*
Shadows
---------------------------------------------------------- */
.shadow {
  position: relative; }
  .shadow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0, 0, 0, 0.25);
    pointer-events: none; }

.inner-shadow {
  box-shadow: inset 0.0625rem 0.0625rem 0.75rem rgba(0, 0, 0, 0.25); }

/*
Bar Styles
---------------------------------------------------------- */
.bar--blue {
  background-color: #005e85; }

.bar--blue-dark {
  background-color: #17262d; }

.bar--white {
  background-color: #fff; }

.bar--gray-light {
  background-color: #f7f7f7; }

.bar--iceblue, .duel-content-blocks.ui-iceBlueTheme, .get-in-touch.ui-iceBlueTheme, .triple-content-blocks.ui-iceBlueTheme, .quad-content-blocks.ui-iceBlueTheme, .newsroom.ui-iceBlueTheme, .events.ui-iceBlueTheme {
  background-color: #f4faff; }

/*
Backgrounds
---------------------------------------------------------- */
.bg-globe.parallax-module {
  min-height: initial; }
  @media (min-width: 600px) {
    .bg-globe.parallax-module {
      min-height: initial; } }

/*
Tabs
---------------------------------------------------------- */
.tabs:after {
  z-index: 2; }

.tabs .tab {
  width: 100%;
  text-align: center; }
  .tabs .tab button {
    display: block;
    color: #111;
    background-color: #f4faff;
    padding: 0.875rem 1.25rem;
    width: 100%;
    outline: 0;
    transition: background-color 200ms;
    position: relative; }
    .tabs .tab button:after {
      position: absolute;
      content: "";
      right: -0.0625rem;
      top: 50%;
      background-color: #747d81;
      opacity: 0.5;
      width: 0.0625rem;
      height: 50%;
      z-index: 5;
      transform: translate3d(0%, -50%, 0); }
    .tabs .tab button:focus {
      background-color: #c1e3ff; }
    .tabs .tab button:hover, .tabs .tab button.active {
      color: #fff;
      background-color: #fa505c;
      z-index: 6; }
      .tabs .tab button:hover:after, .tabs .tab button.active:after {
        display: none; }
    .tabs .tab button span {
      display: block;
      pointer-events: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .tabs .tab:last-child button:after {
    display: none; }

/* Scroller
---------------------------------------------------------- */
.scroller .flickity-viewport {
  padding: 0.625rem; }

.scroller .flickity-slider > div {
  width: 85%;
  margin: 0 0.625rem; }

/*
---------------------------------------------------------- */
.main {
  position: relative;
  z-index: 5;
  width: 100%; }
  @media (min-width: 600px) {
    .main {
      transition: transform 200ms; }
      .menu-is-active .main {
        transform: translateX(120px); } }

.content-max-width {
  max-width: 38.75rem;
  margin-left: auto;
  margin-right: auto; }

.content-max-width--md {
  max-width: 50.625rem; }
  @media (min-width: 1200px) {
    .content-max-width--md {
      max-width: 56.875rem; } }
  @media (min-width: 1800px) {
    .content-max-width--md {
      max-width: 63.125rem; } }

.content-max-width--lg, .qa-module, #grnhse_app {
  max-width: 60rem; }
  @media (min-width: 1200px) {
    .content-max-width--lg, .qa-module, #grnhse_app {
      max-width: 68.75rem; } }
  @media (min-width: 1800px) {
    .content-max-width--lg, .qa-module, #grnhse_app {
      max-width: 79.5rem; } }

/* Image Treatments
---------------------------------------------------------- */
.image--circle-mask {
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, white 100%); }

.image--hover-effect {
  position: relative;
  overflow: hidden; }
  .image--hover-effect .image--circle-mask {
    transition: transform 200ms;
    backface-visibility: hidden; }
    .image--hover-effect .image--circle-mask:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background-color: transparent;
      transition: all 400ms;
      border-radius: 50%; }
    .image--hover-effect .image--circle-mask img {
      position: relative;
      z-index: 1;
      transition: filter 400ms;
      filter: grayscale(1); }
  .image--hover-effect:hover .image--circle-mask, .image--hover-effect.cur .image--circle-mask {
    transform: scale(1);
    z-index: 5; }
    .image--hover-effect:hover .image--circle-mask img, .image--hover-effect.cur .image--circle-mask img {
      filter: grayscale(0); }

.image--hover-sm {
  font-size: 0.75rem; }

.image--hover-lg {
  font-size: 1.5rem; }

/*
Flex Layout Styles
---------------------------------------------------------- */
.layout-flex, .tabs {
  display: flex; }

.layout-flex-wrap {
  flex-wrap: wrap; }

.layout-flexgrid {
  justify-content: space-around; }

.layout-jc-sb {
  justify-content: space-between; }

.layout-jc-fs {
  justify-content: flex-start; }

.layout-jc-fe {
  justify-content: flex-end; }

.layout-column {
  flex-direction: column; }

.layout-row {
  flex-direction: row; }

.layout-flexgrid--cell {
  width: 100%;
  margin: 0.625rem; }
  @media (min-width: 900px) {
    .layout-flexgrid--cell {
      width: calc(50% - 20px); } }

.layout-two-columns > div {
  width: 100%; }

@media (min-width: 600px) {
  .layout-two-columns > div {
    width: 50%; } }

.layout-image-grid {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style-type: none; }
  .layout-image-grid li {
    width: 50%; }
  .layout-image-grid figure {
    padding: 0.625rem; }
  @media (min-width: 600px) {
    .layout-image-grid li {
      width: 33.33334%; }
    .layout-image-grid figure {
      padding: 1.5625rem; } }
  @media (min-width: 900px) {
    .layout-image-grid li {
      width: 16%; } }
  @media (min-width: 1200px) {
    .layout-image-grid figure {
      padding: 2.5rem; } }

/*
App Wrapper
---------------------------------------------------------- */
.app {
  margin-top: 4.4375rem; }
  @media (min-width: 600px) {
    .app {
      display: flex;
      overflow: hidden;
      margin-top: 4.75rem; } }
  @media (min-width: 900px) {
    .app {
      margin-top: 0; } }

.subhead--banner {
  display: none;
  position: absolute;
  top: 1.25rem;
  left: 0;
  background-color: #fff;
  color: #17262d;
  z-index: 5;
  padding: 0.5rem 0.9375rem 0.5rem 5.625rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.03em; }
  @media (min-width: 600px) {
    .subhead--banner {
      display: block; } }
  @media (min-width: 1200px) {
    .subhead--banner {
      top: 1.875rem; } }

.ftr > .layout-flex, .ftr > .tabs {
  flex-direction: column;
  justify-content: center;
  padding: 1.875rem 1.875rem 5.9375rem 1.875rem; }

.ftr .logo {
  display: inline-block;
  margin: 0 auto 1.875rem auto; }
  @media (min-width: 900px) {
    .ftr .logo {
      order: 1; } }

.ftr .copyright p {
  color: #fa505c;
  font-family: "Berlingske Sans Medium", "san-serif";
  font-size: 0.75rem;
  text-align: left;
  text-transform: uppercase;
  margin-top: 1.25rem; }
  @media (min-width: 900px) {
    .ftr .copyright p {
      order: 2; } }

.ftr nav {
  flex-direction: column;
  align-items: center; }
  @media (min-width: 900px) {
    .ftr nav {
      order: 3; } }
  .ftr nav ul {
    margin: 0 1.25rem 1.25rem 1.25rem; }
  .ftr nav li {
    padding: 0 0.625rem; }
  .ftr nav a .icon-social svg {
    fill: #fa505c; }
  .ftr nav a:hover:hover .icon-twitter svg {
    fill: #1da1f2; }
  .ftr nav a:hover:hover .icon-facebook svg {
    fill: #4267b2; }
  .ftr nav a:hover:hover .icon-linkedin svg {
    fill: #0077b5; }
  .ftr nav a:hover:hover .icon-instagram svg {
    fill: #ba238d; }
  .ftr nav a:hover:hover .icon-youtube svg {
    fill: #ff0000; }

@media (min-width: 600px) {
  .ftr .logo {
    margin: 0 auto 1.25rem auto; }
  .ftr > .layout-flex, .ftr > .tabs {
    padding-bottom: 1.875rem; } }

@media (min-width: 900px) {
  .ftr {
    padding-bottom: 1.875rem; }
    .ftr > .layout-flex, .ftr > .tabs {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
    .ftr nav {
      flex-direction: row;
      align-items: center; }
      .ftr nav ul {
        margin: 0.625rem 1.25rem; }
    .ftr .logo {
      flex-basis: auto;
      margin: 0; }
    .ftr .copyright {
      position: absolute;
      bottom: 1.25rem; } }

/*------------------------------------*\
03-Module
\*------------------------------------*/
#hdr {
  background-color: #17262d;
  background-size: cover;
  background-position: top center;
  padding: 1.25rem;
  min-height: 16.875rem;
  position: relative; }
  @media (min-width: 600px) {
    #hdr {
      padding: 1.875rem; } }
  #hdr nav, #hdr h1 {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem; }
    @media (min-width: 600px) {
      #hdr nav, #hdr h1 {
        bottom: 2.5rem;
        left: 6.875rem; } }
  #hdr h1 {
    transform: translateY(-120%);
    line-height: 1; }

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
  .flickity-page-dots li:first-child:nth-last-child(1) {
    display: none; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #424b54;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #fa505c; }

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.icon svg {
  width: 100%;
  height: 100%; }

.icon-social {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem; }
  .icon-social svg {
    fill: #353a37;
    transition: fill 200ms; }
    .icon-social svg path {
      fill: #353a37;
      transition: fill 200ms; }

.icon-search-glass {
  display: inline-block;
  width: 2rem;
  height: 2rem; }
  .icon-search-glass svg {
    fill: #747d81; }

.icon-home svg {
  width: 1.25rem;
  height: 1.3125rem;
  fill: #747d81; }

.icon-page svg {
  width: 1.3125rem;
  height: 1.3125rem;
  fill: #747d81; }

.icon-dot svg {
  width: 1.3125rem;
  height: 1.3125rem;
  fill: #747d81; }

.icon-ellipse svg {
  width: 1.875rem;
  height: 0.5rem;
  fill: #747d81; }

.hero-carousel {
  position: relative;
  width: 100%;
  /*----------------------
	Carousel Slides
	----------------------*/
  /*----------------------
	Carousel Slide Effects
	----------------------*/
  /*----------------------
	Carousel Navigation
	----------------------*/ }
  .hero-carousel .slides {
    visibility: hidden; }
    .hero-carousel .slides.flickity-enabled {
      visibility: visible; }
  .hero-carousel .slide {
    overflow: hidden;
    word-break: break-word;
    width: 85%;
    margin: 0 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    padding-top: 120.34375%; }
    .hero-carousel .slide > .p-r {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      right: 0;
      overflow: hidden;
      height: 100%;
      padding: 1.875rem;
      width: calc(100% - 60px); }
    @media (min-width: 600px) {
      .hero-carousel .slide {
        margin: 0;
        border-radius: 0;
        width: 100%;
        padding-top: 56.25%; }
        .hero-carousel .slide > .p-r {
          width: 100%;
          padding: 0; }
        .hero-carousel .slide:before {
          content: "";
          position: absolute;
          top: -0.625rem;
          bottom: -0.625rem;
          right: -0.625rem;
          z-index: 4;
          width: 0.625rem;
          box-shadow: inset 0.125rem 0 0.1875rem 0 rgba(0, 0, 0, 0.3); } }
  .hero-carousel .slide-content {
    position: relative;
    z-index: 5;
    overflow: hidden;
    max-width: 33.75rem; }
    .hero-carousel .slide-content p {
      line-height: 1.4; }
    .hero-carousel .slide-content .button {
      text-shadow: none; }
    @media (min-width: 600px) {
      .hero-carousel .slide-content {
        position: absolute;
        top: 50%;
        padding: 3.75rem 5rem 3.75rem 5rem;
        transform: translateY(-50%); } }
    @media (min-width: 900px) {
      .hero-carousel .slide-content {
        padding: 3.75rem 5rem 3.75rem 6.875rem; } }
  .hero-carousel .slide-background-image {
    position: absolute;
    z-index: 1; }
    .hero-carousel .slide-background-image img {
      width: 100%;
      height: 100%;
      background-size: cover;
      object-fit: cover; }
  .hero-carousel .slide-background-video iframe, .hero-carousel .slide-background-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2; }
    @media (min-width: 600px) {
      .hero-carousel .slide-background-video iframe, .hero-carousel .slide-background-video video {
        display: block; } }
  .hero-carousel .slide-background-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    object-fit: cover; }
  .hero-carousel .slide-effect--tint:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(17, 17, 17, 0.3); }
  .hero-carousel .slide-effect-option--toTopLeft {
    transform-origin: top left; }
  .hero-carousel .slide-effect-option--toTopRight {
    transform-origin: top right; }
  .hero-carousel .slide-effect-option--toTopCenter {
    transform-origin: top center; }
  .hero-carousel .slide-effect-option--toBottomRight {
    transform-origin: bottom right; }
  .hero-carousel .slide-effect-option--toBottomLeft {
    transform-origin: bottom left; }
  .hero-carousel .slide-effect-option--toBottomCenter {
    transform-origin: bottom center; }
  .hero-carousel .flickity-button {
    background-color: #fff;
    opacity: 1;
    transition: opacity 200ms, transform 200ms; }
  .hero-carousel .flickity-button.flickity-prev-next-button.previous,
  .hero-carousel .flickity-button.flickity-prev-next-button.next {
    display: none; }
    @media (min-width: 600px) {
      .hero-carousel .flickity-button.flickity-prev-next-button.previous,
      .hero-carousel .flickity-button.flickity-prev-next-button.next {
        display: block; } }
  .hero-carousel .flickity-button.flickity-prev-next-button.previous {
    left: 2.1875rem;
    transform: scale(0.7); }
    .hero-carousel .flickity-button.flickity-prev-next-button.previous:hover {
      opacity: 1;
      transform: scale(1); }
  .hero-carousel .flickity-button.flickity-prev-next-button.next {
    right: 2.1875rem;
    transform: scale(0.7); }
    .hero-carousel .flickity-button.flickity-prev-next-button.next:hover {
      transform: scale(1); }

.live-stream {
  position: relative;
  padding-top: 56.25%;
  display: none; }
  .live-stream.offline {
    display: none; }
  .live-stream.online {
    display: block; }
  .live-stream iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.news-ticker {
  overflow: hidden;
  padding: 0.625rem 0;
  max-height: 2.8125rem; }
  .news-ticker .flickity-enabled, .news-ticker .flickity-viewport {
    width: 100%; }

.news-ticker-item {
  white-space: nowrap;
  padding: 0 1.25rem; }

#countdown {
  padding: 1.25rem 0; }
  @media (min-width: 600px) {
    #countdown {
      padding: 2.5rem 1.25rem; } }

#countdown-container {
  max-width: 850px;
  margin: 0 auto; }

#knob-countdown {
  display: none; }

.knob {
  font-family: "Berlingske Sans Medium", "san-serif" !important;
  font-weight: 300 !important;
  font-size: 0.75rem !important;
  line-height: 1.3 !important; }
  @media (min-width: 26.5625rem) {
    .knob {
      font-size: 0.875rem !important; } }
  @media (min-width: 31.25rem) {
    .knob {
      font-size: 1rem !important; } }
  @media (min-width: 35.9375rem) {
    .knob {
      font-size: 1.3125rem !important; } }
  @media (min-width: 600px) {
    .knob {
      font-size: 1.625rem !important; } }
  @media (min-width: 900px) {
    .knob {
      font-size: 2rem !important; } }

.knob-progress {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }

.progress-count {
  display: inline-block;
  padding: 0.625rem;
  text-align: center; }
  .progress-count > div {
    max-width: 100px; }
  @media (min-width: 600px) {
    .progress-count {
      padding: 0.9375rem; } }

.progress-count label {
  display: block;
  font-size: 0.75rem; }
  @media (min-width: 23.4375rem) {
    .progress-count label {
      font-size: 1rem; } }

.prominent-text-block {
  padding: 2.5rem; }
  @media (min-width: 600px) {
    .prominent-text-block {
      padding: 5rem; } }
  .prominent-text-block div {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto; }
  .prominent-text-block p {
    line-height: 1.4;
    margin-top: 0; }
    .prominent-text-block p:last-child {
      margin-bottom: 0; }

.parallax-module {
  position: relative;
  min-height: 100vh;
  margin: 2.5rem 0;
  background: transparent;
  overflow: hidden;
  align-items: center; }
  .parallax-module > div:not(.simpleParallax) {
    position: relative;
    z-index: 10; }
  .parallax-module .simpleParallax img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    object-fit: cover; }
  @media (min-width: 600px) {
    .parallax-module {
      margin: 0 0 2.5rem 0;
      min-height: auto;
      min-height: 28.125rem; } }

.accordion li {
  border-bottom: 1px #fff solid;
  overflow: hidden; }
  .accordion li:last-child {
    margin-bottom: 0; }
  .accordion li > h3 + .accordion-content {
    max-height: 75rem; }

.accordion-trigger {
  display: block;
  width: 100%;
  background-color: #17262d;
  position: relative;
  transition: background-color 200ms;
  color: #fff; }
  .accordion-trigger:focus, .accordion-trigger:hover {
    outline: 0;
    background-color: #005e85; }
  .accordion-trigger span {
    pointer-events: none; }
  .accordion-trigger span.rotate {
    display: block;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 0.875rem;
    height: 1.625rem;
    margin-top: -0.8125rem;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 400ms; }
    .accordion-trigger span.rotate svg {
      width: 100%;
      height: 100%;
      fill: none;
      stroke: #fff;
      stroke-width: 0.125rem; }
  .accordion-trigger.active {
    background-color: #27cb64; }
    .accordion-trigger.active span.rotate {
      transform: rotate(-90deg); }
    .accordion-trigger.active + .accordion-content {
      max-height: 75rem; }

.sub-accordion {
  width: 100%;
  margin: 0 1.25rem; }
  .sub-accordion li {
    border-bottom: 1px #e5e5e5 solid; }
    .sub-accordion li:last-child {
      border-bottom: 0; }
    .sub-accordion li button {
      width: 100%;
      text-align: left;
      padding-right: 2.5rem;
      color: #17262d;
      position: relative;
      outline: 0; }
      .sub-accordion li button span {
        pointer-events: none; }
      .sub-accordion li button:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .sub-accordion li button.active:after {
        content: "–"; }

.accordion-content {
  overflow: hidden;
  max-height: 0;
  position: relative;
  z-index: 10;
  transition: max-height 400ms; }
  .accordion-content [class^="featured-block-module--content--"] {
    text-align: center;
    padding: 2.5rem 1.25rem; }

.boardmembers-module {
  position: relative;
  overflow: hidden; }
  @media (max-width: 599px) {
    .boardmembers-module {
      padding: 0; } }

.boardmembers--photo .outer-wrapper {
  /* <div class="aspectRatio"> <div class="inner-wrapper"></div> </div> */
  position: relative; }
  .boardmembers--photo .outer-wrapper:before {
    display: block;
    content: "";
    width: 100%; }
  .boardmembers--photo .outer-wrapper > .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .boardmembers--photo .outer-wrapper:before {
    padding-top: 100%; }

.boardmembers--photo figure {
  padding: 1.25rem 1.25rem; }
  .boardmembers--photo figure img {
    filter: grayscale(1); }
  .boardmembers--photo figure figcaption {
    margin-top: 0.625rem;
    padding: 0.625rem 0; }
    .boardmembers--photo figure figcaption h3, .boardmembers--photo figure figcaption h4 {
      line-height: 1.6; }
  .boardmembers--photo figure a:hover .image--circle-mask, .boardmembers--photo figure a.cur .image--circle-mask {
    transform: scale(1.15); }
  .boardmembers--photo figure a:hover h3, .boardmembers--photo figure a.cur h3 {
    color: #fa505c; }

.boardmembers--grid {
  margin: 0.625rem 0;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    .boardmembers--grid {
      padding: 2.5rem;
      justify-content: center;
      flex-flow: row wrap; } }
  @media (min-width: 900px) {
    .boardmembers--grid {
      max-width: 1220px;
      margin-left: auto;
      margin-right: auto; } }
  .boardmembers--grid .boardmembers--photo {
    width: 50%;
    min-width: 60vw; }
    @media (min-width: 600px) {
      .boardmembers--grid .boardmembers--photo {
        width: 33.33334%;
        min-width: initial; } }
    @media (min-width: 900px) {
      .boardmembers--grid .boardmembers--photo {
        width: 20%; } }
    @media (min-width: 1200px) {
      .boardmembers--grid .boardmembers--photo {
        width: 14%; } }

.modal--boardmember {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4.0625rem;
  z-index: 85;
  box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0, 0, 0, 0.25);
  flex-grow: 1;
  width: 100vw;
  overflow: scroll; }
  .modal--boardmember > div {
    flex-direction: column; }
  .modal--boardmember .boardmembers--photo {
    max-width: 12.5rem;
    width: 75%;
    margin: 0 auto; }
  .modal--boardmember figure, .modal--boardmember article {
    background-color: #fff; }
  .modal--boardmember figure {
    padding-bottom: 0; }
  .modal--boardmember article {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .modal--boardmember .button-close {
    position: absolute;
    right: 1.5625rem;
    top: 1.5625rem; }
  @media (min-width: 600px) {
    .modal--boardmember {
      position: relative;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
      margin: 0 -2.5rem;
      padding: 0 2.5rem;
      bottom: 0;
      left: 0;
      top: 0;
      max-width: initial; }
      .modal--boardmember > div {
        flex-direction: row; }
      .modal--boardmember .boardmembers--photo {
        width: 50%;
        max-width: 12.5rem;
        margin: 0; }
      .modal--boardmember figure {
        max-width: initial;
        align-self: flex-start;
        margin: initial;
        padding: 0;
        margin: 0;
        width: 100%; }
        .modal--boardmember figure div {
          width: 100%; }
      .modal--boardmember article {
        width: 50%; } }
  @media (min-width: 900px) {
    .modal--boardmember .boardmembers--photo {
      width: 100%;
      max-width: 15rem; } }

.boardmembers-arrow a {
  align-items: center;
  justify-content: flex-end; }

.boardmembers-arrow svg {
  margin-left: 0.625rem;
  width: 0.875rem;
  height: 1.625rem;
  transform: rotate(180deg); }

.menu--collapsable {
  margin: 1.25rem; }
  @media (min-width: 900px) {
    .menu--collapsable {
      margin: 2.5rem; } }

.menu--collapsable-q {
  position: relative;
  padding: 0 0 0 0.9375rem;
  margin-top: 1.25rem;
  cursor: pointer; }
  .menu--collapsable-q:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "+";
    transform: translateX(-100%);
    line-height: 1.2;
    color: #fa505c; }
  .menu--collapsable-q.open {
    color: #fa505c; }
    .menu--collapsable-q.open:before {
      content: "–";
      left: 0.125rem; }

.menu--collapsable-a {
  margin: 0;
  padding-left: 0.9375rem; }

.team-members-module {
  position: relative;
  overflow: hidden; }
  @media (max-width: 599px) {
    .team-members-module {
      padding: 0; } }

.team-members--photo .outer-wrapper {
  /* <div class="aspectRatio"> <div class="inner-wrapper"></div> </div> */
  position: relative; }
  .team-members--photo .outer-wrapper:before {
    display: block;
    content: "";
    width: 100%; }
  .team-members--photo .outer-wrapper > .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .team-members--photo .outer-wrapper:before {
    padding-top: 100%; }

.team-members--photo a:hover h3 {
  color: #fa505c; }

.team-members--photo figure {
  padding: 1.25rem 1.25rem; }
  .team-members--photo figure figcaption {
    margin-top: 0.625rem;
    padding: 0.625rem 0; }
    .team-members--photo figure figcaption h3, .team-members--photo figure figcaption h4 {
      line-height: 1.6; }

.team-members--featured {
  margin: 1.25rem 0;
  flex-wrap: wrap; }
  @media (min-width: 900px) {
    .team-members--featured {
      max-width: 1220px;
      margin-left: auto;
      margin-right: auto; } }
  .team-members--featured .outer-wrapper:before {
    padding-top: 100%; }
  .team-members--featured .team-members--photo {
    width: 85%;
    margin: 0 auto; }
    .team-members--featured .team-members--photo figure {
      width: 80%;
      max-width: 23.4375rem;
      margin: 0 auto;
      padding-bottom: 0; }
    @media (min-width: 600px) {
      .team-members--featured .team-members--photo {
        width: 50%; }
        .team-members--featured .team-members--photo figure {
          padding-top: 0;
          padding-bottom: 1.25rem; } }
  .team-members--featured aside {
    width: 100%;
    padding: 0 1.875rem; }
    .team-members--featured aside footer {
      width: 6.25rem;
      justify-content: space-between; }
    @media (min-width: 600px) {
      .team-members--featured aside {
        padding: 1.25rem 0;
        display: flex;
        align-items: center;
        width: 50%; } }
    @media (min-width: 900px) {
      .team-members--featured aside {
        padding-top: 0; } }
  @media (min-width: 900px) {
    .team-members--featured {
      flex-wrap: nowrap; } }

.team-members--grid {
  margin: 0.625rem 0;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    .team-members--grid {
      justify-content: center;
      flex-flow: row wrap; } }
  @media (min-width: 900px) {
    .team-members--grid {
      max-width: 1220px;
      margin-left: auto;
      margin-right: auto; } }
  .team-members--grid .team-members--photo {
    width: 50%;
    min-width: 60vw; }
    @media (min-width: 600px) {
      .team-members--grid .team-members--photo {
        width: 33%;
        min-width: initial; } }
    @media (min-width: 900px) {
      .team-members--grid .team-members--photo {
        width: 20%; } }

@media (min-width: 600px) {
  .tweets {
    transform: translateY(-60px); } }

@media (min-width: 900px) {
  .tweets {
    width: 75%; } }

.tweet-stats {
  display: flex;
  align-items: center;
  color: #747d81;
  font-family: "Berlingske Sans Medium", "san-serif";
  font-weight: 600;
  font-size: 0.75rem; }
  .tweet-stats svg {
    margin-right: 0.5rem;
    width: 0.9375rem;
    height: 0.9375rem;
    fill: #747d81; }

/* Mobile */
.feature-block-module {
  margin: 1.25rem 0;
  position: relative; }

.featured-block-module--slide {
  width: 85%;
  margin: 0 0.625rem; }

.featured-block-module--content {
  flex-direction: column;
  background-color: #e5e5e5;
  margin: 0 0 0.625rem 0;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 0 0.625rem -0.125rem #747d81; }
  .featured-block-module--content > [class^="featured-block-module--content--"] {
    text-align: center;
    padding: 2.5rem 0.9375rem 0.9375rem 0.9375rem; }
    .featured-block-module--content > [class^="featured-block-module--content--"] p {
      margin-top: 0.5rem; }

.featured-block-module--content--white {
  position: relative;
  background-color: #fff;
  min-height: 8.75rem; }
  .featured-block-module--content--white:after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%) translateY(50%) rotate(45deg); }
  @media (min-width: 600px) {
    .featured-block-module--content--white:after {
      top: 50%;
      bottom: initial;
      right: 0;
      left: initial;
      transform: translateX(50%) translateY(-50%) rotate(45deg); } }

.featured-block-module--content--sunrise {
  background-image: linear-gradient(#fa505c, #ffaa8d);
  min-height: 10.625rem; }

/* Desktop */
.featured-block-module--tabs figure {
  position: relative;
  padding-top: 34.8903718%;
  overflow: hidden; }
  .featured-block-module--tabs figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

@media (min-width: 600px) {
  .feature-block-module {
    margin: 0; }
  .featured-block-module--content {
    flex-direction: row;
    border-radius: 0;
    margin: 0;
    background-color: #fff; }
    .featured-block-module--content [class^="featured-block-module--content--"] {
      width: 100%;
      text-align: left;
      padding: 2.5rem 3.75rem 2.5rem 5.625rem; } }

.duel-content-blocks {
  padding: 0.625rem 0; }
  .duel-content-blocks .layout-flex, .duel-content-blocks .tabs {
    flex-wrap: wrap; }
  .duel-content-blocks .block {
    width: 100%;
    margin: 0.625rem 1.25rem; }
  @media (min-width: 900px) {
    .duel-content-blocks {
      padding: 3.75rem; }
      .duel-content-blocks .layout-flex, .duel-content-blocks .tabs {
        flex-wrap: nowrap;
        justify-content: space-evenly; }
      .duel-content-blocks .block {
        margin: 0;
        width: 45%; } }
  .duel-content-blocks.ui-simple .block p, .duel-content-blocks.ui-iceBlueTheme .block p {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 900px) {
    .duel-content-blocks.ui-simple .block:first-child, .duel-content-blocks.ui-iceBlueTheme .block:first-child {
      position: relative; }
      .duel-content-blocks.ui-simple .block:first-child:after, .duel-content-blocks.ui-iceBlueTheme .block:first-child:after {
        content: "";
        position: absolute;
        right: -0.0625rem;
        top: 50%;
        height: 80%;
        width: 0.0625rem;
        background-color: #747d81;
        transform: translateY(-50%); } }

#get-in-touch-form {
  margin-left: -7px;
  margin-right: -7px; }

.get-in-touch {
  padding: 0.625rem 0; }
  .get-in-touch .layout-flex, .get-in-touch .tabs {
    flex-wrap: wrap; }
  .get-in-touch .fieldset {
    width: calc(100%);
    padding: 0.4375rem; }
  .get-in-touch .block {
    width: 100%;
    margin: 0.625rem 1.25rem; }
    .get-in-touch .block input[type="text"], .get-in-touch .block input[type="email"], .get-in-touch .block input[type="tel"], .get-in-touch .block select, .get-in-touch .block textarea {
      width: 100%; }
  .get-in-touch input[type="submit"] {
    margin-left: 0.4375rem; }
  @media (min-width: 600px) {
    .get-in-touch .fieldset {
      width: calc(50% - 14px); }
    .get-in-touch .fieldset-full {
      width: calc(100% - 30px); } }
  @media (min-width: 900px) {
    .get-in-touch {
      padding: 3.75rem; }
      .get-in-touch .block {
        margin: 0;
        width: 50%; } }

.triple-content-blocks {
  padding: 0.625rem 0; }
  .triple-content-blocks .layout-flex, .triple-content-blocks .tabs {
    flex-wrap: wrap; }
  .triple-content-blocks .block {
    width: 100%;
    margin: 0.625rem 1.25rem; }
  @media (min-width: 900px) {
    .triple-content-blocks {
      padding: 3.75rem; }
      .triple-content-blocks .layout-flex, .triple-content-blocks .tabs {
        flex-wrap: nowrap;
        justify-content: space-evenly; }
      .triple-content-blocks .block {
        margin: 0;
        width: 33%; } }
  .triple-content-blocks.ui-simple .block p {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 900px) {
    .triple-content-blocks.ui-simple .block:nth-child(2) {
      position: relative; }
      .triple-content-blocks.ui-simple .block:nth-child(2):before {
        content: "";
        position: absolute;
        left: -0.0625rem;
        top: 50%;
        height: 80%;
        width: 0.0625rem;
        background-color: #747d81;
        transform: translateY(-50%); }
      .triple-content-blocks.ui-simple .block:nth-child(2):after {
        content: "";
        position: absolute;
        right: -0.0625rem;
        top: 50%;
        height: 80%;
        width: 0.0625rem;
        background-color: #747d81;
        transform: translateY(-50%); } }

.quad-content-blocks {
  padding: 1.875rem; }
  @media (max-width: 599px) {
    .quad-content-blocks {
      padding: 1.25rem; } }
  .quad-content-blocks .layout-flex, .quad-content-blocks .tabs {
    max-width: 64.25rem;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column;
    align-items: center; }
    .quad-content-blocks .layout-flex .block, .quad-content-blocks .tabs .block {
      text-align: center; }
    @media (min-width: 600px) {
      .quad-content-blocks .layout-flex, .quad-content-blocks .tabs {
        flex-direction: row;
        align-items: flex-start; }
        .quad-content-blocks .layout-flex .block, .quad-content-blocks .tabs .block {
          text-align: left; } }
    @media (max-width: 599px) {
      .quad-content-blocks .layout-flex .block .p-20, .quad-content-blocks .tabs .block .p-20 {
        padding-bottom: 0; } }

.triple-panels {
  overflow: hidden;
  position: relative; }
  .triple-panels .block {
    margin: 0;
    overflow: hidden; }
    .triple-panels .block > div {
      position: relative;
      overflow: hidden;
      border-radius: 0.625rem; }
      @media (min-width: 600px) {
        .triple-panels .block > div {
          margin: 0;
          border-radius: 0; } }
      .triple-panels .block > div:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(#111 0%, rgba(0, 0, 0, 0.5) 75%);
        z-index: 2;
        opacity: 1;
        transition: opacity 2000ms; }
      .triple-panels .block > div article {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        padding: 2.5rem; }
        .triple-panels .block > div article figure img {
          width: 100%;
          max-width: 15.625rem; }
      .triple-panels .block > div h2 {
        color: #fa505c; }
      .triple-panels .block > div h3 {
        text-transform: uppercase;
        color: #fff; }
      .triple-panels .block > div > img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: filter 2000ms linear; }
    .triple-panels .block:hover > div:before, .triple-panels .block.active > div:before {
      opacity: 0.6;
      background-image: linear-gradient(#111 0%, rgba(0, 0, 0, 0.5) 75%); }
    .triple-panels .block:hover img, .triple-panels .block.active img {
      filter: grayscale(0%); }
  @media (min-width: 600px) {
    .triple-panels .scroller {
      display: flex; }
    .triple-panels .block {
      max-height: initial;
      width: 33.3334vw; }
      .triple-panels .block > div article {
        padding: 0.9375rem 0.9375rem 0 0.9375rem; }
    .triple-panels p {
      font-size: 0.75rem; } }
  @media (min-width: 900px) {
    .triple-panels .scroller {
      display: flex; }
    .triple-panels .block > div article {
      padding: 3.75rem 5rem 0 5rem; }
    .triple-panels p {
      font-size: 0.875rem; } }

#module-what-how-who .block-2 {
  position: relative; }
  #module-what-how-who .block-2:after {
    content: "";
    position: absolute;
    bottom: calc(39.5099541% - 35px);
    left: 0;
    height: 2.1875rem;
    width: 100%;
    background-image: url("../images/dotted-horizon-line.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10; }
  #module-what-how-who .block-2:before {
    content: "";
    position: absolute;
    bottom: calc(39.5099541% + 5px);
    left: 0;
    width: 20.8571429%;
    height: 5rem;
    background-image: url("../images/satellite.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 12;
    transform: translateX(-100%); }

#module-what-how-who:hover .block-2:before, #module-what-how-who.is-selected .block-2:before {
  animation-name: SatelliteOrbit;
  animation-duration: 10000ms;
  animation-delay: 400ms;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-play-state: running; }

.rotatingContentBlocks {
  display: none; }
  .rotatingContentBlocks h2 {
    padding: 1.875rem 1.25rem; }
  @media (min-width: 600px) {
    .rotatingContentBlocks {
      padding: 3.75rem; }
      .rotatingContentBlocks h2 {
        padding-top: 0; } }
  .rotatingContentBlocks.loaded {
    display: block; }
  .rotatingContentBlocks .layout-flexgrid .layout-flexgrid--cell {
    background-color: #fff;
    transition: transform 200ms;
    padding-bottom: 1.25rem; }
    .rotatingContentBlocks .layout-flexgrid .layout-flexgrid--cell > div {
      position: relative;
      z-index: 15; }
      .rotatingContentBlocks .layout-flexgrid .layout-flexgrid--cell > div p {
        margin: 0; }
    @media (min-width: 600px) {
      .rotatingContentBlocks .layout-flexgrid .layout-flexgrid--cell:hover {
        transform: scale(1.05);
        z-index: 10; } }
  .rotatingContentBlocks nav, .rotatingContentBlocks article {
    position: relative;
    z-index: 10; }
  .rotatingContentBlocks nav li a {
    display: block;
    color: #111; }
    .rotatingContentBlocks nav li a:hover, .rotatingContentBlocks nav li a.active {
      color: #f91e2e;
      text-decoration: underline; }
  .rotatingContentBlocks article {
    width: 100%; }

.contentBlockItem {
  display: none;
  position: relative;
  background-color: #fff;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 1.875rem 1.875rem 1.875rem;
  flex-direction: column;
  flex-wrap: wrap; }
  .contentBlockItem header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    background-color: #fa505c;
    color: #fff;
    transform: translate(-1.25rem, -50%);
    letter-spacing: 0.25em; }
    .contentBlockItem header h3 {
      padding: 0.625rem 2.5rem; }
  .contentBlockItem button {
    position: absolute;
    z-index: 13;
    top: 0.625rem;
    right: 0.625rem; }
  .contentBlockItem nav {
    margin-bottom: 2.5rem; }
    .contentBlockItem nav li {
      margin-bottom: 0.3125rem; }
  @media (min-width: 900px) {
    .contentBlockItem {
      flex-direction: row;
      flex-wrap: nowrap; }
      .contentBlockItem nav {
        width: 35%;
        padding: 1.25rem;
        margin-bottom: 0; }
        .contentBlockItem nav li {
          margin-bottom: 0.9375rem; }
      .contentBlockItem article {
        width: 65%;
        padding: 1.25rem; } }

#contentBlockItems .contentBlockItem:first-child {
  display: flex; }

.newsroom *, .events * {
  outline: none; }

.newsroom .flickity-viewport, .events .flickity-viewport {
  padding: 0.625rem; }

.newsroom .flickity-slider > div, .events .flickity-slider > div {
  width: 85%;
  margin: 0 0.625rem; }

.scroll-to-see-more {
  justify-content: center;
  color: #353a37; }
  .scroll-to-see-more svg {
    height: 1.125rem;
    width: 2.125rem;
    transform: rotate(180deg); }

/* ------------------
Filter
------------------ */
.newsroom--filter {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .newsroom--filter header {
    justify-content: center;
    align-items: center;
    padding: 0.625rem; }
  .newsroom--filter a {
    display: block;
    color: #747d81;
    padding: 0 1.25rem;
    white-space: nowrap; }
    .newsroom--filter a.active, .newsroom--filter a:hover {
      color: #fa505c; }

.newsroom--header {
  justify-content: space-between; }

/* ------------------
All Posts
------------------ */
.newsroom--post {
  flex-grow: 1;
  transition: transform 200ms; }
  .newsroom--post:hover {
    transform: scale(1.02); }
  .newsroom--post > .newsroom--photo-wrapper {
    flex-direction: row;
    border-radius: 0.4375rem;
    overflow: hidden;
    box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0, 0, 0, 0.25); }
    .newsroom--post > .newsroom--photo-wrapper article {
      order: 1; }
    .newsroom--post > .newsroom--photo-wrapper aside {
      order: 2; }
    .newsroom--post > .newsroom--photo-wrapper > a {
      display: inherit !important; }
    @media (min-width: 600px) {
      .newsroom--post > .newsroom--photo-wrapper {
        margin: 0.625rem; } }
  .newsroom--post a:not(.button) {
    color: inherit; }
  .newsroom--post article {
    order: 2;
    flex-grow: 2; }
  .newsroom--post aside {
    order: 1;
    overflow: hidden; }
    @media (min-width: 600px) {
      .newsroom--post aside {
        max-height: initial; } }
    .newsroom--post aside a {
      height: 100%; }
    .newsroom--post aside img {
      height: 100%;
      object-fit: cover; }

/* ------------------
Featured Posts
------------------ */
.newsroom--featured .newsroom--post .layout-flex, .newsroom--featured .newsroom--post .tabs {
  background-color: #fa505c;
  color: #fff;
  margin: 0; }

@media (min-width: 600px) {
  .newsroom--featured .newsroom--post article {
    width: 50%; }
  .newsroom--featured .newsroom--post aside {
    width: 50%; } }

@media (min-width: 900px) {
  .newsroom--featured .newsroom--post article {
    width: 30%; }
  .newsroom--featured .newsroom--post aside {
    width: 70%; } }

/* ------------------
Not Featured Posts
------------------ */
.newsroom--posts .scrollerX {
  width: 100%; }

.newsroom--posts .newsroom--post-featured .layout-flex, .newsroom--posts .newsroom--post-featured .tabs {
  background-color: #17262d;
  color: #fff; }

.newsroom--posts .flickity-viewport {
  height: 25rem; }

.newsroom--posts .newsroom--post, .newsroom--posts .newsroom--layout-default {
  width: 65vw; }
  .newsroom--posts .newsroom--post .newsroom--photo-wrapper, .newsroom--posts .newsroom--layout-default .newsroom--photo-wrapper {
    min-height: 17.1875rem; }
  .newsroom--posts .newsroom--post.newsroom--layout-no-photo, .newsroom--posts .newsroom--layout-default.newsroom--layout-no-photo {
    width: 50vw; }

.newsroom--posts .newsroom--layout-fill, .newsroom--posts .newsroom--layout-wide {
  width: 96vw; }
  .newsroom--posts .newsroom--layout-fill.newsroom--layout-no-photo, .newsroom--posts .newsroom--layout-wide.newsroom--layout-no-photo {
    width: 75vw; }

@media (min-width: 900px) {
  .newsroom--posts {
    min-height: 20rem; }
    .newsroom--posts .newsroom--photo-wrapper, .newsroom--posts .newsroom--post-end .layout-flex, .newsroom--posts .newsroom--post-end .tabs {
      min-height: 18.75rem; }
    .newsroom--posts .newsroom--post, .newsroom--posts .newsroom--layout-default {
      width: initial;
      max-width: initial; }
      .newsroom--posts .newsroom--post.newsroom--layout-no-photo, .newsroom--posts .newsroom--layout-default.newsroom--layout-no-photo {
        width: initial; }
      .newsroom--posts .newsroom--post .newsroom--photo-wrapper, .newsroom--posts .newsroom--layout-default .newsroom--photo-wrapper {
        min-height: initial; }
    .newsroom--posts .newsroom--layout-wide {
      width: initial;
      max-width: initial; }
      .newsroom--posts .newsroom--layout-wide.newsroom--layout-no-photo {
        width: initial; }
    .newsroom--posts .newsroom--layout-fill {
      width: initial; }
      .newsroom--posts .newsroom--layout-fill.newsroom--layout-no-photo {
        width: initial; } }

.newsroom--posts .newsroom--post-end {
  max-width: 21.875rem;
  background-color: transparent; }
  .newsroom--posts .newsroom--post-end .layout-flex, .newsroom--posts .newsroom--post-end .tabs {
    min-height: 17.1875rem;
    background-color: #17262d;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 0.4375rem; }
  @media (min-width: 600px) {
    .newsroom--posts .newsroom--post-end {
      display: block; } }

/* ------------------
THEME VIEW: Slider
------------------ */
.newsroom--view-slider .newsroom--posts {
  padding-bottom: 1.25rem; }
  @media (min-width: 900px) {
    .newsroom--view-slider .newsroom--posts {
      padding-bottom: 0; }
      .newsroom--view-slider .newsroom--posts .newsroom--photo-wrapper, .newsroom--view-slider .newsroom--posts .newsroom--post-end .layout-flex, .newsroom--view-slider .newsroom--posts .newsroom--post-end .tabs {
        min-height: 18.75rem; }
      .newsroom--view-slider .newsroom--posts .newsroom--post, .newsroom--view-slider .newsroom--posts .newsroom--layout-default {
        width: 100%;
        max-width: 25rem; }
        .newsroom--view-slider .newsroom--posts .newsroom--post.newsroom--layout-no-photo, .newsroom--view-slider .newsroom--posts .newsroom--layout-default.newsroom--layout-no-photo {
          max-width: 17.1875rem; }
      .newsroom--view-slider .newsroom--posts .newsroom--layout-wide {
        max-width: 40.625rem; }
        .newsroom--view-slider .newsroom--posts .newsroom--layout-wide.newsroom--layout-no-photo {
          max-width: 31.25rem; }
      .newsroom--view-slider .newsroom--posts .newsroom--layout-fill {
        max-width: 48rem; }
        .newsroom--view-slider .newsroom--posts .newsroom--layout-fill.newsroom--layout-no-photo {
          max-width: 40.625rem; } }

/* ------------------
THEME VIEW: Robust
------------------ */
.newsroom--view-robust .newsroom--posts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
  margin: 0;
  width: 100%; }

@media (min-width: 900px) {
  .newsroom--view-robust .newsroom--post, .newsroom--view-robust .newsroom--layout-default {
    flex: 1 0 28.31986%; }
  .newsroom--view-robust .newsroom--layout-wide {
    flex: 1.4224 0 40.2798%; }
  .newsroom--view-robust .newsroom--layout-fill {
    flex: 0 0 100%; }
  .newsroom--view-robust .newsroom--photo-banner {
    flex-direction: column;
    flex: 0 0 100%; }
    .newsroom--view-robust .newsroom--photo-banner article {
      order: 2; }
    .newsroom--view-robust .newsroom--photo-banner aside {
      order: 1;
      overflow: hidden; }
      .newsroom--view-robust .newsroom--photo-banner aside img {
        width: 100%;
        height: 12.5rem;
        object-fit: cover; }
  .newsroom--view-robust .newsroom--photo-quarter {
    flex: 1 0 28.31986%; }
    .newsroom--view-robust .newsroom--photo-quarter article {
      width: 25%; }
    .newsroom--view-robust .newsroom--photo-quarter aside {
      width: 75%; }
  .newsroom--view-robust .newsroom--photo-half {
    flex: 1.4224 0 40.2798%; }
    .newsroom--view-robust .newsroom--photo-half article {
      width: 50%; }
    .newsroom--view-robust .newsroom--photo-half aside {
      width: 50%; } }

/* ------------------
By Tags
------------------ */
.newsroom--by-tag .flickity-viewport {
  width: 100%; }
  .newsroom--by-tag .flickity-viewport .newroom-posts {
    margin: 0 -2.5rem; }
    @media (min-width: 600px) {
      .newsroom--by-tag .flickity-viewport .newroom-posts {
        padding: 0 0.625rem; } }

@media (min-width: 600px) {
  .newsroom--by-tag .content-max-width {
    padding: 0 1.25rem 1.25rem 1.25rem; } }

.timeline-module {
  /* <div class="aspectRatio"> <div class="inner-wrapper"></div> </div> */
  position: relative;
  overflow: hidden; }
  .timeline-module:before {
    display: block;
    content: "";
    width: 100%; }
  .timeline-module > .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .timeline-module:before {
    padding-top: 57.46562%; }

.timeline {
  position: absolute;
  bottom: 3.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 2; }
  .timeline:before {
    content: "";
    border-top: 0.125rem #fff solid;
    width: 100%;
    position: absolute;
    transform: translateY(-0.4375rem); }
  .timeline li {
    flex-grow: 0;
    transition: flex-grow 800ms;
    position: relative; }
    .timeline li article {
      display: none;
      visibility: hidden;
      opacity: 0; }
    .timeline li.timeline-open {
      flex-grow: 0.3; }
      .timeline li.timeline-open .timeline-markers {
        min-height: 11.5625rem; }
      .timeline li.timeline-open .timeline-year {
        transform: translateY(10px) translateX(-50%);
        font-size: 1.25rem; }
      .timeline li.timeline-open article {
        display: block;
        min-height: 11.5625rem;
        transform: translateY(-100%);
        visibility: visible;
        animation: timelineArticleSlide 2000ms 1;
        animation-fill-mode: both;
        animation-delay: 400ms;
        position: absolute;
        top: 0;
        left: 1.875rem;
        width: 100%;
        white-space: nowrap; }

.timeline-background-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .timeline-background-panel img {
    width: 100%;
    position: absolute;
    color: #747d81; }
  .timeline-background-panel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #111 20%, rgba(17, 17, 17, 0.1) 100%); }

.timeline-marker {
  position: absolute;
  top: 0;
  transform: translateY(-100%); }
  .timeline-marker button {
    border-radius: 50%;
    width: 0.9375rem;
    height: 0.9375rem;
    border: 0.125rem #fff solid;
    background-color: #111;
    padding: 0;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
    transition: background-color 200ms; }
    .timeline-marker button:active {
      outline: 0; }
    .timeline-marker button:last-child {
      margin-bottom: 0; }
    .timeline-marker button.active, .timeline-marker button:hover {
      background-color: #fa505c; }

.timeline-markers {
  display: flex;
  flex-direction: column;
  min-height: 0.9375rem;
  transition: min-height 400ms; }
  .timeline-markers:after {
    content: "";
    width: 0.0625rem;
    height: 100%;
    position: absolute;
    bottom: -0.8125rem;
    left: 50%;
    background-color: #fff;
    z-index: 1;
    transform: translateX(-50%); }

.timeline-line, .timeline-year {
  position: absolute;
  left: 0.4375rem;
  white-space: nowrap; }

.timeline-line {
  background-color: #fff;
  border: 0;
  width: 0.0625rem;
  height: 1.25rem;
  margin: 0; }

.timeline-year {
  color: #fff;
  bottom: -2.5rem;
  transform: translateX(-50%);
  transition: font-size 400ms; }

.split-panel {
  overflow: hidden;
  flex-direction: column;
  position: relative;
  min-height: initial; }
  .split-panel.parallax-module > .split-panel-photo {
    position: static;
    z-index: 9; }
  .split-panel.parallax-module .simpleParallax img {
    height: 58vh; }

[class^="split-panel--empty-"] {
  padding-top: 52.2222222%;
  z-index: 2;
  display: none; }

[class^="split-panel--content-"] {
  display: flex;
  flex-direction: column;
  background-color: #17262d;
  z-index: 2;
  order: 2; }

.split-panel--content {
  padding: 1.875rem; }

.split-panel-photo {
  order: 1;
  padding-top: 38%; }
  .split-panel-photo img {
    width: 100%; }

.split-panel--content-centerFill {
  width: 100%;
  text-align: center; }

.split-panel-effect-noOverlay [class^="split-panel--content-"] {
  background-color: transparent; }

@media (min-width: 900px) {
  .split-panel {
    flex-direction: row; }
  [class^="split-panel--"] {
    width: 50%; }
  [class^="split-panel--empty-"] {
    padding-top: 47%;
    display: block; }
  .split-panel--content {
    width: auto;
    padding: 3.75rem 2.5rem; }
  .split-panel--empty-centerFill {
    display: none; }
  [class^="split-panel--content-"] {
    justify-content: center;
    background-color: rgba(23, 38, 45, 0.75); }
  .split-panel-photo {
    padding-top: 0; }
    .split-panel-photo img {
      z-index: 1; }
  .split-panel--content-centerFill {
    width: 100%; }
    .split-panel--content-centerFill .split-panel--content {
      padding: 10.9375rem 6.25rem; }
  .split-panel-effect-backdropBlur [class^="split-panel--content-"] {
    backdrop-filter: blur(0.1875rem); }
  .split-panel-effect-monotone .split-panel-photo img {
    filter: grayscale(1); }
  .split-panel-effect-noOverlay [class^="split-panel--content-"] {
    background-color: transparent; }
  .split-panel--empty-right, .split-panel--content-left {
    order: 1; }
  .split-panel--empty-left, .split-panel--content-right {
    order: 2; } }

.qa-module {
  padding: 1.25rem;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .qa-module {
      padding: 2.5rem; } }

dl.menu--collapsable dd {
  transition: max-height 200ms; }

dl.menu--collapsable dt:not(.open) + dd {
  max-height: 0;
  overflow: hidden; }

dl.menu--collapsable dt + dd {
  max-height: 43.75rem; }

.email-form-module {
  text-align: center; }
  .email-form-module .layout-flex, .email-form-module .tabs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1.25rem 0 0 0; }
    .email-form-module .layout-flex fieldset, .email-form-module .tabs fieldset {
      padding: 0.5rem 0;
      width: 100%; }
      .email-form-module .layout-flex fieldset input:not([type="submit"]):not([type="checkbox"]), .email-form-module .tabs fieldset input:not([type="submit"]):not([type="checkbox"]) {
        width: 100%; }
    .email-form-module .layout-flex .interested-in > div, .email-form-module .tabs .interested-in > div {
      padding: 0;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      font-family: "Berlingske Sans Medium", "san-serif";
      font-weight: 400;
      font-size: 0.8125rem;
      margin-top: 0; }
      .email-form-module .layout-flex .interested-in > div div, .email-form-module .tabs .interested-in > div div {
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0; }
        .email-form-module .layout-flex .interested-in > div div label, .email-form-module .tabs .interested-in > div div label {
          width: 100%;
          padding: 0.3125rem;
          text-align: left;
          padding-left: 0; }
        .email-form-module .layout-flex .interested-in > div div span, .email-form-module .tabs .interested-in > div div span {
          display: flex;
          align-items: center;
          margin: 0.3125rem 0.625rem 0.3125rem 0; }
          .email-form-module .layout-flex .interested-in > div div span > input, .email-form-module .tabs .interested-in > div div span > input {
            margin-right: 0.625rem; }
        .email-form-module .layout-flex .interested-in > div div:last-child, .email-form-module .tabs .interested-in > div div:last-child {
          margin-top: 1.875rem; }
  .email-form-module .error, .email-form-module .errors li {
    font-size: 0.75rem;
    color: #fa505c; }
  .email-form-module .errors {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .email-form-module .errors li {
      text-align: left;
      padding: 0.625rem 0; }
  @media (min-width: 600px) {
    .email-form-module .layout-flex .interested-in > .layout-flex > .layout-flex, .email-form-module .tabs .interested-in > .layout-flex > .layout-flex, .email-form-module .layout-flex .interested-in > .tabs > .layout-flex, .email-form-module .tabs .interested-in > .tabs > .layout-flex, .email-form-module .layout-flex .interested-in > .layout-flex > .tabs, .email-form-module .tabs .interested-in > .layout-flex > .tabs, .email-form-module .layout-flex .interested-in > .tabs > .tabs, .email-form-module .tabs .interested-in > .tabs > .tabs {
      flex-direction: row; }
      .email-form-module .layout-flex .interested-in > .layout-flex > .layout-flex span, .email-form-module .tabs .interested-in > .layout-flex > .layout-flex span, .email-form-module .layout-flex .interested-in > .tabs > .layout-flex span, .email-form-module .tabs .interested-in > .tabs > .layout-flex span, .email-form-module .layout-flex .interested-in > .layout-flex > .tabs span, .email-form-module .tabs .interested-in > .layout-flex > .tabs span, .email-form-module .layout-flex .interested-in > .tabs > .tabs span, .email-form-module .tabs .interested-in > .tabs > .tabs span {
        display: flex; } }

#email-success {
  display: none; }
  #email-success.success {
    display: block; }

#email-form.success, #email-contact-form.success {
  display: none; }

.office-map-module .outer-wrapper {
  /* <div class="aspectRatio"> <div class="inner-wrapper"></div> </div> */
  position: relative; }
  .office-map-module .outer-wrapper:before {
    display: block;
    content: "";
    width: 100%; }
  .office-map-module .outer-wrapper > .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .office-map-module .outer-wrapper:before {
    padding-top: 45.16129%; }

.office-map-module .inner-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.25rem; }

.office-map-module #office-map {
  height: 100%;
  width: 100%; }
  .office-map-module #office-map > div {
    background-color: transparent !important; }

#office-locations {
  padding: 0.625rem; }
  #office-locations > div {
    justify-content: center; }
  @media (min-width: 900px) {
    #office-locations {
      padding: 2.5rem;
      border-top: 0.125rem #e5e5e5 solid; }
      #office-locations > div {
        justify-content: flex-start; } }

.office-location {
  width: calc(50% - 2px);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: #111; }
  .office-location h3 {
    font-size: 1rem; }
  @media (min-width: 900px) {
    .office-location {
      width: calc(25% - 2px);
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
      border-left: 0.125rem #e5e5e5 solid; }
      .office-location > div {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
  .office-location:first-child, .office-location:nth-child(5n) {
    border-left: 0; }
  .office-location h3 {
    text-transform: uppercase; }

.address {
  display: block;
  cursor: pointer; }
  .address p {
    line-height: 1.6;
    margin-top: 0; }

.map--infowindow {
  position: relative;
  min-width: 17.5rem; }
  .map--infowindow figure, .map--infowindow div {
    width: 100%; }
  .map--infowindow figure img {
    object-fit: cover;
    height: 100%; }
  .map--infowindow p:empty {
    display: none; }
  .map--infowindow button {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem; }

/* The location pointed to by the popup tip. */
.office-location-tip-anchor {
  height: 0;
  position: absolute;
  width: 30rem;
  transform: translateY(-15px); }

/* The bubble is anchored above the tip. */
.office-location-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
  left: 0; }
  .office-location-bubble-anchor:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.5rem solid #fff; }

/* The popup bubble itself. */
.office-location-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: white;
  border-radius: 0;
  overflow-y: auto;
  box-shadow: 0 0.125rem 0.625rem 0.0625rem rgba(0, 0, 0, 0.5); }

.form-module .parsley-errors-list {
  list-style-type: none;
  padding: 0;
  margin: 0.3125rem 0 0 0; }

.form-module .parsley-required, .form-module .parsley-checkemail {
  margin: 0;
  font-size: 12px;
  color: #c71919; }

.form-module .fieldset {
  width: calc(100%);
  padding: 0.4375rem; }
  .form-module .fieldset input, .form-module .fieldset select, .form-module .fieldset textarea {
    width: 100%; }

.form-module .block {
  width: 100%;
  margin: 0.625rem 1.25rem; }
  .form-module .block input[type="text"], .form-module .block input[type="email"], .form-module .block input[type="tel"], .form-module .block select, .form-module .block textarea {
    width: 100%; }

.form-module input[type="submit"] {
  margin-left: 0.4375rem; }

.form-module input[type="checkbox"] {
  float: left;
  min-width: 1.25rem;
  min-height: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
  background-color: #fff; }
  .form-module input[type="checkbox"] + p {
    margin-top: 0; }

@media (min-width: 600px) {
  .form-module .fieldset {
    width: calc(50% - 20px); }
  .form-module .fieldset-full {
    width: calc(100% - 30px); } }

#grnhse_app {
  margin: 0 auto;
  padding: 0 2.5rem; }

.mobile-scroller--content .flickity-viewport {
  width: 100%; }

.keyshot {
  padding-top: 38.5064201%;
  position: relative;
  flex: 1 0 68%;
  order: 1; }
  @media (min-width: 900px) {
    .keyshot {
      flex: 1 0 52%; } }
  @media (min-width: 1200px) {
    .keyshot {
      flex: 1 0 50%; } }
  .keyshot iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.keyshot-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: linear-gradient(#111, #17262d);
  min-height: 23.4375rem; }
  @media (min-width: 600px) {
    .keyshot-container {
      min-height: 34.0625rem;
      flex-direction: row; } }
  @media (min-width: 900px) {
    .keyshot-container {
      min-height: 30.125rem; } }
  .keyshot-container > span {
    display: block;
    color: #fff;
    padding: 20px; }

.keyshot-arrow-indicator {
  text-align: center;
  position: absolute;
  bottom: 2.5rem;
  right: 0.625rem;
  width: 51%; }
  .keyshot-arrow-indicator svg {
    width: 3.75rem;
    height: 1.5rem; }
  .keyshot-arrow-indicator p {
    margin: 0;
    font-style: italic;
    font-size: 0.75rem;
    color: #747d81; }

.keyshot-fallback {
  order: 1;
  flex: 1 0 50%;
  padding: 1.25rem 1.25rem 0 1.25rem; }
  .keyshot-fallback img {
    width: 100%;
    max-width: 23.75rem; }

.keyshot-description {
  padding: 1.875rem;
  order: 2; }
  @media (min-width: 600px) {
    .keyshot-description {
      order: 1;
      padding: 2.5rem; } }
  @media (min-width: 900px) {
    .keyshot-description {
      padding: 3.75rem 3.75rem 3.75rem 6.875rem; } }

.keyshot-stats nav {
  margin: 0 auto;
  justify-content: center;
  transform: translateY(-50%); }

.keyshot-stats--content figure img {
  width: 100%; }

.keyshot-stats--content figcaption {
  color: #747d81;
  font-size: 0.6875rem;
  font-style: italic;
  margin-top: 1.875rem; }

.keyshot-stats--content-header {
  padding: 1.25rem 0;
  width: 85%;
  margin: 0 auto; }
  .keyshot-stats--content-header h2 {
    color: #fa505c; }
  .keyshot-stats--content-header p {
    margin-top: 0; }
  @media (min-width: 600px) {
    .keyshot-stats--content-header {
      padding: 1.875rem 0; } }

.keyshot-stat {
  font-size: 1.5rem;
  color: #fa505c; }

.keyshot-small-satellites {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  position: relative; }
  .keyshot-small-satellites:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 0.0625rem #e5e5e5 solid;
    width: 0.0625rem; }
  .keyshot-small-satellites ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .keyshot-small-satellites ul li {
      width: calc(50% - 40px);
      padding: 1.25rem 1.25rem;
      text-align: center; }
  @media (min-width: 600px) {
    .keyshot-small-satellites {
      border-top: 0.0625rem #e5e5e5 solid;
      border-bottom: 0.0625rem #e5e5e5 solid; }
      .keyshot-small-satellites:before {
        display: none; }
      .keyshot-small-satellites ul li {
        width: calc(33.3333% - 40px);
        padding: 1.875rem 1.25rem; } }

.keyshot-user-terminals figure {
  display: inline-block;
  margin: 0 auto;
  padding: 1.25rem; }

.video-sperator-module {
  /* <div class="aspectRatio"> <div class="inner-wrapper"></div> </div> */
  position: relative;
  overflow: hidden; }
  .video-sperator-module:before {
    display: block;
    content: "";
    width: 100%; }
  .video-sperator-module > .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .video-sperator-module:before {
    padding-top: 56.25%; }
  .video-sperator-module:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10; }
  .video-sperator-module iframe {
    width: 100%;
    height: 100%; }

.inline-video-module {
  /* <div class="aspectRatio"> <div class="inner-wrapper"></div> </div> */
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  .inline-video-module:before {
    display: block;
    content: "";
    width: 100%; }
  .inline-video-module > .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .inline-video-module:before {
    padding-top: 56.25%; }
  .inline-video-module .inner-wrapper > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .inline-video-module .inline-video-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .inline-video-module .inline-video-player {
    display: none; }
    .inline-video-module .inline-video-player iframe {
      width: 100%;
      height: 100%; }
  .inline-video-module.active-player .inline-video-placeholder {
    display: none; }
  .inline-video-module.active-player .inline-video-player {
    display: block; }

.gdpr {
  position: fixed;
  bottom: 4.0625rem;
  background-color: #747d81;
  color: #fff;
  z-index: 100;
  transition: transform 200ms, bottom 200ms;
  transform: translateY(100%); }
  .gdpr.tabbar-hidden {
    bottom: 0; }
  .gdpr.reveal {
    transform: translateY(0); }
  .gdpr p {
    margin: 0;
    display: inline-block; }
  .gdpr a {
    color: #fff;
    text-decoration: underline; }
  .gdpr button {
    margin: 0.625rem 0 0 0; }
  @media (min-width: 600px) {
    .gdpr {
      top: initial;
      left: 0;
      bottom: 0;
      right: 0; }
      .gdpr button {
        margin: 0.625rem 0 0 0.625rem; } }
  @media (min-width: 46.4375rem) {
    .gdpr button {
      margin: 0.625rem 0 0 0.625rem; } }

.embed-module {
  position: relative;
  padding: 0;
  width: 100vw;
  height: calc(100vh - (136px + 110px));
  background: #000; }
  .embed-module iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 15px);
    height: 100%;
    margin-right: 0.9375rem; }
  @media (min-width: 600px) {
    .embed-module {
      height: calc(100vh - (141px + 110px)); } }
  @media (min-width: 900px) {
    .embed-module {
      height: 100vh;
      width: 100vw; } }

/*------------------------------------*\
04-Templates
\*------------------------------------*/
#post--titlebar-wrapper {
  background-color: #17262d;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem; }
  @media (min-width: 600px) {
    #post--titlebar-wrapper {
      padding: 1.625rem 1.25rem 1.625rem 5rem; } }
  #post--titlebar-wrapper .logo {
    display: inline-block;
    width: 10.75rem;
    margin-left: 1.875rem; }
  #post--titlebar-wrapper > div {
    display: inline-block; }
  #post--titlebar-wrapper .divider {
    font-size: 1.75rem;
    margin: 0 0.9375rem; }
  #post--titlebar-wrapper .entry-author {
    border-top: 0.0625rem #fa505c solid;
    padding-top: 0.375rem; }

#post--hero {
  position: relative;
  margin: 0 0 1.875rem 0; }
  #post--hero.has-photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(17, 17, 17, 0.5); }
  #post--hero.has-photo header {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 1.25rem;
    z-index: 5; }

.sharebox > div {
  margin-top: 1.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px #e5e5e5 solid; }

.sharebox a {
  display: block;
  margin-right: 1.25rem; }
  .sharebox a svg {
    fill: #747d81; }
  .sharebox a:hover .icon-social svg {
    fill: #27cb64; }
  .sharebox a:hover .icon-twitter svg {
    fill: #1da1f2; }
  .sharebox a:hover .icon-facebook svg {
    fill: #4267b2; }
  .sharebox a:hover .icon-linkedin svg {
    fill: #0077b5; }

#post--downloadables ul {
  margin-left: 1.375rem; }

#post--titlebar-contacts p {
  margin: 0; }

#post--titlebar-contacts li {
  width: 48%;
  margin-bottom: 1.25rem; }

/*------------------------------------*\
05-Themes
\*------------------------------------*/
@media (min-width: 600px) {
  .slide-effect--kenburns .flickity-slider .slide .slide-background-image {
    animation-name: kenBurns;
    animation-duration: 20000ms;
    animation-delay: 200ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-direction: alternate;
    animation-iteration-count: infinite; }
  .slide-effect--kenburns .flickity-slider .slide:not(.is-selected) .slide-background-image {
    animation-play-state: paused; }
  .slide-effect--kenburns .flickity-slider .slide.is-selected .slide-background-image {
    animation-play-state: running; } }

/*------------------------------------*\
06-Pages
\*------------------------------------*/
.event-form {
  margin: 0 -0.4375rem; }
  .event-form .fieldset {
    width: calc(100%);
    padding: 0.4375rem; }
    .event-form .fieldset input, .event-form .fieldset select, .event-form .fieldset textarea {
      width: 100%; }
  .event-form .block {
    width: 100%;
    margin: 0.625rem 1.25rem; }
    .event-form .block input[type="text"], .event-form .block input[type="email"], .event-form .block input[type="tel"], .event-form .block select, .event-form .block textarea {
      width: 100%; }
  .event-form input[type="submit"] {
    margin-left: 0.4375rem; }
  .event-form input[type="checkbox"] {
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem; }
    .event-form input[type="checkbox"] + p {
      margin-top: 0; }
  @media (min-width: 600px) {
    .event-form .fieldset {
      width: calc(50% - 20px); }
    .event-form .fieldset-full {
      width: calc(100% - 30px); } }

#company-block-1 {
  margin-bottom: 0;
  padding-bottom: 1.25rem; }

#our-vision {
  margin-bottom: 0;
  padding-bottom: 1.25rem; }
