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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ===== Fonts ===== */
/* ===== Colours ====== */
/* ===== Transition ===== */
/* ===== Layout ====== */
/* ===== Media query ===== */
.clearfix::after, .o-col::after, .p-header__inner::after, .p-footer__inner::after, .p-footer__inner.top .p-footer__content.left::after, .p-nav--footer .menu::after, .p-contact__inner::after, .p-info__list .p-info__content::after, .p-list .p-info__content::after, .s-project .p-hero__content::after, .s-project__header > .o-container::after, .s-project__service-list::after, .s-project-pagination__wrapper::after, .clearfix::before, .o-col::before, .p-header__inner::before, .p-footer__inner::before, .p-footer__inner.top .p-footer__content.left::before, .p-nav--footer .menu::before, .p-contact__inner::before, .p-info__list .p-info__content::before, .p-list .p-info__content::before, .s-project .p-hero__content::before, .s-project__header > .o-container::before, .s-project__service-list::before, .s-project-pagination__wrapper::before {
  content: '';
  display: table;
  line-height: 0; }

.clearfix::after, .o-col::after, .p-header__inner::after, .p-footer__inner::after, .p-footer__inner.top .p-footer__content.left::after, .p-nav--footer .menu::after, .p-contact__inner::after, .p-info__list .p-info__content::after, .p-list .p-info__content::after, .s-project .p-hero__content::after, .s-project__header > .o-container::after, .s-project__service-list::after, .s-project-pagination__wrapper::after {
  clear: both; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem; }

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

