@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
.uk-child-width-1-12 > * {
  width: 8.3326389468%;
}

.uk-child-width-1-6 > * {
  width: 16.6652778935%;
}

.uk-child-width-5-12 > * {
  width: 41.6631947338%;
}

.uk-child-width-7-12 > * {
  width: 58.3284726273%;
}

.uk-child-width-10-12 > * {
  width: 83.3263894675%;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6652778935%;
  }
  .uk-child-width-5-12\@s > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@s > * {
    width: 58.3284726273%;
  }
  .uk-child-width-10-12\@s > * {
    width: 83.3263894675%;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6652778935%;
  }
  .uk-child-width-5-12\@m > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@m > * {
    width: 58.3284726273%;
  }
  .uk-child-width-10-12\@m > * {
    width: 83.3263894675%;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6652778935%;
  }
  .uk-child-width-5-12\@l > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@l > * {
    width: 58.3284726273%;
  }
  .uk-child-width-10-12\@l > * {
    width: 83.3263894675%;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6652778935%;
  }
  .uk-child-width-5-12\@xl > * {
    width: 41.6631947338%;
  }
  .uk-child-width-7-12\@xl > * {
    width: 58.3284726273%;
  }
  .uk-child-width-10-12\@xl > * {
    width: 83.3263894675%;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
/* Twelves */
.uk-width-1-12 {
  width: 8.3326389468%;
}

.uk-width-1-6 {
  width: 16.6652778935%;
}

.uk-width-5-12 {
  width: 41.6631947338%;
}

.uk-width-7-12 {
  width: 58.3284726273%;
}

.uk-width-10-12 {
  width: 83.3263894675%;
}

.uk-width-11-12 {
  width: 91.6590284143%;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-width-1-12\@s {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@s {
    width: 16.6652778935%;
  }
  .uk-width-5-12\@s {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@s {
    width: 58.3284726273%;
  }
  .uk-width-10-12\@s {
    width: 83.3263894675%;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@m {
    width: 16.6652778935%;
  }
  .uk-width-5-12\@m {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@m {
    width: 58.3284726273%;
  }
  .uk-width-10-12\@m {
    width: 83.3263894675%;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@l {
    width: 16.6652778935%;
  }
  .uk-width-5-12\@l {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@l {
    width: 58.3284726273%;
  }
  .uk-width-10-12\@l {
    width: 83.3263894675%;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@xl {
    width: 16.6652778935%;
  }
  .uk-width-5-12\@xl {
    width: 41.6631947338%;
  }
  .uk-width-7-12\@xl {
    width: 58.3284726273%;
  }
  .uk-width-10-12\@xl {
    width: 83.3263894675%;
  }
}
.uk-container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 639px) {
  .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.uk-container-small {
  max-width: 1060px;
}

.uk-container-xsmall {
  max-width: 900px;
}

.uk-container-expand {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

* + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid-large > .uk-grid-margin {
  margin-top: 50px;
}
@media (max-width: 959px) {
  * + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid-large > .uk-grid-margin {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  * + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid-large > .uk-grid-margin {
    margin-top: 20px;
  }
}

.container-fullwidth {
  width: 100%;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
.container-fullwidth .uk-grid {
  margin-left: 0;
}
@media (max-width: 639px) {
  .container-fullwidth .uk-grid-large > * {
    padding-left: 30px;
  }
}
.container-fullwidth .fullwidth-title {
  padding-left: calc((100% - 1360px) / 2);
}
@media (max-width: 1400px) {
  .container-fullwidth .fullwidth-title {
    padding-left: 40px;
  }
}
@media (max-width: 639px) {
  .container-fullwidth .fullwidth-title {
    padding-left: 20px;
  }
}
.container-fullwidth .text-wrapper-left {
  padding-left: calc((100% - 1360px) / 2);
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .container-fullwidth .text-wrapper-left {
    padding-left: 40px;
  }
}
@media (max-width: 639px) {
  .container-fullwidth .text-wrapper-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-fullwidth .text-wrapper-right {
  padding-right: calc((100% - 1360px) / 2);
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .container-fullwidth .text-wrapper-right {
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .container-fullwidth .text-wrapper-right {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.uk-section {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.uk-section-large {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.uk-section-small {
  padding-bottom: 40px;
  padding-top: 40px;
}

.uk-section-xsmall {
  padding-bottom: 20px;
  padding-top: 20px;
}

[class*=uk-animation-] {
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 1s;
  animation-timing-function: linear;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top-shadow {
  padding-top: 0 !important;
}

.xtra-padding-right {
  padding-right: 8.3326389468%;
}

.uk-overlay-default {
  background: rgba(7, 161, 225, 0.8);
}

.uk-card-primary.uk-card-body, .uk-card-primary > :not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*=uk-card-media]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
  color: rgb(255, 255, 255);
}

@media (max-width: 639px) {
  * + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid-large > .uk-grid-margin {
    margin-top: 40px;
  }
  * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
    margin-top: 40px;
  }
}
article *:last-child {
  margin-bottom: 0;
}

.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

* {
  outline: none !important;
}

html {
  width: 100%;
  overflow-x: hidden !important;
}

body {
  width: 100%;
  font-family: corporate-s, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.35;
  overflow-x: hidden;
  color: #000;
}
@media (max-width: 959px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 16px;
  }
}

strong {
  font-weight: 700;
}

.list-title {
  font-weight: 600;
  margin-bottom: 5px;
}

ul {
  margin-top: 0;
}

img {
  width: 100%;
  height: auto;
}

main {
  min-height: calc(100vh - 150px);
  overflow-x: hidden;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-dark {
  background-color: rgba(126, 135, 137, 0.15);
}

.background-light {
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: corporate-s, sans-serif;
  font-weight: 300;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child h6:last-child {
  margin-bottom: 0;
}

h1:not(:last-child), h2:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 959px) {
  h1:not(:last-child), h2:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  h1:not(:last-child), h2:not(:last-child) {
    margin-bottom: 20px;
  }
}

h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
@media (max-width: 959px) {
  h1 {
    font-size: 52px;
    letter-spacing: 1.04px;
  }
}
@media (max-width: 639px) {
  h1 {
    font-size: 40px;
    font-size: 9vw;
    letter-spacing: 0.9px;
  }
}

h2, .title-text h1 {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 959px) {
  h2, .title-text h1 {
    font-size: 44px;
    letter-spacing: 1.32px;
  }
}
@media (max-width: 639px) {
  h2, .title-text h1 {
    font-size: 30px;
    font-size: 7vw;
    letter-spacing: 0.96px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.54px;
}
h4 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 959px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  h4 {
    font-size: 22px;
  }
}

a {
  color: #07A1E1;
  text-underline-offset: 2px;
}
a:hover {
  color: #7E8789;
  text-decoration: none;
}

.title-small {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.54px;
}

.lead-text {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 959px) {
  .lead-text {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  .lead-text {
    font-size: 22px;
  }
}

.lead-text-uppercase {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 80px);
}
@media (max-width: 959px) {
  .lead-text-uppercase {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .lead-text-uppercase {
    font-size: 22px;
    max-width: calc(100% - 60px);
  }
}

.more-button {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.54px;
  font-weight: 300;
  text-transform: uppercase;
  color: #07A1E1;
  padding: 13px 65px 15px;
  border: 1px solid #07A1E1;
  border-radius: 60px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  max-height: 24px;
}
.more-button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #07A1E1;
}
@media (max-width: 959px) {
  .more-button {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .more-button {
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .shadow-wrapper .more-button {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.more-button-white {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.54px;
  font-weight: 300;
  text-transform: uppercase;
  color: #07A1E1 !important;
  background-color: #fff;
  padding: 13px 65px 15px;
  border: 1px solid #07A1E1;
  border-radius: 60px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  max-height: 45px;
}
.more-button-white:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #07A1E1;
  border: 1px solid #fff;
}
@media (max-width: 959px) {
  .more-button-white {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .more-button-white {
    display: inline-block;
    text-align: center;
    margin-top: 40px;
  }
}

.background-blue .more-button {
  color: #07A1E1;
  border-color: #fff;
  background-color: #fff;
}
.background-blue .more-button:hover {
  background-color: #07A1E1;
  color: #fff;
}

.link-button {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #07A1E1;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.link-button:hover {
  text-decoration: none;
  color: #7E8789;
}
@media (max-width: 959px) {
  .link-button {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .link-button {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}

.download-button {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  color: #07A1E1;
  padding: 10px 50px 10px 20px;
  border: 1px solid #07A1E1;
  border-radius: 60px;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.download-button::after {
  content: "";
  background-image: url(../img/download-icon.svg);
  width: 17px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  transition: all 0.3s ease-in-out;
}
.download-button:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #07A1E1;
}
.download-button:hover::after {
  background-image: url(../img/download-icon_white.svg);
}
@media (max-width: 959px) {
  .download-button {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .download-button {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
.download-button svg {
  margin-top: -6px;
}
.download-button .text {
  margin-right: 30px;
}

.title-text {
  margin-bottom: 20px;
}

.background-blue {
  background-color: #07A1E1;
}
.background-blue a {
  color: #fff;
}

.background-gradient {
  background: rgb(7, 161, 225);
  background: -moz-linear-gradient(135deg, rgb(7, 161, 225) 0%, rgb(89, 224, 208) 100%);
  background: -webkit-linear-gradient(135deg, rgb(7, 161, 225) 0%, rgb(89, 224, 208) 100%);
  background: linear-gradient(135deg, rgb(7, 161, 225) 0%, rgb(89, 224, 208) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07a1e1",endColorstr="#59e0d0",GradientType=1);
}
.background-gradient a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.background-gradient a:hover {
  color: #7E8789;
}

article ul {
  list-style: none;
  position: relative;
}
@media (max-width: 639px) {
  article ul {
    padding-left: 20px;
  }
}
article ul li::before {
  content: "–";
  position: absolute;
  left: 0;
}
article img {
  width: inherit;
  max-width: 100%;
  height: auto;
}

section:last-of-type {
  padding-bottom: 40px;
}

.shadow-section:last-of-type {
  padding-bottom: 120px;
}
@media (max-width: 959px) {
  .shadow-section:last-of-type {
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .shadow-section:last-of-type {
    padding-bottom: 60px;
  }
}

.autohide {
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 999;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}

.navbar-wrapper {
  width: 100%;
  background-color: #07A1E1;
  transition: all 0.3s ease-in-out;
}

nav {
  height: 180px;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 959px) {
  nav {
    height: 120px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 639px) {
  nav {
    height: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
nav .main-logo {
  max-width: 320px;
  padding: 0;
}
@media (max-width: 959px) {
  nav .main-logo {
    width: 220px;
    align-self: flex-end;
  }
}
@media (max-width: 639px) {
  nav .main-logo {
    width: 41vw;
    align-self: center;
  }
}
nav .uk-navbar-nav .parent-link.uk-active {
  text-decoration: underline;
}
nav .uk-navbar-nav li {
  margin-right: 4.68vw;
}
nav .uk-navbar-nav li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  text-underline-offset: 4px;
}
nav .uk-navbar-nav li a:active, nav .uk-navbar-nav li a:focus, nav .uk-navbar-nav li a:visited, nav .uk-navbar-nav li a:target, nav .uk-navbar-nav li a:focus-within, nav .uk-navbar-nav li a:focus-visible {
  color: #fff !important;
}
nav .uk-navbar-nav li a:hover {
  color: #fff;
  text-decoration: underline;
}
nav .uk-navbar-nav li:last-of-type {
  margin-right: 0;
}
nav .uk-navbar-nav li.uk-active a {
  color: #fff;
  text-decoration: underline;
}
nav .subnav-active {
  text-decoration: underline !important;
  color: #fff;
}
nav .parent-link {
  color: #fff !important;
}
nav .navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  width: inherit;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
nav .navbar-dropdown ul li .subnav-link {
  opacity: 0;
  margin-top: -10px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
nav .navbar-dropdown ul li .subnav-link:hover {
  text-decoration: underline !important;
}
nav .navbar-dropdown ul li .show-nav-link {
  opacity: 1;
  margin-top: 0;
}

.subnav-underlay {
  width: 100%;
  height: 500px;
  background-color: #07A1E1;
  position: fixed;
  top: -320px;
  left: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .subnav-underlay {
    display: none;
  }
}
.show-underlay {
  top: 0;
}
@media (max-width: 959px) {
  .show-underlay {
    display: none;
  }
}

.toggle-wrapper {
  height: 100%;
}
@media (max-width: 959px) {
  .toggle-wrapper {
    display: flex;
    align-items: flex-end;
  }
}

.uk-navbar-toggle {
  display: inline-block;
  color: #fff;
  padding: 0 0 15px 15px;
  min-height: inherit;
}
.uk-navbar-toggle svg {
  width: 30px;
}
.uk-navbar-toggle svg rect {
  height: 1px;
}

.top-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-navigation li {
  display: inline-block;
  margin-right: 3vw;
}
.top-navigation li a {
  color: #fff;
  font-size: 20px;
}
.top-navigation li a::after {
  display: block;
  font-size: 20px;
  content: attr(name);
  font-weight: bold;
  visibility: hidden;
  overflow: hidden;
  height: 0px;
}
.top-navigation li a:hover {
  font-weight: 600;
  text-decoration: none;
}
.top-navigation li .topnav-active {
  font-weight: 600;
  text-decoration: none;
}
.top-navigation li:last-of-type {
  margin-right: 0;
}
.top-navigation li.uk-active a {
  font-weight: 600;
}

.uk-navbar-right {
  max-height: 100px;
  align-self: center;
}

.scrolled-down {
  transform: translateY(-100%);
}

.scrolled-up {
  transform: translateY(0);
}

.fixed-up {
  transform: translateY(0);
}

#sidenav {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: -100%;
  top: calc(var(--vh, 1vh) * -100);
  left: 0;
  background-color: #07A1E1 !important;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 960px) {
  #sidenav {
    display: none !important;
  }
}
#sidenav .logo-wrapper {
  position: absolute;
  max-width: 320px;
  left: 40px;
  top: 40px;
}
@media (max-width: 959px) {
  #sidenav .logo-wrapper {
    width: 220px;
  }
}
@media (max-width: 639px) {
  #sidenav .logo-wrapper {
    width: 41vw;
    left: 30px;
  }
}
#sidenav .logo-wrapper img {
  color: #fff;
}
#sidenav .logo-wrapper svg {
  color: #fff;
}
#sidenav .sidemenu-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 100px;
  left: 0;
  padding: 0px 40px 40px 40px;
  box-sizing: border-box;
  overflow-y: auto;
}
@media (max-width: 959px) {
  #sidenav .sidemenu-inner {
    height: calc(var(--vh, 1vh) * 100 - 100px);
    padding: 0px 40px 40px 40px;
  }
}
@media (max-width: 639px) {
  #sidenav .sidemenu-inner {
    padding: 0px 30px 30px 30px;
  }
}
#sidenav .sidemenu-inner ul:first-of-type {
  width: 60%;
}
#sidenav .sidemenu-inner ul:last-of-type {
  width: 40%;
}
#sidenav .sidemenu-inner .uk-nav {
  padding: 0;
}
#sidenav .sidemenu-inner .uk-nav li a {
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.2px;
  text-underline-offset: 3px;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 639px) {
  #sidenav .sidemenu-inner .uk-nav li a {
    font-size: 16px;
    font-size: 3.8vw;
    padding: 0.7vh 0;
  }
}
#sidenav .sidemenu-inner .uk-nav li a:hover {
  color: #fff;
  text-decoration: underline;
}
#sidenav .sidemenu-inner .uk-nav li a::after {
  display: none;
}
#sidenav .sidemenu-inner .uk-nav li .uk-active {
  text-decoration: underline;
  color: #fff;
}
#sidenav .sidemenu-inner .uk-nav li .uk-nav-sub {
  margin-bottom: 20px;
  padding-top: 0;
}
@media (max-width: 639px) {
  #sidenav .sidemenu-inner .uk-nav li .uk-nav-sub {
    margin-bottom: 2.2vh;
  }
}
#sidenav .sidemenu-inner .uk-nav li .uk-nav-sub li a {
  padding: 6px 0;
  font-family: corporate-s, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  text-decoration: none;
  text-underline-offset: 3px;
  line-height: 1;
}
#sidenav .sidemenu-inner .uk-nav li .uk-nav-sub li a:hover {
  color: #fff;
}
#sidenav .sidemenu-inner .uk-nav li .uk-nav-sub li .subnav-active {
  text-decoration: underline !important;
  color: #fff;
}
#sidenav .sidemenu-inner .uk-nav .uk-active a {
  text-decoration: underline;
}
#sidenav .bottom-navigation {
  padding-left: 0;
  margin-top: 0;
}
#sidenav .bottom-navigation li {
  list-style: none;
}
#sidenav .bottom-navigation li a {
  font-size: 18px;
  display: block;
  padding: 6px 0;
  color: #fff;
  line-height: 1;
}
@media (max-width: 639px) {
  #sidenav .bottom-navigation li a {
    font-size: 16px;
    font-size: 3.8vw;
    padding: 0.87vh 0;
  }
}
#sidenav .bottom-navigation .uk-active a {
  text-decoration: underline;
}

