

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! Reset styles */
.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Roboto", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #303030;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-width: 100%;
  min-height: 50px;
  border-radius: 0.625rem;
  overflow: auto;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.625rem;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0.625rem;
  background: transparent;
  line-height: 1;
}

[data-whatinput="mouse"] button {
  outline: 0;
}

pre {
  overflow: auto;
}

/* Internal classes to show/hide elements in JavaScript */
.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row--padding-no > .column:first-child, .row--padding-no > .columns:first-child,
.row--padding-no > .columns:first-child {
  padding-left: 0;
}

.row--padding-no > .column:last-child, .row--padding-no > .columns:last-child,
.row--padding-no > .columns:last-child {
  padding-right: 0;
}

.row.expanded {
  max-width: none;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
}

@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.small-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 48em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .xxlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 90em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #a9abad;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1769a1;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #145a8a;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #a9abad;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 0;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #a9abad;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #787a7c;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #787a7c;
}

cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #303030;
  color: #303030;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #d8dcdf;
  background-color: #d8dcdf;
  font-family: "PT Mono", Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #303030;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #d8dcdf;
  font-family: "PT Mono", Consolas, "Liberation Mono", Courier, monospace;
  color: #303030;
  border-radius: 0.625rem;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #787a7c;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #787a7c;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.callout {
  position: relative;
  margin: 1rem 0 0 0;
  padding: 1rem;
  border: 1px solid rgba(48, 48, 48, 0.25);
  border-radius: 0.625rem;
  background-color: white;
  color: #303030;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout--primary {
  background-color: #d4eaf9;
  color: #303030;
}

.callout--secondary {
  background-color: #eaeaea;
  color: #303030;
}

.callout--success {
  background-color: #ecf7e6;
  color: #303030;
}

.callout--warning {
  background-color: #fff3d9;
  color: #303030;
}

.callout--alert {
  background-color: #ffe0e7;
  color: #303030;
}

.callout--white {
  background-color: white;
  color: #303030;
}

.callout--black {
  background-color: #e0e0e0;
  color: #303030;
}

.callout--gray-light {
  background-color: #f9fafa;
  color: #303030;
}

.callout--gray-medium {
  background-color: #f2f2f3;
  color: #303030;
}

.callout--gray-dark {
  background-color: #ebebeb;
  color: #303030;
}

.callout--body-bg {
  background-color: white;
  color: #303030;
}

.callout--small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout--large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(48, 48, 48, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 0.625rem;
  border: 1px solid #a9abad;
  border-radius: 0.625rem;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.close-btn {
  position: absolute;
  color: #787a7c;
  cursor: pointer;
}

[data-whatinput="mouse"] .close-btn {
  outline: 0;
}

.close-btn:hover, .close-btn:focus {
  color: #303030;
}

.close-btn, .close-btn--medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.close-btn--small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0.625rem 0 0 0;
  padding: 1em 3em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1769a1;
  color: #fefefe;
}

[data-whatinput="mouse"] .btn {
  outline: 0;
}

.btn:hover, .btn:focus {
  background-color: #145989;
  color: #fefefe;
}

.btn--tiny {
  font-size: 0.6rem;
}

.btn--small {
  font-size: 0.75rem;
}

.btn--large {
  font-size: 1.25rem;
}

.btn--expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.btn + .btn {
  margin-left: 1.25rem;
}

.btn.primary {
  background-color: #1769a1;
  color: #fefefe;
}

.btn.primary:hover, .btn.primary:focus {
  background-color: #125481;
  color: #fefefe;
}

.btn.secondary {
  background-color: #767676;
  color: #fefefe;
}

.btn.secondary:hover, .btn.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.btn.success {
  background-color: #7ec857;
  color: #303030;
}

.btn.success:hover, .btn.success:focus {
  background-color: #61ad39;
  color: #303030;
}

.btn.warning {
  background-color: #ffae00;
  color: #303030;
}

.btn.warning:hover, .btn.warning:focus {
  background-color: #cc8b00;
  color: #303030;
}

.btn.alert {
  background-color: #ff3361;
  color: #fefefe;
}

.btn.alert:hover, .btn.alert:focus {
  background-color: #f50037;
  color: #fefefe;
}

.btn.white {
  background-color: #fefefe;
  color: #303030;
}

.btn.white:hover, .btn.white:focus {
  background-color: #cbcbcb;
  color: #303030;
}

.btn.black {
  background-color: #303030;
  color: #fefefe;
}

.btn.black:hover, .btn.black:focus {
  background-color: #262626;
  color: #fefefe;
}

.btn.gray-light {
  background-color: #d8dcdf;
  color: #303030;
}

.btn.gray-light:hover, .btn.gray-light:focus {
  background-color: #a8b1b7;
  color: #303030;
}

.btn.gray-medium {
  background-color: #a9abad;
  color: #303030;
}

.btn.gray-medium:hover, .btn.gray-medium:focus {
  background-color: #86898c;
  color: #303030;
}

.btn.gray-dark {
  background-color: #787a7c;
  color: #fefefe;
}

.btn.gray-dark:hover, .btn.gray-dark:focus {
  background-color: #606263;
  color: #fefefe;
}

.btn.body-bg {
  background-color: #ffffff;
  color: #303030;
}