.p-list, .p-nav__list, .p-nav--footer .menu, .p-info__list, .p-info__grid, .p-info__slider, .p-info__additional-list, .p-hero__additional-list, .s-project__nav-list, .s-project__service-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.p-info__grid, .flexbox .s-project__service-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.p-info__grid .p-info__item, .flexbox .s-project__service-item {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

.c-btn:focus, .c-btn--hamburger:focus {
  outline: none; }

* {
  -webkit-overflow-scrolling: touch; }

body {
  min-width: 20rem;
  position: relative; }
  body::after {
    content: 'mq-extra-small';
    display: none; }
    @media (min-width: 480px) {
      body::after {
        content: 'mq-small'; } }
    @media (min-width: 600px) {
      body::after {
        content: 'mq-medium'; } }
    @media (min-width: 900px) {
      body::after {
        content: 'mq-large'; } }
    @media (min-width: 1200px) {
      body::after {
        content: 'mq-extra-large'; } }
  body.nav-expanded {
    overflow: hidden; }

.o-page {
  position: relative; }

.o-container {
  -webkit-transition: padding 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: padding 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 0 1.875rem; }

.o-col__item {
  float: none;
  width: 100%; }
  .o-col-2 > .o-col__item,
  .o-col-2--50-50 > .o-col__item {
    float: none;
    width: 100%; }
    @media (min-width: 900px) {
      .o-col-2 > .o-col__item,
      .o-col-2--50-50 > .o-col__item {
        float: left;
        width: 50%; } }
    @media (min-width: 900px) {
      .o-col-2 > .o-col__item:nth-of-type(2n+2),
      .o-col-2--50-50 > .o-col__item:nth-of-type(2n+2) {
        float: right; } }
  .o-col-2.has-gutter > .o-col__item,
  .o-col-2--50-50.has-gutter > .o-col__item {
    float: none;
    margin-bottom: 1.875rem;
    width: 100%; }
    @media (min-width: 900px) {
      .o-col-2.has-gutter > .o-col__item,
      .o-col-2--50-50.has-gutter > .o-col__item {
        float: left;
        margin-bottom: 1.875rem;
        margin-bottom: 4%;
        margin-right: 4%;
        width: 48%; } }
    @media (min-width: 900px) {
      .o-col-2.has-gutter > .o-col__item:nth-of-type(2n+2),
      .o-col-2--50-50.has-gutter > .o-col__item:nth-of-type(2n+2) {
        float: right;
        margin-right: 0; } }
  .o-col-2--25-75 > .o-col__item {
    float: none;
    width: 100%; }
    @media (min-width: 900px) {
      .o-col-2--25-75 > .o-col__item {
        float: left;
        width: 25%; } }
    @media (min-width: 900px) {
      .o-col-2--25-75 > .o-col__item:nth-of-type(2n+2) {
        float: right;
        width: 75%; } }
  .o-col-2--25-75.has-gutter > .o-col__item {
    float: none !important;
    margin-bottom: 1.875rem;
    width: 100%; }
    @media (min-width: 900px) {
      .o-col-2--25-75.has-gutter > .o-col__item {
        float: left;
        margin-bottom: 1.875rem;
        margin-bottom: 4%;
        margin-right: 4%;
        width: 23%; } }
    @media (min-width: 900px) {
      .o-col-2--25-75.has-gutter > .o-col__item:nth-of-type(2n+2) {
        float: right;
        margin-right: 0;
        width: 73%; } }
  .o-col-3 > .o-col__item {
    float: left;
    width: 49%; }
    @media (min-width: 900px) {
      .o-col-3 > .o-col__item {
        float: left;
        width: 33.2%; } }
    .o-col-3 > .o-col__item:nth-of-type(2n+2) {
      float: right; }
      @media (min-width: 900px) {
        .o-col-3 > .o-col__item:nth-of-type(2n+2) {
          float: left;
          width: 33.2%; } }
    .o-col-3 > .o-col__item:nth-of-type(3n+1) {
      clear: left; }
    @media (min-width: 900px) {
      .o-col-3 > .o-col__item:nth-of-type(3n+3) {
        float: right; } }
  .o-col-3.has-gutter > .o-col__item {
    float: left;
    margin-bottom: 1.875rem;
    margin-right: 3.8%;
    width: 48%; }
    @media (min-width: 900px) {
      .o-col-3.has-gutter > .o-col__item {
        float: left;
        margin-bottom: 1.875rem;
        margin-bottom: 2%;
        margin-right: 2%;
        width: 31.9%; } }
    .o-col-3.has-gutter > .o-col__item:nth-of-type(2n+2) {
      float: right;
      margin-right: 0; }
      @media (min-width: 900px) {
        .o-col-3.has-gutter > .o-col__item:nth-of-type(2n+2) {
          float: left;
          margin-right: 2%; } }
    @media (min-width: 900px) {
      .o-col-3.has-gutter > .o-col__item:nth-of-type(3n+3) {
        float: right;
        margin-right: 0; } }
    .p-grid .o-col-3.has-gutter > .o-col__item {
      margin: 0;
      margin-bottom: 1.875rem;
      width: 100%; }
      @media (min-width: 600px) {
        .p-grid .o-col-3.has-gutter > .o-col__item {
          float: left;
          margin-bottom: 1.875rem;
          margin-bottom: 4%;
          margin-right: 3.8%;
          width: 48%; } }
      @media (min-width: 900px) {
        .p-grid .o-col-3.has-gutter > .o-col__item {
          float: left;
          margin-bottom: 1.875rem;
          margin-bottom: 2%;
          margin-right: 2%;
          width: 31.9%; } }
      @media (min-width: 600px) {
        .p-grid .o-col-3.has-gutter > .o-col__item:nth-of-type(2n+2) {
          float: right;
          margin-right: 0; } }
      @media (min-width: 900px) {
        .p-grid .o-col-3.has-gutter > .o-col__item:nth-of-type(2n+2) {
          float: left;
          margin-right: 2%; } }
      @media (min-width: 900px) {
        .p-grid .o-col-3.has-gutter > .o-col__item:nth-of-type(3n+3) {
          float: right;
          margin-right: 0; } }
  .o-col-4 > .o-col__item {
    float: left;
    width: 50%; }
    @media (min-width: 900px) {
      .o-col-4 > .o-col__item {
        float: left;
        width: 25%; } }
    .o-col-4 > .o-col__item:nth-of-type(2n+2) {
      float: right; }
      @media (min-width: 900px) {
        .o-col-4 > .o-col__item:nth-of-type(2n+2) {
          float: left;
          width: 25%; } }
    @media (min-width: 900px) {
      .o-col-4 > .o-col__item:nth-of-type(4n+4) {
        float: right; } }
  .o-col-4.has-gutter > .o-col__item {
    float: left;
    margin-bottom: 1.875rem;
    margin-bottom: 4%;
    margin-right: 3.8%;
    width: 48%; }
    @media (min-width: 900px) {
      .o-col-4.has-gutter > .o-col__item {
        float: left;
        margin-bottom: 1.875rem;
        margin-bottom: 2%;
        margin-right: 1.27%;
        width: 24%; } }
    .o-col-4.has-gutter > .o-col__item:nth-of-type(2n+2) {
      float: right;
      margin-right: 0; }
      @media (min-width: 900px) {
        .o-col-4.has-gutter > .o-col__item:nth-of-type(2n+2) {
          float: left;
          margin-right: 2%; } }
    @media (min-width: 900px) {
      .o-col-4.has-gutter > .o-col__item:nth-of-type(4n+4) {
        float: right;
        margin-right: 0; } }
    .p-grid .o-col-4.has-gutter > .o-col__item {
      margin: 0;
      margin-bottom: 1.875rem;
      width: 100%; }
      @media (min-width: 600px) {
        .p-grid .o-col-4.has-gutter > .o-col__item {
          float: left;
          margin-bottom: 1.875rem;
          margin-bottom: 4%;
          margin-right: 3.8%;
          width: 48%; } }
      @media (min-width: 900px) {
        .p-grid .o-col-4.has-gutter > .o-col__item {
          float: left;
          margin-bottom: 1.875rem;
          margin-bottom: 2%;
          margin-right: 1.27%;
          width: 24%; } }
      @media (min-width: 600px) {
        .p-grid .o-col-4.has-gutter > .o-col__item:nth-of-type(2n+2) {
          float: right;
          margin-right: 0; } }
      @media (min-width: 900px) {
        .p-grid .o-col-4.has-gutter > .o-col__item:nth-of-type(2n+2) {
          float: left;
          margin-right: 1.27%; } }
      @media (min-width: 900px) {
        .p-grid .o-col-4.has-gutter > .o-col__item:nth-of-type(4n+1) {
          clear: left; } }
      @media (min-width: 900px) {
        .p-grid .o-col-4.has-gutter > .o-col__item:nth-of-type(4n+4) {
          float: right;
          margin-right: 0; } }

h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4 {
  font-weight: 300;
  line-height: 1.2;
  margin: 1.414em 0 0.5em; }

body {
  color: #1a1a1a;
  font-family: "nimbus-sans", "Helvetica", "Arial", "sans-serif";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  word-wrap: break-word; }
  @media (min-width: 900px) {
    body {
      font-size: 1.1875rem; } }

::-moz-selection {
  color: #fff;
  background: #03aff0; }

::selection {
  color: #fff;
  background: #03aff0; }

p {
  margin-bottom: 1.3em; }

h1,
.h1 {
  font-size: 1.602em;
  margin-top: 0; }
  @media (min-width: 900px) {
    h1,
    .h1 {
      font-size: 3.157em; } }

h2,
.h2 {
  font-size: 1.424em; }
  @media (min-width: 900px) {
    h2,
    .h2 {
      font-size: 2.369em; } }

h3,
.h3 {
  font-size: 1.266em; }
  @media (min-width: 900px) {
    h3,
    .h3 {
      font-size: 1.777em; } }

h4,
.h4 {
  font-size: 1.125em; }
  @media (min-width: 900px) {
    h4,
    .h4 {
      font-size: 1.333em; } }

small,
.font-small {
  font-size: 0.889em; }
  @media (min-width: 900px) {
    small,
    .font-small {
      font-size: 0.75em; } }

a {
  -webkit-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  color: currentColor;
  text-decoration: underline; }
  a:focus, a:hover {
    color: #03aff0; }

.c-icon__wrapper {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

.c-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  width: 1em; }
  .c-icon.c-icon--small {
    height: .8em;
    width: .8em; }
  .c-icon.c-icon--big {
    height: 1.2em;
    width: 1.2em; }
  .c-icon.c-icon--site-logo {
    height: 100%;
    width: 100%; }

.c-btn, .c-btn--hamburger {
  -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 0.125rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  padding: 1.4375rem 3em; }
  .c-btn:focus, .c-btn--hamburger:focus, .c-btn:hover, .c-btn--hamburger:hover {
    text-decoration: none; }
  .c-btn:disabled, .c-btn--hamburger:disabled {
    cursor: normal;
    pointer-events: none; }
  @media (min-width: 600px) {
    .c-btn, .c-btn--hamburger {
      font-size: 1rem; } }

.c-btn {
  background-color: #03aff0;
  border-color: #03aff0;
  color: #fff;
  text-decoration: none; }
  .c-btn:focus, .c-btn:hover {
    background-color: #48cdff;
    border-color: #48cdff;
    color: #fff;
    cursor: pointer;
    text-decoration: none; }

.c-btn--hamburger {
  -webkit-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(-0.625rem);
  -ms-transform: translateX(-0.625rem);
  transform: translateX(-0.625rem);
  background-color: transparent;
  border: none;
  color: #03aff0;
  display: inline-block;
  padding: 0.625rem;
  position: relative;
  vertical-align: middle;
  z-index: 1; }
  .c-btn--hamburger:focus, .c-btn--hamburger:hover {
    color: #48cdff; }
  .c-btn--hamburger > .c-btn--hamburger-bars {
    display: block;
    height: 1.5625rem;
    padding: 0;
    position: relative;
    width: 1.5625rem; }
    .c-btn--hamburger > .c-btn--hamburger-bars > span {
      -webkit-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      background-color: currentColor;
      display: inline-block;
      height: 0.0625rem;
      line-height: 1;
      position: absolute;
      width: 100%; }
      .c-btn--hamburger > .c-btn--hamburger-bars > span:nth-child(1) {
        top: 0.375rem; }
      .c-btn--hamburger > .c-btn--hamburger-bars > span:nth-child(2) {
        top: 0.75rem; }
      .c-btn--hamburger > .c-btn--hamburger-bars > span:nth-child(3) {
        top: 1.125rem; }
  #main-menu-trigger:checked + .c-btn--hamburger {
    color: #fff; }
    #main-menu-trigger:checked + .c-btn--hamburger > .c-btn--hamburger-bars > span:nth-child(1) {
      -webkit-transform: translateY(0.375rem) rotate(45deg);
      -ms-transform: translateY(0.375rem) rotate(45deg);
      transform: translateY(0.375rem) rotate(45deg); }
    #main-menu-trigger:checked + .c-btn--hamburger > .c-btn--hamburger-bars > span:nth-child(2) {
      -webkit-transform: scaleX(0.001);
      -ms-transform: scaleX(0.001);
      transform: scaleX(0.001); }
    #main-menu-trigger:checked + .c-btn--hamburger > .c-btn--hamburger-bars > span:nth-child(3) {
      -webkit-transform: translateY(-0.375rem) rotate(-45deg);
      -ms-transform: translateY(-0.375rem) rotate(-45deg);
      transform: translateY(-0.375rem) rotate(-45deg); }

.c-btn--scrolltop {
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  border: 0.0625rem solid currentColor;
  height: 3.125rem;
  font-size: 1.875rem;
  opacity: .5;
  padding: 0;
  position: relative;
  width: 3.125rem; }
  .c-btn--scrolltop:hover {
    background-color: transparent;
    border-color: currentColor;
    color: currentColor;
    opacity: 1; }
  .c-btn--scrolltop .c-icon__wrapper {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%; }
  .c-btn--scrolltop .c-icon {
    vertical-align: top; }

.c-deco__wrapper {
  height: auto;
  left: 0;
  position: absolute;
  top: -2.5rem;
  width: 100%;
  z-index: -1; }
  .s-project .c-deco__wrapper {
    height: 100%;
    overflow: hidden;
    top: 0; }
  .js .p-hero--frontpage > .c-deco__wrapper {
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    position: fixed;
    top: 0; }

.c-deco__inner {
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  position: relative;
  top: 0;
  right: 0;
  width: 100%; }
  .c-deco__inner > span {
    -webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    border: 0.0625rem solid #03aff0;
    border-radius: 12.5%;
    display: block;
    height: 12.5rem;
    max-width: 43.125rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 12.5rem; }
    @media (min-width: 600px) {
      .c-deco__inner > span {
        height: 16.25rem;
        width: 16.25rem; } }
    @media (min-width: 900px) {
      .c-deco__inner > span {
        height: 20rem;
        width: 20rem; } }
    @media (min-width: 1200px) {
      .c-deco__inner > span {
        height: 25rem;
        width: 25rem; } }
    @media screen and (min-width: 1900px) and (min-height: 450px) {
      .c-deco__inner > span {
        height: 30rem;
        width: 30rem; } }
    .c-deco__inner > span::after {
      content: '';
      padding-bottom: 100%; }
    .c-deco__inner > span:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 5.125rem;
      top: 11.4375rem; }
      @media (min-width: 600px) {
        .c-deco__inner > span:nth-of-type(1) {
          right: 5.9375rem;
          top: 13.5625rem; } }
      @media (min-width: 900px) {
        .c-deco__inner > span:nth-of-type(1) {
          right: 7.625rem;
          top: 12.5rem; } }
      @media (min-width: 1200px) {
        .c-deco__inner > span:nth-of-type(1) {
          right: 6.875rem;
          top: 9.0625rem; } }
    .c-deco__inner > span:nth-of-type(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 2.5rem;
      top: 10.625rem; }
      @media (min-width: 600px) {
        .c-deco__inner > span:nth-of-type(2) {
          background: url("../files/images/default-thumb.jpg") no-repeat center center;
          background-size: cover;
          border-color: transparent;
          right: 3.125rem;
          top: 12.5rem; } }
      @media (min-width: 900px) {
        .c-deco__inner > span:nth-of-type(2) {
          right: 3.75rem;
          top: 11.25rem; } }
      @media (min-width: 1200px) {
        .c-deco__inner > span:nth-of-type(2) {
          right: 2.5rem;
          top: 7.5rem; } }
    .c-deco__inner > span:nth-of-type(3) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 2.5rem;
      top: 12.5rem; }
      @media (min-width: 600px) {
        .c-deco__inner > span:nth-of-type(3) {
          right: 3.125rem;
          top: 14.375rem; } }
      @media (min-width: 900px) {
        .c-deco__inner > span:nth-of-type(3) {
          right: 3.75rem;
          top: 13.75rem; } }
      @media (min-width: 1200px) {
        .c-deco__inner > span:nth-of-type(3) {
          right: 2.5rem;
          top: 10.625rem; } }
    #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(1) {
      -webkit-transform: translate3d(40%, -120%, 0) rotate(45deg);
      -ms-transform: translate3d(40%, -120%, 0) rotate(45deg);
      transform: translate3d(40%, -120%, 0) rotate(45deg); }
      @media (min-width: 600px) {
        #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(1) {
          -webkit-transform: translate3d(0, -100%, 0) rotate(45deg);
          -ms-transform: translate3d(0, -100%, 0) rotate(45deg);
          transform: translate3d(0, -100%, 0) rotate(45deg); } }
      @media (min-width: 900px) {
        #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(1) {
          -webkit-transform: translate3d(-10%, -130%, 0) rotate(45deg);
          -ms-transform: translate3d(-10%, -130%, 0) rotate(45deg);
          transform: translate3d(-10%, -130%, 0) rotate(45deg); } }
      @media (min-width: 1200px) {
        #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(1) {
          -webkit-transform: translate3d(0, -110%, 0) rotate(45deg);
          -ms-transform: translate3d(0, -110%, 0) rotate(45deg);
          transform: translate3d(0, -110%, 0) rotate(45deg); } }
    #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(2) {
      -webkit-transform: translate3d(120%, 0, 0) rotate(45deg);
      -ms-transform: translate3d(120%, 0, 0) rotate(45deg);
      transform: translate3d(120%, 0, 0) rotate(45deg); }
      @media (min-width: 600px) {
        #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(2) {
          -webkit-transform: translate3d(70%, 0, 0) rotate(45deg);
          -ms-transform: translate3d(70%, 0, 0) rotate(45deg);
          transform: translate3d(70%, 0, 0) rotate(45deg); } }
      @media (min-width: 900px) {
        #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(2) {
          -webkit-transform: translate3d(80%, -10%, 0) rotate(45deg);
          -ms-transform: translate3d(80%, -10%, 0) rotate(45deg);
          transform: translate3d(80%, -10%, 0) rotate(45deg); } }
      @media (min-width: 1200px) {
        #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(2) {
          -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
          -ms-transform: translate3d(100%, 0, 0) rotate(45deg);
          transform: translate3d(100%, 0, 0) rotate(45deg); } }
    #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(3) {
      -webkit-transform: translate3d(40%, 62vh, 0) rotate(45deg);
      -ms-transform: translate3d(40%, 62vh, 0) rotate(45deg);
      transform: translate3d(40%, 62vh, 0) rotate(45deg); }
      @media (min-width: 600px) {
        #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(3) {
          -webkit-transform: translate3d(0, 70vh, 0) rotate(45deg);
          -ms-transform: translate3d(0, 70vh, 0) rotate(45deg);
          transform: translate3d(0, 70vh, 0) rotate(45deg); } }
      @media (min-width: 900px) {
        #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(3) {
          -webkit-transform: translate3d(0, 70vh, 0) rotate(45deg);
          -ms-transform: translate3d(0, 70vh, 0) rotate(45deg);
          transform: translate3d(0, 70vh, 0) rotate(45deg); } }
      @media (min-width: 1200px) {
        #hero-decoration:not(.is-formed) .c-deco__inner > span:nth-of-type(3) {
          -webkit-transform: translate3d(25%, 75vh, 0) rotate(45deg);
          -ms-transform: translate3d(25%, 75vh, 0) rotate(45deg);
          transform: translate3d(25%, 75vh, 0) rotate(45deg); } }
    .s-project .c-deco__inner > span {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: none; }
      @media (min-width: 600px) {
        .s-project .c-deco__inner > span {
          display: block;
          height: 12.5rem;
          width: 12.5rem; } }
      @media (min-width: 900px) {
        .s-project .c-deco__inner > span {
          height: 18.75rem;
          width: 18.75rem; } }
      @media (min-width: 1200px) {
        .s-project .c-deco__inner > span {
          height: 25rem;
          width: 25rem; } }
      .s-project .c-deco__inner > span:nth-of-type(1) {
        right: 0.78125rem;
        top: 3.90625rem; }
        @media (min-width: 600px) {
          .s-project .c-deco__inner > span:nth-of-type(1) {
            right: 2.34375rem;
            top: 3.90625rem; } }
        @media (min-width: 900px) {
          .s-project .c-deco__inner > span:nth-of-type(1) {
            right: 3.90625rem;
            top: 4.6875rem; } }
        @media (min-width: 1200px) {
          .s-project .c-deco__inner > span:nth-of-type(1) {
            right: 4.6875rem;
            top: 7.8125rem; } }
      .s-project .c-deco__inner > span:nth-of-type(2) {
        background: none;
        border-color: #03aff0;
        right: -1.5625rem;
        top: 3.125rem; }
        @media (min-width: 600px) {
          .s-project .c-deco__inner > span:nth-of-type(2) {
            right: 0;
            top: 3.125rem; } }
        @media (min-width: 1200px) {
          .s-project .c-deco__inner > span:nth-of-type(2) {
            right: 0;
            top: 6.25rem; } }
      .s-project .c-deco__inner > span:nth-of-type(3) {
        right: -1.5625rem;
        top: 4.6875rem; }
        @media (min-width: 600px) {
          .s-project .c-deco__inner > span:nth-of-type(3) {
            right: 0;
            top: 4.6875rem; } }
        @media (min-width: 900px) {
          .s-project .c-deco__inner > span:nth-of-type(3) {
            top: 5.46875rem; } }
        @media (min-width: 1200px) {
          .s-project .c-deco__inner > span:nth-of-type(3) {
            top: 9.375rem; } }
    .c-deco__inner > span:nth-of-type(n+4) {
      display: none; }