.sidenav-open {
  top: 0 !important;
}

.mobile-logo {
  color: #fff;
}

.breadcrumb-nav {
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.breadcrumb-nav .parent-name {
  font-size: 18px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  color: #07A1E1;
}
@media (max-width: 639px) {
  .breadcrumb-nav .parent-name {
    font-size: 16px;
  }
}
.breadcrumb-nav .parent-name:hover {
  text-decoration: none;
  color: #7E8789;
}
.breadcrumb-nav .child-name {
  font-size: 18px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  color: #7E8789;
}
@media (max-width: 639px) {
  .breadcrumb-nav .child-name {
    font-size: 16px;
  }
}
.breadcrumb-nav hr {
  margin: 15px 0;
  border-color: #7E8789;
}
@media (max-width: 639px) {
  .breadcrumb-nav hr {
    margin: 10px 0;
  }
}

.spinner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FBFAF8;
  font-size: 45px;
  z-index: 10000;
}
@media (max-width: 959px) {
  .spinner {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 959px) {
  .spinner .spinner-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper img {
  width: 150px;
}

.cc-window {
  font-family: corporate-s, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px !important;
}
.cc-window .cc-btn {
  font-weight: 300 !important;
  font-family: "Catamaran", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border-radius: 0px;
  border: 1px solid #000;
  text-decoration: none;
}
.cc-window .cc-btn:hover {
  text-decoration: none;
}

.cc-banner .cc-message {
  margin-right: 5rem !important;
}
@media (max-width: 640px) {
  .cc-banner .cc-message {
    margin-right: 1rem !important;
  }
}

.cta-button-wrapper {
  display: block;
  position: absolute;
  top: -200px;
  right: 10%;
  width: 350px;
  height: 350px;
  transform: rotate(-5deg);
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .cta-button-wrapper {
    right: 10px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 639px) {
  .cta-button-wrapper {
    right: 7px;
    width: 170px;
    height: 170px;
  }
}
.cta-button-wrapper .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #07A1E1;
  border-radius: 100%;
  padding-top: 10%;
}
.cta-button-wrapper .cta-button .cta-text {
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  padding: 0 10%;
}
@media (max-width: 959px) {
  .cta-button-wrapper .cta-button .cta-text {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .cta-button-wrapper .cta-button .cta-text {
    font-size: 16px;
  }
}
.cta-button-wrapper .cta-button .cta-text .title-small {
  font-size: 24px;
}
@media (max-width: 959px) {
  .cta-button-wrapper .cta-button .cta-text .title-small {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .cta-button-wrapper .cta-button .cta-text .title-small {
    font-size: 16px;
  }
}
.cta-button-wrapper .cta-button .cta-text * {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}
.cta-button-wrapper .cta-button .cta-text *:last-child {
  margin-bottom: 0;
}

.show-cta-button {
  top: 90px;
}
@media (max-width: 959px) {
  .show-cta-button {
    top: 60px;
  }
}

#home .uk-section:first-of-type {
  padding-top: 160px;
}
@media (max-width: 959px) {
  #home .uk-section:first-of-type {
    padding-top: 80px;
  }
}
@media (max-width: 639px) {
  #home .uk-section:first-of-type {
    padding-top: 40px;
  }
}

footer {
  background-color: #07A1E1;
  color: #fff;
  font-size: 20px;
}
footer .uk-section {
  padding-top: 120px !important;
}
@media (max-width: 639px) {
  footer .uk-section {
    padding: 40px 0 !important;
  }
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: #f7f5f2;
  position: relative;
}
footer a:hover {
  color: #fff;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  footer .footer-wrapper {
    display: block;
  }
}
footer .footer-wrapper .footer-widget .text-wrapper *:last-child {
  margin-bottom: 0;
}
footer .footer-wrapper .footer-widget a {
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  footer .footer-wrapper .footer-widget {
    margin-bottom: 2rem;
    text-align: center;
  }
}
footer .footer-wrapper .footer-widget:last-of-type {
  text-align: right;
}
@media (max-width: 959px) {
  footer .footer-wrapper .footer-widget:last-of-type {
    margin-bottom: 0;
    text-align: left;
  }
}
footer .footer-logo {
  max-width: 210px;
}
@media (max-width: 959px) {
  footer .footer-logo {
    width: 220px;
  }
}
@media (max-width: 639px) {
  footer .footer-logo {
    width: 41vw;
  }
}
footer .uk-icon {
  margin-left: 10px;
}
@media (max-width: 959px) {
  footer .uk-icon {
    margin-left: 0;
    margin-right: 10px;
  }
}

