@charset "UTF-8";
@font-face {
  font-family: 'Office Code Pro';
  src: url("../fonts/office-code-pro/OfficeCodePro-Regular.eot");
  src: url("../fonts/office-code-pro/OfficeCodePro-Regular?#iefix") format("embedded-opentype"), url("../fonts/office-code-pro/OfficeCodePro-Regular.woff2") format("woff2"), url("../fonts/office-code-pro/OfficeCodePro-Regular.woff") format("woff"), url("../fonts/office-code-pro/OfficeCodePro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

a {
  color: inherit;
  text-decoration: none; }

p {
  margin: 0; }

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

strong, b, i {
  font-weight: normal;
  font-style: normal; }

button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: none; }

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

cite {
  font-style: normal; }

blockquote {
  margin: 0; }

html {
  height: 100%;
  box-sizing: border-box; }

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

body {
  height: 100%;
  background-color: white;
  color: #353430; }

main {
  padding-top: 5.3125rem; }
  @media (max-width: 1024px) {
    main {
      padding-top: 4.375rem; } }

.red {
  color: #E5EFEE;
  border-color: #E5EFEE !important; }

.btn-morelink {
  transition: all 150ms ease-in-out;
  display: inline-block;
  letter-spacing: 0.05em;
  color: #1EB8A2;
  border-bottom: 1px solid #1EB8A2;
  padding-top: 1.875rem; }
  @media (min-width: 1025px) {
    .btn-morelink:hover {
      color: rgba(30, 184, 162, 0.5);
      border-bottom: 1px solid #1EB8A2; } }

.btn-morelink--white {
  color: white;
  border-bottom: 1px solid white; }
  @media (min-width: 1025px) {
    .btn-morelink--white:hover {
      color: rgba(255, 255, 255, 0.5);
      border-bottom: 1px solid white; } }

/* HEADLINES */
.txt-hl-big {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 2.65rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 132%;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .txt-hl-big {
      font-size: 2.2504091653rem; } }
  @media (max-width: 767px) {
    .txt-hl-big {
      font-size: 1.7rem; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .txt-hl-big {
      margin-bottom: 1.875rem; } }
  @media (max-width: 767px) {
    .txt-hl-big {
      margin-bottom: 1.25rem; } }

.txt-hl-medium {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 145%;
  margin-bottom: 1.875rem; }
  @media (max-width: 767px) {
    .txt-hl-medium {
      font-size: 1.4rem; } }
  @media (max-width: 767px) {
    .txt-hl-medium {
      margin-bottom: 0.625rem; } }

.txt-hl-small {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 160%;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    .txt-hl-small {
      font-size: 1.05rem; } }

/* COPY */
.txt-copy-big {
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 200;
  font-size: 1.625rem;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .txt-copy-big {
      font-size: 1.329787234rem; } }
  @media (max-width: 767px) {
    .txt-copy-big {
      font-size: 1rem; } }

.txt-copy-big p {
  margin-bottom: 2.5rem; }
  @media (max-width: 767px) {
    .txt-copy-big p {
      margin-bottom: 1.875rem; } }

.txt-copy-medium {
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 200;
  font-size: 1.1875rem;
  line-height: 170%; }
  @media (max-width: 767px) {
    .txt-copy-medium {
      line-height: 150%;
      font-size: 1rem; } }

.txt-copy-small {
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 145%; }

.txt-copy-small p {
  margin-bottom: 1.875rem; }

.txt-copy--quote {
  font-style: italic; }

strong {
  font-weight: 400; }

/* LINKS */
.txt-copy-medium p a, .txt-copy-big p a, .txt-copy-small p a,
.txt .txt-copy-medium p a, .txt .txt-copy-big p a, .txt .txt-copy-small p a {
  transition: all 150ms ease-in-out;
  color: #1EB8A2;
  text-decoration: underline; }
  .txt-copy-medium p a:hover, .txt-copy-big p a:hover, .txt-copy-small p a:hover,
  .txt .txt-copy-medium p a:hover, .txt .txt-copy-big p a:hover, .txt .txt-copy-small p a:hover {
    opacity: 0.7; }

/* MONOSPACE */
.txt-mono-medium {
  font-family: "Office Code Pro", helvetica, sans-serif;
  font-size: 1rem; }

.txt-mono-medium--uppercase {
  text-transform: uppercase; }

/* BULLETS */
.txt-copy-bullets, .txt-copy-medium ul {
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 200;
  font-size: 1.1875rem;
  line-height: 170%;
  list-style-type: disc;
  padding: 0em;
  margin-left: 1.3em; }
  @media (max-width: 767px) {
    .txt-copy-bullets, .txt-copy-medium ul {
      line-height: 150%;
      font-size: 1rem; } }
  .txt-copy-bullets li, .txt-copy-medium ul li {
    padding-bottom: 0.5em; }

/* BUBBLE */
.txt-copy-bubble {
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 200;
  font-size: 1.1875rem;
  line-height: 170%;
  font-size: 1.3em;
  letter-spacing: 0.03em;
  padding: 1.875rem 4.375rem 1.875rem 5%;
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 0.3em;
  font-style: italic;
  font-weight: 600;
  margin-top: 1.875rem;
  margin-bottom: 3.75rem; }
  @media (max-width: 767px) {
    .txt-copy-bubble {
      line-height: 150%;
      font-size: 1rem; } }
  .txt-copy-bubble p {
    margin-bottom: 1.25rem; }
    .txt-copy-bubble p:last-child {
      margin-bottom: 0.625rem; }
  .txt-copy-bubble:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -0.7em;
    left: 50%;
    width: 2em;
    height: 2em;
    border-radius: 0.2em;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff; }

@media (max-width: 767px) {
  .txt-copy-bubble {
    padding: 1.25rem 0.625rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-size: 1rem; } }

/* SPECIAL RULES */
.txt-copy-big + .txt-hl-medium {
  display: inline-block;
  margin-top: 1.875rem; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

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

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

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

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

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

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

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

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

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  padding-left: 5%;
  padding-right: 5%;
  transition: all 400ms ease-in-out;
  background: #fff;
  padding-top: 0.9375rem;
  padding-bottom: 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000; }
  @media (max-width: 1024px) {
    .header {
      padding-top: 0.625rem;
      padding-bottom: 1.25rem; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .header {
      padding-left: 2%;
      padding-right: 2%; } }

.header__logo {
  display: block;
  float: left;
  max-width: 15.5em;
  box-shadow: 0 0 0 0 transparent;
  transition-delay: 0; }
  @media (max-width: 767px) {
    .header__logo {
      padding-top: 0.3em;
      max-width: 11.5em; } }

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }

.header--scrolled {
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  transition-delay: 150ms; }

.header--shadow {
  transition-delay: 300ms;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.35); }

.nav {
  float: right;
  width: 70%;
  min-width: 32rem;
  max-width: 67em;
  z-index: 1000; }
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.25rem; }
  .nav ul li a {
    transition: all 150ms ease-in-out;
    font-family: "Office Code Pro", helvetica, sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #353430;
    border-bottom: 1px solid transparent;
    transition-delay: 0ms; }
    .nav ul li a:hover {
      transition-delay: 50ms;
      border-bottom: 1px solid #353430; }
  @media (max-width: 1024px) {
    .nav {
      -webkit-overflow-scrolling: touch;
      display: none;
      float: none;
      position: fixed;
      min-width: 0;
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      background-color: rgba(255, 255, 255, 0.98);
      z-index: 1900;
      top: 0;
      left: 0; }
      .nav ul {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        padding: 0;
        list-style-type: none;
        margin: 0; }
      .nav ul li a {
        display: inline-block;
        border-bottom: 1px solid;
        margin: 1em 0; } }
  @media (max-width: 767px) {
    .nav ul {
      margin-top: 3em;
      padding-bottom: 6em;
      padding-left: 1em;
      position: relative;
      top: auto;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(0%);
              transform: translateX(-50%) translateY(0%); }
    .nav ul li a {
      display: inline-block;
      border-bottom: 1px solid;
      margin: 1em 0; } }

ul.nav__item-subs {
  transition: all 150ms ease-in-out;
  display: block;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.975);
  position: absolute;
  box-shadow: 0 0.3em 0.75em 0 rgba(1, 1, 1, 0.05);
  padding: 0 0 0 0;
  margin-top: 0.05em;
  margin-left: 0; }
  ul.nav__item-subs li {
    padding: 0.75em 0;
    float: none !important; }
  @media (max-width: 1024px) {
    ul.nav__item-subs {
      visibility: visible;
      opacity: 1;
      position: relative;
      display: block;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
      background: transparent;
      box-shadow: none;
      left: 0.75em; }
      ul.nav__item-subs li {
        padding: 0em 0;
        float: none !important; }
      ul.nav__item-subs li:before {
        content: "";
        display: inline-block;
        border-bottom: 0px;
        height: 0.65em;
        width: 1.5em;
        background: transparent url(../images/subarrow.svg) no-repeat; } }
  @media (min-width: 1025px) {
    ul.nav__item-subs {
      padding: 0.75em 2.25em 1em 1.25em; } }

.nav__item:hover > ul.nav__item-subs {
  visibility: visible;
  opacity: 1; }

.nav__tgl {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 1em;
  right: 3%;
  display: none;
  outline: none;
  z-index: 2000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 1024px) {
    .nav__tgl {
      display: block; } }
  @media (max-width: 767px) {
    .nav__tgl {
      top: 1.5em;
      right: 5%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .nav__tgl {
      top: 1.3em;
      right: 2.35%; } }

.nav__tgl-line {
  position: absolute;
  background-color: #353430;
  height: 0.125em;
  width: 2.0625em; }

#ham1 {
  top: 0; }

#ham2a, #ham2b {
  top: 9px;
  -webkit-transform-origin: center center;
          transform-origin: center center; }

#ham3 {
  top: 18px; }

.jumboteaser {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  height: 100%;
  overflow: auto;
  margin-bottom: 5rem;
  margin-top: 5rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .jumboteaser {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .jumboteaser {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .jumboteaser {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (max-width: 768px) {
    .jumboteaser {
      height: auto; } }
  @media (max-width: 767px) {
    .jumboteaser {
      padding-right: 1em;
      margin-bottom: 2.5rem;
      margin-top: 2.5rem; } }

.jumboteaser-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: auto;
  background: #F8F6EC; }
  @media (max-width: 1024px) {
    .jumboteaser-wrapper {
      display: block; } }

.jumboteaser__image {
  display: block;
  width: 62%;
  background: #E5EFEE; }
  .jumboteaser__image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: bottom; }
  @media (max-width: 1024px) {
    .jumboteaser__image {
      width: 100%; }
      .jumboteaser__image img {
        width: 100%;
        height: auto; } }

.jumboteaser__claim {
  padding: 4.375rem 4% 8% 4%;
  width: 38%; }
  .jumboteaser__claim p {
    margin-bottom: 0; }
  @media (max-width: 1024px) {
    .jumboteaser__claim {
      padding-top: 2.5rem;
      padding-bottom: 3.125rem;
      width: 100%; } }

.linkbox {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 6.25rem;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  color: white;
  background-image: linear-gradient(-185deg, #218E9B 1%, #219173 98%);
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .linkbox {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .linkbox {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .linkbox {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (max-width: 767px) {
    .linkbox {
      padding-top: 2.5rem; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .linkbox {
      padding-bottom: 4.375rem; } }
  @media (max-width: 767px) {
    .linkbox {
      padding-bottom: 2.5rem; }
      .linkbox .txt-hl-medium {
        margin-bottom: 1.875rem; } }
  .linkbox .txt-copy-big {
    font-weight: 400; }
  .linkbox ul li {
    border: 1px solid white;
    width: 48.3333333333%;
    float: left;
    margin-bottom: 1.875rem;
    border-radius: 0.3em;
    background: url("../images/arrow-right-white.svg") no-repeat;
    background-position: 95% center;
    background-size: 0.9em;
    transition: all 150ms ease-in-out; }
    @media (min-width: 768px) and (max-width: 968px) {
      .linkbox ul li {
        background-position: 96.5% center; } }
    @media (min-width: 1025px) {
      .linkbox ul li:hover {
        background-color: rgba(255, 255, 255, 0.1);
        background-position: 95.75% center; } }
  .linkbox ul li a {
    display: block;
    padding: 1.25rem 1.875rem; }
    @media (max-width: 767px) {
      .linkbox ul li a {
        padding: 1.25rem 1.25rem; } }
  .linkbox ul li:nth-child(2n) {
    float: right; }
  .linkbox ul li:nth-last-of-type(2), .linkbox ul li:nth-last-of-type(1) {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .linkbox ul li {
      width: 100%;
      margin-bottom: 1.25rem !important; } }

.txtnimg {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 3.125rem;
  overflow: auto; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .txtnimg {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .txtnimg {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .txtnimg {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .txtnimg {
      padding-bottom: 4.375rem; } }
  @media (max-width: 767px) {
    .txtnimg {
      padding-bottom: 2.5rem; } }

.txtnimg:last-child {
  padding-bottom: 3.125rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .txtnimg:last-child {
      padding-bottom: 4.375rem; } }
  @media (max-width: 767px) {
    .txtnimg:last-child {
      padding-bottom: 2.5rem; } }

.accordion .txtnimg {
  padding-top: 0; }

.txtnimg__txt {
  width: 46.6666666667%; }

.srvctsr--accordion .txtnimg__txt {
  width: 50%; }
  @media (max-width: 1024px) {
    .srvctsr--accordion .txtnimg__txt {
      width: 100%; } }

.txtnimg__img {
  width: 46.6666666667%; }
  .txtnimg__img img {
    display: block;
    width: 100%; }
  @media (max-width: 1024px) {
    .txtnimg__img {
      margin-bottom: 1.25rem; } }

.txtnimg-imgleft .txtnimg__txt, .txtnimg-imgright .txtnimg__img {
  float: right; }

.txtnimg-imgright .txtnimg__txt, .txtnimg-imgleft .txtnimg__img {
  float: left; }

.txtnimg--squeeze ~ .txtnimg {
  padding-left: 25%;
  padding-right: 25%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .txtnimg--squeeze ~ .txtnimg {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .txtnimg--squeeze ~ .txtnimg {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .txtnimg--squeeze ~ .txtnimg {
      padding-left: 26%;
      padding-right: 26%; } }
  .txtnimg--squeeze ~ .txtnimg .txtnimg__txt {
    width: 61.6666666667%; }
  .txtnimg--squeeze ~ .txtnimg .txtnimg__img {
    width: 31.6666666667%; }

@media (max-width: 1024px) {
  .txtnimg__txt, .txtnimg__img {
    float: none;
    width: 100%; } }

.srvctsr {
  padding-bottom: 3.125rem;
  padding-right: 5%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .srvctsr {
      padding-bottom: 4.375rem; } }
  @media (max-width: 767px) {
    .srvctsr {
      padding-bottom: 2.5rem; } }

.srvctsr__item {
  padding-left: 25%;
  padding-right: 25%;
  transition: all 150ms ease-in-out;
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-right: 5%;
  display: block;
  overflow: auto;
  background: #F8F6EC;
  width: 100%;
  margin-bottom: 1.875rem; }
  .srvctsr__item:hover {
    opacity: 0.8; }
  @media (max-width: 767px) {
    .srvctsr__item {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .srvctsr__item {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (min-width: 1740px) {
    .srvctsr__item {
      padding-left: 26%;
      padding-right: 10%; } }

.srvctsr li:nth-child(2n) .srvctsr__item {
  background: #E5EFEE; }

.srvctsr__txt {
  padding-right: 5%;
  padding-left: 1.6666666667%;
  float: left;
  width: 90%;
  max-width: 100em; }
  .srvctsr__txt h1, .srvctsr__txt h2, .srvctsr__txt h3, .srvctsr__txt h4, .srvctsr__txt h5, .srvctsr__txt h6, .srvctsr__txt p, .srvctsr__txt div p {
    max-width: 60rem; }
  .srvctsr__txt .txt-copy-big p {
    margin-bottom: 0; }
  @media (min-width: 768px) and (max-width: 968px) {
    .srvctsr__txt {
      width: 85%; } }
  @media (max-width: 767px) {
    .srvctsr__txt {
      width: 100%; }
      .srvctsr__txt .txt-hl-medium {
        width: 90%; } }

.srvctsr__arrow {
  transition: all 400ms ease-in-out;
  display: block;
  border: 2px solid #1EB8A2;
  position: absolute;
  top: 50%;
  right: 8%;
  width: 4em;
  height: 4em;
  background: url("../images/arrow-right.svg") no-repeat 1.5em center;
  background-size: 1.1em;
  border-radius: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; }
  @media (max-width: 767px) {
    .srvctsr__arrow {
      right: 0;
      -webkit-transform: translateY(-50%) scale(0.5);
              transform: translateY(-50%) scale(0.5); } }

.srvctsr__tag {
  display: inline-block;
  margin-right: 2em;
  padding: 1.25rem 0;
  color: #1EB8A2; }
  @media (max-width: 767px) {
    .srvctsr__tag {
      padding: 1.25rem 0 0 0;
      margin-right: 1em; } }

.srvctsr--accordion .srvctsr__item {
  padding-bottom: 2.5rem; }
  @media (max-width: 767px) {
    .srvctsr--accordion .srvctsr__item {
      padding-bottom: 1.25rem; } }

.srvctsr--accordion .srvctsr__arrow {
  top: 5.3125rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); }
  @media (min-width: 768px) and (max-width: 1024px) {
    .srvctsr--accordion .srvctsr__arrow {
      top: 4.375rem;
      right: 5%;
      -webkit-transform: translateY(-50%) rotate(90deg) scale(0.8);
              transform: translateY(-50%) rotate(90deg) scale(0.8); } }
  @media (max-width: 767px) {
    .srvctsr--accordion .srvctsr__arrow {
      top: 4.0625rem;
      right: 0;
      -webkit-transform: translateY(-70%) rotate(90deg) scale(0.5);
              transform: translateY(-70%) rotate(90deg) scale(0.5); } }

.srvctsr--accordion .srvctsr__arrow.active {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }
  @media (min-width: 768px) and (max-width: 1024px) {
    .srvctsr--accordion .srvctsr__arrow.active {
      -webkit-transform: translateY(-50%) rotate(-90deg) scale(0.8);
              transform: translateY(-50%) rotate(-90deg) scale(0.8); } }
  @media (max-width: 767px) {
    .srvctsr--accordion .srvctsr__arrow.active {
      -webkit-transform: translateY(-70%) rotate(-90deg) scale(0.5);
              transform: translateY(-70%) rotate(-90deg) scale(0.5); } }

/* DE-STYLE FOR MODULES APPEARING INSIDE THE ACCORDION CONTEXT */
.srvctsr--accordion .txt, .srvctsr--accordion .txtnimg {
  padding-left: 0;
  padding-right: 0; }

.srvctsr--accordion h3.txt-copy-big {
  padding-bottom: 1.875rem; }

.srvctsr--accordion .srvctsr__item:hover {
  opacity: 1; }

.team {
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
  background: #E5EFEE;
  overflow: auto; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .team {
      padding-left: 2%;
      padding-right: 2%;
      padding-top: 2.5rem;
      padding-bottom: 1.25rem; } }
  @media (max-width: 767px) {
    .team {
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 2.5rem;
      padding-bottom: 1.25rem; } }

.team ~ .team {
  margin-bottom: 5rem; }

.team + .team {
  background: #F8F6EC; }

.team__item {
  padding-bottom: 3.125rem;
  float: left;
  overflow: auto;
  width: 46.6666666667%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .team__item {
      padding-bottom: 4.375rem; } }
  @media (max-width: 767px) {
    .team__item {
      padding-bottom: 2.5rem; } }
  .team__item h3 {
    font-weight: 400; }
  .team__item a {
    color: #1EB8A2; }

.team__portrait {
  width: 35%;
  opacity: 0.9; }
  .team__portrait img {
    width: 100%;
    display: block; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .team__portrait {
      width: 30%; } }
  @media (max-width: 767px) {
    .team__portrait {
      width: 30%; } }

.team__portrait, .team__txt {
  float: left; }

.team__txt {
  padding-left: 5%;
  padding-right: 3%;
  width: 60%; }
  @media (max-width: 767px) {
    .team__txt {
      padding-right: 0; } }

.team .txt-hl-medium {
  padding-bottom: 1.25rem; }

.team__link {
  display: block; }

@media (max-width: 768px) {
  .team__item {
    float: none;
    width: 100%;
    clear: both; }
  .team__portrait, .team__txt {
    float: left; } }

.clientlogos {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 3.125rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .clientlogos {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .clientlogos {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .clientlogos {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .clientlogos {
      padding-bottom: 4.375rem; } }
  @media (max-width: 767px) {
    .clientlogos {
      padding-bottom: 2.5rem; } }
  .clientlogos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start; }

.clientlogos__item {
  width: 20%; }
  .clientlogos__item img {
    display: block;
    width: 100%;
    padding: 0 27%;
    padding-bottom: 20%;
    margin: 0 auto; }

@media (min-width: 1740px) {
  .clientlogos__item {
    width: 16.666%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .clientlogos__item {
    width: 25%; } }

@media (max-width: 767px) {
  .clientlogos__item {
    width: 50%; } }

@media (max-width: 320px) {
  .clientlogos__item {
    width: 100%; } }

.tstmnl-grid {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
  margin-bottom: 5rem;
  background: #F8F6EC; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .tstmnl-grid {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .tstmnl-grid {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .tstmnl-grid {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (max-width: 767px) {
    .tstmnl-grid {
      padding-top: 2.5rem; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .tstmnl-grid {
      padding-bottom: 4.375rem; } }
  @media (max-width: 767px) {
    .tstmnl-grid {
      padding-bottom: 2.5rem; } }
  @media (max-width: 767px) {
    .tstmnl-grid {
      margin-bottom: 2.5rem; } }

.tstmnl-grid__wrapper {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1.5em;
          column-gap: 1.5em;
  -webkit-column-fill: balance;
          column-fill: balance; }
  @media (min-width: 768px) and (max-width: 968px) {
    .tstmnl-grid__wrapper {
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 1.5em;
              column-gap: 1.5em; } }
  @media (max-width: 767px) {
    .tstmnl-grid__wrapper {
      -webkit-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
              column-gap: 0; } }

.tstmnl-grid__item_paddingbtm {
  padding: 5%;
  background: #fff; }

.tstmnl-grid__item {
  display: block;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 1.875rem; }
  .tstmnl-grid__item img {
    display: block;
    width: 45%;
    margin-bottom: 1.875rem; }
  .tstmnl-grid__item blockquote {
    margin-bottom: 1.25rem; }

.tstmnl-slider {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 3.75rem;
  background-color: #F8F6EC;
  padding-bottom: 5rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .tstmnl-slider {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .tstmnl-slider {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .tstmnl-slider {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (max-width: 767px) {
    .tstmnl-slider {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.tstmnl-slider__pad {
  padding: 4% 8% 2% 8%;
  background: #fff;
  position: relative; }

.tstmnl-slider__slide {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 3.125rem; }

.tstmnl-slider__logo {
  float: left;
  width: 31%;
  padding-top: 0.625rem;
  padding-left: 3%; }
  .tstmnl-slider__logo img {
    width: 100%;
    max-width: 11em;
    display: block;
    margin: 0 auto; }

.tstmnl-slider__slide-txt {
  display: block;
  float: left;
  width: 60%;
  padding-left: 2em; }
  .tstmnl-slider__slide-txt blockquote {
    margin-bottom: 1.25rem; }
  .tstmnl-slider__slide-txt cite {
    display: block; }

.tstmnl-slider-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/arrow-right.svg") no-repeat center center;
  width: 3em;
  height: 3em;
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
  cursor: pointer; }

.tstmnl-slider-nav__left {
  left: 5%;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.tstmnl-slider-nav__right {
  right: 5%;
  left: auto; }

.tstmnl-slider-nav__left, .tstmnl-slider-nav__right {
  transition: all 150ms ease-in-out; }
  .tstmnl-slider-nav__left:hover, .tstmnl-slider-nav__right:hover {
    opacity: 0.5; }

.swiper-pagination-bullet {
  background-color: #1EB8A2 !important;
  opacity: 0.3; }

.swiper-pagination-bullet-active {
  opacity: 1; }

@media (max-width: 1024px) {
  .tstmnl-slider__pad {
    padding: 4%; }
  .tstmnl-slider__logo {
    float: none;
    width: 100%;
    padding-top: 1.25rem; }
    .tstmnl-slider__logo img {
      width: 100%;
      max-width: 8em;
      display: block;
      margin: 0;
      margin-bottom: 1.875rem; }
  .tstmnl-slider__slide-txt {
    float: none;
    width: 100%;
    padding-left: 0; }
  .tstmnl-slider-nav {
    display: none; } }

.txt {
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 4.375rem;
  overflow: auto; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .txt {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .txt {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .txt {
      padding-left: 26%;
      padding-right: 26%; } }
  .txt h1, .txt h2, .txt h3, .txt h4, .txt h5, .txt h6, .txt p, .txt div p {
    max-width: 63rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .txt {
      padding-bottom: 1.875rem; } }
  @media (max-width: 767px) {
    .txt {
      padding-bottom: 1.875rem; } }

.txt--paddingtop {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-bottom: 4.375rem; }

.txt--green {
  background-color: #F8F6EC; }

.txt-copy-medium p {
  margin-bottom: 1.875rem; }
  .txt-copy-medium p:last-child {
    margin-bottom: 0; }

.txt-copy-big + h3.txt-hl-medium, .txt-copy-big + h2.txt-hl-medium {
  margin-top: 0; }

.txt-copy-medium ~ h3, .txt-copy-medium ~ h2 {
  margin-top: 3.125rem; }

.employeetstmnl {
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
  overflow: auto; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .employeetstmnl {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .employeetstmnl {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .employeetstmnl {
      padding-left: 26%;
      padding-right: 26%; } }
  @media (max-width: 767px) {
    .employeetstmnl {
      padding-top: 2.5rem; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .employeetstmnl {
      padding-bottom: 4.375rem; } }
  @media (max-width: 767px) {
    .employeetstmnl {
      padding-bottom: 2.5rem; } }

.employeetstmnl__image {
  width: 15em;
  height: 15em;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 100%; }
  .employeetstmnl__image img {
    position: absolute;
    top: -15%;
    display: block;
    width: 100%; }

.employeetstmnl__quote {
  width: 75%;
  float: left;
  padding-left: 10%; }

.employeetstmnl__cite {
  display: block;
  margin-top: 1.25rem; }

/* MEDIAQUERIES */
@media (max-width: 1024px) {
  .employeetstmnl__image {
    float: none;
    margin: 0 auto;
    margin-bottom: 2.5rem; }
  .employeetstmnl__quote {
    width: 100%;
    float: none;
    padding-left: 0; } }

.introimage {
  height: 45vh;
  overflow: hidden; }

.introimage__img {
  position: relative;
  height: 100%; }
  .introimage__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-right: 2.5%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

@media (max-width: 767px) {
  .introimage {
    height: auto;
    overflow: auto; }
  .introimage__img {
    position: relative;
    width: 100%; }
    .introimage__img img {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      display: block;
      padding-right: 0;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0); } }

@media (min-width: 768px) and (max-width: 968px) {
  .introimage__img img {
    width: 123%; } }

.contactteaser {
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 6.25rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .contactteaser {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .contactteaser {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .contactteaser {
      padding-left: 26%;
      padding-right: 26%; } }
  .contactteaser h1, .contactteaser h2, .contactteaser h3, .contactteaser h4, .contactteaser h5, .contactteaser h6, .contactteaser p, .contactteaser div p {
    max-width: 63rem; }
  .contactteaser a {
    color: #1EB8A2; }

.contactteaser__spacer {
  display: inline-block;
  width: 4em; }

.breadcrumb {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 145%; }
  .breadcrumb a {
    display: inline-block;
    color: #1EB8A2; }
    .breadcrumb a:last-child {
      color: #646461; }

.breadcrumb-arrow {
  display: inline-block;
  width: 1.35em;
  margin: 0 0.4em; }
  .breadcrumb-arrow img {
    width: 1.35em;
    padding-bottom: 0.05em; }

@media (max-width: 767px) {
  .breadcrumb {
    padding-left: 1em;
    padding-bottom: 1.875rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb {
    padding-bottom: 2.5rem;
    padding-left: 2%; } }

.homeintro {
  position: relative;
  height: 50vh; }

.homeintro__img {
  position: relative;
  height: 100%; }

.homeintro__img-wrapper {
  height: 100%;
  background-color: transparent;
  overflow: auto;
  overflow: hidden; }

.homeintro__img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  vertical-align: bottom;
  opacity: 0; }
  .homeintro__img-wrapper img:nth-child(1) {
    opacity: 1; }
  @media (max-width: 767px) {
    .homeintro__img-wrapper img {
      top: 0;
      height: 100%;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 968px) {
    .homeintro__img-wrapper img {
      width: 100%;
      height: 100%; } }

.compat-object-fit {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  .compat-object-fit img {
    display: none;
    width: 100%;
    height: auto !important; }

.homeintro__claim {
  padding-left: 10%;
  padding-right: 10%;
  padding-right: 0;
  position: absolute;
  color: white;
  width: 100%;
  bottom: 15%;
  z-index: 500; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .homeintro__claim {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .homeintro__claim {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .homeintro__claim {
      padding-left: 14%;
      padding-right: 14%; } }
  .homeintro__claim .txt-hl-big {
    max-width: 20em;
    padding: 1.25rem 2% 1.25rem 2%;
    font-size: 2.1rem;
    font-weight: 200; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .homeintro__claim .txt-hl-big {
      font-size: 1.8rem; } }
  @media (min-width: 1740px) {
    .homeintro__claim {
      width: 75%; }
      .homeintro__claim .txt-hl-big {
        font-size: 2.5rem; } }
  @media (max-width: 767px) {
    .homeintro__claim {
      padding-left: 10%;
      padding-right: 10%;
      width: 100%;
      bottom: 10%;
      padding: 0; } }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
    .homeintro__claim {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .homeintro__claim {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (max-width: 767px) and (min-width: 1740px) {
    .homeintro__claim {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (max-width: 767px) {
      .homeintro__claim .txt-hl-big {
        padding: 0.625rem 5% 0.625rem 5%;
        font-size: 1.4rem;
        font-weight: 200;
        background: rgba(40, 40, 40, 0.3); } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .homeintro__claim {
      width: 80%; } }

.homeintro__claim—bg .txt-hl-big {
  background: rgba(40, 40, 40, 0.3); }

.homeintro__srvcs {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  width: 100%;
  top: -3em;
  z-index: 800; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .homeintro__srvcs {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .homeintro__srvcs {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .homeintro__srvcs {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (max-width: 767px) {
    .homeintro__srvcs {
      top: -1.5em; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .homeintro__srvcs {
      position: relative;
      overflow: auto;
      top: 2.5rem;
      padding-bottom: 5em; } }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .homeintro__srvcs {
      top: -2em; } }

.homeintro__srvcs ul li {
  float: left;
  margin: 0 0.75%;
  width: 23.874%;
  z-index: 700;
  position: relative; }
  .homeintro__srvcs ul li:first-child {
    margin-left: 0; }
  .homeintro__srvcs ul li:last-child {
    margin-right: 0; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .homeintro__srvcs ul li {
      display: table;
      table-layout: fixed;
      margin: 0 0;
      width: 48.8%;
      margin-right: 2%;
      margin-bottom: 2%;
      height: 4em; }
      .homeintro__srvcs ul li:nth-child(2) {
        margin-right: 0; }
      .homeintro__srvcs ul li:nth-child(4) {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 968px) {
    .homeintro__srvcs ul li {
      display: table; } }

.homeintro__srvcs ul li a {
  transition: all 150ms ease-in-out;
  padding: 1.25rem 7%;
  color: white;
  display: block;
  height: 7em;
  background-image: linear-gradient(-185deg, #1B7B97 1%, #2AA89A 98%);
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 135%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .homeintro__srvcs ul li a:hover {
    color: rgba(255, 255, 255, 0.75); }
  @media (min-width: 768px) and (max-width: 1024px) {
    .homeintro__srvcs ul li a {
      display: table-cell;
      vertical-align: middle;
      color: white;
      height: 100%;
      width: 80%;
      padding-right: 3.5em;
      box-sizing: border-box;
      font-weight: 200; } }

.homeintro__srvcs ul li a:after {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  right: 5%;
  width: 2.2em;
  height: 2.2em;
  background: url("../images/arrow-circle-right-small.svg") no-repeat center;
  background-size: cover; }
  @media (max-width: 767px) {
    .homeintro__srvcs ul li a:after {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 2.1em;
      height: 2.1em; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .homeintro__srvcs ul li a:after {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

@media (max-width: 767px) {
  .homeintro__srvcs ul li {
    margin: 0 0;
    width: 100%;
    margin-bottom: 0.625rem; }
  .homeintro__srvcs ul li a {
    font-size: 0.8em;
    font-weight: 300;
    width: 100%;
    padding: 1.875rem 5%;
    height: auto; } }

.gallery {
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .gallery {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .gallery {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .gallery {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (max-width: 1024px) {
    .gallery {
      padding-left: 0;
      padding-right: 0; } }

.gswiper-slide {
  width: 100%; }

.gswiper-slide img {
  display: block;
  width: 100%; }

.gallery .gswiper-pagination {
  position: relative;
  padding: 1.25rem;
  text-align: center !important; }

.gallery .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 0.25em; }

.gallery__imgdesc {
  padding-top: 1.25rem;
  text-align: center; }

.gallery-slider-nav {
  position: absolute;
  top: 38%;
  background: url("../images/arrow-right.svg") no-repeat center center;
  width: 3em;
  height: 3em;
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
  cursor: pointer; }

.gallery-slider-nav__left {
  left: 5%;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.gallery-slider-nav__right {
  right: 5%;
  left: auto; }

.gallery-slider-nav__left, .gallery-slider-nav__right {
  transition: all 150ms ease-in-out; }
  .gallery-slider-nav__left:hover, .gallery-slider-nav__right:hover {
    opacity: 0.5; }

@media (max-width: 1024px) {
  .gallery-slider-nav {
    display: none; } }

.downloads {
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 3.125rem;
  overflow: auto;
  margin-top: -1.25rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .downloads {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .downloads {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .downloads {
      padding-left: 26%;
      padding-right: 26%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .downloads {
      padding-bottom: 4.375rem; } }
  @media (max-width: 767px) {
    .downloads {
      padding-bottom: 2.5rem; } }

.downloads li:first-child .btn-morelink {
  padding-top: 0; }

.downloads li:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.3em;
  background: url("../images/ic-download.svg") no-repeat right center;
  width: 1.5em;
  height: 1.1em; }

.footer-address {
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 3.75rem;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background-image: linear-gradient(-185deg, #1B7B97 1%, #2AA89A 98%);
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .footer-address {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .footer-address {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .footer-address {
      padding-left: 14%;
      padding-right: 14%; } }
  .footer-address strong {
    font-weight: 500; }
  @media (max-width: 1024px) {
    .footer-address {
      margin-top: 0; } }

.footer-bottom {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .footer-bottom {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 767px) {
    .footer-bottom {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1740px) {
    .footer-bottom {
      padding-left: 14%;
      padding-right: 14%; } }
  .footer-bottom nav {
    width: 50%;
    float: right; }
  .footer-bottom ul {
    text-align: right; }
  .footer-bottom ul li {
    display: inline-block;
    margin-left: 3em; }
  .footer-bottom ul li a {
    color: #1EB8A2; }

.footer-address__spacer {
  display: inline-block;
  width: 4em; }

@media (max-width: 768px) {
  .footer-bottom span {
    display: block; }
  .footer-bottom nav {
    width: 100%;
    float: left; }
  .footer-bottom ul {
    text-align: left;
    margin-bottom: 1.25rem; }
  .footer-bottom ul li {
    display: inline-block;
    margin-left: 0em;
    margin-right: 2em;
    padding: 0.625rem 0 0 0; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-bottom nav {
    width: 38%;
    float: right; }
  .footer-bottom ul li {
    margin-left: 2em; } }

@media (min-width: 768px) and (max-width: 968px) {
  .footer-bottom nav {
    width: 100%;
    float: left; }
  .footer-bottom ul li {
    margin-left: 0;
    margin-right: 2em; } }