.btn.body-bg:hover, .btn.body-bg:focus {
  background-color: #cccccc;
  color: #303030;
}

.btn--hollow {
  border: 1px solid #1769a1;
  color: #1769a1;
}

.btn--hollow, .btn--hollow:hover, .btn--hollow:focus {
  background-color: transparent;
}

.btn--hollow:hover, .btn--hollow:focus {
  border-color: #0c3551;
  color: #0c3551;
}

.btn--hollow--primary {
  border: 1px solid #1769a1;
  color: #1769a1;
}

.btn--hollow--primary:hover, .btn--hollow--primary:focus {
  border-color: #0c3551;
  color: #0c3551;
}

.btn--hollow--secondary {
  border: 1px solid #767676;
  color: #767676;
}

.btn--hollow--secondary:hover, .btn--hollow--secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.btn--hollow--success {
  border: 1px solid #7ec857;
  color: #7ec857;
}

.btn--hollow--success:hover, .btn--hollow--success:focus {
  border-color: #3c6c23;
  color: #3c6c23;
}

.btn--hollow--warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.btn--hollow--warning:hover, .btn--hollow--warning:focus {
  border-color: #805700;
  color: #805700;
}

.btn--hollow--alert {
  border: 1px solid #ff3361;
  color: #ff3361;
}

.btn--hollow--alert:hover, .btn--hollow--alert:focus {
  border-color: #990023;
  color: #990023;
}

.btn--hollow--white {
  border: 1px solid #fefefe;
  color: #fefefe;
}

.btn--hollow--white:hover, .btn--hollow--white:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}

.btn--hollow--black {
  border: 1px solid #303030;
  color: #303030;
}

.btn--hollow--black:hover, .btn--hollow--black:focus {
  border-color: #181818;
  color: #181818;
}

.btn--hollow--gray-light {
  border: 1px solid #d8dcdf;
  color: #d8dcdf;
}

.btn--hollow--gray-light:hover, .btn--hollow--gray-light:focus {
  border-color: #636f79;
  color: #636f79;
}

.btn--hollow--gray-medium {
  border: 1px solid #a9abad;
  color: #a9abad;
}

.btn--hollow--gray-medium:hover, .btn--hollow--gray-medium:focus {
  border-color: #535658;
  color: #535658;
}

.btn--hollow--gray-dark {
  border: 1px solid #787a7c;
  color: #787a7c;
}

.btn--hollow--gray-dark:hover, .btn--hollow--gray-dark:focus {
  border-color: #3c3d3e;
  color: #3c3d3e;
}