.sub-footer {
  height: 80px;
}
@media (max-width: 959px) {
  .sub-footer {
    height: auto;
  }
}
.sub-footer a {
  color: #7E8789;
  font-size: 18px;
}
.sub-footer .footer-links-table tr td {
  padding-right: 40px;
}
.sub-footer .footer-links-table tr td:last-child {
  padding-right: 0;
}

#nav-toggle {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
  height: 20px;
  padding: 30px 40px 0;
  cursor: pointer;
  text-decoration: none;
  z-index: 99999;
}
@media (max-width: 639px) {
  #nav-toggle {
    padding: 40px 30px;
    bottom: inherit;
  }
}
#nav-toggle .nav-toggle-inner {
  height: 100%;
  position: relative;
}
#nav-toggle .nav-toggle-inner .hamburger-top {
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: background-color 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  will-change: transform, background-color;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transform: translate3d(0, -10px, 0);
}
#nav-toggle .nav-toggle-inner .hamburger-middle {
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: background-color 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  will-change: transform, background-color;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translate3d(0, 0px, 0);
}
#nav-toggle .nav-toggle-inner .hamburger-bottom {
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: background-color 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  will-change: transform, background-color;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transform: translate3d(0, 10px, 0);
}

.nav-open .hamburger-top {
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
.nav-open .hamburger-bottom {
  -webkit-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}
.nav-open .hamburger-middle {
  opacity: 0;
}

.title-text {
  margin-bottom: 0;
}

.blue-content {
  position: relative;
  margin-top: -33.3333vh;
  z-index: 1;
}
@media (max-width: 959px) {
  .blue-content {
    margin-top: -266.6666666667px;
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .blue-content {
    margin-top: -200px;
    margin-top: 0;
  }
}
.blue-content .uk-section:first-of-type {
  padding-top: 0 !important;
  background-color: transparent;
}
@media (max-width: 959px) {
  .blue-content .uk-section:first-of-type {
    padding-top: 80px !important;
  }
}
@media (max-width: 639px) {
  .blue-content .uk-section:first-of-type {
    padding-top: 20px !important;
  }
}
.blue-content .uk-section:first-of-type .uk-container {
  background-color: #fff;
}
@media (max-width: 959px) {
  .blue-content .uk-section:first-of-type .uk-container {
    padding-top: 60px;
  }
}
@media (max-width: 639px) {
  .blue-content .uk-section:first-of-type .uk-container {
    padding-top: 40px;
  }
}
.blue-content .logo-section:first-child .uk-container, .blue-content .text-text-section:first-child .uk-container, .blue-content .image-text-section:first-child .uk-container, .blue-content .image-section:first-child .uk-container {
  padding-top: 60px;
}
@media (max-width: 959px) {
  .blue-content .logo-section:first-child .uk-container, .blue-content .text-text-section:first-child .uk-container, .blue-content .image-text-section:first-child .uk-container, .blue-content .image-section:first-child .uk-container {
    padding-top: 0;
  }
}

.blue-header {
  width: 100%;
  height: 100vh;
  background-color: #07A1E1;
  position: relative;
}
@media (max-width: 959px) {
  .blue-header {
    height: 600px;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-height: 1040px) and (orientation: landscape) {
  .blue-header {
    min-height: 1000px !important;
  }
}

.header-caption-blue {
  display: flex;
  align-items: center;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1360px;
  height: calc(66.666666vh - 180px);
}
@media (max-height: 1040px) and (orientation: landscape) {
  .header-caption-blue {
    min-height: 530px !important;
  }
}
@media (max-width: 959px) {
  .header-caption-blue {
    height: auto;
    max-width: calc(100% - 200px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
}
@media (max-width: 639px) {
  .header-caption-blue {
    max-width: calc(100% - 60px);
  }
}
.header-caption-blue .header-top-text {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .header-caption-blue .header-top-text {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
}
.header-caption-blue .header-top-text * {
  color: #fff;
}
.header-caption-blue .header-top-text *:last-child {
  margin-bottom: 0;
}
.header-caption-blue .header-top-text h1 {
  font-weight: 300;
}
.header-caption-blue .text-wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.image-text-section {
  position: relative;
}
.image-text-section .shadow-title {
  padding-left: 60px;
}
@media (max-width: 959px) {
  .image-text-section .shadow-title {
    padding-left: 40px;
  }
}
@media (max-width: 639px) {
  .image-text-section .shadow-title {
    padding-left: 60px;
  }
}
.image-text-section .shadow-wrapper {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 959px) {
  .image-text-section .shadow-wrapper {
    margin-top: 100px;
  }
}
@media (max-width: 639px) {
  .image-text-section .shadow-wrapper {
    margin-top: 0px;
  }
}
.image-text-section .shadow-wrapper article {
  padding-left: 8.3326389468%;
  padding-right: 8.3326389468%;
}
.image-text-section .shadow-wrapper .image-wrapper {
  position: relative;
}
@media (max-width: 639px) {
  .image-text-section .shadow-wrapper .image-wrapper {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.image-text-section .shadow-wrapper .text-wrapper-right {
  position: relative;
}
@media (max-width: 959px) {
  .image-text-section .shadow-wrapper .text-wrapper-right article {
    padding-left: 0;
  }
}
@media (max-width: 639px) {
  .image-text-section .shadow-wrapper .text-wrapper-right article {
    padding-right: 0;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.image-text-section .shadow-wrapper .text-wrapper-left {
  position: relative;
}
@media (max-width: 959px) {
  .image-text-section .shadow-wrapper .text-wrapper-left article {
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .image-text-section .shadow-wrapper .text-wrapper-left article {
    padding-left: 0;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .image-text-section .shadow-wrapper .more-button {
    display: block;
  }
}
@media (max-width: 639px) {
  .image-text-section article > * {
    text-align: left !important;
  }
}
.image-text-section .container-fullwidth .image-left {
  padding-left: 0;
}
@media (max-width: 639px) {
  .image-text-section .container-fullwidth .image-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .image-text-section .container-fullwidth .image-caption {
    padding-left: 0px;
  }
}

figcaption, .image-caption {
  margin-top: 0px;
  font-size: 20px;
}
@media (max-width: 959px) {
  figcaption, .image-caption {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  figcaption, .image-caption {
    font-size: 12px;
    margin-top: 5px;
  }
}
figcaption::before, .image-caption::before {
  content: "– ";
  font-size: 40px;
  font-weight: 700;
  color: #07A1E1;
  line-height: 1;
  margin-top: -5px;
}
@media (max-width: 959px) {
  figcaption::before, .image-caption::before {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  figcaption::before, .image-caption::before {
    font-size: 18px;
  }
}

figure {
  margin: 0;
}

.shadow-box {
  position: absolute;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-left: 0;
  top: -60px;
  right: 0px;
  width: calc(100% - 226px);
  height: calc(100% + 120px);
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 639px) {
  .shadow-box {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}

.shadow-box-left {
  right: inherit;
  left: 70px;
}
@media (max-width: 959px) {
  .shadow-box-left {
    left: 40px;
  }
}
@media (max-width: 639px) {
  .shadow-box-left {
    height: calc(100% - 40px);
    top: inherit;
    bottom: -10px;
    left: 40px;
  }
}

.shadow-box-right {
  margin-left: 70px;
}
@media (max-width: 639px) {
  .shadow-box-right {
    margin-left: 40px;
    left: 0px;
    right: inherit;
    height: calc(100% - 40px);
    top: inherit;
    bottom: -10px;
  }
}

@media (max-width: 639px) {
  .shadow-box-padding-remove {
    padding-top: 0;
  }
}

.shadow-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}
@media (max-width: 959px) {
  .shadow-image {
    min-height: 222px;
    max-height: 222px;
  }
}

.shadow-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 639px) {
  .shadow-section {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.shadow-section .title-text {
  margin-bottom: 60px;
}
@media (max-width: 639px) {
  .shadow-section .title-text {
    margin-bottom: 40px;
  }
}
.shadow-section .shadow-wrapper {
  margin-top: 60px;
}
@media (max-width: 639px) {
  .shadow-section .shadow-wrapper {
    margin-top: 0;
  }
}
.shadow-section .shadow-title {
  margin-top: 60px;
}
@media (max-width: 959px) {
  .shadow-section .shadow-title {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .shadow-section .shadow-title {
    margin-top: 0px;
  }
}

.shadow-section.background-light {
  background-color: transparent;
}

.quote-section {
  padding: 120px 0;
}
@media (max-width: 959px) {
  .quote-section {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .quote-section {
    padding: 80px 0;
  }
}
.quote-section .quote-wrapper {
  padding: 120px 8.3326389468%;
  width: 66.6666666667%;
  color: #fff;
  background-color: #07A1E1;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .quote-section .quote-wrapper {
    width: 80%;
    padding: 60px 40px;
  }
}
@media (max-width: 639px) {
  .quote-section .quote-wrapper {
    padding: 40px 30px;
    width: calc(100% - 20px);
  }
}
.quote-section .quote-wrapper .quote {
  max-width: 660px;
}
@media (max-width: 639px) {
  .quote-section .quote-wrapper p br {
    display: none;
  }
}
.quote-section .quote-wrapper *:last-child {
  margin-bottom: 0;
}
.quote-section .quote-left p {
  text-align: right;
}
.quote-section .quote-left .quote {
  margin-left: auto;
}
.quote-section .quote-right {
  margin-left: auto;
}
.quote-section .quote-right p {
  text-align: left;
}
.quote-section .quote-right .quote {
  margin-right: auto;
}

.quote-text {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
@media (max-width: 959px) {
  .quote-text {
    font-size: 32px;
    letter-spacing: 0.96px;
  }
}
@media (max-width: 639px) {
  .quote-text {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
}
.quote-text p:first-of-type {
  margin-top: 0;
}

.image-section {
  position: relative;
}
.image-section .download-button {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 639px) {
  .image-section .download-button {
    position: relative;
    top: inherit;
    right: inherit;
    margin-left: 30px;
    margin-top: 40px;
  }
}
.image-section .fullwidth-title {
  padding-left: calc((100% - 1360px) / 2);
  padding-right: calc((100% - 1360px) / 2);
}
@media (max-width: 1400px) {
  .image-section .fullwidth-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .image-section .fullwidth-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image-section .image-caption {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  box-sizing: border-box;
}
@media (max-width: 639px) {
  .image-section .image-caption {
    position: relative;
    bottom: inherit;
    left: inherit;
    color: #000;
    transform: inherit;
    margin-top: 20px;
    font-size: 12px;
  }
}
.image-section .image-wrapper {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.image-section .image-center {
  padding-left: 40px;
}
@media (max-width: 959px) {
  .image-section .image-center {
    padding-left: 30px;
  }
}
@media (max-width: 639px) {
  .image-section .image-center {
    padding-left: 30px;
  }
}
.image-section .image-center .caption-underlay {
  width: calc(100% - 40px);
}
.image-section .image-left {
  padding-left: 0;
  padding-right: calc((100% - 1360px) / 2);
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .image-section .image-left {
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .image-section .image-left {
    padding-right: 20px;
  }
}
.image-section .image-left .caption-underlay {
  left: 0;
}
.image-section .image-left .image-caption {
  padding-left: calc(100% - 1360px);
}
@media (max-width: 959px) {
  .image-section .image-left .image-caption {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .image-section .image-left .image-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image-section .image-right {
  padding-left: calc((100% - 1360px) / 2);
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .image-section .image-right {
    padding-left: 40px;
  }
}
@media (max-width: 639px) {
  .image-section .image-right {
    padding-left: 20px;
  }
}
.image-section .image-right .caption-underlay {
  right: 0;
  left: inherit;
}
.image-section .image-right .image-caption {
  padding-left: 0;
}
@media (max-width: 959px) {
  .image-section .image-right .image-caption {
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .image-section .image-right .image-caption {
    padding-right: 20px;
  }
}

.accordion-section .uk-accordion > :nth-child(n+2) {
  margin-top: 0px;
}
.accordion-section .uk-accordion li {
  border-top: 1px solid #7E8789;
}
.accordion-section .uk-accordion li:last-child {
  border-bottom: 1px solid #7E8789;
}
.accordion-section .uk-accordion .uk-open > .uk-accordion-title::before {
  background-image: url(../img/accordion-open.svg);
}
.accordion-section .uk-accordion .uk-open > .uk-accordion-title {
  color: #000;
}
.accordion-section .uk-accordion .uk-accordion-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  padding: 20px 0;
  color: #07A1E1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .accordion-section .uk-accordion .uk-accordion-title {
    font-size: 14px;
  }
}
.accordion-section .uk-accordion .uk-accordion-title:hover {
  color: #7E8789;
}
.accordion-section .uk-accordion .uk-accordion-title::before {
  background-image: url(../img/accordion-closed.svg);
}
.accordion-section .uk-accordion .uk-accordion-content {
  padding-bottom: 40px;
}
.accordion-section .uk-accordion .uk-accordion-content ul {
  list-style: none;
  position: relative;
}
@media (max-width: 639px) {
  .accordion-section .uk-accordion .uk-accordion-content ul {
    padding-left: 20px;
  }
}
.accordion-section .uk-accordion .uk-accordion-content ul li {
  border: none;
}
.accordion-section .uk-accordion .uk-accordion-content ul li::before {
  content: "–";
  position: absolute;
  left: 0;
}
.accordion-section .uk-accordion .image-wrapper {
  position: relative;
}
.accordion-section .uk-accordion .image-wrapper .blockquote {
  margin-top: 20px;
}
.accordion-section .uk-accordion .image-wrapper .blockquote p {
  font-size: 18px;
  color: #7E8789;
}
@media (max-width: 959px) {
  .accordion-section .uk-accordion .image-wrapper .blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .accordion-section .uk-accordion .image-wrapper .blockquote p {
    font-size: 12px;
  }
}
.accordion-section .uk-accordion .image-wrapper .blockquote blockquote p {
  font-size: 24px;
  color: #7E8789;
  font-style: normal;
}
@media (max-width: 959px) {
  .accordion-section .uk-accordion .image-wrapper .blockquote blockquote p {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .accordion-section .uk-accordion .image-wrapper .blockquote blockquote p {
    font-size: 16px;
  }
}
.accordion-section .uk-accordion .image-wrapper .blockquote > *:last-child {
  margin-bottom: 0;
}
.accordion-section .overlay-text {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  align-items: center;
}
.accordion-section .overlay-text .text-wrapper {
  font-size: 20px;
}

.vcard {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 20px;
  bottom: -16px;
  background-color: #07A1E1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.vcard:hover {
  background-color: #7E8789;
}
.vcard a {
  color: #fff;
  font-size: 20px;
}
.vcard a:hover {
  text-decoration: none;
}

@media (max-width: 959px) {
  .team-section .quote-text {
    width: 66.6666666667%;
    margin: 60px 0 0;
  }
}
@media (max-width: 639px) {
  .team-section .quote-text {
    width: 100%;
    margin: 80px 0 0;
  }
}
.team-section .quote-text p {
  position: relative;
  z-index: 1;
}
.team-section .quote-wrapper-left {
  background-color: #07A1E1;
  padding: 120px 8.3326389468%;
  text-align: right;
  position: relative;
}
@media (max-width: 959px) {
  .team-section .quote-wrapper-left {
    padding: 40px 40px;
    font-size: 32px;
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .team-section .quote-wrapper-left {
    padding: 20px 20px;
    font-size: 28px;
    box-sizing: border-box;
  }
}
.team-section .quote-wrapper-left .extended-background {
  height: 100%;
  width: 200%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #07A1E1;
  z-index: 0;
}
.team-section .quote-wrapper-right {
  background-color: #07A1E1;
  padding: 120px 8.3326389468%;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .team-section .quote-wrapper-right {
    padding: 40px 40px;
    font-size: 32px;
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  .team-section .quote-wrapper-right {
    padding: 20px 20px;
    font-size: 28px;
  }
}
.team-section .quote-wrapper-right .extended-background {
  height: 100%;
  width: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #07A1E1;
  z-index: 0;
}

.member-wrapper .uk-card-media-top {
  padding-top: 100%;
  position: relative;
}
.member-wrapper .uk-card-media-top .background-image {
  background-position: top center;
}
.member-wrapper .uk-card-body {
  padding: 20px 25px;
  line-height: 1.3;
}
.member-wrapper .uk-card-body .name {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  color: #000;
}
.member-wrapper .uk-card-body .function {
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #000;
  margin-bottom: 20px;
}
.member-wrapper .uk-card-body .phone {
  font-size: 20px;
  color: #07A1E1;
}
.member-wrapper .uk-card-body .email a {
  font-size: 20px;
  color: #07A1E1 !important;
  transition: all 0.3s ease-in-out;
}
.member-wrapper .uk-card-body .email a:hover {
  color: #7E8789 !important;
  text-decoration: none;
}

.team-wrapper-small .name, .team-wrapper-small .function, .team-wrapper-small .email a, .team-wrapper-small .phone {
  font-size: 20px !important;
}

.member-info-small .phone, .member-info-small .email a {
  font-size: 18px !important;
}

.small-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.filter-button {
  position: relative;
  text-transform: none;
}

.team-button {
  color: #7E8789;
  position: relative;
  text-align: left;
  font-size: 20px;
  text-transform: none;
  padding: 0 10px;
  width: 100%;
}
.team-button::after {
  content: url(../img/team-dart.svg);
  position: absolute;
  right: 10px;
}
.team-button:focus, .team-button:hover {
  border-color: #07A1E1;
  color: #07A1E1;
}

.team-button-dropdown {
  width: calc(100% - 40px);
}
@media (max-width: 639px) {
  .team-button-dropdown {
    width: calc(100% - 30px);
  }
}
.team-button-dropdown ul li a {
  font-size: 24px;
  color: #000;
}
.team-button-dropdown ul li a:hover {
  color: #07A1E1;
}

.filter-active {
  color: #07A1E1 !important;
}

.anchor {
  padding-top: 250px;
  margin-top: -250px;
}

.ref-anchor {
  padding-top: 500px;
  margin-top: -500px;
}

.uk-search {
  width: 100%;
}
.uk-search span svg {
  color: #07A1E1;
}

.MarkupPagerNav {
  clear: both;
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: corporate-s, sans-serif;
}

.MarkupPagerNav li {
  display: inline;
  list-style: none;
  margin: 0;
  margin-right: 15px;
}

.MarkupPagerNav li:last-child {
  margin-right: 0px;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left;
  padding: 3px 15px 5px;
  border: 1px solid #07A1E1;
  color: #07A1E1;
  background: transparent;
  margin-right: 3px;
  font-size: 26px;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  color: #7E8789;
  border: 1px solid #7E8789;
  text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline;
  color: #777;
  padding-left: 13px;
  padding-right: 13px;
  height: 35px;
  margin-right: 15px;
}

.pagination-prev a,
.pagination-next a {
  border: none !important;
}

.pagination-prev a:hover,
.pagination-next a:hover {
  background-color: transparent;
}

.profession-section .shadow-wrapper {
  margin: 60px 0;
  position: relative;
}
.profession-section .shadow-wrapper:first-of-type {
  margin-top: 0;
}
.profession-section .shadow-wrapper:last-of-type {
  margin-bottom: 0;
}
.profession-section .shadow-wrapper:nth-child(odd) .image-wrapper {
  order: 1;
}
.profession-section .shadow-wrapper:nth-child(odd) .text-content {
  order: 2;
}
.profession-section .shadow-wrapper:nth-child(even) .image-wrapper {
  order: 2;
}
.profession-section .shadow-wrapper:nth-child(even) .text-content {
  order: 1;
}
.profession-section .shadow-wrapper:nth-child(even) .shadow-box {
  left: 70px;
  right: inherit;
}
.profession-section .profession-overview {
  height: 100%;
}
.job-category {
  font-size: 18px;
  letter-spacing: 0.54px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.download-table {
  width: 100%;
  border-collapse: collapse;
}
.download-table tr {
  border-top: 1px solid #7E8789;
}
.download-table tr td {
  padding: 10px 0;
}
.download-table tr td a {
  font-size: 36px;
  color: #07A1E1;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  transition: all 0.3s ease-in-out;
}
.download-table tr td a svg {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .download-table tr td a svg {
    max-width: 8px;
  }
}
@media (max-width: 639px) {
  .download-table tr td a svg {
    max-width: 5px;
  }
}
@media (max-width: 959px) {
  .download-table tr td a {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .download-table tr td a {
    font-size: 16px;
  }
}
.download-table tr td a:hover {
  color: #7E8789;
  text-decoration: none;
  margin-left: 15px;
}
.download-table tr td a:hover svg {
  margin-right: -3px;
}
.download-table tr td img {
  max-width: 16px;
}
.download-table tr td:first-of-type {
  min-width: 25px;
}
.download-table tr:last-of-type {
  border-bottom: 1px solid #7E8789;
}

.co2-table {
  width: 100%;
  border-collapse: collapse;
}
.co2-table tr td {
  padding-bottom: 80px;
  vertical-align: top;
}
@media (max-width: 639px) {
  .co2-table tr td {
    display: block;
  }
}
.co2-table tr td:nth-child(1) {
  width: 33.3333333333%;
}
.co2-table tr td:nth-child(1) img {
  display: block;
  max-width: 190px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .co2-table tr td:nth-child(1) img {
    max-width: 120px;
  }
}
@media (max-width: 959px) {
  .co2-table tr td:nth-child(1) {
    width: 20%;
  }
}
@media (max-width: 639px) {
  .co2-table tr td:nth-child(1) {
    width: 100%;
  }
}
.co2-table tr td:nth-child(2) {
  text-align: right;
  padding: 0 20px;
}
@media (max-width: 639px) {
  .co2-table tr td:nth-child(2) {
    text-align: left;
    padding: 0 0 20px;
  }
}
.co2-table tr td:nth-child(3) {
  width: 50%;
}
.co2-table tr td:nth-child(3) img {
  width: 100%;
}
@media (max-width: 959px) {
  .co2-table tr td:nth-child(3) {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .co2-table tr td:nth-child(3) {
    width: 100%;
  }
}
.co2-table tr:last-of-type td {
  padding-bottom: 0;
}
@media (max-width: 639px) {
  .co2-table tr:last-of-type td {
    padding-bottom: inherit;
  }
}
.co2-table tr:last-of-type td:first-of-type {
  padding-bottom: 80px;
}
.co2-table tr:last-of-type td:nth-child(2) {
  padding-bottom: 20px;
}

.competence-section .text-wrapper {
  padding-right: 8.3326389468%;
}
.competence-section .competence-link {
  color: #07A1E1;
}
.competence-section .competence-link:hover {
  text-decoration: none;
  color: #7E8789;
}
.competence-section .member-wrapper .name, .competence-section .member-wrapper .function {
  font-size: 20px;
}
.competence-section .member-wrapper .phone, .competence-section .member-wrapper .email a {
  font-size: 18px;
}

.references .reference-wrapper img {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.references .reference-wrapper:hover {
  text-decoration: none;
}
.references .reference-wrapper:hover img {
  transform: scale(1.1);
}
.references .uk-card .uk-card-body {
  color: #000;
  line-height: 1.3;
  padding: 25px;
}
.references .uk-card .uk-card-media-top {
  overflow: hidden;
}
.references .name {
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.references .address {
  margin-bottom: 15px;
}
.references .competence {
  color: #07A1E1;
}
.references .competence .slash:last-of-type {
  display: none;
}
.references .competence-type {
  color: #7E8789;
}
.references .competence-type .slash:last-of-type {
  display: none;
}

.gallery-section {
  padding-top: 60px;
}
.gallery-section .gallery-image {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 959px) {
  .gallery-section .gallery-image {
    height: 300px;
  }
}
.gallery-section .gallery-image .gallery-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-section .gallery-image .gallery-caption .text-wrapper {
  color: #fff;
  max-width: 600px;
}

.gallery-background-blue {
  background-color: rgba(7, 161, 225, 0.8);
}

.gallery-background-gradient {
  background: rgba(7, 161, 225, 0.8);
  background: -moz-linear-gradient(135deg, rgba(7, 161, 225, 0.8) 0%, rgba(89, 224, 208, 0.8) 100%);
  background: -webkit-linear-gradient(135deg, rgba(7, 161, 225, 0.8) 0%, rgba(89, 224, 208, 0.8) 100%);
  background: linear-gradient(135deg, rgba(7, 161, 225, 0.8) 0%, rgba(89, 224, 208, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07a1e1",endColorstr="#59e0d0",GradientType=1);
}

.uk-lightbox {
  background: #fff;
}

.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-lightbox-button:hover {
  color: rgba(0, 0, 0, 0.4);
}

.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.uk-lightbox-toolbar-icon:hover {
  color: #000;
}

.logo-section .logo-wrapper a {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  width: 100%;
}
.logo-section .logo-wrapper a img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.logo-section .logo-wrapper a:hover img {
  transform: scale(1.05);
}

.page-navigation {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  position: relative;
  width: 100%;
}
.page-navigation a {
  text-transform: uppercase;
  letter-spacing: 0.48px;
  font-size: 24px;
  color: #07A1E1;
}
.page-navigation a:hover {
  text-decoration: none;
  color: #7E8789;
}
@media (max-width: 959px) {
  .page-navigation a {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 959px) {
  .page-navigation a {
    font-size: 14px;
    letter-spacing: 0.48px;
  }
}
.page-navigation .back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.page-navigation .next {
  position: absolute;
  right: 0;
}

.jobs-header {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.jobs-header .header-section {
  padding-top: 210px;
  padding-bottom: 0;
  height: 100vh;
  box-sizing: border-box;
}
.jobs-header .header-section .header-wrapper {
  height: calc(100vh - 290px);
  margin-top: 80px;
  box-sizing: border-box;
}
.jobs-header .header-section .jobs-image {
  width: 100%;
  height: calc(100vh - 434px);
  display: block;
  position: relative;
  margin-left: auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 959px) {
  .jobs-header .header-section .jobs-image {
    height: calc(var(--vh, 1vh) * 100 - 396px);
  }
}
@media (max-width: 639px) {
  .jobs-header .header-section .jobs-image {
    height: calc(var(--vh, 1vh) * 100 - 326px);
  }
}

.jobs-section .text-wrapper {
  padding-right: 8.3326389468%;
}

.contact-header {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .contact-header {
    height: auto;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 959px) {
  .contact-header .profession-image {
    height: calc(var(--vh, 1vh) * 100 - 300px);
    min-height: inherit;
  }
}
@media (max-width: 959px) {
  .contact-header .header-wrapper {
    min-height: calc(100vh - 260px);
    height: inherit !important;
  }
}
.contact-header h1 {
  font-weight: 300;
  margin-bottom: 0;
}
.contact-header .header-section {
  padding-top: 180px;
  padding-bottom: 0;
  height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .contact-header .header-section {
    padding-top: 120px;
    height: auto;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 639px) {
  .contact-header .header-section {
    padding-top: 100px;
  }
}
.contact-header .header-section .header-caption {
  display: block;
  width: calc(30% - 40px);
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px 60px 40px 20px;
  background-color: #07A1E1;
  color: #fff;
}
.contact-header .header-section .header-caption a {
  color: #fff;
}
.contact-header .header-section .header-wrapper {
  height: calc(100vh - 210px);
  margin-top: 80px;
}
.contact-header .header-section .title-wrapper {
  margin-bottom: 40px;
}
.contact-header .header-section .contact-map {
  width: 74.9937505208%;
  display: block;
  position: relative;
  margin-left: auto;
  right: 0;
  bottom: 0;
  height: calc(100vh - 434px);
}
@media (max-width: 639px) {
  .contact-header .header-section .contact-map {
    height: calc(100% - 250px);
  }
}
.contact-header .route-image {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}

#kontakt .uk-section:first-of-type {
  padding-top: 150px;
}
@media (max-width: 959px) {
  #kontakt .uk-section:first-of-type {
    padding-top: 120px;
  }
}
@media (max-width: 639px) {
  #kontakt .uk-section:first-of-type {
    padding-top: 80px;
  }
}

.archive-section .archives .uk-card-media-top {
  overflow: hidden;
}
.archive-section .archives a {
  text-decoration: none;
}
.archive-section .archives a:hover {
  text-decoration: none;
}
.archive-section .archives a:hover img {
  transform: scale(1.1);
}
.archive-section .archives a img {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.archive-section .archives .date {
  font-weight: 600;
  font-size: 18px;
}
.archive-section .archives .title {
  font-size: 24px;
}

.gallery {
  margin-top: 210px;
}

.shadow-wrapper .image-wrapper {
  z-index: 2;
}
.shadow-wrapper article {
  z-index: 2;
}
.shadow-wrapper .image-animation {
  overflow: hidden;
}
.shadow-wrapper .image-animation img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.shadow-wrapper:hover .image-animation {
  overflow: hidden;
}
.shadow-wrapper:hover .image-animation img {
  transform: scale(1.05);
}
@media (max-width: 959px) {
  .shadow-wrapper:hover .image-animation img {
    transform: scale(1);
  }
}
@media (max-width: 959px) {
  .shadow-wrapper .text-wrapper, .shadow-wrapper .ampel-system {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .shadow-wrapper .text-wrapper, .shadow-wrapper .ampel-system {
    padding-left: 30px;
  }
}

.totop-section {
  padding-top: 0px;
}
@media (max-width: 639px) {
  .totop-section {
    padding-bottom: 40px;
  }
}
.totop-section hr {
  border-color: #7E8789;
  margin-bottom: 31px;
}

.jobs-section .link-button {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.72px;
}

.no-header-puffer {
  padding-top: 200px;
}
@media (max-width: 959px) {
  .no-header-puffer {
    padding-top: 120px;
  }
}

@media (max-width: 639px) {
  #kompetenzen .quote-section {
    padding-top: 0px;
  }
}

.header-slider {
  position: relative;
  height: 100vh;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .header-slider {
    height: calc(var(--vh, 1vh) * 100);
    height: 100%;
  }
}
.header-slider .uk-slideshow {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 959px) {
  .header-slider .uk-slideshow {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.header-slider .uk-slideshow .uk-slideshow-items {
  height: 100vh;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .header-slider .uk-slideshow .uk-slideshow-items {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.header-slider .uk-slideshow .uk-slideshow-items li {
  height: 100vh;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .header-slider .uk-slideshow .uk-slideshow-items li {
    height: calc(var(--vh, 1vh) * 100);
    height: 100%;
  }
}
.header-slider .uk-slideshow .uk-slideshow-items li .background-image {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .header-slider .uk-slideshow .uk-slideshow-items li .background-image {
    height: calc(var(--vh, 1vh) * 100);
    height: 100%;
  }
}
.header-slider .header-caption {
  display: block;
  position: absolute;
  bottom: 0;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .header-slider .header-caption {
    max-width: 90vw;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .header-slider .header-caption {
    max-width: inherit;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-slider .header-caption .header-top-text {
  height: 33.3333333333vh;
  max-width: 600px;
}
.header-slider .header-caption .header-top-text * {
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 959px) {
  .header-slider .header-caption .header-top-text {
    margin-top: -20px;
  }
}
.header-slider .header-caption .header-top-text .text-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.header-slider .header-caption .header-top-text .text-wrapper *:last-child {
  margin-bottom: 0;
}
.header-slider .header-caption .header-top-text .text-wrapper h1 {
  margin-bottom: 60px !important;
  line-height: 1.06;
}
@media (max-width: 959px) {
  .header-slider .header-caption .header-top-text .text-wrapper h1 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 639px) {
  .header-slider .header-caption .header-top-text .text-wrapper h1 {
    margin-bottom: 20px !important;
  }
}
.header-slider .header-caption .header-bottom-text {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  position: relative;
  margin-left: 0 auto;
  height: 33.3333333333vh;
  background-color: #fff;
  font-size: 40px;
  font-size: calc(1.75rem + (1vw - 9.6px) * 2.5);
  min-height: 0vw;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  .header-slider .header-caption .header-bottom-text {
    font-size: 40px;
  }
}
@media (max-width: 959px) {
  .header-slider .header-caption .header-bottom-text {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .header-slider .header-caption .header-bottom-text {
    font-size: 22px;
  }
}
.header-slider .header-caption .header-bottom-text .text-underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 959px) {
  .header-slider .header-caption .header-bottom-text .text-underlay {
    display: none;
  }
}
.header-slider .header-caption .header-bottom-text .text-wrapper {
  width: 100%;
  max-width: 900px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 639px) {
  .header-slider .header-caption .header-bottom-text .text-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-slider .header-caption .header-bottom-text .text-wrapper *:last-child {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .header-slider .align-lower {
    display: flex;
    align-items: flex-end;
  }
}

.caption-left {
  height: auto !important;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 100px 40px;
}
@media (max-width: 959px) {
  .caption-left {
    width: 100%;
    padding: 60px 40px;
  }
}
@media (max-width: 639px) {
  .caption-left {
    padding: 30px 20px;
  }
}
.caption-left * {
  color: #000 !important;
  font-weight: 300;
}
.caption-left h1 {
  line-height: 1.1 !important;
}

.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
}

@media (max-width: 959px) {
  .competence-slider ul {
    height: 600px;
  }
}
@media (max-width: 959px) {
  .competence-slider ul li {
    height: 600px;
  }
}
.competence-slider ul li .competence-img {
  max-width: 75%;
  height: 100%;
  margin-left: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 959px) {
  .competence-slider ul li .competence-img {
    max-width: 55%;
  }
}
@media (max-width: 639px) {
  .competence-slider ul li .competence-img {
    max-width: calc(100% - 40px);
    z-index: 5;
    height: 250px;
    margin: 0 auto;
  }
}
.competence-slider ul li .competence-caption {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #07A1E1;
  padding: 40px;
  max-width: 33.333%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  box-sizing: border-box;
}
.competence-slider ul li .competence-caption * {
  color: #fff;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .competence-slider ul li .competence-caption {
    max-width: 40%;
  }
}
@media (max-width: 959px) {
  .competence-slider ul li .competence-caption {
    height: 100%;
    max-width: 45%;
    padding: 30px;
  }
}
@media (max-width: 639px) {
  .competence-slider ul li .competence-caption {
    max-width: inherit;
    z-index: -1;
    padding-top: 250px;
    height: calc(100% - 70px);
  }
}
.competence-slider ul li .competence-caption .text-wrapper {
  overflow: auto;
  line-height: 1.3;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .competence-slider ul li .competence-caption .text-wrapper {
    height: 13rem;
  }
}
@media (max-width: 639px) {
  .competence-slider ul li .competence-caption .text-wrapper {
    height: 11rem;
  }
}
.competence-slider ul li .competence-caption .more-button-white {
  margin-top: 0px;
  align-self: baseline;
}
@media (max-width: 959px) {
  .competence-slider ul li .competence-caption .more-button-white {
    margin-top: 20px;
  }
}
.competence-slider .uk-dotnav > .uk-active > * {
  background-color: #07a1e1;
  border-color: transparent;
}
.competence-slider .uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #07a1e1;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}
.competence-slider .uk-dotnav {
  position: inherit;
  height: 42px;
}
.competence-slider .uk-dotnav li {
  height: auto !important;
}
.competence-slider .uk-card-primary.uk-card-body .uk-link, .competence-slider .uk-card-primary.uk-card-body a, .competence-slider .uk-card-primary > :not([class*=uk-card-media]) .uk-link, .competence-slider .uk-card-primary > :not([class*=uk-card-media]) a, .competence-slider .uk-card-secondary.uk-card-body .uk-link, .competence-slider .uk-card-secondary.uk-card-body a, .competence-slider .uk-card-secondary > :not([class*=uk-card-media]) .uk-link, .competence-slider .uk-card-secondary > :not([class*=uk-card-media]) a, .competence-slider .uk-light .uk-link, .competence-slider .uk-light a, .competence-slider .uk-offcanvas-bar .uk-link, .competence-slider .uk-offcanvas-bar a, .competence-slider .uk-overlay-primary .uk-link, .competence-slider .uk-overlay-primary a, .competence-slider .uk-section-primary:not(.uk-preserve-color) .uk-link, .competence-slider .uk-section-primary:not(.uk-preserve-color) a, .competence-slider .uk-section-secondary:not(.uk-preserve-color) .uk-link, .competence-slider .uk-section-secondary:not(.uk-preserve-color) a, .competence-slider .uk-tile-primary:not(.uk-preserve-color) .uk-link, .competence-slider .uk-tile-primary:not(.uk-preserve-color) a, .competence-slider .uk-tile-secondary:not(.uk-preserve-color) .uk-link, .competence-slider .uk-tile-secondary:not(.uk-preserve-color) a {
  color: #07A1E1;
}
.competence-slider .prev-next {
  bottom: -65px;
}

@media (max-width: 639px) {
  .basic-header h1 {
    font-size: 30px;
  }
}

@media (max-height: 1040px) and (orientation: landscape) {
  .header-slider, .header-slider .uk-slideshow, .header-slider .uk-slideshow-items, .header-slider .uk-slideshow-items li {
    min-height: 1000px !important;
  }
}

.home-header .header-caption {
  bottom: 0;
}

.profession-top-section {
  padding-top: 120px !important;
  padding-bottom: 120px;
}
@media (max-width: 959px) {
  .profession-top-section {
    padding-top: 80px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .profession-top-section {
    padding-top: 40px !important;
    padding-bottom: 40px;
  }
}

.profession-header, .jobs-header {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .profession-header, .jobs-header {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 639px) {
  .profession-header, .jobs-header {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
.profession-header h1, .jobs-header h1 {
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .profession-header h1, .jobs-header h1 {
    font-size: 32px;
  }
}
.profession-header .header-section, .jobs-header .header-section {
  padding-top: 180px;
  padding-bottom: 0;
  min-height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .profession-header .header-section, .jobs-header .header-section {
    min-height: calc(var(--vh, 1vh) * 100);
    padding-top: 120px;
  }
}
@media (max-width: 639px) {
  .profession-header .header-section, .jobs-header .header-section {
    padding-top: 100px;
  }
}
.profession-header .header-section .header-caption, .jobs-header .header-section .header-caption {
  display: flex;
  align-items: center;
  width: 33.3333%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5% 60px 5%;
  background-color: #07A1E1;
  color: #fff;
  box-sizing: border-box;
  min-height: 80%;
}
@media (max-width: 959px) {
  .profession-header .header-section .header-caption, .jobs-header .header-section .header-caption {
    width: 45%;
    padding: 5% 40px 5% !important;
    top: 0;
    height: 100%;
    transform: translateY(0);
  }
}
@media (max-width: 639px) {
  .profession-header .header-section .header-caption, .jobs-header .header-section .header-caption {
    position: relative;
    width: 100%;
    height: auto;
    min-height: inherit;
    top: inherit;
    bottom: 0;
    padding: 30px !important;
  }
}
@media (max-width: 639px) {
  .profession-header .header-section .header-caption .quote-text, .jobs-header .header-section .header-caption .quote-text {
    font-size: 18px;
  }
}
.profession-header .header-section .header-wrapper, .jobs-header .header-section .header-wrapper {
  min-height: calc(100vh - 260px);
  margin-top: 80px;
}
@media (max-width: 959px) {
  .profession-header .header-section .header-wrapper, .jobs-header .header-section .header-wrapper {
    height: calc(var(--vh, 1vh) * 100 - 120px);
  }
}
@media (max-width: 639px) {
  .profession-header .header-section .header-wrapper, .jobs-header .header-section .header-wrapper {
    height: auto;
    margin-top: 40px;
  }
}
.profession-header .header-section .header-wrapper .subtitle, .jobs-header .header-section .header-wrapper .subtitle {
  height: 32px;
}
.profession-header .header-section .title-wrapper, .jobs-header .header-section .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .profession-header .uk-container, .jobs-header .uk-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 959px) {
  .profession-header .uk-container .title-wrapper, .jobs-header .uk-container .title-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .profession-header .uk-container .title-wrapper, .jobs-header .uk-container .title-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 639px) {
  .jobs-header {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.profession-image {
  width: 74.9937505208%;
  height: calc(100vh - 372px);
  min-height: 658px;
  display: block;
  position: relative;
  margin-left: auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 959px) {
  .profession-image {
    height: calc(var(--vh, 1vh) * 100 - 333px);
    min-height: inherit;
    width: 55%;
  }
}
@media (max-width: 639px) {
  .profession-image {
    width: 100%;
    position: relative;
    min-height: inherit;
  }
}

.competence-header .header-caption {
  padding: 100px 60px !important;
}

.header-section {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .header-section {
    height: 82vh;
    height: calc(var(--vh, 1vh) * 82);
  }
}
@media (max-width: 639px) {
  .header-section {
    height: inherit;
  }
}
.header-section h1 {
  font-weight: 300;
  margin-bottom: 0;
}
.header-section .small-header {
  padding-top: 210px;
  padding-bottom: 0;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .header-section .small-header {
    padding-top: 120px;
    height: 82vh;
    height: calc(var(--vh, 1vh) * 82);
  }
}
@media (max-width: 639px) {
  .header-section .small-header {
    padding-top: 100px;
    height: inherit;
    overflow: inherit;
  }
}
.header-section .small-header .header-caption {
  display: block;
  width: calc(35% - 40px);
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  padding: 120px 80px 120px 20px;
  background-color: #07A1E1;
  color: #fff;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .header-section .small-header .header-caption {
    left: 30px;
  }
}
@media (max-width: 639px) {
  .header-section .small-header .header-caption {
    width: calc(100% - 160px);
    top: inherit;
    bottom: -50%;
  }
}
.header-section .small-header .header-wrapper {
  height: calc(100vh - 290px);
  margin-top: 80px;
}
@media (max-width: 959px) {
  .header-section .small-header .header-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .header-section .small-header .header-wrapper {
    margin-top: 40px;
    height: inherit;
  }
}
.header-section .small-header .blue-title-wrapper {
  margin-bottom: 40px;
}
.header-section .small-header .part-image {
  width: 74.9937505208%;
  display: block;
  position: relative;
  margin-left: auto;
  right: 0;
  bottom: 0;
  padding-top: 44%;
}
@media (max-width: 959px) {
  .header-section .small-header .part-image {
    padding-top: 65%;
  }
}
@media (max-width: 639px) {
  .header-section .small-header .part-image {
    width: calc(100% - 80px);
    padding-top: 80%;
  }
}
.header-section .subtitle {
  height: 32px;
}
@media (max-width: 959px) {
  .header-section .subtitle {
    height: inherit;
  }
}
.header-section .text-wrapper p:last-of-type {
  margin-bottom: 0;
}

.year-button {
  position: relative;
  display: block;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
  padding: 10px 15px;
}

.green-year {
  background-color: #47CC74;
}

.red-year {
  background-color: #E66045;
}

.image-wrapper, .text-content {
  position: relative;
}

.profession-section {
  padding-bottom: 40px;
}
.profession-section .shadow-wrapper {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 959px) {
  .profession-section .shadow-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 639px) {
  .profession-section .shadow-wrapper {
    margin-top: 0px;
  }
}
.profession-section .shadow-wrapper article {
  padding-left: 8.3326389468%;
  padding-right: 8.3326389468%;
}
.profession-section .shadow-wrapper .image-wrapper {
  position: relative;
  min-height: 400px;
}
@media (max-width: 639px) {
  .profession-section .shadow-wrapper .image-wrapper {
    min-height: 222px;
    max-height: 222px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.profession-section .shadow-wrapper .image-wrapper .background-image {
  max-width: calc(100% - 40px);
  left: inherit;
  right: 0;
}
@media (max-width: 639px) {
  .profession-section .shadow-wrapper .image-wrapper .background-image {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 639px) {
  .profession-section .text-content {
    padding-bottom: 30px;
  }
}
.profession-section .job-category {
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 639px) {
  .profession-section .job-category {
    width: calc(100% - 60px);
  }
}
.profession-section .shadow-wrapper:nth-child(even) .image-wrapper {
  order: 2;
}
@media (max-width: 639px) {
  .profession-section .shadow-wrapper:nth-child(even) .image-wrapper {
    order: 1;
  }
}
.profession-section .shadow-wrapper:nth-child(even) .text-content {
  order: 1;
}
@media (max-width: 639px) {
  .profession-section .shadow-wrapper:nth-child(even) .text-content {
    order: 2;
  }
}
.profession-section .shadow-wrapper:nth-child(even) .shadow-box {
  position: absolute;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-left: 0;
  top: -60px;
  right: 0px;
  width: calc(100% - 226px);
  height: calc(100% + 120px);
  background-color: #fff;
  right: inherit;
  left: 40px;
}
@media (max-width: 639px) {
  .profession-section .shadow-wrapper:nth-child(even) .shadow-box {
    width: calc(100% - 40px);
    margin-left: 40px;
    left: 0px;
    right: inherit;
    height: calc(100% - 40px);
    top: inherit;
    bottom: -10px;
  }
}
.profession-section .shadow-wrapper:nth-child(odd) .shadow-box {
  position: absolute;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-left: 0;
  top: -60px;
  right: 0px;
  width: calc(100% - 226px);
  height: calc(100% + 120px);
  background-color: #fff;
}
@media (max-width: 639px) {
  .profession-section .shadow-wrapper:nth-child(odd) .shadow-box {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: inherit;
    bottom: -10px;
    height: calc(100% - 40px);
  }
}
.profession-section .more-button {
  margin-top: 20px;
  margin-bottom: 0;
}

.profession-overview {
  position: relative;
  z-index: 2;
}

.profession-section.no-padding-top {
  padding-top: 60px !important;
}
@media (max-width: 639px) {
  .profession-section.no-padding-top {
    padding-top: 0 !important;
  }
}

.news-header {
  width: 100%;
  box-sizing: border-box;
}
.news-header h1 {
  font-weight: 300;
  margin-bottom: 0;
}
.news-header h2 {
  font-weight: 300;
  line-height: 1;
}
.news-header .header-section {
  padding-top: 180px;
  padding-bottom: 0;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .news-header .header-section {
    padding-top: 120px;
    height: inherit;
  }
}
@media (max-width: 639px) {
  .news-header .header-section {
    padding-top: 100px;
    height: inherit;
  }
}
.news-header .header-section .header-caption {
  display: block;
  width: calc(30% - 40px);
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px 60px 40px 20px;
  background-color: #07A1E1;
  color: #fff;
}
.news-header .header-section .header-wrapper {
  height: calc(100vh - 180px);
  margin-top: 80px;
}
@media (max-width: 959px) {
  .news-header .header-section .header-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .news-header .header-section .header-wrapper {
    margin-top: 40px;
  }
}
.news-header .header-section .title-wrapper {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .news-header .header-section .title-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .news-header .header-section .title-wrapper {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.news-section {
  padding-top: 50px !important;
  position: relative;
}
.news-section .news-title {
  z-index: 1;
}
.news-section .news-title .date {
  font-size: 18px;
  margin-bottom: 0px;
}
.news-section .news-title h1 {
  font-weight: 300;
  font-size: 36px;
  margin-top: 0;
}
@media (max-width: 959px) {
  .news-section .news-title h1 {
    font-size: 32px;
  }
}
@media (max-width: 639px) {
  .news-section .news-title h1 {
    font-size: 7vw;
  }
}
.news-section .text-wrapper {
  z-index: 1;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.news-preview-section .uk-card img {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.news-preview-section .uk-card:hover {
  text-decoration: none;
}
.news-preview-section .uk-card:hover img {
  transform: scale(1.1);
}
.news-preview-section .uk-card .uk-card-body {
  color: #000;
  line-height: 1.3;
  padding: 25px;
  background-color: #fff;
}
.news-preview-section .uk-card .uk-card-body .more {
  color: #07A1E1;
}
.news-preview-section .uk-card .uk-card-media-top {
  overflow: hidden;
}
.news-preview-section .uk-card:hover .more {
  color: #7E8789;
}
.news-preview-section .date {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.news-preview-section .title {
  color: #000;
}

.news-shadow-box {
  position: absolute;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-left: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  height: calc(100% - 80px);
  background-color: #fff;
}
@media (max-width: 959px) {
  .news-shadow-box {
    display: none;
  }
}

.news-header .header-section {
  height: inherit;
  min-height: inherit;
}

.reference-preview .uk-slider {
  overflow: inherit;
}
.reference-preview .reference-wrapper:hover {
  color: #000;
  text-decoration: none;
}
.reference-preview .card-image {
  position: relative;
  width: 100%;
  padding-top: 52%;
}
@media (max-width: 959px) {
  .reference-preview .card-image {
    padding-top: 65%;
  }
}
@media (max-width: 639px) {
  .reference-preview .card-image {
    padding-top: 100%;
  }
}
.reference-preview .uk-card-body {
  padding: 20px;
}
.reference-preview .uk-card-body * {
  font-size: 24px;
  color: #000;
}
@media (max-width: 959px) {
  .reference-preview .uk-card-body * {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .reference-preview .uk-card-body * {
    font-size: 16px;
  }
}
.reference-preview .title {
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
@media (max-width: 639px) {
  .reference-preview .more-button-white {
    display: block;
  }
}

@media (max-width: 639px) {
  .reference-section .more-button-white {
    display: block !important;
  }
}
.reference-section .filter-section .button-wrapper {
  position: relative;
}
.reference-section .filter-section .button-wrapper .uk-dropdown {
  width: calc(100% - 40px);
}
.reference-section .filter-section .button-wrapper .uk-dropdown ul li a:hover {
  color: #07A1E1;
}
.reference-section .filter-section .button-wrapper .uk-legend {
  font-size: 18px;
  margin-bottom: 10px;
}
.reference-section .filter-section .button-wrapper .dropdown-icon {
  color: #07A1E1;
}
.reference-section .filter-section .filter-button {
  width: 100%;
  text-align: left;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
}
.reference-section .filter-section .uk-dropdown ul li a {
  font-size: 24px;
}

.remove-filter {
  font-size: 16px;
  color: #000;
  background-color: rgba(126, 135, 137, 0.2);
  border: none;
  border-radius: 5px;
  font-weight: 200;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 639px) {
  .remove-filter {
    margin-bottom: 5px;
  }
}
.remove-filter:hover {
  text-decoration: none;
  color: #000;
}

#search {
  padding-top: 210px;
}

.filter-section .uk-search-input {
  font-size: 20px;
  padding: 0 10px;
}
.filter-section .uk-search-input:focus {
  color: #07A1E1;
  border-color: #07A1E1;
}

li.search {
  max-width: 20px;
}

.search-icon {
  max-width: 20px;
}
@media (max-width: 639px) {
  .search-icon {
    max-width: 15px;
  }
}

.search-section {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.search-section .uk-search {
  width: calc(100% - 40px);
}
.search-section .search-wrapper {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
}
.search-section .search-wrapper .search-icon {
  color: #fff;
  margin-right: 20px;
}
.search-section .search-wrapper input[type=search] {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-radius: 0px !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-appearance: none;
}
.search-section .search-wrapper input[type=search]::placeholder {
  color: #fff;
}
.search-section .search-wrapper input {
  border-radius: 0px !important;
}
.search-section .search-wrapper input:focus, .search-section .search-wrapper input:target, .search-section .search-wrapper input:focus-within, .search-section .search-wrapper input:focus-visible, .search-section .search-wrapper input:visited {
  border-radius: 0px !important;
}

.search-result .results {
  padding-top: 40px;
}
.search-result .uk-container {
  min-height: calc(100vh - 705px);
}

.template-title {
  text-transform: capitalize;
}

@media (max-width: 959px) {
  .search-result-header {
    max-height: calc(var(--vh, 1vh) * 60);
  }
}