@media (min-height: 450px) {
  #wpadminbar {
    left: 0;
    position: fixed;
    top: 0; } }

.p-header {
  -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #fff;
  border-bottom: 0.0625rem solid #cdcdcd;
  height: 4.375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  @media (min-width: 480px) {
    .p-header {
      height: 5.625rem; } }
  @media (min-width: 600px) {
    .p-header {
      height: 6.875rem; } }
  @media (min-height: 450px) {
    .p-header {
      position: fixed; } }
  @media (min-width: 900px) {
    .p-header {
      background-color: transparent;
      border-color: transparent;
      height: 7.5rem; } }
  .p-header::after {
    -webkit-transition: border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    background-color: transparent;
    border-bottom: 0.0625rem solid transparent;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  @media (min-height: 450px) {
    .admin-bar .p-header {
      position: fixed;
      top: 2.875rem; } }
  @media screen and (min-height: 450px) and (min-width: 783px) {
    .admin-bar .p-header {
      top: 2rem; } }
  @media (min-width: 900px) {
    .is-scrolldown .p-header::after {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background-color: #fff;
      border-color: #cdcdcd; } }
  .single .p-header {
    -webkit-transition: border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    @media (min-width: 900px) {
      .single .p-header {
        background-color: #fff;
        border-color: #cdcdcd; } }
    @media (min-width: 1200px) {
      .single .p-header {
        background-color: transparent;
        border-color: transparent; } }
    .single .p-header::after {
      display: none; }
  @media (min-width: 1200px) {
    .single.is-scrolldown .p-header {
      background-color: #fff;
      border-color: #cdcdcd; } }

.p-header__inner {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem; }
  @media (min-width: 480px) {
    .p-header__inner {
      padding-bottom: 1.25rem;
      padding-top: 1.25rem; } }
  @media (min-width: 600px) {
    .p-header__inner {
      padding-bottom: 1.875rem;
      padding-top: 1.875rem; } }

.p-header__left {
  width: 100%; }
  @media (min-width: 900px) {
    .p-header__left {
      float: left;
      width: 50%; } }

.p-header__right {
  display: none; }
  @media (min-width: 900px) {
    .p-header__right {
      display: block;
      float: right;
      width: 50%; } }

.p-header__menu {
  display: inline-block;
  position: relative; }

.p-header__logo {
  display: inline-block;
  font-size: 0.875em;
  position: relative; }
  @media (min-width: 480px) {
    .p-header__logo {
      font-size: 1em; } }
  .p-header__logo .c-icon__wrapper {
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    display: inline-block;
    height: 2.875em;
    opacity: 1;
    visibility: visible;
    width: 8.25em; }
    .nav-expanded .p-header__logo .c-icon__wrapper {
      opacity: 0;
      visibility: hidden; }
      @media (min-width: 900px) {
        .nav-expanded .p-header__logo .c-icon__wrapper {
          opacity: 1;
          visibility: visible; } }

.p-header__logo-url {
  color: #03aff0;
  display: inline-block; }
  .p-header__logo-url:focus, .p-header__logo-url:hover {
    color: #48cdff; }
  .p-header__logo-url:focus {
    outline: none; }
  .nav-expanded .p-header__logo-url {
    color: #fff; }

.p-header__quicklinks {
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(0.75rem);
  -ms-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
  opacity: 1;
  text-align: right;
  visibility: visible; }
  @media (min-width: 900px) {
    .p-header__quicklinks {
      -webkit-transform: translateY(0.75rem);
      -ms-transform: translateY(0.75rem);
      transform: translateY(0.75rem); } }
  .nav-expanded .p-header__quicklinks {
    opacity: 0;
    visibility: hidden; }
  .p-header__quicklinks .js-contact-link {
    color: #03aff0;
    font-size: 1.5rem;
    text-decoration: none; }
    @media (min-width: 900px) {
      .p-header__quicklinks .js-contact-link {
        font-size: 1.5rem; } }
    .p-header__quicklinks .js-contact-link:focus, .p-header__quicklinks .js-contact-link:hover {
      color: #48cdff; }
    .p-header__quicklinks .js-contact-link > .c-icon__wrapper {
      -webkit-transform: translateY(-0.0625rem);
      -ms-transform: translateY(-0.0625rem);
      transform: translateY(-0.0625rem); }

.p-main__content {
  position: relative;
  z-index: 1; }
  .js #frontpage-hero + .p-main__content {
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0; }
    .js #frontpage-hero + .p-main__content.js-show {
      opacity: 1; }

.p-footer {
  position: relative; }

.p-footer__wrapper {
  background-color: #03aff0; }

.p-footer__inner {
  color: #fff;
  padding: 1.875rem 0; }
  @media (min-width: 900px) {
    .p-footer__inner {
      padding: 3.125rem 0; } }
  .p-footer__inner + .p-footer__inner {
    padding-top: 0; }

.p-footer__content.left {
  width: 100%; }
  .p-footer__inner.top .p-footer__content.left {
    margin-bottom: 1.875rem; }
    @media (min-width: 900px) {
      .p-footer__inner.top .p-footer__content.left {
        float: left;
        margin-bottom: 0;
        width: 20%; } }
  .p-footer__inner.bottom .p-footer__content.left {
    display: inline-block;
    vertical-align: middle;
    width: 70%; }

.p-footer__content.middle {
  width: 100%; }
  .p-footer__inner.top .p-footer__content.middle {
    float: left;
    width: 50%; }
    @media (min-width: 900px) {
      .p-footer__inner.top .p-footer__content.middle {
        width: 60%; } }

.p-footer__content.right {
  width: 100%; }
  .p-footer__inner.top .p-footer__content.right {
    float: right;
    text-align: right;
    width: 50%; }
    @media (min-width: 900px) {
      .p-footer__inner.top .p-footer__content.right {
        width: 20%; } }
  .p-footer__inner.bottom .p-footer__content.right {
    display: inline-block;
    float: right;
    text-align: right;
    vertical-align: middle;
    width: 25%; }

.p-footer__logo-url {
  color: #fff;
  display: inline-block;
  float: left; }
  .p-footer__logo-url:hover, .p-footer__logo-url:focus {
    color: #48cdff; }
  .p-footer__logo-url .c-icon__wrapper {
    height: 3.125rem;
    width: 9rem; }

.p-footer__scrolltop {
  float: right; }
  @media (min-width: 900px) {
    .p-footer__scrolltop {
      display: none; } }

.p-footer__social-link {
  display: inline-block;
  font-size: 1.875rem;
  line-height: 1; }
  .p-footer__social-link:hover, .p-footer__social-link:focus {
    color: #48cdff; }

.p-footer__copyright,
.p-footer__company-info {
  font-size: 0.75rem; }

.p-footer__contact-link {
  display: inline-block;
  text-decoration: none; }
  .p-footer__contact-link:hover, .p-footer__contact-link:focus {
    color: #48cdff; }

.p-nav {
  -webkit-transition: max-height 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #03aff0;
  color: #fff;
  height: 100%;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%; }
  #main-menu-trigger:checked ~ .p-nav {
    max-height: 100%;
    opacity: 1;
    visibility: visible; }
  .p-nav .p-nav__home-url {
    display: inline-block; }
    @media (min-width: 900px) {
      .p-nav .p-nav__home-url {
        display: none; } }
    .p-nav .p-nav__home-url:hover {
      color: #48cdff; }
  .p-nav .c-icon__wrapper {
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    display: none;
    opacity: 0;
    visibility: hidden; }
    @media (min-height: 450px) {
      .p-nav .c-icon__wrapper {
        bottom: 1.875rem;
        display: inline-block;
        font-size: 0.75rem;
        height: 3.5625em;
        left: 1.875rem;
        opacity: 1;
        position: absolute;
        visibility: visible;
        width: 10.0625em; } }
    @media (min-height: 650px) {
      .p-nav .c-icon__wrapper {
        font-size: 1rem; } }
    @media (min-width: 900px) {
      .p-nav .c-icon__wrapper {
        opacity: 0;
        visibility: hidden; } }

.p-nav__wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  left: 0;
  opacity: 1;
  position: absolute;
  top: 6.25rem;
  visibility: visible;
  width: 100%; }
  @media (min-height: 450px) {
    .p-nav__wrapper {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; } }
  .contact-expanded .p-nav__wrapper {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
    opacity: 0;
    visibility: hidden; }

.p-nav__list {
  font-size: 2.25rem;
  font-weight: 300;
  overflow: scroll;
  padding: 0.625rem 0;
  max-height: -webkit-calc(100vh - 180px);
  max-height: calc(100vh - 180px); }
  @media (min-height: 450px) {
    .p-nav__list {
      overflow: hidden; } }
  @media (min-height: 650px) {
    .p-nav__list {
      font-size: 2.5rem; } }
  @media (min-width: 600px) {
    .p-nav__list {
      font-size: 3.4375rem; } }
  @media (min-width: 900px) {
    .p-nav__list {
      font-size: 3.75rem; } }
  @media (min-width: 900px) and (min-height: 1000px) {
    .p-nav__list {
      font-size: 4.375rem; } }
  @media (min-width: 1200px) and (min-height: 1000px) {
    .p-nav__list {
      font-size: 4.6875rem; } }
  @media screen and (min-width: 1900px) and (min-height: 1000px) {
    .p-nav__list {
      font-size: 5rem; } }
  @media (max-height: 550px) {
    .p-nav__list {
      overflow: scroll;
      max-height: -webkit-calc(100vh - 180px);
      max-height: calc(100vh - 180px); } }
  .p-nav__list .menu-item {
    line-height: 1.1; }
    .p-nav__list .menu-item > a {
      color: #fff;
      text-decoration: none; }
      .p-nav__list .menu-item > a:focus, .p-nav__list .menu-item > a:hover {
        color: #48cdff; }
      .p-nav__list .menu-item > a:focus {
        outline: none; }
  .p-nav__list .current_page_item > a {
    color: #fff; }

.p-nav--footer .menu-item {
  display: block; }
  @media (min-width: 900px) {
    .p-nav--footer .menu-item {
      display: inline-block; } }
  .p-nav--footer .menu-item > a {
    display: inline-block;
    padding: 0;
    text-decoration: none; }
    @media (min-width: 900px) {
      .p-nav--footer .menu-item > a {
        padding: 0 1em; } }
    .p-nav--footer .menu-item > a:hover, .p-nav--footer .menu-item > a:focus {
      color: #48cdff; }

.p-contact {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  height: auto;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 50%;
  visibility: hidden;
  width: 100%;
  z-index: 2; }
  @media (min-height: 450px) {
    .p-contact {
      -webkit-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
      transform: translateY(-80%); } }
  .contact-expanded .p-contact {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    top: 8.125rem;
    visibility: visible; }
    @media (min-height: 450px) {
      .contact-expanded .p-contact {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%; } }

.p-contact__inner {
  color: #03aff0;
  max-height: -webkit-calc(100vh - 180px);
  max-height: calc(100vh - 180px);
  overflow: scroll;
  padding: 0.625rem 0;
  width: 100%; }
  @media (min-height: 450px) {
    .p-contact__inner {
      overflow: hidden; } }
  @media (min-width: 900px) {
    .p-contact__inner {
      width: 60%; } }
  .contact-expanded .p-contact__inner {
    color: #fff; }

.p-contact__title {
  border-width: 0 0.0625rem 0 0;
  border-style: solid;
  border-color: #48cdff;
  float: left;
  font-size: 1.625rem;
  letter-spacing: -0.125rem;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 5% 0 0;
  width: 40%; }
  @media (min-height: 450px) {
    .p-contact__title {
      border-width: 0 0 0.0625rem;
      float: none;
      font-size: 1.75rem;
      margin-bottom: .7em;
      padding: 0 0 .7em;
      width: 100%; } }
  @media (min-height: 650px) {
    .p-contact__title {
      font-size: 1.875rem; } }
  @media (min-width: 600px) and (min-height: 450px) {
    .p-contact__title {
      font-size: 3.125rem; } }
  @media (min-width: 900px) and (min-height: 450px) {
    .p-contact__title {
      font-size: 4.375rem;
      line-height: 1.06;
      margin-bottom: .5em;
      padding: 0 0 .5em; } }
  @media (min-width: 1200px) and (min-height: 1000px) {
    .p-contact__title {
      font-size: 5.625rem; } }

.p-contact__info {
  float: right;
  font-size: 0.875rem;
  word-break: break-all;
  width: 50%; }
  @media (min-height: 450px) {
    .p-contact__info {
      float: none;
      font-size: 1rem;
      width: 100%; } }
  @media (min-height: 650px) {
    .p-contact__info {
      font-size: 1.125rem; } }
  @media (min-width: 900px) {
    .p-contact__info {
      font-size: 1.375rem; } }

.p-contact__email,
.p-contact__phone,
.p-contact__address {
  margin: 0; }

.p-contact__email,
.p-contact__phone {
  font-size: 1rem; }
  @media (min-height: 450px) {
    .p-contact__email,
    .p-contact__phone {
      font-size: 1.125rem; } }
  @media (min-height: 650px) {
    .p-contact__email,
    .p-contact__phone {
      font-size: 1.375rem; } }
  @media (min-width: 900px) and (min-height: 450px) {
    .p-contact__email,
    .p-contact__phone {
      font-size: 2.25rem; } }
  .p-contact__email > a,
  .p-contact__phone > a {
    color: currentColor;
    display: inline-block;
    text-decoration: none; }
    .p-contact__email > a:focus, .p-contact__email > a:hover,
    .p-contact__phone > a:focus,
    .p-contact__phone > a:hover {
      color: currentColor; }
    .p-contact__email > a:focus,
    .p-contact__phone > a:focus {
      outline: none; }
    .no-touchevents .p-contact__email > a, .no-touchevents
    .p-contact__phone > a {
      position: relative; }
      .no-touchevents .p-contact__email > a::after, .no-touchevents
      .p-contact__phone > a::after {
        -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        background-color: currentColor;
        content: '';
        display: none;
        height: 0.0625rem;
        position: absolute;
        width: .001%; }
        @media (min-width: 900px) {
          .no-touchevents .p-contact__email > a::after, .no-touchevents
          .p-contact__phone > a::after {
            display: block; } }
      .no-touchevents .p-contact__email > a:focus::after, .no-touchevents .p-contact__email > a:hover::after, .no-touchevents
      .p-contact__phone > a:focus::after, .no-touchevents
      .p-contact__phone > a:hover::after {
        width: 100%; }

.p-contact__address {
  margin-top: 0.5rem; }
  @media (min-width: 900px) and (min-height: 450px) {
    .p-contact__address {
      margin-top: 1.875rem; } }

.p-section {
  padding: 2.5rem 0 1.25rem; }
  @media (min-width: 900px) {
    .p-section {
      padding: 5rem 0 2.5rem; } }
  .p-section.dark {
    background-color: #03aff0;
    color: #fff; }
  .p-list .p-section + .p-section {
    padding-top: 1.25rem; }
    @media (min-width: 900px) {
      .p-list .p-section + .p-section {
        padding-top: 2.5rem; } }

.p-section--image > .p-section__bg {
  min-height: 12.5rem;
  position: relative; }
  @media (min-height: 450px) {
    .p-section--image > .p-section__bg {
      min-height: 25rem; } }
  @media (min-height: 1000px) {
    .p-section--image > .p-section__bg {
      min-height: 50rem; } }

.p-section--image.has-overlay > .p-section__bg::after {
  background: #1a1a1a;
  content: '';
  display: block;
  height: 100%;
  opacity: .5;
  position: absolute;
  width: 100%; }

.p-section__side {
  padding-top: 0.625rem;
  position: relative; }
  @media (min-width: 900px) {
    .p-section__side {
      padding-top: 1.625rem; } }
  .o-col-2 .p-section__side::before {
    content: '';
    display: block;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 0; }
  @media (min-width: 900px) {
    .p-section.content-left .o-col-2 .p-section__side {
      float: right; } }
  .p-section.content-left .o-col-2 .p-section__side::before {
    background: #cdcdcd;
    width: 100%; }
  .p-section.content-right .o-col-2 .p-section__side::before {
    background: currentColor;
    width: 100%; }
    @media (min-width: 900px) {
      .p-section.content-right .o-col-2 .p-section__side::before {
        width: 80%; } }
  .p-list .p-section__side {
    padding-top: 2.5rem; }
    @media (min-width: 900px) {
      .p-list .p-section__side {
        padding-top: 5rem; } }

.p-section__main {
  padding-top: 0.625rem;
  position: relative; }
  @media (min-width: 900px) {
    .p-section__main {
      padding-top: 1.625rem; } }
  .p-section__main::before {
    content: '';
    display: none;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 0; }
    @media (min-width: 900px) {
      .p-section__main::before {
        display: block; } }
    .dark .p-section__main::before {
      background: #fff; }
  @media (min-width: 900px) {
    .p-section.content-left .p-section__main {
      float: left; } }
  .p-section.content-left .p-section__main::before {
    background: currentColor;
    width: 100%; }
    @media (min-width: 900px) {
      .p-section.content-left .p-section__main::before {
        width: 80%; } }
  .p-section.content-right .p-section__main::before {
    background: #cdcdcd;
    width: 100%; }
  .p-list .p-section__main {
    padding-top: 2.5rem; }
    @media (min-width: 900px) {
      .p-list .p-section__main {
        padding-top: 5rem; } }

.p-section__heading {
  font-size: 1.25rem;
  margin-top: 0; }
  @media (min-width: 900px) {
    .p-section__heading {
      font-size: 1.875rem; } }
  .p-section__heading > .c-icon__wrapper {
    margin-left: .2em;
    vertical-align: top; }
  .p-section__heading.icon-large > .c-icon__wrapper {
    font-size: 2em;
    margin: -.15em .2em 0 0;
    vertical-align: middle; }

.p-section__heading-link {
  color: currentColor;
  text-decoration: none; }
  .dark .p-section__heading-link:focus, .dark .p-section__heading-link:hover {
    color: #48cdff; }

.p-section__subheading {
  font-size: 1.25rem;
  margin-top: 0; }
  @media (min-width: 900px) {
    .p-section__subheading {
      font-size: 1.875rem;
      width: 75%; } }
  .is-frontpage + .p-main__content .p-section__subheading {
    display: none; }
    @media (min-width: 900px) {
      .is-frontpage + .p-main__content .p-section__subheading {
        display: block; } }

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

.p-list .p-section__content > *:first-child {
  margin-top: 0; }
  @media (min-width: 600px) {
    .p-list .p-section__content > *:first-child {
      margin-top: 1em; } }

.p-section__main .p-section__content > *:first-child {
  margin-top: 0; }

.is-frontpage + .p-main__content .p-section__content {
  display: none; }
  @media (min-width: 900px) {
    .is-frontpage + .p-main__content .p-section__content {
      display: block; } }

.p-section__link-wrapper {
  margin: 2.5rem 0 0; }
  @media (min-width: 900px) {
    .p-section__link-wrapper {
      margin: 5rem 0 0; } }

.p-section__link {
  color: #03aff0;
  text-decoration: none; }
  .p-section__link:focus, .p-section__link:hover {
    color: #48cdff; }
  .dark .p-section__link {
    color: #fff; }
    .dark .p-section__link:focus, .dark .p-section__link:hover {
      color: #48cdff; }
  .p-section__link > .c-icon__wrapper {
    margin-left: .2em;
    vertical-align: top; }

.p-section__link-heading {
  font-size: 1.25rem;
  margin-top: 0; }
  @media (min-width: 900px) {
    .p-section__link-heading {
      font-size: 1.875rem; } }

@media (min-width: 900px) {
  .p-info__list {
    margin: 2.5rem 0; } }

@media (min-width: 1200px) {
  .o-col-2--25-75 .p-info__grid {
    width: 75%; } }

.p-grid .p-info__grid {
  padding-bottom: 2.5rem; }
  @media (min-width: 900px) {
    .p-grid .p-info__grid {
      padding-bottom: 3.75rem; } }

.p-info__slider {
  padding-bottom: 1.875rem;
  position: relative; }
  @media (min-width: 900px) {
    .p-info__slider {
      padding-bottom: 3.75rem; } }
  .p-info__slider.slick-initialized .slick-list {
    margin: 0 -1.875rem;
    position: relative; }
    @media (min-width: 600px) {
      .p-info__slider.slick-initialized .slick-list {
        margin: 0 -1.875rem;
        padding: 0 1.875rem; } }
    @media (min-width: 900px) {
      .p-info__slider.slick-initialized .slick-list {
        margin: 0 -1.875rem;
        padding: 0 1.875rem; } }
    .p-info__slider.slick-initialized .slick-list::before, .p-info__slider.slick-initialized .slick-list::after {
      content: '';
      display: block;
      height: 102%;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 1.875rem;
      z-index: 10; }
    .p-info__slider.slick-initialized .slick-list::before {
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      left: -1px; }
    .p-info__slider.slick-initialized .slick-list::after {
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
      right: -1px; }
  .p-info__slider .slick-arrow {
    background: transparent;
    border: 0;
    bottom: 0;
    color: currentColor;
    cursor: pointer;
    font-size: 1.5rem;
    height: 1em;
    left: 0;
    line-height: 1;
    padding: 0;
    position: absolute;
    width: 1em; }
    @media (min-width: 900px) {
      .p-info__slider .slick-arrow {
        font-size: 2.8125rem; } }
    .p-info__slider .slick-arrow:hover {
      color: #03aff0; }
    .p-info__slider .slick-arrow.slick-prev .c-icon {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .p-info__slider .slick-arrow.slick-next {
      left: 1.5em; }
    .p-info__slider .slick-arrow.slick-disabled {
      color: #d8d8d8;
      cursor: normal;
      pointer-events: none; }
    .p-info__slider .slick-arrow .c-icon {
      display: block; }

.p-info__list .p-info__item {
  border-color: #cdcdcd;
  border-style: solid;
  border-width: 0.0625rem 0 0; }
  @media (min-width: 900px) {
    .p-info__list .p-info__item {
      border-width: 0.0625rem 0;
      margin-bottom: 1.25rem; } }
  .p-info__list .p-info__item:last-of-type {
    border-width: 0.0625rem 0; }

@media (min-width: 900px) {
  .p-info__grid .p-info__item {
    margin-bottom: 3.75rem; } }

.p-info__grid--icons .p-info__item {
  text-align: center; }

.p-info__slider .p-info__item {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media (min-width: 900px) {
    .p-info__slider .p-info__item {
      padding-left: 0;
      padding-right: 1.25rem; } }
  .p-info__slider .p-info__item:focus {
    outline: 0; }

.p-info__list .p-info__content {
  padding: 1.125rem 0;
  position: relative; }
  @media (min-width: 900px) {
    .p-info__list .p-info__content {
      padding: 0; } }
  @media (min-width: 1200px) {
    .p-info__list .p-info__content {
      width: 75%; } }
  .p-info__list .p-info__content > *:last-child {
    margin-bottom: 0 !important; }

.p-info__grid .p-info__content {
  margin: 0 auto;
  text-align: center; }

.p-grid .p-info__content,
.p-info__slider .p-info__content {
  height: 100%;
  width: 100%;
  text-align: left; }
  .p-grid .p-info__content:focus,
  .p-info__slider .p-info__content:focus {
    outline: 0; }

.p-info__image-wrapper {
  overflow: hidden; }
  .p-info__list .p-info__link .p-info__image-wrapper {
    float: left;
    max-width: 6.25rem;
    width: 25%; }
    @media (min-width: 600px) {
      .p-info__list .p-info__link .p-info__image-wrapper {
        width: 25%; } }
    @media (min-width: 900px) {
      .p-info__list .p-info__link .p-info__image-wrapper {
        height: 6.25rem;
        width: 6.25rem; } }
  .p-list .p-info__image-wrapper {
    float: left;
    max-width: 6.25rem;
    width: 25%; }
    @media (min-width: 1200px) {
      .p-list .p-info__image-wrapper {
        height: 10.625rem;
        max-width: none;
        width: 10.625rem; } }

.p-info__image-inner {
  -webkit-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .p-list .p-info__image-inner,
  .p-info__list .p-info__image-inner {
    background-color: #d8d8d8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    margin: 0; }
    .p-list .p-info__image-inner::after,
    .p-info__list .p-info__image-inner::after {
      content: '';
      display: block;
      padding-bottom: 100%; }
  .p-info__grid .p-info__image-inner {
    font-size: 7.5rem; }
    @media (min-width: 900px) {
      .p-info__grid .p-info__image-inner {
        font-size: 7.5rem; } }
    .p-info__grid .p-info__image-inner .c-icon__wrapper {
      display: block; }
  .p-grid .p-info__image-inner,
  .p-info__slider .p-info__image-inner {
    background-color: #d8d8d8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 17.5rem;
    width: 100%; }
    .p-grid .p-info__image-inner:focus,
    .p-info__slider .p-info__image-inner:focus {
      outline: 0; }
  .p-info__grid .p-info__link .p-info__image-inner,
  .p-info__list .p-info__link .p-info__image-inner,
  .p-info__slider .p-info__link .p-info__image-inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .p-info__grid .p-info__link:hover .p-info__image-inner,
  .p-info__list .p-info__link:hover .p-info__image-inner,
  .p-info__slider .p-info__link:hover .p-info__image-inner {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .p-info__grid.p-info__grid--icons .p-info__link .p-info__image-inner {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .p-info__grid.p-info__grid--icons .p-info__link:hover .p-info__image-inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.p-info__image {
  display: block;
  opacity: 0; }

.p-info__text-wrapper {
  padding: 0.3125rem 0; }
  .p-grid .p-info__text-wrapper,
  .p-info__slider .p-info__text-wrapper {
    border: 0.0625rem solid #03aff0;
    border-top: 0;
    padding: 1.875rem; }
    .csscalc .p-grid .p-info__text-wrapper, .csscalc
    .p-info__slider .p-info__text-wrapper {
      height: -webkit-calc(100% - 21.313rem);
      height: calc(100% - 21.313rem); }
  .p-list .p-info__text-wrapper {
    float: right;
    padding-top: 0;
    width: 70%; }
    @media (min-width: 600px) {
      .p-list .p-info__text-wrapper {
        width: 75%; } }
    @media (min-width: 600px) {
      .csscalc .p-list .p-info__text-wrapper {
        width: -webkit-calc(100% - 8.125rem);
        width: calc(100% - 8.125rem); } }
    @media (min-width: 1200px) {
      .csscalc .p-list .p-info__text-wrapper {
        width: -webkit-calc(100% - 12.5rem);
        width: calc(100% - 12.5rem); } }

.p-info__list .p-info__title {
  margin-top: 0;
  float: right;
  width: 70%; }
  @media (min-width: 600px) {
    .p-info__list .p-info__title {
      width: 75%; } }
  @media (min-width: 900px) {
    .p-info__list .p-info__title {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      float: none;
      left: 8.125rem;
      margin: 0;
      position: absolute;
      top: 50%;
      width: 13.75rem; } }
  @media (min-width: 600px) {
    .csscalc .p-info__list .p-info__title {
      width: -webkit-calc(100% - 8.125rem);
      width: calc(100% - 8.125rem); } }
  @media (min-width: 900px) {
    .csscalc .p-info__list .p-info__title {
      width: 13.75rem; } }

.p-info__grid .p-info__title {
  font-size: 1.0625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%; }
  @media (min-width: 900px) {
    .p-info__grid .p-info__title {
      font-size: 1.25rem;
      max-width: 100%; } }

.p-grid .p-info__title,
.p-info__slider .p-info__title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.p-grid .p-info__title {
  font-size: 1.375rem;
  margin-bottom: 1.5em; }
  @media (min-width: 900px) {
    .p-grid .p-info__title {
      font-size: 1.625rem; } }

.p-list .p-info__title {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0; }
  @media (min-width: 600px) {
    .p-list .p-info__title {
      font-size: 1.5rem; } }
  @media (min-width: 900px) {
    .p-list .p-info__title {
      font-size: 1.875rem; } }

.p-info__list .p-info__subtitle {
  float: right;
  font-size: 1em;
  font-weight: 300;
  margin: .5em 0;
  width: 70%; }
  @media (min-width: 600px) {
    .p-info__list .p-info__subtitle {
      width: 75%; } }
  @media (min-width: 900px) {
    .p-info__list .p-info__subtitle {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      float: none;
      left: 23.75rem;
      margin: 0;
      position: absolute;
      top: 50%;
      width: auto; } }
  @media (min-width: 600px) {
    .csscalc .p-info__list .p-info__subtitle {
      width: -webkit-calc(100% - 8.125rem);
      width: calc(100% - 8.125rem); } }
  @media (min-width: 900px) {
    .csscalc .p-info__list .p-info__subtitle {
      width: auto; } }

.p-list .p-info__subtitle {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 0; }
  @media (min-width: 900px) {
    .p-list .p-info__subtitle {
      font-size: 1.125rem; } }
  @media (min-width: 1200px) {
    .p-list .p-info__subtitle {
      font-size: 1.375rem; } }

.p-info__link {
  display: inline-block;
  text-decoration: none; }
  .p-info__link:focus {
    color: currentColor;
    outline: none; }
  .p-info__list .p-info__link {
    display: block;
    height: 3.125rem;
    position: relative;
    text-decoration: none;
    width: 100%; }
    @media (min-width: 900px) {
      .p-info__list .p-info__link {
        height: 6.25rem; } }
    .js .p-info__list .p-info__link > .p-info__link-text {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      left: 0;
      position: absolute;
      top: 50%; }
    .js .p-info__list .p-info__link > .c-icon__wrapper {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 1.875rem;
      position: absolute;
      right: 0;
      top: 50%; }
      @media (min-width: 900px) {
        .js .p-info__list .p-info__link > .c-icon__wrapper {
          font-size: 2.8125rem; } }
  .p-info__grid .p-info__link:hover {
    color: #48cdff; }
  .p-grid .p-info__link,
  .p-info__slider .p-info__link {
    -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    height: 100%;
    width: 100%; }
    .p-grid .p-info__link:hover,
    .p-info__slider .p-info__link:hover {
      background: #03aff0;
      color: #fff; }
  .p-info__slider .p-info__item.last .p-info__link {
    background-color: #03aff0;
    color: #fff;
    position: relative; }
    .p-info__slider .p-info__item.last .p-info__link:hover {
      background-color: #48cdff; }
    .p-info__slider .p-info__item.last .p-info__link > .p-info__link-text {
      display: inline-block;
      font-size: 1.5rem;
      padding: 1.875rem; }
      @media (min-width: 900px) {
        .p-info__slider .p-info__item.last .p-info__link > .p-info__link-text {
          font-size: 2.25rem; } }
      .js .p-info__slider .p-info__item.last .p-info__link > .p-info__link-text {
        left: 0;
        padding: 3.125rem 1.875rem 0;
        position: absolute;
        top: 0; }
    .p-info__slider .p-info__item.last .p-info__link > .c-icon__wrapper {
      font-size: 1.875rem;
      padding: 0 1.875rem 1.875rem; }
      @media (min-width: 900px) {
        .p-info__slider .p-info__item.last .p-info__link > .c-icon__wrapper {
          font-size: 3.125rem; } }
      .js .p-info__slider .p-info__item.last .p-info__link > .c-icon__wrapper {
        bottom: 0;
        left: 0;
        padding: 1.875rem;
        position: absolute; }

.p-grid .p-info__additional-list {
  font-size: 1rem; }
  @media (min-width: 900px) {
    .p-grid .p-info__additional-list {
      font-size: 1.0625rem; } }

.slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }
  .slick-track .slick-slide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: auto; }

.p-hero {
  overflow: hidden;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative; }
  @media (min-height: 450px) {
    .p-hero {
      padding-top: 11.25rem; } }
  @media (min-height: 650px) {
    .p-hero {
      padding-top: 12.5rem; } }
  @media (min-width: 600px) and (min-height: 650px) {
    .p-hero {
      padding-top: 12.5rem; } }
  @media (min-height: 1000px) {
    .p-hero {
      padding-top: 25rem; } }
  .s-project .p-hero {
    padding-bottom: 0;
    padding-top: 0; }
  .p-hero.p-hero--frontpage {
    padding: 0; }

.p-hero__inner {
  padding: 15rem 0 2.5rem; }
  @media (min-width: 600px) {
    .p-hero__inner {
      padding: 12.5rem 0 2.5rem; } }
  @media (min-width: 900px) {
    .p-hero__inner {
      padding: 10rem 0 2.5rem; } }
  .p-hero--frontpage .p-hero__inner {
    padding: 6.25rem 0 2.5rem;
    position: relative; }
    .js .p-hero--frontpage .p-hero__inner {
      padding-top: 0; }

.p-hero__title {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0 0 0.75rem; }
  @media (min-width: 600px) {
    .p-hero__title {
      font-size: 3.125rem; } }
  @media (min-width: 900px) {
    .p-hero__title {
      font-size: 3.75rem; } }
  @media (min-width: 1200px) {
    .p-hero__title {
      font-size: 4.375rem; } }

.s-project .p-hero__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 18.75rem; }
  @media (min-width: 900px) {
    .s-project .p-hero__image {
      height: 31.25rem; } }
  @media (min-width: 1200px) and (min-height: 450px) {
    .s-project .p-hero__image {
      height: 50rem; } }
  @media (min-width: 600px) {
    .csscalc .s-project .p-hero__image {
      height: 40vh; } }
  @media (min-width: 900px) {
    .csscalc .s-project .p-hero__image {
      height: 60vh; } }
  @media (min-width: 1200px) and (min-height: 450px) {
    .csscalc .s-project .p-hero__image {
      height: -webkit-calc(100vh - 9.5rem);
      height: calc(100vh - 9.5rem); } }

.s-project .p-hero__content-wrapper {
  border-bottom: 0.0625rem solid #cdcdcd;
  padding: 1.25rem 0; }
  @media (min-width: 900px) {
    .s-project .p-hero__content-wrapper {
      padding: 1.875rem 0; } }
  @media (min-width: 1200px) {
    .s-project .p-hero__content-wrapper {
      padding: 2.5rem 0; } }

.p-hero__pre-home {
  font-size: 2rem;
  line-height: 1.1; }
  @media (min-width: 600px) {
    .p-hero__pre-home {
      font-size: 2.8125rem; } }
  @media (min-width: 900px) {
    .p-hero__pre-home {
      font-size: 3.125rem; } }
  @media (min-width: 1200px) {
    .p-hero__pre-home {
      font-size: 3.4375rem; } }
  @media screen and (min-width: 1900px) {
    .p-hero__pre-home {
      font-size: 3.75rem; } }
  .is-frontpage + .p-main .p-hero__pre-home {
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    letter-spacing: -1px;
    max-width: 12em;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%; }
    @media (min-width: 600px) {
      .is-frontpage + .p-main .p-hero__pre-home {
        width: 80%; } }
    .js .is-frontpage + .p-main .p-hero__pre-home {
      padding-top: 30vh; }
    .is-frontpage + .p-main .p-hero__pre-home.js-hide {
      -webkit-transform: translate3d(0, -20px, 0);
      -ms-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
      opacity: 0;
      visibility: hidden; }
  .p-hero__pre-home p:first-of-type {
    margin-top: 0; }
  .js .p-hero__pre-home p:last-of-type {
    margin-bottom: 0; }
  .p-hero__pre-home .c-icon__wrapper {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .p-hero__pre-home .c-icon__wrapper > .c-icon {
      display: block; }

.p-hero__content {
  font-size: 1.25rem; }
  @media (min-width: 480px) {
    .p-hero__content {
      font-size: 1.375rem; } }
  @media (min-width: 600px) {
    .p-hero__content {
      font-size: 1.5rem;
      width: 50%; } }
  @media (min-width: 900px) {
    .p-hero__content {
      font-size: 1.6875rem; } }
  @media (min-width: 1200px) {
    .p-hero__content {
      font-size: 1.875rem; } }
  .is-frontpage + .p-main .p-hero__content {
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    letter-spacing: -1px;
    line-height: 1.3;
    max-width: 16em;
    opacity: 1;
    position: relative;
    top: -6.25rem;
    visibility: visible;
    width: 100%; }
    @media (min-width: 600px) {
      .is-frontpage + .p-main .p-hero__content {
        font-size: 1.625rem; } }
    @media (min-width: 900px) {
      .is-frontpage + .p-main .p-hero__content {
        font-size: 1.875rem; } }
    @media (min-width: 1200px) {
      .is-frontpage + .p-main .p-hero__content {
        font-size: 2.25rem; } }
    .js .is-frontpage + .p-main .p-hero__content {
      opacity: 0;
      top: 0;
      padding: 6.25rem 0 1.25rem;
      visibility: hidden; }
      @media (min-width: 900px) {
        .js .is-frontpage + .p-main .p-hero__content {
          padding: 2.5rem 0 1.25rem; } }
    .is-frontpage + .p-main .p-hero__content.js-show {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      visibility: visible; }
  .p-hero__content p:first-of-type {
    margin-top: 0; }
  .p-hero__content p:last-of-type {
    margin-bottom: 0; }
  .s-project .p-hero__content {
    font-size: 1rem;
    width: 100%; }
    @media (min-width: 900px) {
      .s-project .p-hero__content {
        font-size: 1.5rem; } }

.s-project .p-hero__content-left {
  float: none;
  margin-bottom: 1em; }
  @media (min-width: 900px) {
    .s-project .p-hero__content-left {
      float: left;
      width: 35%; } }
  @media (min-width: 1200px) {
    .s-project .p-hero__content-left {
      width: 32.5%; } }

.s-project .p-hero__content-right {
  float: none; }
  @media (min-width: 900px) {
    .s-project .p-hero__content-right {
      float: right;
      width: 60%; } }
  @media (min-width: 1200px) {
    .s-project .p-hero__content-right {
      width: 65%; } }

.s-project .p-hero__content-right .p-hero__additional-list {
  text-align: center; }

.s-project .p-hero__additional-content {
  color: #48cdff;
  display: inline-block;
  vertical-align: middle; }
  .s-project .p-hero__additional-content.services {
    color: #1a1a1a;
    display: block; }

.s-project .p-hero__additional-label {
  display: inline-block;
  min-width: 4em;
  vertical-align: middle; }

.p-hero__link {
  color: #03aff0;
  display: none;
  font-size: 2rem;
  line-height: 1;
  margin-top: 3.125rem; }
  @media (min-width: 600px) {
    .p-hero__link {
      font-size: 2.8125rem; } }
  @media (min-width: 900px) {
    .p-hero__link {
      font-size: 3.125rem; } }
  @media (min-width: 1200px) {
    .p-hero__link {
      font-size: 4.0625rem; } }
  .p-hero__link:hover {
    color: #48cdff; }
  .js .p-hero__link {
    display: inline-block; }
  .p-hero__link > .c-icon__wrapper {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .p-hero__link > .c-icon__wrapper > .c-icon {
      display: block; }

.s-project__header {
  -webkit-transition: border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), height 0.3s cubic-bezier(0.77, 0, 0.175, 1), padding 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), height 0.3s cubic-bezier(0.77, 0, 0.175, 1), padding 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #fff;
  border-bottom: 0.0625rem solid #cdcdcd;
  left: 0;
  padding: 6.25rem 0 1.25rem;
  width: 100%;
  z-index: 1; }
  @media (min-width: 480px) {
    .s-project__header {
      padding: 7.5rem 0 1.25rem; } }
  @media (min-width: 600px) {
    .s-project__header {
      padding: 8.75rem 0 1.25rem; } }
  @media (min-width: 900px) {
    .s-project__header {
      padding: 10rem 0 1.25rem; } }

.s-project__header-left {
  float: left;
  width: 70%; }

.s-project__title {
  font-size: 1.875rem;
  line-height: 1.1;
  margin: 0; }
  @media (min-width: 600px) {
    .s-project__title {
      font-size: 2.5rem; } }
  @media (min-width: 900px) {
    .s-project__title {
      font-size: 3.125rem; } }
  @media (min-width: 1200px) {
    .s-project__title {
      font-size: 3.75rem; } }

.s-project__header-right {
  float: right;
  text-align: right;
  width: 30%; }

.s-project__nav-list {
  -webkit-transition: font-size 0.3s cubic-bezier(0.77, 0, 0.175, 1), line-height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: font-size 0.3s cubic-bezier(0.77, 0, 0.175, 1), line-height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  font-size: 1.625rem;
  line-height: 1.76; }
  @media (min-width: 1200px) {
    .s-project__nav-list {
      font-size: 4.5rem;
      line-height: 1.25; } }

.s-project__nav-item {
  display: inline-block;
  vertical-align: middle; }

.s-project_nav-link {
  display: inline-block;
  vertical-align: middle; }
  .s-project_nav-link .c-icon__wrapper {
    vertical-align: middle; }
  .s-project_nav-link .c-icon {
    display: block; }
  .s-project_nav-link.prev .c-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .s-project_nav-link.disabled {
    color: #d8d8d8;
    cursor: normal;
    pointer-events: none; }

.s-project__logo-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  max-width: 50%; }

.s-project__logo {
  display: block;
  opacity: 0; }

.s-project__service-list {
  font-size: 0.75rem;
  line-height: 1;
  width: 100%; }
  @media (min-width: 480px) {
    .s-project__service-list {
      font-size: 0.875rem; } }
  @media (min-width: 900px) {
    .s-project__service-list {
      font-size: 0.9375rem; } }
  @media (min-width: 1200px) {
    .s-project__service-list {
      font-size: 1rem; } }

.s-project__service-item {
  float: left;
  margin-bottom: .2em;
  width: 33.33%; }
  .s-project__service-item:nth-of-type(3n+1) {
    clear: left; }
  @media (min-width: 600px) {
    .s-project__service-item {
      width: 16.66%; }
      .s-project__service-item:nth-of-type(3n+1) {
        clear: none; }
      .s-project__service-item:nth-of-type(6n+1) {
        clear: left; } }
  @media (min-width: 900px) {
    .s-project__service-item {
      width: 25%; }
      .s-project__service-item:nth-of-type(4n+1) {
        clear: left; }
      .s-project__service-item:nth-of-type(6n+1) {
        clear: none; } }
  @media (min-width: 1200px) {
    .s-project__service-item {
      width: 16.66%; }
      .s-project__service-item:nth-of-type(4n+1) {
        clear: none; }
      .s-project__service-item:nth-of-type(6n+1) {
        clear: left; } }
  .flexbox .s-project__service-item {
    float: none; }

.s-project__service-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 100%; }
  .s-project__service-link > .c-icon__wrapper {
    display: block;
    font-size: 3.5em; }
  .s-project__service-link > .s-project__service-label {
    display: block;
    margin: .5em 0; }

.s-project__content-wrapper {
  position: relative;
  padding-top: 2.5rem; }

.s-project__content-inner {
  padding: 1.25rem 0; }
  @media (min-width: 900px) {
    .s-project__content-inner {
      padding: 1.875rem 0; } }
  @media (min-width: 1200px) {
    .s-project__content-inner {
      padding: 2.5rem 0; } }

.s-project__heading-wrapper,
.s-project__info,
.s-project__content {
  width: 100%; }
  @media (min-width: 900px) {
    .s-project__heading-wrapper,
    .s-project__info,
    .s-project__content {
      width: 70%; } }
  @media (min-width: 1200px) {
    .s-project__heading-wrapper,
    .s-project__info,
    .s-project__content {
      width: 50%; } }

.s-project__heading-wrapper {
  padding-top: 1.25rem; }
  @media (min-width: 900px) {
    .s-project__heading-wrapper {
      padding-top: 3.125rem; } }

.s-project__heading {
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0 0 .5em; }
  @media (min-width: 900px) {
    .s-project__heading {
      font-size: 2.25rem; } }

.s-project__subheading {
  font-size: 1.125rem;
  margin: 0 0 .5em; }
  @media (min-width: 900px) {
    .s-project__subheading {
      font-size: 2rem; } }

.s-project__info {
  font-size: 1rem;
  padding-bottom: 0.9375rem; }
  @media (min-width: 900px) {
    .s-project__info {
      padding-bottom: 1.875rem; } }
  @media (min-width: 900px) {
    .s-project__info {
      font-size: 1.375rem; } }

.s-project__content h2 {
  font-size: 1.375rem;
  font-weight: 400; }
  @media (min-width: 900px) {
    .s-project__content h2 {
      font-size: 2.25rem; } }

.s-project__content h3 {
  font-size: 1.125rem; }
  @media (min-width: 900px) {
    .s-project__content h3 {
      font-size: 2rem; } }

.s-project__content h2 + h3 {
  margin-top: 0; }

.s-project__content h4 {
  font-size: 1rem; }
  @media (min-width: 900px) {
    .s-project__content h4 {
      font-size: 1.375rem; } }

.s-project-pagination__wrapper {
  padding: 2em 0; }

.s-project-pagination__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em 0;
  width: 100%; }
  @media (min-width: 600px) {
    .s-project-pagination__inner {
      width: 49%; } }
  @media (min-width: 600px) {
    .s-project-pagination__inner.left {
      float: left;
      padding-right: .5em; } }
  @media (min-width: 600px) {
    .s-project-pagination__inner.right {
      float: right;
      padding-left: .5em; } }
  .s-project-pagination__inner .p-info__link {
    -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%; }
    .s-project-pagination__inner .p-info__link:hover {
      background-color: #03aff0;
      color: #fff; }
      .s-project-pagination__inner .p-info__link:hover .p-info__image-inner {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .s-project-pagination__inner .p-info__link.prev .c-icon__wrapper {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
    .s-project-pagination__inner .p-info__link.next .c-icon__wrapper {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .s-project-pagination__inner .p-info__image-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 56.25%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .s-project-pagination__inner .p-info__text-wrapper {
    border: 0.0625rem solid #03aff0;
    border-top: 0;
    padding: 1.875rem 5.625rem 1.875rem 1.875rem;
    position: relative; }
    .s-project-pagination__inner .p-info__text-wrapper > .c-icon__wrapper {
      bottom: 1.875rem;
      font-size: 1.875rem;
      position: absolute;
      right: 1.875rem; }
  .s-project-pagination__inner .p-info__title {
    margin-top: 0; }
