/* Compass
 * -------------------- */
/* Import 'susy'
 * -------------------- */
/* Helpers
 * -------------------- */
/**
 * Variables
 * -----------------------------------------------------------------------------
 */
/* Colors
 * -------------------- */
/* Gutter
 * -------------------- */
/* Element dimensions
 * -------------------- */
/* Typography
 * -------------------- */
/* Urls/Paths
 * -------------------- */
/* Helpers
 * -------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * Set box-sizing to "border-box" for all elements
 */
@import url("https://use.typekit.net/mbf6jcz.css");
/* line 7, ../../../.source/source/sass/helpers/_normalize.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 21, ../../../.source/source/sass/helpers/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 31, ../../../.source/source/sass/helpers/_normalize.scss */
body {
  margin: 0;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 66, ../../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 79, ../../../.source/source/sass/helpers/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 101, ../../../.source/source/sass/helpers/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 110, ../../../.source/source/sass/helpers/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 130, ../../../.source/source/sass/helpers/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 139, ../../../.source/source/sass/helpers/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 147, ../../../.source/source/sass/helpers/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 156, ../../../.source/source/sass/helpers/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 172, ../../../.source/source/sass/helpers/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 176, ../../../.source/source/sass/helpers/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 187, ../../../.source/source/sass/helpers/_normalize.scss */
img {
  border: 0;
  vertical-align: middle;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 196, ../../../.source/source/sass/helpers/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 207, ../../../.source/source/sass/helpers/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 215, ../../../.source/source/sass/helpers/_normalize.scss */
hr {
  background-color: #000;
  border: none;
  box-sizing: content-box;
  display: block;
  height: 1px;
  margin: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 228, ../../../.source/source/sass/helpers/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 236, ../../../.source/source/sass/helpers/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 259, ../../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 273, ../../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 284, ../../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 297, ../../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 309, ../../../.source/source/sass/helpers/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 318, ../../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 329, ../../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 341, ../../../.source/source/sass/helpers/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 353, ../../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 363, ../../../.source/source/sass/helpers/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 383, ../../../.source/source/sass/helpers/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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.
 */
/* line 394, ../../../.source/source/sass/helpers/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 403, ../../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 412, ../../../.source/source/sass/helpers/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 423, ../../../.source/source/sass/helpers/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 428, ../../../.source/source/sass/helpers/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 433, ../../../.source/source/sass/helpers/_normalize.scss */
th {
  font-weight: normal;
}

/* Input placeholders
   ========================================================================== */
/* line 441, ../../../.source/source/sass/helpers/_normalize.scss */
::-webkit-input-placeholder {
  color: #000000;
}

/* FF 18- */
/* line 446, ../../../.source/source/sass/helpers/_normalize.scss */
:-moz-placeholder {
  color: #000000;
}

/* FF 19+ */
/* line 451, ../../../.source/source/sass/helpers/_normalize.scss */
::-moz-placeholder {
  color: #000000;
}

/* line 455, ../../../.source/source/sass/helpers/_normalize.scss */
:-ms-input-placeholder {
  color: #000000;
}

/* Reset headings
   ========================================================================== */
/* line 463, ../../../.source/source/sass/helpers/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

/* Reset definition lists
   ========================================================================== */
/* line 473, ../../../.source/source/sass/helpers/_normalize.scss */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Reset anchors
   ========================================================================== */
/* line 484, ../../../.source/source/sass/helpers/_normalize.scss */
a,
a:hover,
a:visited {
  text-decoration: none;
}

/* line 490, ../../../.source/source/sass/helpers/_normalize.scss */
a:focus {
  outline: none;
}

/* Reset nav elements
   ========================================================================== */
/* line 498, ../../../.source/source/sass/helpers/_normalize.scss */
nav ol,
nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 506, ../../../.source/source/sass/helpers/_normalize.scss */
li {
  display: inline-block;
}

/* Set text selection to lightgrey
   ========================================================================== */
/* line 514, ../../../.source/source/sass/helpers/_normalize.scss */
::-moz-selection {
  background: #999999;
  text-shadow: none;
}

/* line 519, ../../../.source/source/sass/helpers/_normalize.scss */
::selection {
  background: #999999;
  text-shadow: none;
}

/* Remove italic style
   ========================================================================== */
/* line 528, ../../../.source/source/sass/helpers/_normalize.scss */
i,
em,
address {
  font-style: normal;
}

/* Add font weight bold
   ========================================================================== */
/* line 538, ../../../.source/source/sass/helpers/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* Remove margins for paragraphs
   ========================================================================== */
/* line 546, ../../../.source/source/sass/helpers/_normalize.scss */
p {
  margin: 0;
}

/**
 * Functions
 * -----------------------------------------------------------------------------
 */
/**
 * Get value from map
 * -----------------------------------------------------------------------------
 * 
 * Usage: get($map, $key);
 *
 */
/**
 * Webfonts
 * -----------------------------------------------------------------------------
 */
/**
 * Base print styling
 * -----------------------------------------------------------------------------
 * Source: http://html5boilerplate.com/
 */
@media print {
  /* line 11, ../../../.source/source/sass/helpers/_print.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 17, ../../../.source/source/sass/helpers/_print.scss */
  *:before, *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 26, ../../../.source/source/sass/helpers/_print.scss */
  a {
    text-decoration: underline;
  }
  /* line 29, ../../../.source/source/sass/helpers/_print.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 33, ../../../.source/source/sass/helpers/_print.scss */
  a[href]:after {
    content: "(" attr(href) ")";
  }

  /* line 38, ../../../.source/source/sass/helpers/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 43, ../../../.source/source/sass/helpers/_print.scss */
  a[href^='#']:after, a[href^='javascript:']:after {
    content: '';
  }

  /* line 49, ../../../.source/source/sass/helpers/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 55, ../../../.source/source/sass/helpers/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 59, ../../../.source/source/sass/helpers/_print.scss */
  tr {
    page-break-inside: avoid;
  }

  /* line 63, ../../../.source/source/sass/helpers/_print.scss */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  /* line 68, ../../../.source/source/sass/helpers/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 75, ../../../.source/source/sass/helpers/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Scrollbars
 * -----------------------------------------------------------------------------
 */
/**
 * Vertical align
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      element {
 *          @include vertical-align($position);
 *      }
 *
 */
/**
 * Cross browser opacity
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include opacity(1,100);
 *      }
 *
 */
/**
 * Set box shadow
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      div {
 *          @include box-shadow(values);
 *      }
 *
 */
/**
 * Grayscale an image
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include filter-grayscale(value);
 *      }
 *
 */
/**
 * Background defaults
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      header {
 *          @include background-default($opts)
 *      }
 *
 */
/**
 * Visually hide an element
 * -----------------------------------------------------------------------------
 * This placeholder selector will visually hide an element while
 * still make it accessible for screenreaders.
 * 
 * Usage:
 *
 *      p {
 *          @extend %visually-hidden;
 *      }
 *
 */
/* line 143, ../../../.source/source/sass/helpers/_mixins.scss */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Clearfix
 * -----------------------------------------------------------------------------
 * A solid clearfix by Nicolas Gallagher.
 * Source: (http://nicolasgallagher.com/micro-clearfix-hack/)
 * 
 * Usage:
 *
 *      p {
 *          @extend %clearfix;
 *      }
 *
 */
/* line 169, ../../../.source/source/sass/helpers/_mixins.scss */
.btn-group, .btns-prev-next, .grid, header.page-header .page-header__inner, .section-content, footer.page-footer .page-footer__inner,
.clearfix {
  *zoom: 1;
}
/* line 173, ../../../.source/source/sass/helpers/_mixins.scss */
.btn-group:before, .btns-prev-next:before, .grid:before, header.page-header .page-header__inner:before, .section-content:before, footer.page-footer .page-footer__inner:before,
.clearfix:before {
  content: ' ';
  display: table;
}
/* line 178, ../../../.source/source/sass/helpers/_mixins.scss */
.btn-group:after, .btns-prev-next:after, .grid:after, header.page-header .page-header__inner:after, .section-content:after, footer.page-footer .page-footer__inner:after,
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}

/**
 * Media Queries
 * -----------------------------------------------------------------------------
 * A simple mixin for using media queries. Change the values to
 * fit your sites needs.
 * 
 * Usage:
 *
 *      header {
 *          @include bp-small() {
 *              display: none;
 *          }
 *          @include bp-huge() {
 *              display: block;
 *          }
 *      }
 */
/* Components
 * -------------------- */
/**
 * Typography - Webfonts
 * -----------------------------------------------------------------------------
 */
/**
 * Typography - Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Add font smoothing
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-smoothing();
 *      }
 *
 */
/**
 * Font: Regular
 * -----------------------------------------------------------------------------
 *
 */
/**
 * Font: Bold
 * -----------------------------------------------------------------------------
 *
 */
/**
 * Font: Book
 * -----------------------------------------------------------------------------
 *
 */
/**
 * Font: Serif
 * -----------------------------------------------------------------------------
 *
 */
/**
 * Legacy font: Helvetica
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-legacy();
 *      }
 *
 */
/**
 * Define the font size
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-size(1.6);
 *      }
 *
 */
/**
 * Typography - Helpers classes
 * -----------------------------------------------------------------------------
 */
/* line 7, ../../../.source/source/sass/components/typo/_helpers.scss */
.uc {
  text-transform: uppercase;
}

/* line 11, ../../../.source/source/sass/components/typo/_helpers.scss */
.lc {
  text-transform: lowercase;
}

/* line 15, ../../../.source/source/sass/components/typo/_helpers.scss */
.cap {
  text-transform: capitalize;
}

/* line 19, ../../../.source/source/sass/components/typo/_helpers.scss */
.font-regular {
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}

/* line 23, ../../../.source/source/sass/components/typo/_helpers.scss */
.font-bold {
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}

/* line 27, ../../../.source/source/sass/components/typo/_helpers.scss */
.font-book {
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
}

/* line 31, ../../../.source/source/sass/components/typo/_helpers.scss */
.font-serif {
  font-family: 'freight-text-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}

/* line 35, ../../../.source/source/sass/components/typo/_helpers.scss */
.align-center {
  text-align: center;
}

/* line 39, ../../../.source/source/sass/components/typo/_helpers.scss */
.align-right {
  text-align: right;
}

@media only screen and (min-width: 960px) {
  /* line 43, ../../../.source/source/sass/components/typo/_helpers.scss */
  .align-right-md {
    text-align: right;
  }
}

/* line 49, ../../../.source/source/sass/components/typo/_helpers.scss */
.txt-intro {
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}

/**
 * Content block
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/_blocks.scss */
.content-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Overlay block
 * -----------------------------------------------------------------------------
 */
/* line 18, ../../../.source/source/sass/components/_blocks.scss */
header.section-header, .news-slider__item,
.overlay-block {
  position: relative;
}
/* line 22, ../../../.source/source/sass/components/_blocks.scss */
header.section-header:before, .news-slider__item:before,
.overlay-block:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
}
/* line 34, ../../../.source/source/sass/components/_blocks.scss */
header.section-header > div, .news-slider__item > div,
.overlay-block > div {
  z-index: 102;
}
/* line 38, ../../../.source/source/sass/components/_blocks.scss */
header.section-header h1, .news-slider__item h1,
.overlay-block h1 {
  z-index: 102;
}

/**
 * Brand
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/_brand.scss */
.brand {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-image: url("../img/logo-bg-turicum.svg");
  background-size: 100% auto;
  display: block;
  height: 23px;
  width: 185px;
}
@media only screen and (min-width: 960px) {
  /* line 6, ../../../.source/source/sass/components/_brand.scss */
  .brand {
    float: left;
    height: 26px;
    width: 212px;
  }
}

/**
 * Buttons
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/_buttons.scss */
.btn {
  display: block;
}

/* line 15, ../../../.source/source/sass/components/_buttons.scss */
.btn--menu {
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  z-index: 101;
  -moz-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}
@media only screen and (min-width: 960px) {
  /* line 15, ../../../.source/source/sass/components/_buttons.scss */
  .btn--menu {
    display: none;
  }
}
/* line 28, ../../../.source/source/sass/components/_buttons.scss */
.btn--menu span {
  background-color: #184081;
  display: block;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -moz-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}
/* line 37, ../../../.source/source/sass/components/_buttons.scss */
.btn--menu span:first-of-type {
  margin-bottom: 6px;
}
/* line 41, ../../../.source/source/sass/components/_buttons.scss */
.btn--menu span:last-of-type {
  margin-top: 6px;
}
/* line 46, ../../../.source/source/sass/components/_buttons.scss */
.btn--menu.is-active {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 48, ../../../.source/source/sass/components/_buttons.scss */
.btn--menu.is-active span {
  width: 26px;
}
/* line 50, ../../../.source/source/sass/components/_buttons.scss */
.btn--menu.is-active span:nth-child(1) {
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
/* line 54, ../../../.source/source/sass/components/_buttons.scss */
.btn--menu.is-active span:nth-child(2) {
  opacity: 0;
}
/* line 58, ../../../.source/source/sass/components/_buttons.scss */
.btn--menu.is-active span:nth-child(3) {
  -moz-transform: translateY(-8px) rotate(90deg);
  -ms-transform: translateY(-8px) rotate(90deg);
  -webkit-transform: translateY(-8px) rotate(90deg);
  transform: translateY(-8px) rotate(90deg);
}

/* line 65, ../../../.source/source/sass/components/_buttons.scss */
.btns-prev-next {
  bottom: 20px;
  left: 25px;
  position: absolute;
  z-index: 105;
}
@media only screen and (min-width: 960px) {
  /* line 65, ../../../.source/source/sass/components/_buttons.scss */
  .btns-prev-next {
    bottom: 15px;
    left: calc((100% - 700px)/2);
  }
}
@media only screen and (min-width: 960px) {
  /* line 77, ../../../.source/source/sass/components/_buttons.scss */
  .btns-prev-next.btns-prev-next--home {
    left: calc((100% - 780px)/2);
  }
}
/* line 83, ../../../.source/source/sass/components/_buttons.scss */
.btns-prev-next.btns-prev-next--content {
  display: none;
}
@media only screen and (min-width: 960px) {
  /* line 83, ../../../.source/source/sass/components/_buttons.scss */
  .btns-prev-next.btns-prev-next--content {
    display: block;
  }
}
/* line 90, ../../../.source/source/sass/components/_buttons.scss */
.btns-prev-next.btns-prev-next--settlements {
  bottom: 45px;
  left: auto;
  right: 24px;
}
@media only screen and (min-width: 960px) {
  /* line 90, ../../../.source/source/sass/components/_buttons.scss */
  .btns-prev-next.btns-prev-next--settlements {
    bottom: 15px;
    left: calc((100% - 700px)/2);
    right: auto;
  }
}

/* line 103, ../../../.source/source/sass/components/_buttons.scss */
.btn--prev,
.btn--next {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-size: 100%;
  cursor: pointer;
  float: left;
  height: 30px;
  opacity: 1;
  position: relative;
  width: 30px;
  -moz-transition: opacity 0.08s ease-out;
  -o-transition: opacity 0.08s ease-out;
  -webkit-transition: opacity 0.08s ease-out;
  transition: opacity 0.08s ease-out;
}
/* line 115, ../../../.source/source/sass/components/_buttons.scss */
.btn--prev:hover,
.btn--next:hover {
  opacity: .8;
}
/* line 119, ../../../.source/source/sass/components/_buttons.scss */
.btn--prev.is-disabled,
.btn--next.is-disabled {
  opacity: .5;
}
/* line 121, ../../../.source/source/sass/components/_buttons.scss */
.btn--prev.is-disabled:hover,
.btn--next.is-disabled:hover {
  cursor: default;
}
/* line 126, ../../../.source/source/sass/components/_buttons.scss */
.btn--prev.is-slider,
.btn--next.is-slider {
  float: none;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 100;
}

/* line 134, ../../../.source/source/sass/components/_buttons.scss */
.btn--prev {
  background-image: url("../img/icons/icon-prev.svg");
}
/* line 137, ../../../.source/source/sass/components/_buttons.scss */
.btn--prev.is-slider {
  left: 5px;
}

/* line 142, ../../../.source/source/sass/components/_buttons.scss */
.btn--next {
  background-image: url("../img/icons/icon-next.svg");
  left: -1px;
}
/* line 146, ../../../.source/source/sass/components/_buttons.scss */
.btn--next.is-slider {
  left: auto;
  right: 5px;
}

/**
 * Grid
 * -----------------------------------------------------------------------------
 */
/* line 13, ../../../.source/source/sass/components/_grid.scss */
.grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.grid:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 17, ../../../.source/source/sass/components/_grid.scss */
.grid .span {
  margin-bottom: 30px;
  width: 100%;
}
/* line 21, ../../../.source/source/sass/components/_grid.scss */
.grid .span.span--last {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  /* line 29, ../../../.source/source/sass/components/_grid.scss */
  .grid .span {
    margin-bottom: 0;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--1 {
    width: 6.09756%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--2 {
    width: 14.63415%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--3 {
    width: 23.17073%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--4 {
    width: 31.70732%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--5 {
    width: 40.2439%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--6 {
    width: 48.78049%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--7 {
    width: 57.31707%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--8 {
    width: 65.85366%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--9 {
    width: 74.39024%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--10 {
    width: 82.92683%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--11 {
    width: 91.46341%;
    float: left;
    margin-right: 2.43902%;
  }
  /* line 35, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 40, ../../../.source/source/sass/components/_grid.scss */
  .grid .span--last {
    float: right;
    margin-right: 0;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--1 {
    margin-left: -8.53659%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--2 {
    margin-left: -17.07317%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--3 {
    margin-left: -25.60976%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--4 {
    margin-left: -34.14634%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--5 {
    margin-left: -42.68293%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--6 {
    margin-left: -51.21951%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--7 {
    margin-left: -59.7561%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--8 {
    margin-left: -68.29268%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--9 {
    margin-left: -76.82927%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--10 {
    margin-left: -85.36585%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--11 {
    margin-left: -93.90244%;
  }
  /* line 46, ../../../.source/source/sass/components/_grid.scss */
  .grid .pull--12 {
    margin-left: -102.43902%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--1 {
    margin-left: 8.53659%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--2 {
    margin-left: 17.07317%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--3 {
    margin-left: 25.60976%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--4 {
    margin-left: 34.14634%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--5 {
    margin-left: 42.68293%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--6 {
    margin-left: 51.21951%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--7 {
    margin-left: 59.7561%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--8 {
    margin-left: 68.29268%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--9 {
    margin-left: 76.82927%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--10 {
    margin-left: 85.36585%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--11 {
    margin-left: 93.90244%;
  }
  /* line 53, ../../../.source/source/sass/components/_grid.scss */
  .grid .push--12 {
    margin-left: 102.43902%;
  }
}

/**
 * Headings
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/_headings.scss */
h1, h2, h3, h4 {
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}

/* line 10, ../../../.source/source/sass/components/_headings.scss */
h1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
}
@media only screen and (min-width: 960px) {
  /* line 10, ../../../.source/source/sass/components/_headings.scss */
  h1 {
    font-size: 40px;
  }
}

/* line 19, ../../../.source/source/sass/components/_headings.scss */
h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  /* line 19, ../../../.source/source/sass/components/_headings.scss */
  h2 {
    font-size: 40px;
  }
}

/* line 28, ../../../.source/source/sass/components/_headings.scss */
h3 {
  color: #184081;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 35, ../../../.source/source/sass/components/_headings.scss */
h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

/**
 * Icons
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/_icons.scss */
.icon {
  display: block;
}

/**
 * Lists
 * -----------------------------------------------------------------------------
 */
/**
 * Maps
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/_maps.scss */
.map {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  min-height: 240px;
}
@media only screen and (min-width: 960px) {
  /* line 6, ../../../.source/source/sass/components/_maps.scss */
  .map {
    margin-bottom: 0;
    min-height: 480px;
  }
  /* line 13, ../../../.source/source/sass/components/_maps.scss */
  .map.is-narrow {
    min-height: 320px;
  }
}

/**
 * Tables
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/_tables.scss */
table {
  width: 100%;
}

/**
 * Utilities
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/_utilities.scss */
em,
address {
  font-style: normal;
}

/* line 11, ../../../.source/source/sass/components/_utilities.scss */
i,
em {
  font-family: 'freight-text-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}

/* line 16, ../../../.source/source/sass/components/_utilities.scss */
b,
strong {
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}

/**
 * Visuals
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/_visuals.scss */
.visual {
  display: block;
}
/* line 9, ../../../.source/source/sass/components/_visuals.scss */
.visual img, .visual svg {
  display: block;
  height: auto;
  width: 100%;
}

/**
 * Forms
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/form/_forms.scss */
form {
  display: block;
}

/**
 * Form layout elements
 * -----------------------------------------------------------------------------
 */
/* line 9, ../../../.source/source/sass/components/form/_layout.scss */
.form-group {
  margin-bottom: 20px;
}

/**
 * Input, Textarea
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/form/_fields.scss */
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
textarea {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  line-height: 1;
  outline: none !important;
  padding: 8px 5px;
  position: relative;
  width: 100%;
  z-index: 1;
  -moz-transition: border 0.1s ease-out;
  -o-transition: border 0.1s ease-out;
  -webkit-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #ffffff;
}
/* line 28, ../../../.source/source/sass/components/form/_fields.scss */
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: #184081;
}
/* line 31, ../../../.source/source/sass/components/form/_fields.scss */
input[type=text]:focus:valid,
input[type=email]:focus:valid,
input[type=number]:focus:valid,
input[type=password]:focus:valid,
input[type=date]:focus:valid,
textarea:focus:valid {
  border-color: #5cb85c;
}
/* line 35, ../../../.source/source/sass/components/form/_fields.scss */
input[type=text]:focus:invalid,
input[type=email]:focus:invalid,
input[type=number]:focus:invalid,
input[type=password]:focus:invalid,
input[type=date]:focus:invalid,
textarea:focus:invalid {
  border-color: #d9534f;
}

/* line 41, ../../../.source/source/sass/components/form/_fields.scss */
textarea {
  min-height: 160px;
}

/* line 46, ../../../.source/source/sass/components/form/_fields.scss */
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #000000 inset;
}

/**
 * Buttons
 * -----------------------------------------------------------------------------
 */
/* line 59, ../../../.source/source/sass/components/form/_fields.scss */
button,
input[type=submit] {
  background-color: transparent;
  border-radius: 0;
  outline: none !important;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #ffffff;
}

/* line 68, ../../../.source/source/sass/components/form/_fields.scss */
button[type=submit] {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-image: url("../img/icons/icon-arrow-send.svg");
  background-size: 19px 15px;
  background-position: center right 5px;
  border: 1px solid #000000;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 1;
  float: right;
  padding: 8px 36px 8px 15px;
  -moz-transition: border 0.1s ease-out, color 0.1s ease-out, background 0.1s ease-out;
  -o-transition: border 0.1s ease-out, color 0.1s ease-out, background 0.1s ease-out;
  -webkit-transition: border 0.1s ease-out, color 0.1s ease-out, background 0.1s ease-out;
  transition: border 0.1s ease-out, color 0.1s ease-out, background 0.1s ease-out;
}
/* line 80, ../../../.source/source/sass/components/form/_fields.scss */
button[type=submit]:hover {
  background-image: url("../img/icons/icon-arrow-send-hover.svg");
  border: 1px solid #184081;
  color: #184081;
}

/**
 * Form labels
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/form/_labels.scss */
label {
  display: block;
}

/* line 11, ../../../.source/source/sass/components/form/_labels.scss */
.form-group label {
  margin-bottom: 3px;
}

/**
 * Form errors
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/components/form/_errors.scss */
.has-error input[type=text],
.has-error input[type=email],
.has-error input[type=number],
.has-error input[type=password],
.has-error input[type=date],
.has-error textarea {
  border-color: #d9534f;
  color: #d9534f;
}
/* line 16, ../../../.source/source/sass/components/form/_errors.scss */
.has-error label {
  color: #d9534f;
}

/* line 21, ../../../.source/source/sass/components/form/_errors.scss */
.help-block {
  display: inline-block;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  margin-top: 5px;
}
/* line 25, ../../../.source/source/sass/components/form/_errors.scss */
.help-block.error {
  color: #d9534f;
}

/**
 * Form Placeholder
 * -----------------------------------------------------------------------------
 */
/* Vendor (3rd party stuff)
 * -------------------- */
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
/* line 12, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 21, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 24, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 31, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 48, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 53, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 58, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 64, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* line 77, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
/* line 81, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 85, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
/* line 97, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 101, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 111, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 123, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, left, right);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 129, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, left, right);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 135, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, left, right);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 141, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, left, right);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
/* line 148, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 153, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

/* line 171, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

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

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

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

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

/* line 205, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-button-lock {
  display: none;
}

/* line 208, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 218, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* line 222, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 230, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 234, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

/* line 240, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 245, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 250, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 255, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 260, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 265, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 270, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 278, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 288, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 291, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 295, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 301, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 305, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

/* line 312, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

/* line 320, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 323, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 330, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* line 337, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
/* line 345, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 349, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* line 363, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

/* line 368, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 375, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 382, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

/* line 385, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 388, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

/* line 391, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

/* line 394, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 397, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* line 400, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-pagination-lock {
  display: none;
}

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

/* line 410, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 418, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 426, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 435, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 438, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 441, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 458, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 466, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
/* line 511, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 519, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 524, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 530, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 533, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 537, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 540, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 552, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 555, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 560, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 564, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 571, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 579, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 591, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-flip {
  overflow: visible;
}

/* line 594, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 600, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 603, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 607, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 615, ../../../.source/source/sass/vendor/swiper/_swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/**
 * Custom styles for Swiper 4.4.1
 */
/* line 5, ../../../.source/source/sass/vendor/swiper/_swiper-customized.scss */
.swiper-container {
  margin-bottom: 30px;
}
/* line 8, ../../../.source/source/sass/vendor/swiper/_swiper-customized.scss */
.swiper-container .swiper-slide {
  margin-bottom: 0;
}
/* line 12, ../../../.source/source/sass/vendor/swiper/_swiper-customized.scss */
.swiper-container .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}
/* line 17, ../../../.source/source/sass/vendor/swiper/_swiper-customized.scss */
.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Layout
 * -------------------- */
/**
 * Base
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/layout/_base.scss */
html {
  overflow-y: scroll;
}

/* line 10, ../../../.source/source/sass/layout/_base.scss */
html,
body {
  height: 100%;
  min-height: 100%;
}

/* line 16, ../../../.source/source/sass/layout/_base.scss */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../../../.source/source/sass/layout/_base.scss */
main.page {
  flex: 1;
  position: relative;
}
/* line 30, ../../../.source/source/sass/layout/_base.scss */
main.page.page--fullscreen {
  min-height: calc(100vh - 68px);
  padding-top: 68px;
}
@media only screen and (min-width: 960px) {
  /* line 30, ../../../.source/source/sass/layout/_base.scss */
  main.page.page--fullscreen {
    min-height: calc(100vh - 85px);
    padding-top: 85px;
  }
}

/**
 *  Scrollbars
 * -----------------------------------------------------------------------------
 */
/* line 12, ../../../.source/source/sass/helpers/_mixins.scss */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

/* line 16, ../../../.source/source/sass/helpers/_mixins.scss */
::-webkit-scrollbar-track {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 21, ../../../.source/source/sass/helpers/_mixins.scss */
::-webkit-scrollbar-thumb {
  background-color: #dddddd;
}

/* line 24, ../../../.source/source/sass/helpers/_mixins.scss */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #dddddd;
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/layout/_header.scss */
header.page-header {
  background-color: #ffffff;
  height: 68px;
  left: 0;
  padding: 35px 25px 10px 25px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
@media only screen and (min-width: 960px) {
  /* line 6, ../../../.source/source/sass/layout/_header.scss */
  header.page-header {
    height: 85px;
    padding-top: 55px;
    width: 100%;
  }
}
/* line 24, ../../../.source/source/sass/layout/_header.scss */
header.page-header .page-header__inner {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

/* line 34, ../../../.source/source/sass/layout/_header.scss */
header.section-header {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-position: center center;
  background-size: cover;
  height: 40vh;
  padding: 0 25px;
  position: relative;
  -moz-transform: translateY(68px);
  -ms-transform: translateY(68px);
  -webkit-transform: translateY(68px);
  transform: translateY(68px);
}
/* line 44, ../../../.source/source/sass/layout/_header.scss */
header.section-header h1 {
  bottom: 40px;
  left: 25px;
  position: absolute;
}
@media only screen and (min-width: 960px) {
  /* line 44, ../../../.source/source/sass/layout/_header.scss */
  header.section-header h1 {
    bottom: 65px;
    left: calc((100% - 700px)/2);
  }
}
@media only screen and (min-width: 960px) {
  /* line 34, ../../../.source/source/sass/layout/_header.scss */
  header.section-header {
    background-attachment: fixed;
    height: calc(50vh - 100px);
    -moz-transform: translateY(85px);
    -ms-transform: translateY(85px);
    -webkit-transform: translateY(85px);
    transform: translateY(85px);
  }
  /* line 60, ../../../.source/source/sass/layout/_header.scss */
  header.section-header.section-header--news {
    height: calc(70vh - 100px);
  }
}

/**
 * Navigation
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav {
  background-color: #ffffff;
  height: calc(100vh - 68px);
  left: 0;
  opacity: 0;
  overflow: auto;
  padding-left: 25px;
  padding-top: 30px;
  pointer-events: none;
  position: fixed;
  top: 68px;
  width: 100%;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
}
/* line 21, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav.is-visible {
  opacity: 1;
  pointer-events: all;
  z-index: 200;
}
/* line 29, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
/* line 34, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul li a.btn-toggle {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-color: #ffffff;
  background-image: url("../img/icons/icon-plus.svg");
  background-size: 20px auto;
  background-position: center center;
  display: block;
  height: 36px;
  line-height: 1;
  right: 15px;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 36px;
  z-index: 101;
}
/* line 50, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul li a.btn-toggle:before {
  display: none !important;
}
/* line 54, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul li a.btn-toggle + a {
  max-width: 80%;
}
@media only screen and (min-width: 960px) {
  /* line 34, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul li a.btn-toggle {
    display: none;
  }
  /* line 61, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul li a.btn-toggle + a {
    max-width: none;
  }
}
/* line 68, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul a {
  color: #184081;
  display: block;
  font-size: 26px;
  line-height: 1;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}
/* line 79, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul a:before {
  background-color: #184081;
  content: '';
  display: block;
  height: 25px;
  left: -35px;
  opacity: 0;
  position: absolute;
  top: 4px;
  width: 7px;
  -moz-transition: opacity 0.12s ease-out;
  -o-transition: opacity 0.12s ease-out;
  -webkit-transition: opacity 0.12s ease-out;
  transition: opacity 0.12s ease-out;
}
/* line 94, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul a.is-active:before, nav.page-nav ul a:hover:before {
  opacity: 1;
}
/* line 103, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul ul.is-hidden {
  display: none;
}
@media only screen and (min-width: 960px) {
  /* line 101, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul ul {
    display: none;
  }
}
/* line 111, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul ul li {
  margin-bottom: 5px;
}
/* line 115, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul ul a {
  font-size: 18px;
}
/* line 117, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul ul a:before {
  display: none;
}
/* line 125, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul ul.is-settlements li {
  margin-bottom: 0;
}
/* line 129, ../../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul ul.is-settlements span {
  color: #000000;
  display: block;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
  padding: 5px 0;
}

@media only screen and (min-width: 960px) {
  /* line 142, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav {
    float: left;
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 0;
    pointer-events: all;
    position: relative;
    text-align: right;
    top: 0;
    width: calc(100% - 212px);
    z-index: 1;
  }
  /* line 156, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 25px;
    position: relative;
  }
  /* line 162, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul li a {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
  }
  /* line 167, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul li a:before {
    background-color: #ffffff;
    bottom: -10px;
    height: 7px;
    left: 0;
    opacity: 0;
    top: auto;
    width: 100%;
    -moz-transition: opacity 0.12s ease-out;
    -o-transition: opacity 0.12s ease-out;
    -webkit-transition: opacity 0.12s ease-out;
    transition: opacity 0.12s ease-out;
  }
  /* line 179, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul li:last-of-type {
    margin-right: 0;
    margin-left: 60px;
  }
  /* line 183, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul li:last-of-type a {
    color: #81a2ea;
  }
  /* line 192, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul ul li a {
    color: #184081 !important;
    font-size: 14px;
  }
  /* line 195, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul ul li a:hover {
    color: #81a2ea !important;
  }
  /* line 205, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul li.has-sub:hover ul {
    background-color: #ffffff;
    display: block;
    padding: 15px 5px 0 10px;
    position: absolute;
    left: 0;
    text-align: left;
    top: 22px;
    min-width: 185px;
  }
  /* line 215, ../../../.source/source/sass/layout/_navigation.scss */
  nav.page-nav ul li.has-sub:hover ul li {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 228, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-news ul {
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 960px) {
  /* line 228, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-news ul {
    border-top: 0;
  }
}
/* line 235, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-news li {
  border-bottom: 1px solid #000000;
  display: block !important;
  margin-left: 0 !important;
}
/* line 241, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-news a {
  background-color: #ffffff;
  color: #000000;
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 20px 15px 5px;
  -moz-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
/* line 253, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-news a.is-active, nav.nav-news a:hover {
  background-color: #f6f6f6;
}
@media only screen and (min-width: 960px) {
  /* line 241, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-news a {
    padding: 20px 50px;
  }
}
/* line 262, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-news a span {
  color: #184081;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}

/* line 274, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-content ul {
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 960px) {
  /* line 274, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-content ul {
    border-top: none;
    margin-top: 33px;
  }
}
/* line 282, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-content li {
  border-bottom: 1px solid #000000;
  display: block;
  margin-left: 0 !important;
}
@media only screen and (min-width: 960px) {
  /* line 282, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-content li {
    border-bottom: none;
    margin-bottom: 20px;
  }
}
/* line 293, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-content a {
  background-color: transparent;
  display: block;
  color: #000000;
  font-size: 15px;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0 10px 5px;
  text-decoration: none;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 304, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-content a.is-active, nav.nav-content a:hover {
  background-color: #184081;
  color: #ffffff;
}
@media only screen and (min-width: 960px) {
  /* line 304, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-content a.is-active, nav.nav-content a:hover {
    background-color: #81a2ea;
    color: #000000;
  }
}
@media only screen and (min-width: 960px) {
  /* line 293, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-content a {
    padding: 5px 5px 5px 50px;
  }
}
/* line 321, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-content.is-settlements ul {
  border-top: none;
}
@media only screen and (min-width: 960px) {
  /* line 321, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-content.is-settlements ul {
    margin-top: 26px;
  }
}
/* line 328, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-content.is-settlements span + li {
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 960px) {
  /* line 328, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-content.is-settlements span + li {
    border-top: none;
  }
}
/* line 335, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-content.is-settlements span {
  color: #184081;
  display: block;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 5px 0 5px 5px;
}
/* line 344, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-content.is-settlements span:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (min-width: 960px) {
  /* line 335, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-content.is-settlements span {
    padding-bottom: 0;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 354, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-content.is-settlements li {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  /* line 362, ../../../.source/source/sass/layout/_navigation.scss */
  nav.nav-footer {
    padding-left: 60px;
  }
}
/* line 368, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-footer li {
  display: block;
  margin-bottom: 5px;
}
/* line 373, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-footer a {
  display: block;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0;
}
/* line 381, ../../../.source/source/sass/layout/_navigation.scss */
nav.nav-footer a:hover {
  text-decoration: underline;
}

/**
 * Sections
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/layout/_section.scss */
.page-section {
  display: block;
}

/* line 10, ../../../.source/source/sass/layout/_section.scss */
.section-content {
  margin-left: 25px;
  margin-right: 25px;
  max-width: 960px;
  position: relative;
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  width: calc(100% - 50px);
  z-index: 103;
}
@media only screen and (min-width: 960px) {
  /* line 10, ../../../.source/source/sass/layout/_section.scss */
  .section-content {
    align-content: -ms-flex-start;
    align-content: flex-start;
    background-color: #ffffff;
    display: -ms-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -moz-transform: translateY(85px);
    -ms-transform: translateY(85px);
    -webkit-transform: translateY(85px);
    transform: translateY(85px);
  }
}
/* line 31, ../../../.source/source/sass/layout/_section.scss */
.section-content .section-content__main,
.section-content .section-content__nav {
  background-color: #ffffff;
}
/* line 36, ../../../.source/source/sass/layout/_section.scss */
.section-content .section-content__main {
  font-family: 'freight-text-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  padding: 10px 10px 20px 10px;
}
/* line 41, ../../../.source/source/sass/layout/_section.scss */
.section-content .section-content__nav {
  padding: 0 10px 20px 10px;
}
/* line 45, ../../../.source/source/sass/layout/_section.scss */
.section-content ol, .section-content ul, .section-content li {
  margin: 0;
  padding: 0;
}
/* line 50, ../../../.source/source/sass/layout/_section.scss */
.section-content ol, .section-content ul {
  margin-bottom: 20px;
}
/* line 53, ../../../.source/source/sass/layout/_section.scss */
.section-content ol li, .section-content ul li {
  display: list-item;
  margin-left: 20px;
}
/* line 59, ../../../.source/source/sass/layout/_section.scss */
.section-content p {
  margin-bottom: 20px;
}
/* line 61, ../../../.source/source/sass/layout/_section.scss */
.section-content p.txt-intro {
  margin-bottom: 30px;
}
/* line 66, ../../../.source/source/sass/layout/_section.scss */
.section-content a {
  color: #184081;
  text-decoration: underline;
}
/* line 69, ../../../.source/source/sass/layout/_section.scss */
.section-content a:hover {
  text-decoration: none;
}
/* line 74, ../../../.source/source/sass/layout/_section.scss */
.section-content td {
  vertical-align: top;
}
/* line 77, ../../../.source/source/sass/layout/_section.scss */
.section-content td p {
  margin-left: 0 !important;
}
/* line 82, ../../../.source/source/sass/layout/_section.scss */
.section-content figure {
  display: block;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
/* line 88, ../../../.source/source/sass/layout/_section.scss */
.section-content figure img, .section-content figure svg {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  /* line 97, ../../../.source/source/sass/layout/_section.scss */
  .section-content .section-content__nav {
    background-color: #f6f6f6;
    order: 1;
    padding: 0 0 40px 0;
    width: 250px;
  }
  /* line 104, ../../../.source/source/sass/layout/_section.scss */
  .section-content .section-content__main {
    min-height: 250px;
    order: 2;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    width: 640px;
  }
  /* line 113, ../../../.source/source/sass/layout/_section.scss */
  .section-content .section-content__main p:not(.txt-intro),
  .section-content .section-content__main ul,
  .section-content .section-content__main ol,
  .section-content .section-content__main article h3 {
    margin-left: 50px;
  }
}

/**
 * Footer
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer {
  background-color: #646464;
  color: #ffffff;
  font-family: 'freight-text-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  padding: 25px 35px;
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}
@media only screen and (min-width: 960px) {
  /* line 6, ../../../.source/source/sass/layout/_footer.scss */
  footer.page-footer {
    -moz-transform: translateY(85px);
    -ms-transform: translateY(85px);
    -webkit-transform: translateY(85px);
    transform: translateY(85px);
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 19, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer .page-footer__inner {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
/* line 28, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer h3, footer.page-footer h4 {
  color: #ffffff;
}
/* line 31, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer h3 {
  margin-bottom: 15px;
}
/* line 35, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer h4 {
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  margin: 0;
}
/* line 40, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer p {
  margin-bottom: 20px;
}
/* line 44, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer a {
  color: #ffffff;
}
/* line 49, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer address a {
  text-decoration: underline;
}
/* line 51, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer address a:hover {
  text-decoration: none;
}
/* line 58, ../../../.source/source/sass/layout/_footer.scss */
footer.page-footer .copy {
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}

/* Views
 * -------------------- */
/**
 *  Loading animations
 * -----------------------------------------------------------------------------
 */
/**
 *  Content
 * -----------------------------------------------------------------------------
 */
/**
 *  Content - News
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../.source/source/sass/views/_news.scss */
.news-slider {
  margin-bottom: 0;
}

/* line 10, ../../../.source/source/sass/views/_news.scss */
.news-slider__item {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  min-height: calc(100vh - 68px);
  position: relative;
}
@media only screen and (min-width: 960px) {
  /* line 10, ../../../.source/source/sass/views/_news.scss */
  .news-slider__item {
    min-height: calc(100vh - 85px);
  }
}
/* line 24, ../../../.source/source/sass/views/_news.scss */
.news-slider__item > div {
  bottom: 80px;
  max-width: 700px;
  padding-left: 25px;
  position: absolute;
}
@media only screen and (min-width: 960px) {
  /* line 24, ../../../.source/source/sass/views/_news.scss */
  .news-slider__item > div {
    left: calc((100% - 780px)/2);
    padding-left: 0;
  }
}
/* line 35, ../../../.source/source/sass/views/_news.scss */
.news-slider__item > div a {
  color: #ffffff;
}
/* line 39, ../../../.source/source/sass/views/_news.scss */
.news-slider__item > div h1 {
  margin-bottom: 10px;
}
/* line 43, ../../../.source/source/sass/views/_news.scss */
.news-slider__item > div p {
  font-size: 16px;
  margin: 0;
  padding-left: 30px;
  position: relative;
}
/* line 49, ../../../.source/source/sass/views/_news.scss */
.news-slider__item > div p:before {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  line-height: 1;
  top: 10px;
  width: 20px;
}

/* line 64, ../../../.source/source/sass/views/_news.scss */
.news-pagination {
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 30px;
  max-width: 75%;
}
@media only screen and (min-width: 960px) {
  /* line 64, ../../../.source/source/sass/views/_news.scss */
  .news-pagination {
    margin-bottom: 0;
    margin-top: 40px;
    max-width: 50%;
  }
}
/* line 76, ../../../.source/source/sass/views/_news.scss */
.news-pagination strong {
  color: #184081;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 85, ../../../.source/source/sass/views/_news.scss */
.news-pagination h3 {
  color: #000000;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
@media only screen and (min-width: 960px) {
  /* line 85, ../../../.source/source/sass/views/_news.scss */
  .news-pagination h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
/* line 98, ../../../.source/source/sass/views/_news.scss */
.news-pagination span {
  display: inline-block;
  font-size: 14px;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 1;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
/* line 108, ../../../.source/source/sass/views/_news.scss */
.news-pagination span:before {
  background-color: #000000;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  line-height: 1;
  top: 7px;
  width: 20px;
  -moz-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
/* line 122, ../../../.source/source/sass/views/_news.scss */
.news-pagination a {
  color: #000000;
  text-decoration: none;
}
/* line 127, ../../../.source/source/sass/views/_news.scss */
.news-pagination a:hover h3, .news-pagination a:hover span {
  color: #81a2ea;
}
/* line 131, ../../../.source/source/sass/views/_news.scss */
.news-pagination a:hover span:before {
  background-color: #81a2ea;
}

/* line 138, ../../../.source/source/sass/views/_news.scss */
.news-date {
  color: #184081;
  display: block;
  font-family: 'filson-pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  /* line 138, ../../../.source/source/sass/views/_news.scss */
  .news-date {
    display: none;
  }
}

/**
 * Settlements
 * -----------------------------------------------------------------------------
 */
/**
 * Settlement - detail page
 * -----------------------------------------------------------------------------
 */
/* line 17, ../../../.source/source/sass/views/_settlements.scss */
.settlement .swiper-container {
  margin-bottom: 30px;
}
/* line 20, ../../../.source/source/sass/views/_settlements.scss */
.settlement .swiper-container .swiper-wrapper {
  height: auto;
}
/* line 24, ../../../.source/source/sass/views/_settlements.scss */
.settlement .swiper-container .swiper-slide {
  margin-bottom: 0;
}
/* line 29, ../../../.source/source/sass/views/_settlements.scss */
.settlement .settlement-map {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  min-height: 240px;
}
@media only screen and (min-width: 960px) {
  /* line 29, ../../../.source/source/sass/views/_settlements.scss */
  .settlement .settlement-map {
    margin-bottom: 0;
    min-height: 480px;
  }
}
/* line 40, ../../../.source/source/sass/views/_settlements.scss */
.settlement .settlement-data p {
  margin-left: 0 !important;
}
/* line 42, ../../../.source/source/sass/views/_settlements.scss */
.settlement .settlement-data p:not(:last-of-type) {
  margin-bottom: 30px;
}
/* line 48, ../../../.source/source/sass/views/_settlements.scss */
.settlement h3 {
  margin-left: 0 !important;
}
/* line 53, ../../../.source/source/sass/views/_settlements.scss */
.settlement table tr,
.settlement table td {
  display: block;
}
/* line 58, ../../../.source/source/sass/views/_settlements.scss */
.settlement table tr {
  margin-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  /* line 65, ../../../.source/source/sass/views/_settlements.scss */
  .settlement table tr {
    display: table-row;
    margin: 0;
  }
  /* line 70, ../../../.source/source/sass/views/_settlements.scss */
  .settlement table td {
    display: table-cell;
    padding: 5px 0;
    vertical-align: top;
  }
  /* line 75, ../../../.source/source/sass/views/_settlements.scss */
  .settlement table td:first-child {
    padding-right: 15px;
    width: 215px;
  }
}

/**
 *  Legacy definitions for old browser
 *  @requires: js/modernizer.min.js
 * -----------------------------------------------------------------------------
 */
/**
 *  No css transforms
 * -----------------------------------------------------------------------------
 */
/**
 *  No flexbox
 * -----------------------------------------------------------------------------
 */
/**
 *  Infobox for old IE's
 * -----------------------------------------------------------------------------
 */
/* line 33, ../../../.source/source/sass/views/_legacy.scss */
.browser-outdated {
  background-color: #d9534f;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 99999;
}
/* line 45, ../../../.source/source/sass/views/_legacy.scss */
.browser-outdated * {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
/* line 53, ../../../.source/source/sass/views/_legacy.scss */
.browser-outdated h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 59, ../../../.source/source/sass/views/_legacy.scss */
.browser-outdated a {
  background-color: #d9534f;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  padding: 10px;
  text-decoration: none;
}
/* line 68, ../../../.source/source/sass/views/_legacy.scss */
.browser-outdated a:hover {
  background-color: #ffffff;
  color: #d9534f;
}