.btn--hollow--body-bg {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn--hollow--body-bg:hover, .btn--hollow--body-bg:focus {
  border-color: gray;
  color: gray;
}

.btn--rounded {
  border-radius: 1.40625rem;
}

.btn--disabled, .btn[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled, .btn--disabled:hover, .btn--disabled:focus, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus {
  background-color: #1769a1;
  color: #fefefe;
}

.btn--disabled--primary, .btn[disabled]--primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--primary, .btn--disabled--primary:hover, .btn--disabled--primary:focus, .btn[disabled]--primary, .btn[disabled]--primary:hover, .btn[disabled]--primary:focus {
  background-color: #1769a1;
  color: #fefefe;
}

.btn--disabled--secondary, .btn[disabled]--secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--secondary, .btn--disabled--secondary:hover, .btn--disabled--secondary:focus, .btn[disabled]--secondary, .btn[disabled]--secondary:hover, .btn[disabled]--secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

.btn--disabled--success, .btn[disabled]--success {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--success, .btn--disabled--success:hover, .btn--disabled--success:focus, .btn[disabled]--success, .btn[disabled]--success:hover, .btn[disabled]--success:focus {
  background-color: #7ec857;
  color: #303030;
}

.btn--disabled--warning, .btn[disabled]--warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--warning, .btn--disabled--warning:hover, .btn--disabled--warning:focus, .btn[disabled]--warning, .btn[disabled]--warning:hover, .btn[disabled]--warning:focus {
  background-color: #ffae00;
  color: #303030;
}

.btn--disabled--alert, .btn[disabled]--alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--alert, .btn--disabled--alert:hover, .btn--disabled--alert:focus, .btn[disabled]--alert, .btn[disabled]--alert:hover, .btn[disabled]--alert:focus {
  background-color: #ff3361;
  color: #fefefe;
}

.btn--disabled--white, .btn[disabled]--white {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--white, .btn--disabled--white:hover, .btn--disabled--white:focus, .btn[disabled]--white, .btn[disabled]--white:hover, .btn[disabled]--white:focus {
  background-color: #fefefe;
  color: #303030;
}

.btn--disabled--black, .btn[disabled]--black {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--black, .btn--disabled--black:hover, .btn--disabled--black:focus, .btn[disabled]--black, .btn[disabled]--black:hover, .btn[disabled]--black:focus {
  background-color: #303030;
  color: #fefefe;
}

.btn--disabled--gray-light, .btn[disabled]--gray-light {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--gray-light, .btn--disabled--gray-light:hover, .btn--disabled--gray-light:focus, .btn[disabled]--gray-light, .btn[disabled]--gray-light:hover, .btn[disabled]--gray-light:focus {
  background-color: #d8dcdf;
  color: #303030;
}

.btn--disabled--gray-medium, .btn[disabled]--gray-medium {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--gray-medium, .btn--disabled--gray-medium:hover, .btn--disabled--gray-medium:focus, .btn[disabled]--gray-medium, .btn[disabled]--gray-medium:hover, .btn[disabled]--gray-medium:focus {
  background-color: #a9abad;
  color: #303030;
}

.btn--disabled--gray-dark, .btn[disabled]--gray-dark {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--gray-dark, .btn--disabled--gray-dark:hover, .btn--disabled--gray-dark:focus, .btn[disabled]--gray-dark, .btn[disabled]--gray-dark:hover, .btn[disabled]--gray-dark:focus {
  background-color: #787a7c;
  color: #fefefe;
}

.btn--disabled--body-bg, .btn[disabled]--body-bg {
  opacity: 0.25;
  cursor: not-allowed;
}

.btn--disabled--body-bg, .btn--disabled--body-bg:hover, .btn--disabled--body-bg:focus, .btn[disabled]--body-bg, .btn[disabled]--body-bg:hover, .btn[disabled]--body-bg:focus {
  background-color: #ffffff;
  color: #303030;
}

.btn--dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 3em;
}

.btn--dropdown--hollow::after {
  border-top-color: #1769a1;
}

.btn--dropdown--hollow--primary::after {
  border-top-color: #1769a1;
}

.btn--dropdown--hollow--secondary::after {
  border-top-color: #767676;
}

.btn--dropdown--hollow--success::after {
  border-top-color: #7ec857;
}

.btn--dropdown--hollow--warning::after {
  border-top-color: #ffae00;
}

.btn--dropdown--hollow--alert::after {
  border-top-color: #ff3361;
}

.btn--dropdown--hollow--white::after {
  border-top-color: #fefefe;
}

.btn--dropdown--hollow--black::after {
  border-top-color: #303030;
}

.btn--dropdown--hollow--gray-light::after {
  border-top-color: #d8dcdf;
}

.btn--dropdown--hollow--gray-medium::after {
  border-top-color: #a9abad;
}

.btn--dropdown--hollow--gray-dark::after {
  border-top-color: #787a7c;
}

.btn--dropdown--hollow--body-bg::after {
  border-top-color: #ffffff;
}

.btn--arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.spinner-mask {
  position: relative;
  min-width: 32px;
  min-height: 32px;
}

.spinner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  animation: spinner 1s infinite linear;
  -webkit-backface-visibility: hidden;
  display: none;
}

.spinner__circle {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
}

.spinner__circle::before {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: -50%;
  top: 0;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px #1769a1;
  width: 100%;
  height: 100%;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #a9abad;
  border-radius: 0.625rem;
  background-color: #ffffff;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

/* Blocks Project */
.page-header {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  background-color: #303030;
  min-height: 3.125rem;
  position: relative;
}

@media print, screen and (min-width: 48em) {
  .page-header {
    min-height: 4.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .page-header {
    min-height: 5rem;
  }
}

.page-header.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.page-header__row {
  max-width: 100rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  min-height: 5rem;
}

.page-header__logo {
  z-index: 2 !important;
}

@media screen and (max-width: 47.9375em) {
  .page-header__logo {
    top: 0 !important;
    margin-top: 1.0625rem;
  }
}

@media print, screen and (min-width: 48em) {
  .page-header__logo {
    padding-right: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media print, screen and (min-width: 48em) {
  .page-header__search {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .page-header__search {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 90em) {
  .page-header__search {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.page-header__menu {
  /*@include breakpoint(medium) {
    flex: 0 0 50%;
    max-width: 50%;   
  }*/
}

@media print, screen and (min-width: 64em) {
  .page-header__menu {
    -ms-flex: 0 0 40.33333%;
    flex: 0 0 40.33333%;
    max-width: 40.33333%;
  }
}

@media screen and (min-width: 75em) {
  .page-header__menu {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.page-header__img {
  display: inline-block;
  vertical-align: top;
  outline: none;
}

.is-inline-block {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.is-bg-black {
  background-color: #303030;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 1 !important;
}

@media screen and (max-width: 47.9375em) {
  .is-bg-black {
    z-index: 2 !important;
  }
}

.is-stiky {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .is-stiky {
    visibility: hidden;
    display: block;
  }
}

@media print, screen and (min-width: 48em) {
  .is-jc-center {
    padding-left: 24%;
  }
}

@media screen and (min-width: 75em) {
  .is-jc-center {
    padding-left: 27%;
  }
}

@media screen and (min-width: 90em) {
  .is-jc-center {
    padding-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.is-shadow-none {
  box-shadow: none;
}

.page-main {
  /*margin-top: rem-calc(70);
  margin-bottom: rem-calc(30);

  @include breakpoint(560) {
    margin-top: rem-calc(100);
  }

  @include breakpoint(medium) {
    margin-top: rem-calc(120);
    margin-bottom: rem-calc(50);
  }

  @include breakpoint(large) {
    margin-top: rem-calc(150);
    margin-bottom: rem-calc(100);
  }*/
}

.page-main__header {
  font-size: 1.4375rem;
  line-height: 1.5rem;
}

.page-mein__header--primary-color {
  color: #1769a1;
}

.page-main__header--section {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 48em) {
  .page-main__header--section {
    font-size: 2.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .page-main__header--section {
    font-size: 2.75rem;
  }
}

.page-main__link {
  font-weight: bold;
}

.page-main__link:hover, .page-main__link:focus {
  text-decoration: underline;
}

.page-main__detail {
  margin: auto;
  max-width: 82.5rem;
}

.page-main__properties .page-main__header {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .page-main__properties .column:last-child, .page-main__properties .columns:last-child {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media print, screen and (min-width: 64em) {
  .page-main__properties .column:first-child, .page-main__properties .columns:first-child {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .page-main__properties .column:last-child, .page-main__properties .columns:last-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.page-main__head {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  margin-top: 0;
  color: #1769a1;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 48em) {
  .page-main__head {
    font-size: 2.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .page-main__head {
    font-size: 2.75rem;
  }
}

.page-main__line {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 48em) {
  .page-main__line {
    margin-top: 1.875rem;
    font-size: 1rem;
    margin-bottom: 3.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .page-main__line {
    margin-bottom: 6.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .page-main__top .icon--easyway {
    min-width: 7.875rem;
  }
  .page-main__top .page-main__icon {
    margin-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .page-main__top {
    display: -ms-flexbox;
    display: flex;
    /*& .page-main__head {
      text-overflow: ellipsis;
      overflow:  hidden;
      max-width: rem-calc(400);
      min-width: rem-calc(180);
    }*/
  }
  .page-main__top .icon--easyway {
    margin-left: 3.75rem;
  }
  .page-main__top .page-main__icon {
    margin-left: 3.75rem;
  }
}

.page-main__reletive {
  position: relative;
}

.page-main__label {
  position: absolute;
  top: 0.625rem;
  left: 1.5625rem;
}

.is-fs-18 {
  font-size: 1.125rem;
}

@media print, screen and (min-width: 48em) {
  .is-mt-140-medium {
    margin-top: 8.75rem;
  }
}

@media print, screen and (min-width: 48em) {
  .is-mb-120-medium {
    margin-bottom: 7.5rem;
  }
}

.is-main {
  text-align: center;
  max-width: 52rem;
}

.is-mt-10 {
  margin-top: 0.625rem;
}

.page-footer {
  background-color: #303030;
  min-height: 3.125rem;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 48em) {
  .page-footer {
    min-height: 4.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .page-footer {
    min-height: 5rem;
  }
}

@media print, screen and (min-width: 48em) {
  .page-footer.is-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
  }
}

.is-fs-14 {
  font-size: 0.875rem;
  margin-top: 0;
}

.tabs {
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #d8dcdf;
}

.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs--vertical {
  border-bottom: 0;
}

.tabs--vertical > .tabs__title {
  display: block;
  float: none;
  width: auto;
}

.tabs--vertical .tabs__title {
  border-bottom: 1px solid #d8dcdf;
}

.tabs--vertical .tabs__title--active {
  border-bottom: 1px solid #d8dcdf;
}

.tabs__title {
  float: left;
  padding: 1.25rem 0.625rem 1.0625rem;
}

.tabs__title > a {
  display: block;
  color: #303030;
}

@media print, screen and (min-width: 48em) {
  .tabs__title {
    padding: 1.25rem 0.9375rem 1.0625rem;
  }
}

.tabs__title--active {
  border-bottom: 3px solid #1769a1;
}

.tabs__title > a {
  font-size: 1rem;
  font-weight: bold;
}

.tabs__title > a:hover {
  color: #1769a1;
}

.tabs__title > a:focus, .tabs__title > a[aria-selected='true'] {
  color: #1769a1;
}

.tabs__panel {
  display: none;
}

.tabs__panel[aria-hidden="false"] {
  display: block;
}

.form__input,
.form__textarea {
  display: block;
  width: 100%;
  margin: 0.625rem 0 0;
  padding: 0.75rem 0.875rem;
  border: 2px solid #d8dcdf;
  border-radius: 0.625rem;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: bold;
  color: #303030;
  transition: border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__input:focus, .form__input--focus,
.form__textarea:focus,
.form__textarea--focus {
  outline: none;
  border: 2px solid #1769a1;
  background-color: #fefefe;
  transition: border-color 0.25s ease-in-out;
}

.form__input--success,
.form__textarea--success {
  border-color: #7ec857;
}

.form__input--error,
.form__textarea--error {
  border-color: #ff3361;
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #a9abad;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #a9abad;
}

.form__input:disabled, .form__input[readonly],
.form__textarea:disabled,
.form__textarea[readonly] {
  background-color: #d8dcdf;
  cursor: not-allowed;
}

.form__textarea {
  max-width: 100%;
}

.form__textarea[rows] {
  height: auto;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.625rem;
}

/*input[type='search'] { // sass-lint:disable-line no-qualifying-elements
  box-sizing: border-box;
}*/
.form__label {
  display: block;
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #787a7c;
}

.form__label--required::after {
  content: '*';
  display: inline-block;
  color: #ff3361;
}

.form__select {
  margin: 0.625rem 0 0;
  padding: 0.75rem 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #d8dcdf;
  border-radius: 0.625rem;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  color: #303030;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28120, 122, 124%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.875rem;
  transition: border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  .form__select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

.form__select:focus {
  outline: none;
  border: 2px solid #1769a1;
  background-color: #fefefe;
  transition: border-color 0.25s ease-in-out;
}

.form__select:disabled {
  background-color: #d8dcdf;
  cursor: not-allowed;
}

.form__select::-ms-expand {
  display: none;
}

.form__select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #ff3361;
  background-color: #feeaee;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #ff3361;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #ff3361;
}

.is-invalid-label {
  color: #ff3361;
}

.form__error {
  display: none;
  margin: 0.625rem 0 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ff3361;
}

.form__error.is-visible {
  display: block;
}

.form__line {
  margin-bottom: 1.25rem;
}

.form__header {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
}

.form__checkbox {
  position: relative;
  color: #9b9b9b;
  display: block !important;
  margin: 0 !important;
  margin-bottom: 0.3125rem !important;
  padding-right: 1.5625rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.form__checkbox::before {
  content: '';
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: bottom;
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -128px;
  width: 25px;
  height: 25px;
}

input[type="checkbox"].form__input:checked + label.form__checkbox::before {
  content: '';
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -102px;
  width: 25px;
  height: 25px;
}

.form__help {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin-top: -3px;
  width: 17px;
  height: 17px;
  font-size: 0;
  outline: none;
  transition: all .2s ease;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij48cGF0aCBmaWxsPSIjQTVBNUE1IiBkPSJNOC4wMDQgOS41MzFsLS4wMDQtLjI0N2MwLS4zMjUuMDUyLS4zMDkuMTU3LS41NDUuMDc3LS4xNzcuMi0uMzU2LjM3MS0uNTM2LjEyNi0uMTMyLjM1My0uMzI0LjY4LS41NzZzLjUzOS0uNDUzLjYzOC0uNjAzYy4wOTgtLjE1LjE0Ny0uMzEzLjE0Ny0uNDkxIDAtLjMyMS0uMTQ0LS42MDMtLjQzLS44NDYtLjI4Ny0uMjQyLS42MzgtLjQ3OS0xLjA1NS0uNDc5LS40MDIgMC0uNzM4LjIyNS0xLjAwNy40NDUtLjI2OS4yMi0uNDQ1LjU2NC0uNTI5IDEuMDMybC0uOTcyLS4xMDFjLjA4OC0uNjI3LjM0OC0xLjEwNi43OC0xLjQ0LjQzMS0uMzMzLjk5Mi0uNzQ4IDEuNzAyLS43NDguNzUxIDAgMS4zNjMuNDI3IDEuODEuNzg1LjQ0OC4zNTguNjcyLjc5LjY3MiAxLjI5OCAwIC4yOTMtLjA3OC41NjQtLjIzNS44MTItLjE1Ny4yNDgtLjQ2Ni41NDktLjkyMy45MDQtLjMwOS4yMzctLjUxMS40MTMtLjYwNS41MjUtLjA5NC4xMTQtLjE2NC4yNDQtLjIxLjM5MS0uMDQ1LjE0Ny0uMDcxLjA5LS4wNzguNDJoLS45MDl6bS0uMTY0IDIuNDY5di0xLjI3MWgxLjI5djEuMjcxaC0xLjI5eiIvPjxwYXRoIGZpbGw9IiNkZGQiIGQ9Ik04LjUgMGMtNC42OTQgMC04LjUgMy44MDYtOC41IDguNXMzLjgwNiA4LjUgOC41IDguNSA4LjUtMy44MDYgOC41LTguNS0zLjgwNi04LjUtOC41LTguNXptMCAxNmMtNC4xNDIgMC03LjUtMy4zNTgtNy41LTcuNXMzLjM1OC03LjUgNy41LTcuNSA3LjUgMy4zNTggNy41IDcuNS0zLjM1OCA3LjUtNy41IDcuNXoiLz48L3N2Zz4=");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.form-search {
  width: 100%;
  max-width: 27.5rem;
  min-width: 18.75rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .form-search {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 75em) {
  .form-search {
    min-width: 27.5rem;
  }
}

.form-search input {
  border: none;
  border-radius: 0.1875rem;
  outline: none;
  background: #cacaca;
  line-height: 1.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 85%;
  max-width: 25rem;
  font-size: 0.875rem;
}

.form-search input:-ms-input-placeholder {
  color: #303030;
}

.form-search input::placeholder {
  color: #303030;
}

.form-filter {
  font-size: 0;
}

@media screen and (min-width: 90em) {
  .form-filter {
    margin-left: 16%;
  }
}

@media screen and (min-width: 100em) {
  .form-filter {
    margin-left: 11.5%;
  }
}

.form-filter .btn {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  margin-right: 0.8125rem;
  margin-left: 0;
  padding: 0 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: #303030;
  color: #cacaca;
  border: 0.0625rem solid #cacaca;
  border-radius: 0.1875rem;
  height: 1.625rem;
  min-height: auto;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: pointer;
  font-weight: 400;
  position: relative;
}

@media screen and (min-width: 77.75em) {
  .form-filter .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.form-filter .btn:hover, .form-filter .btn:focus {
  background: #303030;
  color: #cacaca;
  border: 0.0625rem solid #cacaca;
}

.form-filter .btn:active {
  opacity: 1;
}

.form-filter .btn .form__text {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: inline-block;
  vertical-align: baseline;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5rem;
}

.form-filter .is-turquoise {
  padding: 0 0.5rem;
  margin: 0;
  color: #fefefe;
  background: #33cccc;
}

.form-filter .form__close {
  padding-top: 0.25rem;
  padding-bottom: 0.28125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-left: 1px solid #cacaca;
  background: transparent;
  border-radius: 0;
  color: #cacaca;
  cursor: pointer;
  width: 1.875rem;
  font-size: 0.875rem;
}

.form-filter .form__close:active {
  opacity: 0.7;
}

.form-filter .form__select {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0.1875rem;
  outline: none;
  background: #cacaca;
  border: 0.0625rem solid #cacaca;
  line-height: 1.5rem;
  color: #010101;
}

.form-filter .form__select .form__text {
  font-size: 0.875rem;
  padding-right: 2.5rem;
  padding-left: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-filter .form__select .form__text:after {
  content: '';
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px 0px;
  width: 14px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
}

.form-filter .form__select:hover, .form-filter .form__select:focus {
  background: #cacaca;
  color: #010101;
  border: 0.0625rem solid #cacaca;
}

.form-filter .form__select .form__close {
  display: none;
}

.form-filter input[type="checkbox"] {
  display: none;
}

.form-filter input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  padding-left: 2.1875rem;
  line-height: 1.5;
}

.form-filter input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  margin-right: 0.9375rem;
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -21px;
  width: 19px;
  height: 18px;
}

.form-filter input[type="checkbox"]:checked + label:before {
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -40px;
  width: 19px;
  height: 18px;
}

.form-filter .is-color-gray {
  color: #cacaca;
}

.form-filter .is-size-18 {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
}

.form-filter .is-font-0 {
  font-size: 0;
  padding: 0;
}

/* block add alex */
.menu {
  list-style: none;
  margin: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  display: none;
}

@media print, screen and (min-width: 64em) {
  .menu {
    display: -ms-flexbox;
    display: flex;
  }
}

.menu__visible {
  display: block;
  right: 0;
  position: absolute;
  top: 2.375rem;
  padding: 0 10px;
  height: auto;
  max-width: 20rem;
  z-index: 2;
  background: #303030;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 48em) {
  .menu__visible {
    right: 10px;
  }
}

.menu__item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.menu__link {
  color: #fefefe;
  outline: none;
}

.menu__link:hover {
  color: #aaaaaa;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
}

.list__item {
  margin-bottom: 0.625rem;
}

.list__link:hover, .list__link:focus {
  text-decoration: underline;
}

.grid {
  margin-top: 1.875rem;
  width: 100%;
}

.grid__item {
  width: 100%;
}

@media screen and (min-width: 35.5em) {
  .grid__item {
    width: 50%;
    padding-right: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid__item {
    width: 25%;
    padding-right: 1%;
  }
}

.grid--sofas .grid__item {
  width: 100%;
}

@media screen and (min-width: 35.5em) {
  .grid--sofas .grid__item {
    width: 50%;
    padding-right: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid--sofas .grid__item {
    width: 25%;
    padding-right: 1%;
  }
}

@media screen and (min-width: 90em) {
  .grid--sofas .grid__item {
    width: 20%;
    padding-right: 20px;
  }
}

.grid--detail .grid__item {
  width: 100%;
}

@media screen and (min-width: 35.5em) {
  .grid--detail .grid__item {
    width: 50%;
    padding-right: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid--detail .grid__item {
    width: 33.3%;
    padding-right: 1%;
  }
}

.grid--detail .grid__loading {
  min-height: 14.8125rem;
}

.grid__link {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 0.96875rem;
}

.grid__img-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.grid__img-link img {
  width: 100%;
}

.grid__img-link:hover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.grid__city {
  vertical-align: top;
  font-size: 0.75rem;
  color: #787a7c;
  line-height: 0.96875rem;
}

.grid__line {
  padding-top: 0.375rem;
  padding-bottom: 1.0625rem;
}

.grid__loading {
  position: relative;
  display: block;
  min-height: 8.75rem;
}

.grid__loading:before {
  content: '';
  position: absolute;
  opacity: 0.7;
  background-color: #303030;
  background-image: url("/local/templates/new_divans/css/../img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 8.75rem;
}

.grid__broken {
  position: relative;
  display: block;
}

.grid__broken:before {
  content: '';
  position: absolute;
  background-color: #ff3361;
  background-image: url("/local/templates/new_divans/css/../img/broken.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.625rem;
}

.icon--not-water {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -239px;
  width: 43px;
  height: 42px;
}

.icon--C {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -282px;
  width: 43px;
  height: 42px;
}

.icon--P {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -196px;
  width: 43px;
  height: 42px;
}

.icon--not-iron {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -325px;
  width: 43px;
  height: 42px;
}

.icon--not-hang {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -368px;
  width: 43px;
  height: 42px;
}

.icon--vacuum {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -455px;
  width: 43px;
  height: 43px;
}

.icon--foam {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -411px;
  width: 43px;
  height: 43px;
}

.icon--easyway {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -848px;
  width: 90px;
  height: 94px;
}

.icon--easyway-filter {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -499px;
  width: 49px;
  height: 51px;
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .icon--easyway-filter {
    margin-left: 0.625rem;
    margin-right: 2.1875rem;
  }
}

.icon--right {
  margin-right: 0.625rem;
}

.icon--easycare {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -766px;
  width: 63px;
  height: 81px;
}

.icon--durability {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -610px;
  width: 90px;
  height: 76px;
}

.icon--supersoft {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -687px;
  width: 67px;
  height: 78px;
}

.icon--search {
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -80px;
  width: 20px;
  height: 21px;
  margin-bottom: 0;
  margin-left: 1.25rem;
  cursor: pointer;
}

.breadcrumbs {
  list-style: none;
  font-weight: 100;
  margin-left: 0;
}

.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs__item::before {
  content: "\003E";
  display: inline-block;
  margin: 0 12px;
}

.breadcrumbs__item:first-child::before {
  content: "";
  margin: 0;
}

.breadcrumbs__link {
  font-size: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .breadcrumbs__link {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .breadcrumbs__link {
    font-size: 1rem;
  }
}

.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  text-decoration: underline;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
}

.breadcrumbs__text {
  font-size: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .breadcrumbs__text {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .breadcrumbs__text {
    font-size: 1rem;
  }
}

.tooltip {
  background-color: #6c90aa;
  color: #fefefe;
  font-size: 0.8125rem;
  padding: 12px;
  position: absolute;
  line-height: 1.4;
  z-index: 5;
  top: calc(100% + 1rem);
  min-width: 14rem !important;
  max-width: 20rem !important;
  border: 1px solid #6c90aa;
  border-radius: 6px;
  text-align: left;
}

.tooltip::before {
  /*content: '';
    display: block;
    position: absolute;
    top: rem-calc(-21);
    left: 45.6%;
    border: 10px solid;*/
  border-color: transparent transparent #6c90aa;
}

.tooltip.left::before {
  border-color: transparent #6c90aa transparent transparent;
}

.tooltip.top::before {
  border-color: #6c90aa transparent transparent transparent;
}

.tooltip.bottom::before {
  border-color: transparent transparent #6c90aa transparent;
}

.tooltip.right::before {
  border-color: transparent transparent transparent #6c90aa;
}

.callout {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48em) {
  .callout {
    padding: 0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .callout {
    padding: 1.5625rem;
  }
}

.button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #1769a1;
  border-color: #1769a1;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0.625rem;
  background: transparent;
  vertical-align: middle;
  line-height: 2.5rem;
  min-height: 2.5rem;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  border-radius: 1.5625rem;
  border: 0.125rem solid #1769a1;
  font-weight: bold;
  box-shadow: inset 0 0 0 0 transparent;
  transition: all 0.1s ease-in-out;
}

.button:hover, .button:focus {
  background-color: #1769a1;
  color: #fefefe;
}

.button:active {
  opacity: 0.7;
}

@media print, screen and (min-width: 48em) {
  .button {
    padding: 0 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .button {
    padding: 0 1.25rem;
  }
}

.button--large {
  font-size: 11px !important;
}

@media print, screen and (min-width: 48em) {
  .button--large {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 75em) {
  .button--large {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 90em) {
  .button--large {
    font-size: 24px !important;
  }
}

.button__small {
  width: 7.625rem;
}

.button__big {
  width: 15.5rem;
}

.button--hollow {
  border-width: 2px;
}

@media print, screen and (min-width: 48em) {
  .button--hollow {
    border-width: 4px;
  }
}

.button--uppercase {
  text-transform: uppercase;
}

.button--index {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 75em) {
  .button--index {
    margin-bottom: 2.5rem;
  }
}

.button--index::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.625rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.button--index:hover::after {
  margin-left: 0.625rem;
  opacity: 1;
}

/*.button--color-red {
  color: $red;
  border-color: $red;
  margin-bottom: rem-calc(25);

  &:hover,
  &:focus {
    background-color: $red;
    color: $white;
  }

}*/
.button--color-white {
  color: #fefefe;
  border-color: #fefefe;
  margin-bottom: 1.5625rem;
}

.button--color-white:hover, .button--color-white:focus {
  background-color: #fefefe;
  color: #1769a1;
}

.button--partners {
  margin-top: 1.5625rem;
}

.button--partners:hover::after, .button--partners:focus::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625rem;
}

.button--reset {
  border-radius: 0;
  border: 0.0625rem solid #9b9b9b;
  color: #9b9b9b;
  font-weight: normal;
  padding: 0 0.8125rem;
  min-height: 1.9375rem;
  line-height: 1.9375rem;
}

.button--reset:hover, .button--reset:focus {
  background-color: #9b9b9b;
}

.button--about {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
  min-height: 3.125rem;
  padding: 0 1.75rem;
  line-height: 3.125rem;
  font-size: 1rem;
  box-shadow: inset 0 0 0 0 transparent;
  transition: all 0.1s ease-in-out;
}

.button--about:hover, .button--about:focus {
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 10px 30px #1769a1;
  color: #fefefe;
}

.button--academy {
  margin: 0;
  color: #777;
  border: 0.125rem solid #777;
}

.button--academy:hover, .button--academy:focus {
  background: #777;
}

.button--no-margin {
  margin: 0;
}

.burger {
  border-radius: 0;
  padding: 0 20px;
  visibility: visible;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
  background-color: #1769a1;
}

.burger:hover, .burger:focus {
  background-color: #767676;
}

[data-whatinput="mouse"] .burger {
  outline: 0;
}

[data-whatinput="touch"] .burger {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .burger {
    visibility: hidden;
  }
}

.burger__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  cursor: pointer;
}

.burger__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #fffefc;
  box-shadow: 0 8px 0 #fffefc, 0 16px 0 #fffefc;
}

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("/local/templates/new_divans/css/../fonts/lg.eot?n1z373");
  src: url("/local/templates/new_divans/css/../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/local/templates/new_divans/css/../fonts/lg.woff?n1z373") format("woff"), url("/local/templates/new_divans/css/../fonts/lg.ttf?n1z373") format("truetype"), url("/local/templates/new_divans/css/../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/local/templates/new_divans/css/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/local/templates/new_divans/css/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/local/templates/new_divans/css/../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/local/templates/new_divans/css/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/local/templates/new_divans/css/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/local/templates/new_divans/css/../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
.main {
  display: block;
  padding: 0.5625rem;
  margin-top: 0.625rem;
  color: #303030;
  border-radius: 0.1875rem;
  text-align: left;
}

.main:hover {
  color: #303030;
  background: #ececec;
}

.main__img {
  width: 100%;
}

.sticker-18 {
  display: block;
  outline: none;
  z-index: 1;
}

.dropdown-pane {
  left: 50% !important;
  transform: translate(-50%);
  text-align: left;
  cursor: auto;
  width: 11.875rem;
  max-height: 20rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  color: #303030;
  background-color: #fefefe;
  font-size: 0.875rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.17);
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .dropdown-pane {
    width: 14.6875rem;
  }
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane:before {
  content: '';
  background-image: url("/local/templates/new_divans/css/../img/spritePNG.png");
  background-position: 0px -8px;
  width: 22px;
  height: 12px;
  display: block;
  margin: auto;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%);
}

.dropdown-view {
  padding: 1.25rem 1.25rem 0;
  max-height: 17.1875rem;
  overflow: auto;
}

.dropdown-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}

.dropdown-bottom {
  border-top: 0.0625rem solid #cacaca;
  padding: 0.625rem;
  text-align: right;
}

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

/* End */


/* Start:/local/templates/new_divans/template_styles.css?17442712373114*/
.grid--sofas .grid__item {
    width: 100% !important;
}
.overflowhidecs {overflow: hidden !important;}
.visibility{visibility: visible!important; margin-top: 16px;}
.page-main{
    min-height: calc(100% - 160px);
}
body, html{
    height: 100%;
}
.scroll-pad{
    padding-right: 17px;
}

.switch {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch + .switch {
    margin-left: .5rem
}

.switch input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1
}

.switch input[type=checkbox] + .check {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 2.75rem;
    height: 1.575rem;
    padding: .2rem;
    background: #b5b5b5;
    border-radius: 1rem;
    transition: background .15s ease-out
}

.switch input[type=checkbox] + .check:before {
    content: "";
    display: block;
    border-radius: 1rem;
    width: 1.175rem;
    height: 1.175rem;
    background: #f5f5f5;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .05), 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 3px 0 rgba(0, 0, 0, .05);
    transition: transform .15s ease-out, width .15s ease-out;
    will-change: transform
}

.switch input[type=checkbox] + .check.is-elastic:before {
    width: 1.75rem
}

.switch input[type=checkbox]:checked + .check {
    background: #839c65
}

.switch input[type=checkbox]:checked + .check.is-link,
.switch input[type=checkbox]:checked + .check.is-primary {
    background: #839c65
}

.switch input[type=checkbox]:checked + .check:before {
    transform: translate3d(100%, 0, 0)
}

.switch input[type=checkbox]:checked + .check.is-elastic:before {
    transform: translate3d(36.36364%, 0, 0)
}

.switch .control-label {
    padding-left: .5rem;
    padding-right: .5rem
}

.switch:hover input[type=checkbox] + .check {
    background: hsla(0, 0%, 71%, .9)
}

.switch:hover input[type=checkbox]:checked + .check {
    background: #839c65
}

.switch:hover input[type=checkbox]:checked + .check.is-link,
.switch:hover input[type=checkbox]:checked + .check.is-primary {
    background: #839c65
}

.switch:focus {
    outline: none
}

.switch:focus input[type=checkbox] + .check {
    box-shadow: 0 0 .5rem hsla(0, 0%, 48%, .6)
}

.switch:focus input[type=checkbox]:checked + .check {
    box-shadow: 0 0 .5rem #839c65
}

.switch:focus input[type=checkbox]:checked + .check.is-link,
.switch:focus input[type=checkbox]:checked + .check.is-primary {
    box-shadow: 0 0 .5rem #839c65
}

.switch.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.switch.is-medium {
    font-size: 1.25rem
}

.switch.is-large {
    font-size: 1.5rem
}

.switch.is-white .control-label {
    color: #fff;
}

.switch[disabled] {
    opacity: .5;
    cursor: not-allowed;
    color: #7a7a7a
}

[v-cloak] { 
    display: none
}
/* End */
/* /local/templates/new_divans/css/app.css?1744271237105534 */
/* /local/templates/new_divans/template_styles.css?17442712373114 */
