/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/app.scss ***!
  \*************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Handling z-index
 *
 * @see http://css-tricks.com/handling-z-index/
 */
.c-Image {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

/**
 * Media query mixin
 */
/**
 * HiDPI Media query mixin
 */
/**
 * rem mixin
 * Calculate the rem unit, and return both pixels and rems
 * to support older (non-rem supporting) browsers
 */
/**
 * Font size mixin
 */
/**
 * style input attr placeholder mixin
 *
 * @see http://stackoverflow.com/questions/17181849/placeholder-mixin-scss-css
 */
/**
 * Calculate rem
 *
 * calc-rem: calculate the rem value based on the desired pixel
 * value versus a context value, usually the default font
 */
/**
 * Calculate %
 *
 * calc-percent: calculate the percent using the target ÷ context
 * formula, expressed as a percentage.  See Chapter 2 of "Responsive
 * Web Design" (Marcotte, A Book Apart, 2011)
 */
/**
 * Calculate em
 *
 * calc-em: sometimes, you really need to use ems, not rems,
 * esp. when you're dealing with fonts that should be sized
 * relative to other items in a component, such as headers.
 * Remember to define your context!  Your context will be
 * the font-size of the parent element.
 */
.u-TextAlignCenter {
  text-align: center;
}

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

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

.u-VisuallyHidden, .aa-dropdown-menu .autocomplete-footer-branding {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
}

.u-ColorBlueLight {
  color: #5DB9E6 !important;
}

.u-ColorBlueDark {
  color: #152434 !important;
}

.u-ColorPink {
  color: #E784A3 !important;
}

.u-ColorWhite {
  color: #ffffff !important;
}

.u-Block {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

input,
textarea,
button {
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none !important;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}

/**
 * @see bootstrap documentation
 */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

/**
 * 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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: 500;
}

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

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

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

/**
 * Contain overflow in all browsers.
 */
pre {
  display: block;
  overflow: auto;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

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

/**
 * 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] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

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

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

td,
th {
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
}
html.has-open-nav {
  overflow: hidden;
}

body {
  background: #152434;
  color: #152434;
  font-family: rubik, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5;
}
body > svg {
  position: absolute;
  width: 0;
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #5DB9E6;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  line-height: 1.4;
}

h1 {
  font-size: 3.125rem;
  line-height: 1.3;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.625rem;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

b,
strong {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote {
  position: relative;
  padding: 0 30px;
}
blockquote p {
  font-size: 1.0625rem;
  font-style: italic;
}

th {
  font-weight: 500;
}

iframe {
  border: none;
}

figure {
  margin: 0;
}

button {
  background: transparent;
}

select::-ms-expand {
  display: none;
}

@media (min-width: 480px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.625rem;
    line-height: 1.2;
  }
}
.o-Container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.o-Container-pull {
  margin-top: -360px;
}

@media (min-width: 600px) {
  .o-Container-pull {
    margin-top: -280px;
  }
}
@media (min-width: 768px) {
  .o-Container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .o-Container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .o-Container {
    width: 1170px;
  }
}
.o-Flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
}
.o-Flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.o-Flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.o-Flex-wrap {
  flex-wrap: wrap;
}
.o-Flex-center {
  -webkit-box-align: center;
          align-items: center;
}
.o-Flex-end {
  -webkit-box-align: end;
          align-items: flex-end;
}
.o-Flex-start {
  -webkit-box-align: start;
          align-items: flex-start;
}
.o-Flex-align-start {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.o-Flex-align-center {
  -webkit-box-pack: center;
          justify-content: center;
}
.o-Flex-align-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.o-Flex-align-even {
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

.o-Flex_Grow {
  -webkit-box-flex: 1;
          flex: 1;
}

.o-Flex_PushRight {
  margin-left: auto;
}

.o-Flex_PushDown {
  margin-top: auto;
}

.o-M4 {
  margin-bottom: 4px;
}

.o-M6 {
  margin-bottom: 6px;
}

.o-M8 {
  margin-bottom: 8px;
}

.o-M10 {
  margin-bottom: 10px;
}

.o-M15 {
  margin-bottom: 15px;
}

.o-M20 {
  margin-bottom: 20px;
}

.o-M30 {
  margin-bottom: 30px;
}

.o-M40 {
  margin-bottom: 40px;
}

.o-M50 {
  margin-bottom: 50px;
}

.o-M60 {
  margin-bottom: 60px;
}

.o-M80 {
  margin-bottom: 80px;
}

.o-P10 {
  margin-top: 10px;
}

.o-P15 {
  margin-top: 15px;
}

.o-P20 {
  margin-top: 20px;
}

.o-P30 {
  margin-top: 30px;
}

.o-P40 {
  margin-top: 40px;
}

.o-P50 {
  margin-top: 50px;
}

.o-P60 {
  margin-top: 60px;
}

.o-Section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.o-Section.o-Section-no-pad-top {
  padding-top: 0;
}
.o-Section-blue-darker-half {
  position: relative;
}
.o-Section-blue-darker-half:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 460px;
  background: #0c1826;
  content: "";
}
.o-Section-blue-light {
  background: #5DB9E6;
}
.o-Section-blue-dark + .o-Section-blue-dark {
  padding-top: 0;
}
.o-Section-white {
  background: #ffffff;
}
.o-Section-pink {
  background: #E784A3;
}
.o-Section-contain {
  position: relative;
}

.o-Section_Block {
  position: relative;
}
.o-Section_Block-border {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(21, 36, 52, 0.2);
}
.o-Section_Block + .o-Section_Block {
  margin-top: 60px;
}

.o-Section_Cols {
  margin: -60px 0 0 -60px;
}

.o-Section_Col {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 60px 0 0 60px;
}

@media (max-width: 991px) {
  .o-Section_Block-reverse {
    display: block;
  }
}
@media (min-width: 768px) {
  .o-Section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .o-Section.o-Section-less-pad {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .o-Section.o-Section-less-pad-top {
    padding-top: 60px;
  }
  .o-Section_Col {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-Image-full-width {
  width: 100%;
}
.c-Image-full-max-width {
  max-width: 100%;
}
.c-Image.is-loaded {
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-Image.is-loading {
  opacity: 0;
}

.c-ImageBorder {
  position: relative;
  z-index: 0;
}
.c-ImageBorder:before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: -15px;
  left: -15px;
  z-index: -1;
  content: "";
  background: #E784A3;
}
.c-ImageBorder-project:before {
  background: #5DB9E6;
}
.c-ImageBorder-video {
  cursor: pointer;
}

@media (min-width: 768px) {
  .c-ImageBorder {
    margin-right: -60px;
  }
  .c-ImageBorder-left {
    margin-right: 0;
    margin-left: -60px;
  }
  .c-ImageBorder-project {
    margin: 0;
  }
}
.c-Icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.14s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.14s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.14s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.14s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.14s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-TextBtn {
  display: inline-block;
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 1px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
  text-transform: uppercase;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s, -webkit-transform 0.2s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s, -webkit-transform 0.2s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s, transform 0.2s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s, transform 0.2s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0.6, 0.2, 1);
}
.c-TextBtn .c-Icon-share,
.c-TextBtn .c-Icon-grid,
.c-TextBtn .c-Icon-load,
.c-TextBtn .c-Icon-load-white {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.c-TextBtn .c-Icon-chevron-left,
.c-TextBtn .c-Icon-chevron-right {
  width: 16px;
  height: 16px;
}
.c-TextBtn [class*=c-Icon-social-] {
  width: 14px;
  height: 14px;
}

a.c-TextBtn:hover,
button.c-TextBtn:hover {
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

.c-Textlrg,
.c-Textlrg p {
  font-size: 1.0625rem;
}

.c-TitleSection {
  display: block;
  color: #5DB9E6;
  font-size: 2rem;
  line-height: 1;
}

.c-Content.c-Content-light h3,
.c-Content.c-Content-light h4,
.c-Content.c-Content-light h5,
.c-Content.c-Content-light h6,
.c-Content.c-Content-light p,
.c-Content.c-Content-light li {
  color: #ffffff;
}
.c-Content.c-Content-columns p, .c-Content.c-Content-columns li {
  font-size: 1.125rem;
}
.c-Content.c-Content-columns li {
  margin-top: 4px;
}
.c-Content h1, .c-Content h2, .c-Content h3, .c-Content h4, .c-Content h5, .c-Content h6 {
  margin-top: 20px;
}
.c-Content h1:first-child, .c-Content h2:first-child, .c-Content h3:first-child, .c-Content h4:first-child, .c-Content h5:first-child, .c-Content h6:first-child {
  margin-top: 0;
}
.c-Content h1 + p,
.c-Content h1 + ul,
.c-Content h1 + ol, .c-Content h2 + p,
.c-Content h2 + ul,
.c-Content h2 + ol, .c-Content h3 + p,
.c-Content h3 + ul,
.c-Content h3 + ol, .c-Content h4 + p,
.c-Content h4 + ul,
.c-Content h4 + ol, .c-Content h5 + p,
.c-Content h5 + ul,
.c-Content h5 + ol, .c-Content h6 + p,
.c-Content h6 + ul,
.c-Content h6 + ol {
  padding-top: 20px;
}
.c-Content p {
  padding-bottom: 20px;
  line-height: 2;
}
.c-Content p:last-child {
  padding-bottom: 0;
}
.c-Content a:not(.c-Btn) {
  text-decoration: underline;
}
.c-Content ul,
.c-Content ol {
  padding: 5px 0 20px;
  margin-left: 15px;
}
.c-Content ul:first-child,
.c-Content ol:first-child {
  padding-top: 0;
}
.c-Content ul:last-child,
.c-Content ol:last-child {
  padding-bottom: 0;
}
.c-Content li {
  padding-left: 6px;
  margin-top: 15px;
  line-height: 2;
}
.c-Content li:first-child {
  margin-top: 0;
}
.c-Content ul li {
  list-style: disc;
}
.c-Content ol li {
  list-style: decimal;
}
.c-Content blockquote:last-child,
.c-Content figure:last-child {
  margin-bottom: 0;
}
.c-Content blockquote {
  margin-top: 20px;
  margin-bottom: 40px;
}
.c-Content blockquote:last-child {
  margin-bottom: 0;
}
.c-Content figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-Content p a > img,
.c-Content p > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-Content p a > img.alignright,
.c-Content p > img.alignright {
  margin-left: auto;
}
.c-Content p a > img.aligncenter,
.c-Content p > img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.c-Content .wp-caption {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.c-Content .wp-caption.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.c-Content .wp-caption img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.c-Content .wp-caption p {
  padding-bottom: 0;
}
.c-Content .wp-caption .wp-caption-text {
  caption-side: bottom;
  padding: 10px;
  background: #0c1826;
  text-align: center;
}

.c-Content_Footnote {
  padding-top: 15px;
  border-top: 1px solid;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .c-Content.c-Content-columns * {
    max-width: 500px;
  }
  .c-Content.c-Content-columns + .c-Content-columns * {
    max-width: 100%;
  }
}
.c-Btn, .post-password-form input[type=submit] {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #5DB9E6;
  background: #5DB9E6;
  border-radius: 40px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 100;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.14s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.14s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.c-Btn:hover, .post-password-form input[type=submit]:hover {
  background: #E784A3;
  border-color: #E784A3;
}
.c-Btn-lg {
  padding: 12px 50px;
  font-size: 1.375rem;
}
.c-Btn-xl {
  padding: 18px 60px;
  font-size: 1.375rem;
}
.c-Btn-blue-dark {
  background: #152434;
  border-color: #152434;
}
.c-Btn-blue-dark:hover {
  background: #5DB9E6;
  border-color: #5DB9E6;
}

.c-Form {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #152434;
  border-radius: 3px;
}

.c-Form_Inputs {
  margin: -15px 0 0 -15px;
}

.c-Form_Input {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 15px 0 0 15px;
}
.c-Form_Input-full {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .c-Form {
    padding: 40px;
  }
}
.c-Notice {
  padding: 15px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.c-Notice-success {
  background: #4ead53;
}
.c-Notice-error {
  background: #ed202d;
}

.c-Notice_Item {
  font-size: 0.8125rem;
  line-height: 1.5;
}
.c-Notice_Item + .c-Notice_Item {
  margin-top: 5px;
}

.c-FieldLabel, .post-password-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.75rem;
}

.c-FieldInput, .post-password-form input[type=password],
.c-FieldTextarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.875rem;
}
.c-FieldInput::-webkit-input-placeholder, .post-password-form input[type=password]::-webkit-input-placeholder, .c-FieldTextarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.c-FieldInput:-moz-placeholder, .post-password-form input[type=password]:-moz-placeholder, .c-FieldTextarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.c-FieldInput::-moz-placeholder, .post-password-form input[type=password]::-moz-placeholder, .c-FieldTextarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.c-FieldInput:-ms-input-placeholder, .post-password-form input[type=password]:-ms-input-placeholder, .c-FieldTextarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.c-FieldInput.has-error, .post-password-form input.has-error[type=password],
.c-FieldTextarea.has-error {
  border-color: #ed202d;
}

.c-FieldInput, .post-password-form input[type=password] {
  padding: 14px 15px;
}

.c-FieldTextarea {
  padding: 14px 15px;
  line-height: 1.4;
}

.c-FieldCheckbox {
  position: relative;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.c-FieldCheckbox_Input:checked + .c-FieldCheckbox_Worker:before {
  background: #4ead53 url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6.3%2017.7L0%2011.4l1.7-1.7%204.6%204.6.7-.6s.1%200%20.1-.1l.2-.2c3.6-3.6%207.3-7.4%2011-11.1.5.6%201.1%201.1%201.7%201.7-4.6%204.6-9.2%209.1-13.7%2013.7z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7.2%2019.2c-.4%200-.7-.1-.9-.4l-5.8-6c-.6-.5-.6-1.4%200-1.9.5-.6%201.4-.6%201.9%200l4.3%203c.2.2.6.2.8-.1l10-12.5c.4-.6%201.3-.7%201.9-.3.6.4.7%201.3.3%201.9L8.3%2018.7c-.2.3-.6.5-1%20.5h-.1z%22%2F%3E%3C%2Fsvg%3E") center no-repeat;
  background-size: 50%;
  border-color: #4ead53;
}

.c-FieldCheckbox_Worker {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  line-height: normal;
}
.c-FieldCheckbox_Worker:before {
  display: inline-block;
  -webkit-box-flex: 0;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  content: "";
}
.c-FieldCheckbox_Worker.has-error:before {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  border-color: #ed202d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-FieldCheckbox_Label {
  margin-left: 15px;
  line-height: 1.5;
  color: #ffffff;
}

.c-FieldRequired {
  display: block;
  font-size: 0.75rem;
  text-align: right;
}

.c-FieldHidden {
  display: none;
}

.has-open-search .c-Page {
  position: relative;
}

.c-Page_Main {
  overflow: hidden;
}

.c-Logo {
  display: block;
}
.c-Logo-main {
  -webkit-box-flex: 0;
          flex: 0 0 100px;
  max-width: 100px;
  margin-right: 20px;
}
.c-Logo-eu {
  max-width: 110px;
}
.c-Footer .c-Logo-eu {
  margin-right: 15px;
}
.c-Logo-nph {
  max-width: 110px;
}
.c-Header .c-Logo {
  position: relative;
  z-index: 1008;
}

@media (max-width: 560px) {
  .c-Logos {
    display: block;
  }
  .c-Header .c-Logo-eu {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) {
  .c-Logo-main {
    -webkit-box-flex: 0;
            flex: 0 0 120px;
    max-width: 120px;
  }
  .c-Logo-eu {
    -webkit-box-flex: 0;
            flex: 0 0 151px;
    max-width: 151px;
  }
  .c-Logo-nph {
    -webkit-box-flex: 0;
            flex: 0 0 114px;
    max-width: 114px;
  }
}
@media (min-width: 561px) {
  .c-Logo-eu {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.c-Header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.has-overlaid-header .c-Header {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .c-Header {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.c-Footer {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.c-Footer_LogosTop {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.c-Footer_Logos {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.c-Footer_Logo {
  width: 32%;
  height: auto;
  margin: 0 20px 30px 0;
}

.c-Footer_ParentText {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  font-weight: 100;
}

.c-Footer_ParentLogo {
  width: 36%;
  max-width: 150px;
}

@media (max-width: 1199px) {
  .c-Footer_Logos,
  .c-Footer_Parent {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-Footer_LogosBottom {
    flex-wrap: wrap;
    -webkit-box-pack: normal;
            justify-content: normal;
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .c-Footer_LogosBottom {
    max-width: 500px;
  }
}
@media (min-width: 480px) {
  .c-Footer .c-Contact {
    margin-left: 40px;
  }
  .c-Footer_Logo {
    margin: 0 30px 40px 0;
  }
}
@media (min-width: 768px) {
  .c-Footer_Logo {
    width: auto;
    height: 36px;
  }
  .c-Footer_ParentLogo {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .c-Footer_Logo {
    height: 30px;
    margin: 0;
  }
  .c-Footer_Parent {
    -webkit-box-flex: 0;
            flex: 0 0 30%;
    max-width: 30%;
    padding-left: 80px;
  }
  .c-Footer_ParentLogo {
    width: 80px;
  }
}
.c-Nav {
  position: relative;
  z-index: 1007;
}

.c-Nav_List .c-Nav_Item {
  position: relative;
}
.c-Nav_List .c-Nav_Item:not(.is-current):hover > .c-Nav_Link, .c-Nav_List .c-Nav_Item.is-current > .c-Nav_Link {
  color: #5DB9E6;
}
.c-Nav_List .c-Nav_Item:first-child .c-Nav_Heading {
  margin-top: 0;
}
.c-Nav_List .c-Nav_Link,
.c-Nav_List .c-Nav_Heading {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.c-Nav_List .c-Nav_Link {
  color: #ffffff;
  -webkit-transition: 0.14s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.14s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-Nav_List .c-Nav_Heading {
  margin-top: 15px;
  color: #E784A3;
}
.c-Nav_List .c-Nav_Title {
  display: block;
  position: relative;
}
.c-Nav_List .c-Nav_Title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
}

.c-Nav_Icon {
  position: relative;
  width: 50px;
  margin-left: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.c-Nav_Icon .c-Icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1199px) {
  .c-Nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1007;
    padding: 180px 0 60px;
    background-color: #0c1826;
    opacity: 0;
    overflow-y: scroll;
    pointer-events: none;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
    will-change: opacity;
  }
  .has-open-nav .c-Nav {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .c-Nav_List {
    display: block;
    width: 970px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .c-Nav_List .c-Nav_Item + .c-Nav_Item-0 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .c-Nav_List .c-Nav_Item-has-children .c-Nav_Link {
    display: -webkit-box;
    display: flex;
  }
  .c-Nav_List .c-Nav_Link-0 .c-Nav_Title {
    padding: 10px 0;
  }
  .c-Nav_List .c-Nav_Link-1 .c-Nav_Title {
    padding: 6px 0;
  }
  .c-Nav_Submenu {
    display: none;
    padding: 15px 20px;
  }
  .c-Nav_Submenu.is-open {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .c-Nav_List {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .c-Nav_List {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .c-Nav {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .c-Nav {
    display: block;
    margin-left: auto;
  }
  .c-Nav_List .c-Nav_Item + .c-Nav_Item-0 {
    margin-left: 25px;
  }
  .c-Nav_List .c-Nav_Item + .c-Nav_Item-1 {
    margin-top: 8px;
  }
  .c-Nav_List .c-Nav_Item-has-children:hover > .c-Nav_Submenu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
  .c-Nav_List .c-Nav_Item-has-children:hover > .c-Nav_Submenu .c-Nav_SubmenuList:before {
    top: -12px;
  }
  .c-Nav_List .c-Nav_Link,
  .c-Nav_List .c-Nav_Heading {
    font-size: 0.75rem;
  }
  .c-Nav_Icon {
    display: none;
  }
  .c-Nav_Submenu {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1008;
    width: 230px;
    padding-top: 20px;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: rotateX(-15deg) translateY(20px);
            transform: rotateX(-15deg) translateY(20px);
    -webkit-transform-origin: 50% -50px;
            transform-origin: 50% -50px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
  }
  .c-Nav_SubmenuList {
    position: relative;
    padding: 15px;
    background: #0c1826;
    border-radius: 3px;
    -webkit-box-shadow: 0 50px 100px rgba(5, 21, 37, 0.1), 0 15px 35px rgba(5, 21, 37, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 50px 100px rgba(5, 21, 37, 0.1), 0 15px 35px rgba(5, 21, 37, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .c-Nav_SubmenuList:before {
    position: absolute;
    top: -2px;
    left: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #0c1826 transparent;
    content: "";
    -webkit-transition: top 0.14s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transition: top 0.14s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  }
}
.c-NavBtn {
  position: relative;
  z-index: 1008;
  width: 22px;
  height: 60px;
  margin-left: auto;
  border-radius: 50%;
  cursor: pointer;
}
.c-NavBtn.is-active .c-NavBtn_Open .c-NavBtn_Line {
  -webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
          animation: open-out-1 0.4s linear 0s 1 normal forwards;
  -webkit-transform: scaleX(1) translateX(0);
          transform: scaleX(1) translateX(0);
}
.c-NavBtn.is-active .c-NavBtn_Open .c-NavBtn_Line:nth-child(1) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.c-NavBtn.is-active .c-NavBtn_Open .c-NavBtn_Line:nth-child(2) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-name: open-out-2;
          animation-name: open-out-2;
}
.c-NavBtn.is-active .c-NavBtn_Open .c-NavBtn_Line:nth-child(3) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.c-NavBtn.is-active .c-NavBtn_Close .c-NavBtn_Line:nth-child(1) {
  -webkit-animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
          animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.c-NavBtn.is-active .c-NavBtn_Close .c-NavBtn_Line:nth-child(2) {
  -webkit-animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
          animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.c-NavBtn_Open,
.c-NavBtn_Close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-NavBtn_Open {
  width: 22px;
  height: 17px;
}
.c-NavBtn_Open .c-NavBtn_Lines {
  position: relative;
  width: 22px;
  height: 17px;
}
.c-NavBtn_Open .c-NavBtn_Line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
          animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
}
.c-NavBtn_Open .c-NavBtn_Line:nth-child(1) {
  top: 0;
}
.c-NavBtn_Open .c-NavBtn_Line:nth-child(2) {
  top: 7px;
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.c-NavBtn_Open .c-NavBtn_Line:nth-child(3) {
  bottom: 0;
  width: 75%;
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.63, 1.26);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.63, 1.26);
}

.c-NavBtn_Close {
  width: 23px;
  height: 23px;
}
.c-NavBtn_Close .c-NavBtn_Lines {
  position: relative;
  width: 23px;
  height: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-NavBtn_Close .c-NavBtn_Line {
  display: block;
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
}
.c-NavBtn_Close .c-NavBtn_Line:nth-child(1) {
  margin-left: -1.5px;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  -webkit-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
          animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
}
.c-NavBtn_Close .c-NavBtn_Line:nth-child(2) {
  margin-top: -1.5px;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-animation: close-out-2 0.3s linear 0s 1 normal forwards;
          animation: close-out-2 0.3s linear 0s 1 normal forwards;
}

@media (min-width: 1200px) {
  .c-NavBtn {
    display: none;
  }
}
@-webkit-keyframes open-in {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes open-in {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes open-out-1 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(-5px);
            transform: scaleX(0.9) translateX(-5px);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(5px);
            transform: scaleX(0) translateX(5px);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
@keyframes open-out-1 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(-5px);
            transform: scaleX(0.9) translateX(-5px);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(5px);
            transform: scaleX(0) translateX(5px);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
@-webkit-keyframes open-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(5px);
            transform: scaleX(0.9) translateX(5px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(-5px);
            transform: scaleX(0) translateX(-5px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes open-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(5px);
            transform: scaleX(0.9) translateX(5px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(-5px);
            transform: scaleX(0) translateX(-5px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes close-in-1 {
  0% {
    -webkit-transform: scaleY(0) translateY(-10px);
            transform: scaleY(0) translateY(-10px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes close-in-1 {
  0% {
    -webkit-transform: scaleY(0) translateY(-10px);
            transform: scaleY(0) translateY(-10px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes close-in-2 {
  0% {
    -webkit-transform: scaleX(0) translateX(-10px);
            transform: scaleX(0) translateX(-10px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes close-in-2 {
  0% {
    -webkit-transform: scaleX(0) translateX(-10px);
            transform: scaleX(0) translateX(-10px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes close-out-1 {
  0% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleY(0) translateY(10px);
            transform: scaleY(0) translateY(10px);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes close-out-1 {
  0% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleY(0) translateY(10px);
            transform: scaleY(0) translateY(10px);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@-webkit-keyframes close-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(10px);
            transform: scaleX(0) translateX(10px);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes close-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(10px);
            transform: scaleX(0) translateX(10px);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
.c-SearchBtn {
  position: relative;
  z-index: 1008;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .c-SearchBtn {
    margin-left: 30px;
  }
}
.c-SearchForm {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1007;
  padding: 140px 0 60px;
  background-color: #0c1826;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
  will-change: opacity;
}
.has-open-search .c-SearchForm {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-SearchForm_Inner {
  max-width: 700px;
}

.c-SearchForm_Inputs {
  position: relative;
}

.c-SearchForm_Input {
  width: 100%;
  padding: 20px 25px;
  font-size: 1.125rem;
}

.c-SearchForm_Btn {
  position: absolute;
  top: 18px;
  right: 25px;
}

.c-SearchForm_Close {
  margin-left: 20px;
}
.c-SearchForm_Close .c-Icon {
  width: 16px;
  height: 16px;
}

.c-Search_Type {
  font-size: 1.25rem;
}

.c-Search_Item {
  padding: 30px 20px;
}
.c-Search_Item:nth-child(odd) {
  background: #0c1826;
}
.c-Search_Item:hover h2 {
  text-decoration: underline;
}
.c-Search_Item h2 {
  margin-top: 0;
  font-size: 1.875rem;
}
.c-Search_Item p {
  padding-top: 10px !important;
  opacity: 0.6;
}

.c-Banner {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 500px;
  color: #ffffff;
}
.c-Banner-has-video {
  cursor: pointer;
  overflow: visible;
}
.c-Banner-pull {
  padding-bottom: 290px;
}
.c-Banner.c-Banner-has-overlay {
  position: relative;
  background-position: center;
  background-size: cover;
  overflow: visible;
}
.c-Banner.c-Banner-has-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(21, 36, 52, 0.8);
}
.c-Banner.c-Banner-has-overlay .c-Banner_Inner {
  min-height: 100vh;
  padding: 220px 30px 100px;
}

.c-Banner_Inner {
  position: relative;
  z-index: 0;
}

.c-Banner_Image {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-Banner_Content {
  position: relative;
  z-index: 0;
  max-width: 800px;
  padding: 30px 20px 300px 20px;
}
.c-Banner_Content:before, .c-Banner_Content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.c-Banner_Content:before {
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #152434), to(rgba(21, 36, 52, 0)));
  background-image: linear-gradient(to bottom, #152434 45%, rgba(21, 36, 52, 0));
}
.c-Banner_Content:after {
  right: 100%;
  width: 100vw;
  background: #152434;
}

.c-Banner_Col {
  position: relative;
}

.c-Banner_Title {
  font-size: 2.25rem;
  line-height: 0.9;
}
.c-Banner_Title span {
  display: inline-block;
  line-height: 0.9;
}

.c-Banner_Icon {
  position: absolute;
  bottom: 120px;
  left: 50%;
  z-index: 3;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991px) {
  .c-Banner_Cols {
    display: block;
  }
  .c-Banner_Col {
    margin-bottom: 40px;
  }
  .c-Banner_Col:first-child {
    margin-bottom: 20px;
  }
  .c-Banner_Image {
    max-width: 450px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .c-Banner_Inner {
    padding: 0;
  }
  .c-Banner_Col {
    padding: 0 30px;
  }
}
@media (min-width: 480px) {
  .c-Banner_Title {
    font-size: 2.5rem;
  }
}
@media (min-width: 600px) {
  .c-Banner-pull {
    padding-bottom: 250px;
  }
  .c-Banner_Content {
    padding: 60px 150px 300px 30px;
  }
  .c-Banner_Icon {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .c-Banner {
    background-position: center right;
    background-size: cover;
  }
  .c-Banner-has-video .c-Banner_Inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, #152434), to(rgba(21, 36, 52, 0)));
    background-image: linear-gradient(to right, #152434 45%, rgba(21, 36, 52, 0));
    content: "";
  }
  .c-Banner.c-Banner-has-overlay .c-Banner_Inner {
    padding-top: 160px;
  }
  .c-Banner_Content {
    padding: 100px 300px 180px 0;
  }
  .c-Banner_Content:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, #152434), to(rgba(21, 36, 52, 0)));
    background-image: linear-gradient(to right, #152434 45%, rgba(21, 36, 52, 0));
  }
  .c-Banner_Title {
    font-size: 2.75rem;
  }
  .c-Banner_Icon {
    top: 50%;
    bottom: auto;
    right: 60px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .c-Banner_Content {
    padding: 120px 300px 160px 0;
  }
  .c-Banner_Cols {
    padding: 0 0 20px;
    margin: 0 0 0 -40px;
  }
  .c-Banner_Col {
    -webkit-box-flex: 0;
            flex: 0 0 55%;
    max-width: 55%;
    padding: 0 0 0 40px;
  }
  .c-Banner_Col + .c-Banner_Col {
    -webkit-box-flex: 0;
            flex: 0 0 45%;
    max-width: 45%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-Banner_Icon {
    right: calc((100% - 955px) / 2 + 200px);
  }
}
@media (min-width: 1200px) {
  .c-Banner_Icon {
    right: calc((100% - 1155px) / 2 + 200px);
  }
}
.c-Social_Item {
  display: inline-block;
  padding: 8px 11px;
  margin-right: -5px;
  margin-left: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.c-Social_Item:hover {
  border-color: #E784A3;
}
.c-Social_Item:first-child {
  margin-left: 0;
}
.c-Social_Item:last-child {
  margin-right: 0;
}

.c-Social_Icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 479px) {
  .c-Social {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.c-stats {
  position: relative;
}

.c-stats_inner {
  display: grid;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  height: 100vh;
  height: 100dvh;
  color: #ffffff;
}
@media (min-width: 768px) {
  .c-stats_inner {
    padding-left: 4rem;
  }
}

.c-stats_content {
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .c-stats_content {
    padding-left: 3rem;
  }
}

.c-stats_title {
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .c-stats_title {
    margin-bottom: 3rem;
  }
}

.c-stats_items {
  position: relative;
}

@media (max-width: 767px) {
  .c-stats_item {
    display: block;
  }
}
.c-stats_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.c-stats_image {
  width: 140px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c-stats_image {
    width: 160px;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .c-stats_image {
    width: 200px;
    margin-right: 4rem;
  }
}

.c-stats_label {
  display: block;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-stats_label {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .c-stats_label {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .c-stats_label br {
    display: none;
  }
}

.c-stats_label-value {
  display: block;
  margin-bottom: 6px;
  font-size: 3.125rem;
}
@media (min-width: 768px) {
  .c-stats_label-value {
    font-size: 4.0625rem;
  }
}
@media (min-width: 992px) {
  .c-stats_label-value {
    font-size: 5rem;
  }
}

.c-stats_nav {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-stats_nav-btn {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.c-stats_nav-btn.is-selected {
  background: #ffffff;
}
.c-stats_nav-btn + .c-stats_nav-btn {
  margin-top: 16px;
}

.c-Testimonials {
  position: relative;
  min-height: 100px;
  color: #ffffff;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1);
}
.c-Testimonials.is-hidden {
  opacity: 0;
}
.c-Testimonials.flickity-enabled {
  opacity: 1;
}
.c-Testimonials-single {
  min-height: 0;
}
.c-Testimonials-single .c-Testimonials_Image,
.c-Testimonials-single .c-Testimonials_Quote p,
.c-Testimonials-single .c-Testimonials_Cite,
.c-Testimonials-single .c-Testimonials_Icon {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.c-Testimonials-single .c-Testimonials_Item {
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
}
.c-Testimonials-single .c-Testimonials_Quote {
  padding: 0;
}

.c-Testimonials_Item {
  width: 100%;
  padding: 0 0 40px;
  text-align: center;
}
.c-Testimonials_Item.is-selected .c-Testimonials_Quote p,
.c-Testimonials_Item.is-selected .c-Testimonials_Cite {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.c-Testimonials_Item.is-selected .c-Testimonials_Image {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.c-Testimonials_Image,
.c-Testimonials_Quote p,
.c-Testimonials_Cite {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1), transform 1s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0.6, 0.2, 1), transform 1s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0.6, 0.2, 1);
}

.c-Testimonials_Image {
  width: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.c-Testimonials_Quote {
  padding: 0 0 30px;
}
.c-Testimonials_Quote:before {
  content: normal;
}
.c-Testimonials_Quote p {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.8;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-Testimonials_Quote p:before {
  padding-right: 3px;
  content: "“";
  font-family: Georgia, serif;
}
.c-Testimonials_Quote p:after {
  padding-left: 3px;
  content: "”";
  font-family: Georgia, serif;
}
.c-Testimonials_Quote p + p {
  margin-top: 10px;
}

.c-Testimonials_Cite {
  display: block;
  margin-top: 15px;
  color: #152434;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-Testimonials_Btn {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  z-index: 1;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-Testimonials_Btn + .c-Testimonials_Btn {
  left: calc(50% + 20px);
}

.c-Testimonials_BtnIcon {
  width: 16px;
  height: 16px;
}

@media (min-width: 480px) {
  .c-Testimonials_Quote p {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .c-Testimonials_Item {
    padding: 0 80px 40px;
  }
  .c-Testimonials_Quote p {
    font-size: 1.1875rem;
  }
}
.c-Blocks {
  margin: -30px 0 0 -30px;
}
.c-Blocks.c-Blocks-events {
  margin: -20px 0 0 -20px;
}
.c-Blocks.c-Blocks-events .c-Blocks_Item {
  padding: 20px 0 0 20px;
}

.c-Blocks_Item {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 0 0 30px;
}

.c-Blocks_Outer {
  display: block;
  height: 100%;
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px;
  cursor: pointer;
  overflow: hidden;
}
.c-Blocks_Outer:hover .c-Blocks_Overlay {
  opacity: 1;
}
.c-Blocks_Outer:hover .c-Blocks_ImageWrap {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.c-Blocks_Outer:hover .c-Blocks_Meta:not(.c-Blocks_Meta-pill), .c-Blocks_Outer:hover .c-Tooltip_BlockProject:not(.c-Blocks_Meta-pill),
.c-Blocks_Outer:hover .c-Blocks_Title,
.c-Blocks_Outer:hover .c-Tooltip_BlockTitle {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-Blocks_Outer:hover .c-Blocks_Overlay .c-Info,
.c-Blocks_Outer:hover .c-Blocks_Content .c-Info,
.c-Blocks_Outer:hover .c-Blocks_Excerpt,
.c-Blocks_Outer:hover .c-Blocks_MockBtn,
.c-Blocks_Outer:hover .c-Tooltip_BlockBtn {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.c-Blocks_Inner {
  height: 100%;
  background: #ffffff;
}

.c-Blocks_ImageWrap,
.c-Blocks_Overlay .c-Info,
.c-Blocks_Content .c-Info,
.c-Blocks_Title,
.c-Tooltip_BlockTitle,
.c-Blocks_Meta:not(.c-Blocks_Meta-pill),
.c-Tooltip_BlockProject:not(.c-Blocks_Meta-pill),
.c-Blocks_Excerpt,
.c-Blocks_MockBtn,
.c-Tooltip_BlockBtn {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
}

.c-Blocks_ImageWrap {
  position: relative;
}

.c-Blocks_Overlay {
  padding: 30px 30px 40px;
  background: #ffffff;
  pointer-events: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-Blocks_Overlay .c-Info,
.c-Blocks_Content .c-Info {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.c-Blocks_Overlay .c-Info_Item:not(:first-child),
.c-Blocks_Content .c-Info_Item:not(:first-child) {
  margin-top: 4px;
}
.c-Blocks_Overlay .c-Info_ItemHead,
.c-Blocks_Content .c-Info_ItemHead {
  -webkit-box-flex: 0;
          flex: 0 0 70px;
  max-width: 70px;
}

.c-Blocks_Content {
  padding: 36px 30px 46px;
}

.c-Blocks_PostContent {
  padding: 36px 30px 50px;
}

.c-Blocks_EventContent {
  height: 100%;
  padding: 30px;
}

.c-Blocks_Meta, .c-Tooltip_BlockProject {
  display: block;
  color: #5DB9E6;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.c-Blocks_Meta-pill {
  position: absolute;
  bottom: -17px;
  left: 30px;
  z-index: 1;
  padding: 10px 16px 8px;
  border: 4px solid;
  background: #5DB9E6;
  border-radius: 20px;
  color: #ffffff;
}
.c-Blocks_Meta-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-Blocks_Title, .c-Tooltip_BlockTitle {
  color: #152434;
  font-weight: 500;
  line-height: 1.3;
}
.c-Blocks_Title-sm, .c-Tooltip_BlockTitle {
  font-size: 1.25rem;
}

.c-Blocks_Excerpt {
  font-size: 0.8125rem;
}

.c-Blocks_MockBtn, .c-Tooltip_BlockBtn {
  font-size: 0.875rem;
}

@media (min-width: 480px) {
  .c-Blocks_PostContent {
    padding: 36px 60px 50px;
  }
}
@media (min-width: 680px) {
  .c-Blocks {
    margin: -40px 0 0 -20px;
  }
  .c-Blocks_Item {
    padding: 40px 0 0 20px;
  }
  .c-Blocks_Item-2 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c-Blocks_Overlay {
    padding: 40px 40px 50px;
  }
  .c-Blocks_PostContent {
    padding: 36px 30px 50px;
  }
}
@media (min-width: 992px) {
  .c-Blocks-has-overlay {
    margin: -20px 0 0 -20px;
  }
  .c-Blocks-has-overlay .c-Blocks_Item {
    padding: 20px 0 0 20px;
  }
  .c-Blocks_Item-3 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-Blocks_Outer:hover .c-Blocks_ImageWrap-overlay {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .c-Blocks_Overlay {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 20px;
    z-index: 2;
    padding: 40px 40px 20px;
    background: #5DB9E6;
    opacity: 0;
  }
  .c-Blocks_Overlay .c-Blocks_Title, .c-Blocks_Overlay .c-Tooltip_BlockTitle {
    color: #ffffff;
    font-weight: 100;
  }
}
.c-IconBlocks {
  margin: -40px 0 0 -40px;
}

.c-IconBlocks_Item {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 40px 0 0 40px;
}
.c-IconBlocks_Item * {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}
.c-IconBlocks_Item h2,
.c-IconBlocks_Item h3,
.c-IconBlocks_Item h4,
.c-IconBlocks_Item h5,
.c-IconBlocks_Item h6 {
  font-size: 1.375rem;
  font-weight: 500;
}
.c-IconBlocks_Item h2 + p,
.c-IconBlocks_Item h3 + p,
.c-IconBlocks_Item h4 + p,
.c-IconBlocks_Item h5 + p,
.c-IconBlocks_Item h6 + p {
  padding-top: 10px;
}

.c-IconBlocks_Image {
  width: 100px;
}

@media (min-width: 680px) {
  .c-IconBlocks {
    margin: -60px 0 0 -60px;
  }
  .c-IconBlocks_Item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 0 0 60px;
  }
}
@media (min-width: 992px) {
  .c-IconBlocks_Item {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.c-Boxes {
  margin: -30px 0 0 -30px;
}

.c-Boxes_Title {
  max-width: 700px;
}

.c-Boxes_Item {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 0 0 30px;
}
.c-Boxes_Item h2,
.c-Boxes_Item h3,
.c-Boxes_Item h4,
.c-Boxes_Item h5,
.c-Boxes_Item h6 {
  color: #E784A3 !important;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
}

.c-Boxes_Outer {
  display: block;
  height: 100%;
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
}

.c-Boxes_Inner {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #152434;
}

@media (min-width: 680px) {
  .c-Boxes_Item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c-Boxes_Inner {
    padding: 40px 30px;
  }
}
.c-Shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.c-Shape-1 {
  bottom: 120px;
  left: -20px;
  width: 80px;
}
.c-Shape-2 {
  top: -60px;
  left: -40px;
  width: 90px;
}
.c-Shape-3 {
  top: 200px;
  right: 100px;
  width: 180px;
}
.c-Shape-4 {
  top: 600px;
  right: -150px;
  width: 220px;
}
.c-Shape-5 {
  top: -70px;
  right: -30px;
  width: 140px;
}
.c-Shape-6 {
  bottom: 60px;
  right: -30px;
  width: 200px;
}
.c-Shape-7 {
  top: 50%;
  right: -100px;
  width: 240px;
}
.c-Shape-8 {
  bottom: 140px;
  right: 30px;
  width: 90px;
}
.c-Shape-9 {
  top: 60px;
  left: 20px;
  width: 60px;
}
.c-Shape-10 {
  right: 40px;
  bottom: 20px;
  width: 90px;
}
.c-Shape-11 {
  top: 20px;
  right: 20px;
  width: 50px;
}
.c-Shape-12 {
  right: 30px;
  bottom: 20px;
  width: 70px;
}
.c-Shape-13 {
  top: 30px;
  right: 60px;
  width: 60px;
}
.c-Shape-14 {
  bottom: 60px;
  left: 20px;
  width: 60px;
}
.c-Shape-15 {
  top: 30px;
  left: 130px;
  width: 60px;
}
.c-Shape-16 {
  top: 140px;
  left: 30px;
  width: 60px;
}
.c-Shape-17 {
  right: 0;
  bottom: 60px;
  width: 80px;
}
.c-Shape-18 {
  top: 250px;
  left: -60px;
  width: 130px;
}
.c-Shape-19 {
  right: -200px;
  bottom: -40px;
  width: 350px;
}
.c-Shape-20 {
  top: 20px;
  left: -250px;
  width: 120px;
}
.c-Shape-21 {
  top: -70px;
  right: -50px;
  width: 120px;
}
.c-Shape-22 {
  top: -170px;
  left: -250px;
  width: 240px;
}
.c-Shape-23 {
  top: -90px;
  right: -70px;
  width: 120px;
}
.c-Shape-24 {
  bottom: 100px;
  left: 100px;
  width: 80px;
}
.c-Shape-25 {
  right: -30px;
  bottom: -40px;
  width: 180px;
}
.c-Shape-26 {
  bottom: -20px;
  right: 120px;
  width: 90px;
}
.c-Shape-27 {
  left: -120px;
  bottom: -100px;
  width: 250px;
}

@media (max-width: 767px) {
  .c-Shape-2, .c-Shape-3, .c-Shape-4, .c-Shape-7, .c-Shape-8, .c-Shape-18, .c-Shape-19, .c-Shape-20, .c-Shape-21, .c-Shape-22, .c-Shape-23, .c-Shape-24, .c-Shape-26, .c-Shape-27 {
    display: none;
  }
}
@media (min-width: 480px) {
  .c-Shape-9 {
    left: 50px;
    width: 70px;
  }
  .c-Shape-10 {
    right: 50px;
    bottom: 60px;
    width: 120px;
  }
  .c-Shape-11 {
    width: 80px;
  }
  .c-Shape-12 {
    bottom: 50px;
    width: 120px;
  }
  .c-Shape-13 {
    top: 0;
    right: 120px;
    width: 80px;
  }
  .c-Shape-14 {
    bottom: 80px;
    left: 80px;
    width: 80px;
  }
  .c-Shape-15 {
    left: 150px;
    width: 110px;
  }
  .c-Shape-16 {
    top: 170px;
    left: 60px;
    width: 80px;
  }
  .c-Shape-17 {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .c-Shape-1 {
    top: -30px;
    bottom: auto;
    left: -160px;
    width: 120px;
  }
  .c-Shape-3 {
    right: 0px;
  }
  .c-Shape-5 {
    top: -80px;
    right: -200px;
    width: 360px;
  }
  .c-Shape-6 {
    bottom: 140px;
    right: -200px;
    width: 240px;
  }
  .c-Shape-25 {
    right: -150px;
    bottom: 0;
    width: 290px;
  }
}
@media (min-width: 992px) {
  .c-Shape-19 {
    right: -200px;
    bottom: 60px;
    width: 450px;
  }
  .c-Shape-27 {
    bottom: -100px;
    left: -140px;
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .c-Shape-3 {
    right: 100px;
  }
  .c-Shape-6 {
    right: 0;
  }
  .c-Shape-7 {
    right: 0;
    width: 330px;
  }
  .c-Shape-8 {
    right: 300px;
  }
  .c-Shape-9 {
    width: 90px;
  }
  .c-Shape-10 {
    bottom: 100px;
    width: 170px;
  }
  .c-Shape-11 {
    width: 100px;
  }
  .c-Shape-12 {
    width: 140px;
  }
  .c-Shape-13 {
    width: 100px;
  }
  .c-Shape-15 {
    top: 0px;
  }
}
.c-Modal {
  display: none;
}

.c-Modal_Inner {
  background: #5DB9E6;
}
.c-Modal_Inner.is-ready .c-Modal_Content {
  opacity: 1;
  visibility: visible;
}
.c-Modal_Inner.is-ready .c-Modal_ContentItem {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-Modal_Inner.is-ready .c-Modal_Close {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-Modal_Content {
  display: none;
  height: auto;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-Modal_ContentItem {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-Modal_Close {
  position: absolute;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #5DB9E6;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-Modal_CloseIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-ModalVideo .tingle-modal-box,
.c-ModalImage .tingle-modal-box {
  max-width: 1000px;
}

@media (min-width: 768px) {
  .c-Modal_Close {
    right: -20px;
  }
}
.c-Video {
  position: relative;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.c-Video iframe,
.c-Video object,
.c-Video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-AnimateWrap {
  overflow: hidden;
}

.c-Animate {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}
.c-Animate-push {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.c-Filter {
  color: #ffffff;
}

.c-Filter_Inner {
  display: inline-block;
  position: relative;
  padding: 12px;
  background: #0c1826;
}

.c-Filter_Label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.8125rem;
  font-weight: 400;
  white-space: nowrap;
}

.c-Filter_Select {
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #5DB9E6;
  border-radius: 0;
  font-weight: 400;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
}

.c-Filter_Icon {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 12px;
  height: 12px;
  pointer-events: none;
}

@media (max-width: 599px) {
  .c-Filter {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-Filter_Inner {
    width: 100%;
  }
}
.c-Play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.c-Post_Video:hover .c-Play .c-Play_Icon, .c-FeaturedSlider_Item:hover .c-Play .c-Play_Icon {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}
.c-Post_Video:hover .c-Play .c-Play_Title, .c-FeaturedSlider_Item:hover .c-Play .c-Play_Title {
  -webkit-transform: translate3d(0, -6px, 0);
          transform: translate3d(0, -6px, 0);
}
.c-Post_Video:hover .c-Play .c-Play_Label, .c-FeaturedSlider_Item:hover .c-Play .c-Play_Label {
  -webkit-transform: translate3d(0, -6px, 0);
          transform: translate3d(0, -6px, 0);
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.c-Play_Icon,
.c-Play_Title,
.c-Play_Label {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
}

.c-Play_Icon {
  width: 60px;
  height: 60px;
}
.c-Play_Icon.c-Play_Icon-sm {
  width: 60px;
  height: 60px;
}
.c-Play_Icon-fill .c-Play_IconFill {
  fill: #5DB9E6;
  opacity: 1;
}
.c-Play_Icon-fill .c-Play_IconCircle {
  fill: #5DB9E6;
  opacity: 1;
}
.c-Play_Icon-fill .c-Play_IconTriangle {
  fill: #ffffff;
  opacity: 1;
}

.c-Play_IconFill {
  opacity: 0;
}

.c-Play_IconCircle {
  fill: #ffffff;
  opacity: 0.33;
}

.c-Play_IconTriangle {
  fill: #5DB9E6;
}

.c-Play_IconDoc path {
  fill: #5DB9E6;
}

.c-Play_Title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.c-Play_Label {
  display: block;
  margin-top: 20px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .c-Play_Title {
    font-size: 1.875rem;
  }
  .c-Play_Icon {
    width: 90px;
    height: 90px;
  }
}
.c-Featured:hover .c-Blocks_Meta-pill {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.c-Featured_Image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-Featured_Content {
  padding: 40px 40px 40px;
  background: #ffffff;
}
.c-Featured_Content .c-Blocks_Meta-pill {
  display: inline-block;
  position: static;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
}
.c-Featured_Content .c-Blocks_Title, .c-Featured_Content .c-Tooltip_BlockTitle {
  font-size: 1.5rem;
}
.c-Featured_Content .c-Blocks_Excerpt {
  font-size: 0.9375rem;
}

@media (min-width: 480px) {
  .c-Featured_Content {
    padding: 40px 80px 40px;
  }
}
@media (min-width: 768px) {
  .c-Featured_Content {
    padding: 60px 140px 60px;
  }
}
@media (min-width: 992px) {
  .c-Featured {
    display: -webkit-box;
    display: flex;
  }
  .c-Featured:hover .c-Blocks_ImageWrap {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .c-Featured_Content {
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.3333333333% - 10px);
    max-width: calc(33.3333333333% - 10px);
    padding: 60px 40px 60px;
  }
}
.c-FeaturedSlider {
  position: relative;
  min-height: 300px;
  background: #152434;
}
.c-FeaturedSlider:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: #152434;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-FeaturedSlider_Inner .flickity-viewport {
  overflow: visible;
}

.c-FeaturedSlider_Item {
  display: block;
  position: relative;
  width: 90%;
  margin-right: 20px;
  overflow: hidden;
}
.c-FeaturedSlider_Item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(21, 36, 52, 0.8);
  content: "";
}
.c-FeaturedSlider_Item.is-selected .c-Play {
  opacity: 1;
}
.c-FeaturedSlider_Item .c-Play {
  opacity: 0;
  -webkit-transition: all 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-FeaturedSlider_Btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 55px;
  height: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-FeaturedSlider_Btn:first-child {
  left: -30px;
}
.c-FeaturedSlider_Btn:nth-child(2) {
  right: -30px;
}

.c-FeaturedSlider_BtnIcon {
  width: 55px;
  height: 55px;
}

@media (max-width: 991px) {
  .c-FeaturedSlider_Item {
    min-height: 400px;
  }
  .c-FeaturedSlider_Image {
    position: absolute;
    left: 50%;
    z-index: -1;
    width: auto;
    height: 400px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 479px) {
  .c-FeaturedSlider_Item {
    min-height: 300px;
  }
  .c-FeaturedSlider_Image {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .c-FeaturedSlider_Item {
    width: 80%;
    margin-right: 30px;
  }
  .c-FeaturedSlider_Btn:first-child {
    left: 0;
  }
  .c-FeaturedSlider_Btn:nth-child(2) {
    right: 0;
  }
}
@media (min-width: 992px) {
  .c-FeaturedSlider {
    min-height: 476px;
  }
}
@media (min-width: 1200px) {
  .c-FeaturedSlider {
    min-height: 581px;
  }
}
.c-ProgrammeList {
  margin: -20px 0 0 -20px;
}

.c-ProgrammeList_Item {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 0 0 20px;
}

.c-ProgrammeList_Inner {
  height: 100%;
  padding: 40px;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
}
.c-ProgrammeList_Inner:hover {
  -webkit-box-shadow: inset 0 0 0 6px #152434;
          box-shadow: inset 0 0 0 6px #152434;
}
.c-ProgrammeList_Inner .c-Blocks_Meta, .c-ProgrammeList_Inner .c-Tooltip_BlockProject {
  font-size: 0.75rem;
}

.c-ProgrammeList_Logo {
  max-width: 240px;
  max-height: 70px;
}

.c-ProgrammeList_List {
  font-size: 0.875rem;
}
.c-ProgrammeList_List li:not(:first-child) {
  margin-top: 4px;
}

@media (min-width: 600px) {
  .c-ProgrammeList_Item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .c-ProgrammeList_Item {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.c-Downloads {
  margin: -60px 0 0 -40px;
}

.c-Downloads_Item {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 60px 0 0 40px;
}

.c-Downloads_Inner {
  height: 100%;
  padding: 6px 0 6px 15px;
  border-left: 3px solid #152434;
}
.c-Downloads_Inner:hover .c-Blocks_Title, .c-Downloads_Inner:hover .c-Tooltip_BlockTitle,
.c-Downloads_Inner:hover .c-Downloads_Subtitle,
.c-Downloads_Inner:hover .c-Downloads_Icon {
  -webkit-transform: translate3d(0, 6px, 0);
          transform: translate3d(0, 6px, 0);
}
.c-Downloads_Inner:hover .c-Downloads_Subtitle {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-Downloads_Inner:hover .c-Downloads_Icon {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.c-Downloads_Subtitle,
.c-Downloads_Icon {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
}

.c-Downloads_Icon {
  width: 26px;
  height: 26px;
}

@media (min-width: 480px) {
  .c-Downloads_Item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .c-Downloads {
    margin: -60px 0 0 -60px;
  }
  .c-Downloads_Item {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 60px 0 0 60px;
  }
}
.c-List {
  margin-left: -60px;
}

.c-List_Items {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 60px;
}
.c-List_Items li {
  padding-bottom: 2px;
  border-bottom: 2px solid;
  font-weight: 500;
}
.c-List_Items li:not(:first-child) {
  margin-top: 20px;
}
.c-List_Items li:hover {
  color: #5DB9E6;
}

@media (max-width: 767px) {
  .c-List_Items:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .c-List_Items {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-Info_Item:not(:first-child) {
  margin-top: 8px;
}

.c-Info_ItemHead {
  -webkit-box-flex: 0;
          flex: 0 0 150px;
  max-width: 150px;
  font-weight: 500;
}

.c-Sidebar {
  position: relative;
}

.c-Sidebar_Inner {
  padding: 40px 0 0;
  background: #0c1826;
}

.c-Sidebar_Logo {
  max-width: 300px;
  max-height: 80px;
}

@media (min-width: 992px) {
  .c-Sidebar_Inner {
    -webkit-box-flex: 0;
            flex: 0 0 400px;
    width: 400px;
    max-width: 400px;
    padding: 40px 0 40px 40px;
  }
}
@media (min-width: 1200px) {
  .c-Sidebar_Inner {
    -webkit-box-flex: 0;
            flex: 0 0 500px;
    width: 500px;
    max-width: 500px;
  }
}
.c-Breadcrumb {
  color: #ffffff;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  overflow: hidden;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
  text-transform: uppercase;
}
.has-overlaid-header .c-Breadcrumb {
  position: absolute;
  top: 102px;
  right: 0;
  left: 0;
  z-index: 1;
}

.c-Breadcrumb_Inner {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  line-height: 2;
}
.c-Breadcrumb_Inner a:hover {
  text-decoration: underline;
}

.c-Breadcrumb_Icon {
  width: 8px;
  height: 8px;
  margin: 0 6px;
}

@media (min-width: 480px) {
  .has-overlaid-header .c-Breadcrumb {
    top: 114px;
  }
}
@media (min-width: 511px) {
  .has-overlaid-header .c-Breadcrumb {
    top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .has-overlaid-header .c-Breadcrumb {
    top: 128px;
  }
}
@media (min-width: 992px) {
  .has-overlaid-header .c-Breadcrumb {
    top: 101px;
  }
}
.c-Arrow {
  height: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.c-List_Items li:hover .c-Arrow .c-Arrow_Main {
  border-color: transparent;
}
.c-List_Items li:hover .c-Arrow .c-Arrow_Main:after {
  opacity: 1;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.c-List_Items li:hover .c-Arrow .c-Arrow_Icon {
  opacity: 1;
  -webkit-transform: translateX(12px) translateY(-50%);
          transform: translateX(12px) translateY(-50%);
}

.c-Arrow_Main {
  display: inline-block;
  position: relative;
  top: 0;
  height: 20px;
  width: 20px;
  margin-left: 12px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
}
.c-Arrow_Main:after {
  display: block;
  position: absolute;
  top: 8px;
  left: -12px;
  width: 32px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(21, 36, 52, 0)), to(#152434));
  background-image: linear-gradient(to right, rgba(21, 36, 52, 0) 5%, #152434);
  content: "";
  opacity: 0;
  -webkit-transform: translateX(-27px);
          transform: translateX(-27px);
  -webkit-transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
}

.c-Arrow_Icon {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: 0;
  -webkit-transform: translateX(4px) translateY(-50%);
          transform: translateX(4px) translateY(-50%);
  -webkit-transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
}

.c-Result:not(:first-child) {
  margin-top: 15px;
}

.c-Result_Val {
  display: block;
  color: #E784A3;
  font-size: 3.125rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  .c-Posts {
    display: block;
  }
  .c-Posts_Events {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .c-Posts_Events {
    -webkit-box-flex: 0;
            flex: 0 0 300px;
    max-width: 300px;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .c-Posts_Events {
    -webkit-box-flex: 0;
            flex: 0 0 340px;
    max-width: 340px;
  }
}
.c-Post {
  padding-top: 60px;
  color: #ffffff;
  font-size: 0.9375rem;
}

.c-Post_Main {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
  margin: 0;
}
.c-Post_Main:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 430px);
  z-index: -1;
  width: 100vw;
  background: #0c1826;
  content: "";
}

.c-Post_Nav {
  position: static;
  width: 100%;
  padding: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
}
.c-Post_Nav-sticky {
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 1;
  width: 400px;
  padding: 16px 20px;
  border-top: none;
  overflow: hidden;
}
.c-Post_Nav-sticky:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #E784A3;
  content: "";
}
.c-Post_Nav > a:nth-child(-n+3),
.c-Post_Nav > span:nth-child(-n+3) {
  margin-right: 15px;
}
.c-Post_Nav > a:nth-last-child(-n+2),
.c-Post_Nav > span:nth-last-child(-n+2) {
  margin-left: 15px;
}

.c-Post_Subtitle {
  display: inline-block;
  padding: 12px 15px 11px;
  margin-bottom: 20px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  overflow: hidden;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
  text-transform: uppercase;
}
.c-Post_Subtitle:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #5DB9E6;
  content: "";
}

.c-Post_Title {
  font-size: 2rem;
  line-height: 1.1;
}
.c-Post_Title span {
  display: inline-block;
  line-height: 1.1;
}

.c-Post_Testimonials {
  position: relative;
}
.c-Post_Testimonials:before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  background: #5DB9E6;
  content: "";
}
.c-Post_Testimonials + .c-Post_Testimonials {
  margin-top: 30px;
}

.c-Post_Video {
  position: relative;
  cursor: pointer;
}
.c-Post_Video:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(21, 36, 52, 0.8);
  content: "";
}

.post-password-form {
  max-width: 400px;
  margin-top: 100px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.post-password-form p + p {
  margin-top: 20px;
}
.post-password-form input[type=password] {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .c-Post_Main:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-Post_Header {
    display: block;
  }
  .c-Post_Header .c-Post_Nav {
    display: none;
  }
  .c-Post_Testimonials {
    padding-right: 30px;
    margin-right: -30px;
  }
}
@media (max-width: 599px) {
  .c-Post_Nav {
    flex-wrap: wrap;
  }
  .c-Post_Nav > a:nth-last-child(3) {
    text-align: right;
  }
  .c-Post_Nav > a:nth-last-child(-n+3) {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  .c-Post_Nav > a:nth-last-child(-n+2) {
    margin-top: 30px;
    margin-left: 0;
  }
  .c-Post_Nav > a:last-child {
    text-align: right;
  }
}
@media (min-width: 480px) {
  .c-Post_Title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-Post {
    margin-left: calc((100% - 750px) / 2);
  }
  .c-Post_Title {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .c-Post {
    padding-top: 100px;
    margin-left: calc((100% - 970px) / 2);
  }
  .c-Post_Main {
    padding-bottom: 100px;
  }
  .c-Post_Testimonials,
  .c-Post_Video,
  .c-Post_Image,
  .c-Post_Content {
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
  }
  .c-Post_Content {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .c-Post {
    margin-left: calc((100% - 1170px) / 2);
  }
  .c-Post_Main:before {
    left: calc(100% - 530px);
  }
  .c-Post_Testimonials,
  .c-Post_Video,
  .c-Post_Image,
  .c-Post_Content {
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
  }
  .c-Post_Content {
    padding-right: 100px;
  }
  .c-Post_Nav-sticky {
    width: 500px;
  }
}
.c-Transition {
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #152434;
  cursor: wait;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.c-Transition.is-active {
  left: 0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
          animation-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}
.c-Transition.is-leaving {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}

@-webkit-keyframes fade-in {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fade-in {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes fade-out {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-out {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.c-Contact_Item {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100;
}
.c-Contact_Item:hover {
  color: #E784A3;
}
.c-Contact_Item + .c-Contact_Item {
  margin-top: 4px;
}

.c-Contact_Icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.c-Project_Banner {
  position: relative;
}

.c-Project_Status {
  display: block;
  font-size: 1.25rem;
}

.c-Project_Logo {
  width: 220px;
}

.c-Project_Subtitle {
  font-size: 1.75rem;
  line-height: 1.1;
}
.c-Project_Subtitle span {
  display: inline-block;
  line-height: 1.1;
}

.c-Project_Text {
  max-width: 550px;
  font-size: 1.125rem;
  line-height: 1.8;
}

.c-Project_Scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-animation: fadeIn 1.2s infinite ease-in-out;
          animation: fadeIn 1.2s infinite ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-Project_Scroll .c-Icon {
  width: 50px;
  height: 50px;
}

@media (min-width: 480px) {
  .c-Project_Logo {
    width: 280px;
  }
  .c-Project_Subtitle {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .c-Project_Logo {
    width: 340px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%);
  }
}
.c-Projects {
  position: relative;
  z-index: 2;
  margin: 0 -30px 0 0;
}
.c-Projects:not(.c-Projects-slider) {
  max-width: 900px;
  padding: 40px;
  background: #E784A3;
}
.c-Projects-slider {
  padding-top: 40px;
}
.c-Projects-slider .c-Projects_Status {
  color: #E784A3;
}
.c-Projects-slider .c-Projects_Status:before {
  background: #E784A3;
}

.c-Projects_Status {
  display: inline-block;
  position: relative;
}
.c-Projects_Status:before {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 30px;
  height: 2px;
  background: #152434;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-Projects_Logo {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 220px;
  max-width: 220px;
  margin-bottom: 20px;
}

.c-Projects_Content p {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
}

.c-Projects_Slider-single .c-Projects_Slide {
  width: 100%;
}
.c-Projects_Slider .flickity-viewport {
  overflow: visible;
}

.c-Projects_Slide {
  width: 80%;
  opacity: 0.1;
  -webkit-transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-Projects_Slide.is-selected {
  opacity: 1;
}
.c-Projects_Slide + .c-Projects_Slide {
  margin-left: 30px;
}

.c-Projects_SlideLogo {
  max-width: 220px;
}

.c-Projects_ActiveSlider {
  margin: 0 0 0 -30px;
}
.c-Projects_ActiveSlider.flickity-resize .c-Projects_ActiveSlide {
  height: 100%;
  min-height: 100%;
}

.c-Projects_ActiveSlide {
  width: 80%;
  padding: 0 0 0 30px;
}

.c-Projects_ActiveSlideInner {
  height: 100%;
  padding: 40px;
  background: #E784A3;
}

.c-Projects_ActiveSlideLogo {
  max-width: 180px;
}

.c-Projects_NavBtn {
  -webkit-box-flex: 0;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.c-Projects_NavBtn.is-selected {
  background: #ffffff;
}
.c-Projects_NavBtn + .c-Projects_NavBtn {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .c-Projects_Content {
    display: block;
  }
  .c-Projects_Button {
    margin-top: 30px;
  }
  .c-Projects_SlideCol + .c-Projects_SlideCol {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-Projects:not(.c-Projects-slider) {
    margin: 0 -30px;
  }
}
@media (max-width: 599px) {
  .c-Projects_Inner {
    display: block;
  }
}
@media (min-width: 600px) {
  .c-Projects_Logo {
    -webkit-box-flex: 0;
            flex: 0 0 260px;
    max-width: 260px;
    padding-right: 30px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .c-Projects_Logo:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #152434;
    content: "";
  }
}
@media (min-width: 480px) {
  .c-Projects_ActiveSlide {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .c-Projects {
    margin: -80px 0 0;
  }
  .c-Projects-slider {
    padding-top: 0;
  }
  .c-Projects_Slide + .c-Projects_Slide {
    margin-left: 80px;
  }
}
@media (min-width: 992px) {
  .c-Projects_ActiveSlider-double .c-Projects_ActiveSlide {
    width: 50%;
  }
  .c-Projects_ActiveSlide {
    width: 33.3333333333%;
  }
  .c-Projects_Content p {
    padding-right: 40px;
  }
  .c-Projects_SlideCols {
    margin: -60px 0 0 -60px;
  }
  .c-Projects_SlideCol {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 0 0 60px;
  }
}
.c-SignUp_Content * {
  max-width: 600px;
  color: #ffffff;
}

.c-SignUp_Btn {
  margin-left: auto;
}

@media (max-width: 767px) {
  .c-SignUp {
    display: block;
  }
  .c-SignUp_Content {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .c-SignUp_Content {
    padding-right: 40px;
  }
}
.c-Calendar {
  margin-bottom: 40px;
}

.c-Calendar_Outer {
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px;
  cursor: pointer;
}

.c-Calendar_Inner {
  padding: 20px;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-Calendar_Inner.is-hidden {
  display: none;
}
.c-Calendar_Inner.flickity-enabled {
  opacity: 1;
}

.c-Calendar_Current {
  width: 200px;
  color: #152434;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.c-Calendar_Btn {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #152434;
  border-radius: 50%;
}
.c-Calendar_Btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.c-Calendar_BtnIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-Calendar_Month {
  width: 100%;
}

.c-Calendar_DayLabels,
.c-Calendar_Days {
  font-size: 0.875rem;
  text-align: center;
}
.c-Calendar_DayLabels li,
.c-Calendar_Days li {
  -webkit-box-flex: 0;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
  padding: 4px 0;
  font-size: 0.875rem;
}

.c-Calendar_DayLabels {
  font-weight: 800;
  text-transform: uppercase;
}

.c-Calendar_Day {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.c-Calendar_Day-event {
  background: #5DB9E6;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 479px) {
  .c-Calendar_DayLabels li {
    font-size: 0.8125rem;
  }
}
@media (min-width: 480px) {
  .c-Calendar_Inner {
    padding: 30px;
  }
  .c-Calendar_Day {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .c-Calendar {
    -webkit-box-flex: 0;
            flex: 0 0 400px;
    max-width: 400px;
    margin-bottom: 0;
    margin-left: 60px;
  }
}
.c-Tooltip {
  z-index: 1007;
  width: 240px;
  opacity: 0;
  -webkit-transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-Tooltip[x-placement^=top] {
  opacity: 1;
  margin-bottom: 5px;
}
.c-Tooltip[x-placement^=bottom] {
  opacity: 1;
  margin-top: 5px;
}
.c-Tooltip[x-placement^=right] {
  opacity: 1;
  margin-left: 5px;
}
.c-Tooltip[x-placement^=left] {
  opacity: 1;
  margin-right: 5px;
}

.c-Tooltip_Block {
  max-width: 100%;
  padding: 20px;
  background: #E784A3;
  -webkit-box-shadow: 0 40px 70px rgba(37, 37, 37, 0.02), 0 10px 25px rgba(37, 37, 37, 0.05), 0 5px 15px rgba(37, 37, 37, 0.02);
          box-shadow: 0 40px 70px rgba(37, 37, 37, 0.02), 0 10px 25px rgba(37, 37, 37, 0.05), 0 5px 15px rgba(37, 37, 37, 0.02);
  text-align: left;
}
.c-Tooltip_Block + .c-Tooltip_Block {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .c-Tooltip {
    width: 320px;
  }
}
.c-Pagination {
  margin-top: 60px;
}

.c-Pagination_Link {
  padding: 10px 4px;
  background: transparent;
  border-color: transparent;
}
.c-Pagination_Link:hover, .c-Pagination_Link-current {
  background: transparent;
  border-color: transparent;
  color: #E784A3;
}

.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-transition: height 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.flickity-enabled.is-fade .flickity-slider > * {
  z-index: 0;
  pointer-events: none;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  z-index: 1;
  pointer-events: auto;
}

.tingle-enabled {
  height: 100%;
  overflow: hidden;
}

.tingle-modal {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1009;
  background: rgba(21, 36, 52, 0.8);
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.tingle-modal--visible {
  opacity: 1;
  visibility: visible;
}

.tingle-modal-box {
  position: relative;
  top: 4%;
  flex-shrink: 0;
  width: 96%;
  max-width: 500px;
  margin: auto auto 4%;
  background: #ffffff;
  border-radius: 3px;
  cursor: auto;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tingle-modal--overflow {
  overflow-y: scroll;
}

.tingle-modal__close {
  display: none;
}

@media (max-width: 991px) {
  .tingle-modal {
    display: block;
    width: 100%;
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal-box {
    top: 40px;
  }
}
@media (min-width: 992px) {
  .tingle-modal-box {
    top: auto;
    margin-bottom: auto;
  }
  .tingle-modal--overflow {
    padding-top: 8vh;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.aa-dropdown-menu {
  padding: 25px 0 10px;
  margin-top: 10px;
  border: none !important;
  border-radius: 3px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px !important;
          box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px !important;
  color: #152434 !important;
  font-family: rubik, sans-serif !important;
  font-size: 1rem !important;
}
.aa-dropdown-menu [class*=aa-dataset-] + [class*=aa-dataset-] {
  margin-top: 20px;
}
.aa-dropdown-menu .autocomplete-header {
  padding: 6px 20px !important;
  margin-bottom: 10px !important;
  border-bottom: none !important;
  background: #f2f2f2;
}
.aa-dropdown-menu .autocomplete-header-title {
  padding: 8px 0 6px;
  font-size: 0.875rem;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2;
  text-transform: none !important;
}
.aa-dropdown-menu .aa-suggestions {
  padding: 0 15px;
  margin-bottom: 10px;
}
.aa-dropdown-menu .aa-suggestion {
  padding: 0 !important;
}
.aa-dropdown-menu .aa-suggestion:hover {
  background: #f2f2f2 !important;
}
.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
  color: #152434 !important;
  font-size: 0.8125rem !important;
}
.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
  margin-top: 6px;
  margin-bottom: 0;
  color: #152434 !important;
  font-size: 0.8125rem;
  font-weight: 400;
}
.aa-dropdown-menu .aa-suggestion em {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #E784A3 !important;
}
.aa-dropdown-menu .suggestion-link {
  padding: 10px 0 4px !important;
}
.aa-dropdown-menu .suggestion-post-thumbnail {
  display: none !important;
}
.aa-dropdown-menu a {
  font-size: 0.875rem !important;
}
.aa-dropdown-menu a.suggestion-link svg {
  margin-top: -4px;
  margin-right: 6px;
}
body .algolia-autocomplete {
  z-index: 9998 !important;
}

@media (min-width: 480px) {
  .aa-dropdown-menu {
    padding: 25px 10px 10px;
  }
  .aa-dropdown-menu .autocomplete-header-title {
    font-size: 1rem;
  }
  .aa-dropdown-menu .aa-suggestion .suggestion-post-title {
    font-size: 0.9375rem !important;
  }
  .suggestion-link {
    padding: 10px 20px 4px !important;
  }
}

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