@charset "UTF-8";
/*@import "bootstrap";*/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

html {
  word-break: normal; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }
body {
  background: #FFF; }

body, p, td, div {
  font-family: "Source Sans Pro";
  color: #464646;
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (min-width: 480) {
    body, p, td, div {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 768px) {
    body, p, td, div {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    body, p, td, div {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 1600px) {
    body, p, td, div {
      font-size: 16px;
      line-height: 1.4; } }

p {
  margin: 15px 0; }

a {
  color: #464646;
  font-weight: bold;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

h1, .h1 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Metropolis"; }
  @media screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 26px;
      line-height: 1.1; } }
  @media screen and (min-width: 1600px) {
    h1, .h1 {
      font-size: 32px;
      line-height: 1.1; } }

h2, .h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700; }
  @media screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 20px;
      line-height: 1.2; } }

h3, .h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700; }
  @media screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 18px;
      line-height: 1.3; } }

h4, .h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700; }
  @media screen and (min-width: 480) {
    h4, .h4 {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    h4, .h4 {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 1600px) {
    h4, .h4 {
      font-size: 16px;
      line-height: 1.4; } }

h5, .h5 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700; }
  @media screen and (min-width: 480) {
    h5, .h5 {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 768px) {
    h5, .h5 {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    h5, .h5 {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1600px) {
    h5, .h5 {
      font-size: 14px;
      line-height: 1.4; } }

h6, .h6 {
  font-size: 14px;
  line-height: 1.4; }
  @media screen and (min-width: 480) {
    h6, .h6 {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 768px) {
    h6, .h6 {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    h6, .h6 {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1600px) {
    h6, .h6 {
      font-size: 14px;
      line-height: 1.4; } }

h1, h2, h3, .h1, .h2, .h3 {
  margin: 18px 0; }
  @media only screen and (min-width: 1024px) {
    h1, h2, h3, .h1, .h2, .h3 {
      margin: 18px 0; } }

h4, h5, h6, .h4, .h5, .h6 {
  margin: 15px 0; }
  @media only screen and (min-width: 1024px) {
    h4, h5, h6, .h4, .h5, .h6 {
      margin: 10px 0; } }

ul, ol, li {
  margin: 0;
  padding: 0; }

ul {
  margin: 0px 0px 20px 0px;
  list-style-type: none;
  overflow: hidden; }

ol {
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  padding-left: 35px; }
  ol li::marker {
    color: #21409A; }

ul:not(.menu-list, [role='menu']) li {
  padding: 0 0 0 14px;
  background-image: url(../img/square.png);
  background-size: 10px;
  background-position: left top 7px;
  background-repeat: no-repeat; }
  ul:not(.menu-list, [role='menu']) li ul li {
    background-image: url(../img/square2.png); }

hr {
  border: 0;
  height: 1px;
  background: #21409A; }

mark {
  background: #21409A;
  padding: 0 5px;
  color: #fff; }

pre {
  font-family: monospace;
  margin: 0px;
  padding: 12px;
  border: 1px solid #999;
  background-color: #c7d2f3; }

iframe {
  border: 0; }

table:not(.uib-timepicker, .pika-table) {
  width: unset !important;
  empty-cells: show;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-spacing: 0; }
  table:not(.uib-timepicker, .pika-table) th, table:not(.uib-timepicker, .pika-table) td {
    padding: 10px 26px;
    border: 1px solid #e4e8f3;
    text-align: left;
    min-height: 62px;
    font-size: 14px;
    color: #464646;
    font-family: "Source Sans Pro"; }
  table:not(.uib-timepicker, .pika-table) tr.lenteles_antraste td, table:not(.uib-timepicker, .pika-table) td.lenteles_antraste, table:not(.uib-timepicker, .pika-table) thead td, table:not(.uib-timepicker, .pika-table) th {
    font-weight: 500;
    padding: 12px 26px;
    background: #21409A;
    color: #FFF;
    font-family: "Metropolis"; }
  table:not(.uib-timepicker, .pika-table) thead p {
    color: #FFF;
    font-family: "Metropolis"; }
  table:not(.uib-timepicker, .pika-table) a {
    word-break: break-all; }
  table:not(.uib-timepicker, .pika-table).balta_antraste tr.lenteles_antraste td, table:not(.uib-timepicker, .pika-table).balta_antraste td.lenteles_antraste, table:not(.uib-timepicker, .pika-table).balta_antraste thead td, table:not(.uib-timepicker, .pika-table).balta_antraste th {
    background: #FFF;
    color: #1d1d1d; }

table:not([border]),
table[border="0"] {
  border: 0 none; }

form {
  margin: 0;
  padding: 0; }

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
  background-color: #FFF;
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #9ca7c9;
  -webkit-appearance: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 14px;
  color: #000; }
  @media only screen and (min-width: 1024px) {
    input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
      max-width: 288px; } }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=url]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=week]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, textarea::placeholder {
    color: #464646; }
  input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, textarea:focus {
    border-color: #6b7bae; }
  input[type=text].datepicker, input[type=email].datepicker, input[type=password].datepicker, input[type=url].datepicker, input[type=tel].datepicker, input[type=number].datepicker, input[type=search].datepicker, input[type=date].datepicker, input[type=month].datepicker, input[type=week].datepicker, input[type=datetime].datepicker, input[type=datetime-local].datepicker, textarea.datepicker {
    max-width: 100%;
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    background-size: auto;
    padding-right: 45px; }
    @media only screen and (min-width: 1024px) {
      input[type=text].datepicker, input[type=email].datepicker, input[type=password].datepicker, input[type=url].datepicker, input[type=tel].datepicker, input[type=number].datepicker, input[type=search].datepicker, input[type=date].datepicker, input[type=month].datepicker, input[type=week].datepicker, input[type=datetime].datepicker, input[type=datetime-local].datepicker, textarea.datepicker {
        max-width: 188px; } }

input[type=email] {
  background-image: url(../img/mail.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-size: auto;
  padding-right: 45px; }

input[type=email][disabled] {
  background-image: url(../img/mail_disabled.png); }

input[readonly]:not(.datepicker) {
  cursor: not-allowed; }

button:not([aria-label="Rodyti palydovinius vaizdus"],
[aria-label="Show satellite imagery"],
[aria-label="Rodyti gatvės žemėlapį"],
[aria-label="Show street map"],
[aria-label="Spartieji klavišai"],
[aria-label="Keyboard shortcuts"],
[aria-label="Išeiti iš „Street View"],
[aria-label="Exit the Street View"],
[aria-label="Žemėlapio duomenys"],
[aria-label="Map Data"],
[class^="slick-"],
[aria-controls^="slick-"],
[id^="slick-"],
.gm-ui-hover-effect,
.gm-svpc,
.gm-control-active,
.hide_cookie_bar,
.pika-button,
.pika-prev,
.pika-next,
.fancybox-button,
.slick-prev,
.slick-next
),
input[type=submit],
input[type=button],
input[type=reset],
a.mygtukas,
span.mygtukas a {
  display: inline-block;
  height: 46px;
  margin: 0;
  padding: 0 68px 0 20px;
  background-color: #21409A;
  border: none;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  line-height: 46px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative; }
  button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  ):after,
  input[type=submit]:after,
  input[type=button]:after,
  input[type=reset]:after,
  a.mygtukas:after,
  span.mygtukas a:after {
    content: "\e927";
    font-family: icomoon;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 49px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 4px solid #FFF;
    color: #FFF;
    background-color: #21409A;
    font-size: 19px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  ):hover,
  input[type=submit]:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  a.mygtukas:hover,
  span.mygtukas a:hover {
    text-decoration: none; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ):hover:after,
    input[type=submit]:hover:after,
    input[type=button]:hover:after,
    input[type=reset]:hover:after,
    a.mygtukas:hover:after,
    span.mygtukas a:hover:after {
      background-color: #BA9F5E; }
  @media only screen and (max-width: 1024px) {
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ):focus,
    input[type=submit]:focus,
    input[type=button]:focus,
    input[type=reset]:focus,
    a.mygtukas:focus,
    span.mygtukas a:focus {
      text-decoration: none; }
      button:not([aria-label="Rodyti palydovinius vaizdus"],
      [aria-label="Show satellite imagery"],
      [aria-label="Rodyti gatvės žemėlapį"],
      [aria-label="Show street map"],
      [aria-label="Spartieji klavišai"],
      [aria-label="Keyboard shortcuts"],
      [aria-label="Išeiti iš „Street View"],
      [aria-label="Exit the Street View"],
      [aria-label="Žemėlapio duomenys"],
      [aria-label="Map Data"],
      [class^="slick-"],
      [aria-controls^="slick-"],
      [id^="slick-"],
      .gm-ui-hover-effect,
      .gm-svpc,
      .gm-control-active,
      .hide_cookie_bar,
      .pika-button,
      .pika-prev,
      .pika-next,
      .fancybox-button,
      .slick-prev,
      .slick-next
      ):focus:after,
      input[type=submit]:focus:after,
      input[type=button]:focus:after,
      input[type=reset]:focus:after,
      a.mygtukas:focus:after,
      span.mygtukas a:focus:after {
        background-color: #BA9F5E; } }
  button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  ).white,
  input[type=submit].white,
  input[type=button].white,
  input[type=reset].white,
  a.mygtukas.white,
  span.mygtukas a.white {
    background-color: #fff;
    color: #464646; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).white:after,
    input[type=submit].white:after,
    input[type=button].white:after,
    input[type=reset].white:after,
    a.mygtukas.white:after,
    span.mygtukas a.white:after {
      background-color: #BA9F5E;
      border-color: #21409A; }
  button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  ).empty-button,
  input[type=submit].empty-button,
  input[type=button].empty-button,
  input[type=reset].empty-button,
  a.mygtukas.empty-button,
  span.mygtukas a.empty-button {
    padding: 0 46px 0 0; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).empty-button:after,
    input[type=submit].empty-button:after,
    input[type=button].empty-button:after,
    input[type=reset].empty-button:after,
    a.mygtukas.empty-button:after,
    span.mygtukas a.empty-button:after {
      border-left: none;
      width: 46px; }
  button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  ).empty-button-toggle,
  input[type=submit].empty-button-toggle,
  input[type=button].empty-button-toggle,
  input[type=reset].empty-button-toggle,
  a.mygtukas.empty-button-toggle,
  span.mygtukas a.empty-button-toggle {
    padding: 0 46px 0 0; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).empty-button-toggle:after,
    input[type=submit].empty-button-toggle:after,
    input[type=button].empty-button-toggle:after,
    input[type=reset].empty-button-toggle:after,
    a.mygtukas.empty-button-toggle:after,
    span.mygtukas a.empty-button-toggle:after {
      content: "\e927";
      border-left: none;
      width: 46px; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).empty-button-toggle:hover,
    input[type=submit].empty-button-toggle:hover,
    input[type=button].empty-button-toggle:hover,
    input[type=reset].empty-button-toggle:hover,
    a.mygtukas.empty-button-toggle:hover,
    span.mygtukas a.empty-button-toggle:hover {
      background-color: transparent; }
      button:not([aria-label="Rodyti palydovinius vaizdus"],
      [aria-label="Show satellite imagery"],
      [aria-label="Rodyti gatvės žemėlapį"],
      [aria-label="Show street map"],
      [aria-label="Spartieji klavišai"],
      [aria-label="Keyboard shortcuts"],
      [aria-label="Išeiti iš „Street View"],
      [aria-label="Exit the Street View"],
      [aria-label="Žemėlapio duomenys"],
      [aria-label="Map Data"],
      [class^="slick-"],
      [aria-controls^="slick-"],
      [id^="slick-"],
      .gm-ui-hover-effect,
      .gm-svpc,
      .gm-control-active,
      .hide_cookie_bar,
      .pika-button,
      .pika-prev,
      .pika-next,
      .fancybox-button,
      .slick-prev,
      .slick-next
      ).empty-button-toggle:hover:after,
      input[type=submit].empty-button-toggle:hover:after,
      input[type=button].empty-button-toggle:hover:after,
      input[type=reset].empty-button-toggle:hover:after,
      a.mygtukas.empty-button-toggle:hover:after,
      span.mygtukas a.empty-button-toggle:hover:after {
        color: #21409A;
        background-color: transparent; }
    @media only screen and (max-width: 1024px) {
      button:not([aria-label="Rodyti palydovinius vaizdus"],
      [aria-label="Show satellite imagery"],
      [aria-label="Rodyti gatvės žemėlapį"],
      [aria-label="Show street map"],
      [aria-label="Spartieji klavišai"],
      [aria-label="Keyboard shortcuts"],
      [aria-label="Išeiti iš „Street View"],
      [aria-label="Exit the Street View"],
      [aria-label="Žemėlapio duomenys"],
      [aria-label="Map Data"],
      [class^="slick-"],
      [aria-controls^="slick-"],
      [id^="slick-"],
      .gm-ui-hover-effect,
      .gm-svpc,
      .gm-control-active,
      .hide_cookie_bar,
      .pika-button,
      .pika-prev,
      .pika-next,
      .fancybox-button,
      .slick-prev,
      .slick-next
      ).empty-button-toggle:focus,
      input[type=submit].empty-button-toggle:focus,
      input[type=button].empty-button-toggle:focus,
      input[type=reset].empty-button-toggle:focus,
      a.mygtukas.empty-button-toggle:focus,
      span.mygtukas a.empty-button-toggle:focus {
        background-color: transparent; }
        button:not([aria-label="Rodyti palydovinius vaizdus"],
        [aria-label="Show satellite imagery"],
        [aria-label="Rodyti gatvės žemėlapį"],
        [aria-label="Show street map"],
        [aria-label="Spartieji klavišai"],
        [aria-label="Keyboard shortcuts"],
        [aria-label="Išeiti iš „Street View"],
        [aria-label="Exit the Street View"],
        [aria-label="Žemėlapio duomenys"],
        [aria-label="Map Data"],
        [class^="slick-"],
        [aria-controls^="slick-"],
        [id^="slick-"],
        .gm-ui-hover-effect,
        .gm-svpc,
        .gm-control-active,
        .hide_cookie_bar,
        .pika-button,
        .pika-prev,
        .pika-next,
        .fancybox-button,
        .slick-prev,
        .slick-next
        ).empty-button-toggle:focus:after,
        input[type=submit].empty-button-toggle:focus:after,
        input[type=button].empty-button-toggle:focus:after,
        input[type=reset].empty-button-toggle:focus:after,
        a.mygtukas.empty-button-toggle:focus:after,
        span.mygtukas a.empty-button-toggle:focus:after {
          color: #21409A;
          background-color: transparent; } }
  button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  ).empty-button-toggle-transparent,
  input[type=submit].empty-button-toggle-transparent,
  input[type=button].empty-button-toggle-transparent,
  input[type=reset].empty-button-toggle-transparent,
  a.mygtukas.empty-button-toggle-transparent,
  span.mygtukas a.empty-button-toggle-transparent {
    padding: 0 46px 0 0;
    background-color: transparent; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).empty-button-toggle-transparent:after,
    input[type=submit].empty-button-toggle-transparent:after,
    input[type=button].empty-button-toggle-transparent:after,
    input[type=reset].empty-button-toggle-transparent:after,
    a.mygtukas.empty-button-toggle-transparent:after,
    span.mygtukas a.empty-button-toggle-transparent:after {
      content: "\e927";
      color: #21409A;
      border-left: none;
      width: 46px;
      background-color: transparent; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).empty-button-toggle-transparent:hover,
    input[type=submit].empty-button-toggle-transparent:hover,
    input[type=button].empty-button-toggle-transparent:hover,
    input[type=reset].empty-button-toggle-transparent:hover,
    a.mygtukas.empty-button-toggle-transparent:hover,
    span.mygtukas a.empty-button-toggle-transparent:hover {
      background-color: transparent; }
      button:not([aria-label="Rodyti palydovinius vaizdus"],
      [aria-label="Show satellite imagery"],
      [aria-label="Rodyti gatvės žemėlapį"],
      [aria-label="Show street map"],
      [aria-label="Spartieji klavišai"],
      [aria-label="Keyboard shortcuts"],
      [aria-label="Išeiti iš „Street View"],
      [aria-label="Exit the Street View"],
      [aria-label="Žemėlapio duomenys"],
      [aria-label="Map Data"],
      [class^="slick-"],
      [aria-controls^="slick-"],
      [id^="slick-"],
      .gm-ui-hover-effect,
      .gm-svpc,
      .gm-control-active,
      .hide_cookie_bar,
      .pika-button,
      .pika-prev,
      .pika-next,
      .fancybox-button,
      .slick-prev,
      .slick-next
      ).empty-button-toggle-transparent:hover:after,
      input[type=submit].empty-button-toggle-transparent:hover:after,
      input[type=button].empty-button-toggle-transparent:hover:after,
      input[type=reset].empty-button-toggle-transparent:hover:after,
      a.mygtukas.empty-button-toggle-transparent:hover:after,
      span.mygtukas a.empty-button-toggle-transparent:hover:after {
        color: #21409A;
        background-color: transparent; }
    @media only screen and (max-width: 1024px) {
      button:not([aria-label="Rodyti palydovinius vaizdus"],
      [aria-label="Show satellite imagery"],
      [aria-label="Rodyti gatvės žemėlapį"],
      [aria-label="Show street map"],
      [aria-label="Spartieji klavišai"],
      [aria-label="Keyboard shortcuts"],
      [aria-label="Išeiti iš „Street View"],
      [aria-label="Exit the Street View"],
      [aria-label="Žemėlapio duomenys"],
      [aria-label="Map Data"],
      [class^="slick-"],
      [aria-controls^="slick-"],
      [id^="slick-"],
      .gm-ui-hover-effect,
      .gm-svpc,
      .gm-control-active,
      .hide_cookie_bar,
      .pika-button,
      .pika-prev,
      .pika-next,
      .fancybox-button,
      .slick-prev,
      .slick-next
      ).empty-button-toggle-transparent:focus,
      input[type=submit].empty-button-toggle-transparent:focus,
      input[type=button].empty-button-toggle-transparent:focus,
      input[type=reset].empty-button-toggle-transparent:focus,
      a.mygtukas.empty-button-toggle-transparent:focus,
      span.mygtukas a.empty-button-toggle-transparent:focus {
        background-color: transparent; }
        button:not([aria-label="Rodyti palydovinius vaizdus"],
        [aria-label="Show satellite imagery"],
        [aria-label="Rodyti gatvės žemėlapį"],
        [aria-label="Show street map"],
        [aria-label="Spartieji klavišai"],
        [aria-label="Keyboard shortcuts"],
        [aria-label="Išeiti iš „Street View"],
        [aria-label="Exit the Street View"],
        [aria-label="Žemėlapio duomenys"],
        [aria-label="Map Data"],
        [class^="slick-"],
        [aria-controls^="slick-"],
        [id^="slick-"],
        .gm-ui-hover-effect,
        .gm-svpc,
        .gm-control-active,
        .hide_cookie_bar,
        .pika-button,
        .pika-prev,
        .pika-next,
        .fancybox-button,
        .slick-prev,
        .slick-next
        ).empty-button-toggle-transparent:focus:after,
        input[type=submit].empty-button-toggle-transparent:focus:after,
        input[type=button].empty-button-toggle-transparent:focus:after,
        input[type=reset].empty-button-toggle-transparent:focus:after,
        a.mygtukas.empty-button-toggle-transparent:focus:after,
        span.mygtukas a.empty-button-toggle-transparent:focus:after {
          color: #21409A;
          background-color: transparent; } }
  button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  ).empty-button-gold,
  input[type=submit].empty-button-gold,
  input[type=button].empty-button-gold,
  input[type=reset].empty-button-gold,
  a.mygtukas.empty-button-gold,
  span.mygtukas a.empty-button-gold {
    padding: 0 46px 0 0;
    background-color: #BA9F5E; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).empty-button-gold:after,
    input[type=submit].empty-button-gold:after,
    input[type=button].empty-button-gold:after,
    input[type=reset].empty-button-gold:after,
    a.mygtukas.empty-button-gold:after,
    span.mygtukas a.empty-button-gold:after {
      color: #fff;
      border-left: none;
      width: 46px;
      background-color: #BA9F5E; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).empty-button-gold:hover,
    input[type=submit].empty-button-gold:hover,
    input[type=button].empty-button-gold:hover,
    input[type=reset].empty-button-gold:hover,
    a.mygtukas.empty-button-gold:hover,
    span.mygtukas a.empty-button-gold:hover {
      background-color: transparent; }
      button:not([aria-label="Rodyti palydovinius vaizdus"],
      [aria-label="Show satellite imagery"],
      [aria-label="Rodyti gatvės žemėlapį"],
      [aria-label="Show street map"],
      [aria-label="Spartieji klavišai"],
      [aria-label="Keyboard shortcuts"],
      [aria-label="Išeiti iš „Street View"],
      [aria-label="Exit the Street View"],
      [aria-label="Žemėlapio duomenys"],
      [aria-label="Map Data"],
      [class^="slick-"],
      [aria-controls^="slick-"],
      [id^="slick-"],
      .gm-ui-hover-effect,
      .gm-svpc,
      .gm-control-active,
      .hide_cookie_bar,
      .pika-button,
      .pika-prev,
      .pika-next,
      .fancybox-button,
      .slick-prev,
      .slick-next
      ).empty-button-gold:hover:after,
      input[type=submit].empty-button-gold:hover:after,
      input[type=button].empty-button-gold:hover:after,
      input[type=reset].empty-button-gold:hover:after,
      a.mygtukas.empty-button-gold:hover:after,
      span.mygtukas a.empty-button-gold:hover:after {
        color: #BA9F5E;
        background-color: transparent; }
    @media only screen and (max-width: 1024px) {
      button:not([aria-label="Rodyti palydovinius vaizdus"],
      [aria-label="Show satellite imagery"],
      [aria-label="Rodyti gatvės žemėlapį"],
      [aria-label="Show street map"],
      [aria-label="Spartieji klavišai"],
      [aria-label="Keyboard shortcuts"],
      [aria-label="Išeiti iš „Street View"],
      [aria-label="Exit the Street View"],
      [aria-label="Žemėlapio duomenys"],
      [aria-label="Map Data"],
      [class^="slick-"],
      [aria-controls^="slick-"],
      [id^="slick-"],
      .gm-ui-hover-effect,
      .gm-svpc,
      .gm-control-active,
      .hide_cookie_bar,
      .pika-button,
      .pika-prev,
      .pika-next,
      .fancybox-button,
      .slick-prev,
      .slick-next
      ).empty-button-gold:focus,
      input[type=submit].empty-button-gold:focus,
      input[type=button].empty-button-gold:focus,
      input[type=reset].empty-button-gold:focus,
      a.mygtukas.empty-button-gold:focus,
      span.mygtukas a.empty-button-gold:focus {
        background-color: transparent; }
        button:not([aria-label="Rodyti palydovinius vaizdus"],
        [aria-label="Show satellite imagery"],
        [aria-label="Rodyti gatvės žemėlapį"],
        [aria-label="Show street map"],
        [aria-label="Spartieji klavišai"],
        [aria-label="Keyboard shortcuts"],
        [aria-label="Išeiti iš „Street View"],
        [aria-label="Exit the Street View"],
        [aria-label="Žemėlapio duomenys"],
        [aria-label="Map Data"],
        [class^="slick-"],
        [aria-controls^="slick-"],
        [id^="slick-"],
        .gm-ui-hover-effect,
        .gm-svpc,
        .gm-control-active,
        .hide_cookie_bar,
        .pika-button,
        .pika-prev,
        .pika-next,
        .fancybox-button,
        .slick-prev,
        .slick-next
        ).empty-button-gold:focus:after,
        input[type=submit].empty-button-gold:focus:after,
        input[type=button].empty-button-gold:focus:after,
        input[type=reset].empty-button-gold:focus:after,
        a.mygtukas.empty-button-gold:focus:after,
        span.mygtukas a.empty-button-gold:focus:after {
          color: #BA9F5E;
          background-color: transparent; } }
  button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  ).white-hover:hover, button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  ).white-hover:focus,
  input[type=submit].white-hover:hover,
  input[type=submit].white-hover:focus,
  input[type=button].white-hover:hover,
  input[type=button].white-hover:focus,
  input[type=reset].white-hover:hover,
  input[type=reset].white-hover:focus,
  a.mygtukas.white-hover:hover,
  a.mygtukas.white-hover:focus,
  span.mygtukas a.white-hover:hover,
  span.mygtukas a.white-hover:focus {
    background-color: #FFF;
    color: #21409A; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).white-hover:hover:after, button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    ).white-hover:focus:after,
    input[type=submit].white-hover:hover:after,
    input[type=submit].white-hover:focus:after,
    input[type=button].white-hover:hover:after,
    input[type=button].white-hover:focus:after,
    input[type=reset].white-hover:hover:after,
    input[type=reset].white-hover:focus:after,
    a.mygtukas.white-hover:hover:after,
    a.mygtukas.white-hover:focus:after,
    span.mygtukas a.white-hover:hover:after,
    span.mygtukas a.white-hover:focus:after {
      background-color: #FFF;
      color: #21409A; }
  button:not([aria-label="Rodyti palydovinius vaizdus"],
  [aria-label="Show satellite imagery"],
  [aria-label="Rodyti gatvės žemėlapį"],
  [aria-label="Show street map"],
  [aria-label="Spartieji klavišai"],
  [aria-label="Keyboard shortcuts"],
  [aria-label="Išeiti iš „Street View"],
  [aria-label="Exit the Street View"],
  [aria-label="Žemėlapio duomenys"],
  [aria-label="Map Data"],
  [class^="slick-"],
  [aria-controls^="slick-"],
  [id^="slick-"],
  .gm-ui-hover-effect,
  .gm-svpc,
  .gm-control-active,
  .hide_cookie_bar,
  .pika-button,
  .pika-prev,
  .pika-next,
  .fancybox-button,
  .slick-prev,
  .slick-next
  )[disabled],
  input[type=submit][disabled],
  input[type=button][disabled],
  input[type=reset][disabled],
  a.mygtukas[disabled],
  span.mygtukas a[disabled] {
    background-color: #E4E8F3;
    color: #464646;
    cursor: not-allowed; }
    button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    )[disabled]:after, button:not([aria-label="Rodyti palydovinius vaizdus"],
    [aria-label="Show satellite imagery"],
    [aria-label="Rodyti gatvės žemėlapį"],
    [aria-label="Show street map"],
    [aria-label="Spartieji klavišai"],
    [aria-label="Keyboard shortcuts"],
    [aria-label="Išeiti iš „Street View"],
    [aria-label="Exit the Street View"],
    [aria-label="Žemėlapio duomenys"],
    [aria-label="Map Data"],
    [class^="slick-"],
    [aria-controls^="slick-"],
    [id^="slick-"],
    .gm-ui-hover-effect,
    .gm-svpc,
    .gm-control-active,
    .hide_cookie_bar,
    .pika-button,
    .pika-prev,
    .pika-next,
    .fancybox-button,
    .slick-prev,
    .slick-next
    )[disabled]:before,
    input[type=submit][disabled]:after,
    input[type=submit][disabled]:before,
    input[type=button][disabled]:after,
    input[type=button][disabled]:before,
    input[type=reset][disabled]:after,
    input[type=reset][disabled]:before,
    a.mygtukas[disabled]:after,
    a.mygtukas[disabled]:before,
    span.mygtukas a[disabled]:after,
    span.mygtukas a[disabled]:before {
      color: #464646;
      background-color: #E4E8F3; }

input[disabled] {
  cursor: not-allowed;
  color: rgba(70, 70, 70, 0.3);
  border: 1px solid rgba(70, 70, 70, 0.3); }
  input[disabled]::placeholder {
    color: rgba(70, 70, 70, 0.3); }

textarea {
  display: block;
  resize: vertical;
  width: 100%;
  max-width: 488px;
  min-height: 150px;
  max-height: 150px;
  padding: 14px;
  transition: none; }

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: inherit;
  margin-top: 3px;
  height: auto;
  line-height: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

input[type=radio] {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
  background: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

/*

// Usability fixes, margins
li > p {
    @include zero();
}
table td p:first-of-type{
	margin-top:0;
}
table td p:last-of-type{
	margin-bottom:0;
}


// Custom project classes
.paveiksliukas_prie_teksto_kaireje{
	float:left;
	margin:0 10px 8px 0;
	@include min(1024) { margin:0 20px 15px 0;}
}
.paveiksliukas_prie_teksto_desineje{
	float:right;
	margin:0 0px 8px 10px;
	@include min(1024) { margin:0 0px 15px 20px;}
}
a.mygtukas, span.mygtukas a{
	display:inline-block;
	text-decoration:none;
}

table.lentele_minimali{
	border: 1px solid $border_color;
	background: none;
	padding: 0px;
	color: $text_color;
	width: auto;
	
	td, th{
		background: transparent !important;
		padding: 10px 18px;
		border: 1px solid $border_color;
	}
}

.didesnis_tekstas{
	font-size: 1.4em;
}

ul.buletavimas_prie_paveikslelio{
	overflow: hidden;
}*/
fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.file-link {
  font-weight: 400; }
  .file-link i {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: -1px;
    color: #21409A; }

/*a.pdf-icon,a.file-link {
	display: inline-flex;
	@include align-items(center);
	font-size: 14px;
	font-weight: 400;
	vertical-align: -3px;
	text-decoration: none;
	font-weight: 700;
	&:before {
		@include icomoon();
		color: $theme_color;
		content: '\e918';
		margin-right: 7px;
		font-size: 20px
	}
}*/
table.per_didele_lentele {
  display: block; }
  @media only screen and (min-width: 1024px) {
    table.per_didele_lentele {
      table-layout: fixed;
      width: 100% !important; }
      table.per_didele_lentele th, table.per_didele_lentele td {
        word-break: break-word;
        padding: 10px; } }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/opensans/open-sans-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/opensans/open-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/open-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/opensans/open-sans-v18-latin-regular.woff") format("woff"), url("../fonts/opensans/open-sans-v18-latin-regular.ttf") format("truetype"), url("../fonts/opensans/open-sans-v18-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/opensans/open-sans-v18-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/opensans/open-sans-v18-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/open-sans-v18-latin-italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v18-latin-italic.woff") format("woff"), url("../fonts/opensans/open-sans-v18-latin-italic.ttf") format("truetype"), url("../fonts/opensans/open-sans-v18-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/opensans/open-sans-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/opensans/open-sans-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/open-sans-v18-latin-700.woff2") format("woff2"), url("../fonts/opensans/open-sans-v18-latin-700.woff") format("woff"), url("../fonts/opensans/open-sans-v18-latin-700.ttf") format("truetype"), url("../fonts/opensans/open-sans-v18-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/opensans/open-sans-v18-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/opensans/open-sans-v18-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/open-sans-v18-latin-700italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v18-latin-700italic.woff") format("woff"), url("../fonts/opensans/open-sans-v18-latin-700italic.ttf") format("truetype"), url("../fonts/opensans/open-sans-v18-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-BoldItalic.eot");
  src: url("../fonts/metropolis/Metropolis-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-BoldItalic.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-BoldItalic.woff") format("woff"), url("../fonts/metropolis/Metropolis-BoldItalic.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-BoldItalic.svg#Metropolis-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-Bold.eot");
  src: url("../fonts/metropolis/Metropolis-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-Bold.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-Bold.woff") format("woff"), url("../fonts/metropolis/Metropolis-Bold.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-Bold.svg#Metropolis-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-BlackItalic.eot");
  src: url("../fonts/metropolis/Metropolis-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-BlackItalic.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-BlackItalic.woff") format("woff"), url("../fonts/metropolis/Metropolis-BlackItalic.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-BlackItalic.svg#Metropolis-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-Black.eot");
  src: url("../fonts/metropolis/Metropolis-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-Black.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-Black.woff") format("woff"), url("../fonts/metropolis/Metropolis-Black.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-Black.svg#Metropolis-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-Thin.eot");
  src: url("../fonts/metropolis/Metropolis-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-Thin.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-Thin.woff") format("woff"), url("../fonts/metropolis/Metropolis-Thin.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-Thin.svg#Metropolis-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-ThinItalic.eot");
  src: url("../fonts/metropolis/Metropolis-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-ThinItalic.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-ThinItalic.woff") format("woff"), url("../fonts/metropolis/Metropolis-ThinItalic.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-ThinItalic.svg#Metropolis-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis Extra';
  src: url("../fonts/metropolis/Metropolis-ExtraBoldItalic.eot");
  src: url("../fonts/metropolis/Metropolis-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-ExtraBoldItalic.woff") format("woff"), url("../fonts/metropolis/Metropolis-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-ExtraBoldItalic.svg#Metropolis-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis Semi';
  src: url("../fonts/metropolis/Metropolis-SemiBold.eot");
  src: url("../fonts/metropolis/Metropolis-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-SemiBold.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-SemiBold.woff") format("woff"), url("../fonts/metropolis/Metropolis-SemiBold.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-SemiBold.svg#Metropolis-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis Extra';
  src: url("../fonts/metropolis/Metropolis-ExtraLightItalic.eot");
  src: url("../fonts/metropolis/Metropolis-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-ExtraLightItalic.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-ExtraLightItalic.woff") format("woff"), url("../fonts/metropolis/Metropolis-ExtraLightItalic.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-ExtraLightItalic.svg#Metropolis-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-LightItalic.eot");
  src: url("../fonts/metropolis/Metropolis-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-LightItalic.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-LightItalic.woff") format("woff"), url("../fonts/metropolis/Metropolis-LightItalic.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-LightItalic.svg#Metropolis-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-Regular.eot");
  src: url("../fonts/metropolis/Metropolis-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-Regular.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-Regular.woff") format("woff"), url("../fonts/metropolis/Metropolis-Regular.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-Regular.svg#Metropolis-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-Light.eot");
  src: url("../fonts/metropolis/Metropolis-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-Light.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-Light.woff") format("woff"), url("../fonts/metropolis/Metropolis-Light.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-Light.svg#Metropolis-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-MediumItalic.eot");
  src: url("../fonts/metropolis/Metropolis-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-MediumItalic.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-MediumItalic.woff") format("woff"), url("../fonts/metropolis/Metropolis-MediumItalic.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-MediumItalic.svg#Metropolis-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis Semi';
  src: url("../fonts/metropolis/Metropolis-SemiBoldItalic.eot");
  src: url("../fonts/metropolis/Metropolis-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-SemiBoldItalic.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-SemiBoldItalic.woff") format("woff"), url("../fonts/metropolis/Metropolis-SemiBoldItalic.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-SemiBoldItalic.svg#Metropolis-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-Medium.eot");
  src: url("../fonts/metropolis/Metropolis-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-Medium.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-Medium.woff") format("woff"), url("../fonts/metropolis/Metropolis-Medium.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-Medium.svg#Metropolis-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis/Metropolis-RegularItalic.eot");
  src: url("../fonts/metropolis/Metropolis-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-RegularItalic.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-RegularItalic.woff") format("woff"), url("../fonts/metropolis/Metropolis-RegularItalic.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-RegularItalic.svg#Metropolis-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis Extra';
  src: url("../fonts/metropolis/Metropolis-ExtraBold.eot");
  src: url("../fonts/metropolis/Metropolis-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-ExtraBold.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-ExtraBold.woff") format("woff"), url("../fonts/metropolis/Metropolis-ExtraBold.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-ExtraBold.svg#Metropolis-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metropolis Extra';
  src: url("../fonts/metropolis/Metropolis-ExtraLight.eot");
  src: url("../fonts/metropolis/Metropolis-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/Metropolis-ExtraLight.woff2") format("woff2"), url("../fonts/metropolis/Metropolis-ExtraLight.woff") format("woff"), url("../fonts/metropolis/Metropolis-ExtraLight.ttf") format("truetype"), url("../fonts/metropolis/Metropolis-ExtraLight.svg#Metropolis-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-Black.eot");
  src: url("../fonts/source sans pro/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-Black.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-Black.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-Black.svg#SourceSansPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-BlackIt.eot");
  src: url("../fonts/source sans pro/SourceSansPro-BlackIt.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-BlackIt.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-BlackIt.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-BlackIt.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-BlackIt.svg#SourceSansPro-BlackIt") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-Bold.eot");
  src: url("../fonts/source sans pro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-Bold.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-Regular.eot");
  src: url("../fonts/source sans pro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-Regular.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-ExtraLightIt.eot");
  src: url("../fonts/source sans pro/SourceSansPro-ExtraLightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-ExtraLightIt.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-ExtraLightIt.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-ExtraLightIt.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-ExtraLightIt.svg#SourceSansPro-ExtraLightIt") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-SemiboldIt.eot");
  src: url("../fonts/source sans pro/SourceSansPro-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-SemiboldIt.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-SemiboldIt.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-SemiboldIt.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-SemiboldIt.svg#SourceSansPro-SemiboldIt") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-Light.eot");
  src: url("../fonts/source sans pro/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-Light.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-Light.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-Light.svg#SourceSansPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-It.eot");
  src: url("../fonts/source sans pro/SourceSansPro-It.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-It.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-It.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-It.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-It.svg#SourceSansPro-It") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-BoldIt.eot");
  src: url("../fonts/source sans pro/SourceSansPro-BoldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-BoldIt.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-BoldIt.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-BoldIt.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-BoldIt.svg#SourceSansPro-BoldIt") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-ExtraLight.eot");
  src: url("../fonts/source sans pro/SourceSansPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-ExtraLight.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-ExtraLight.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-ExtraLight.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-ExtraLight.svg#SourceSansPro-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-LightIt.eot");
  src: url("../fonts/source sans pro/SourceSansPro-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-LightIt.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-LightIt.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-LightIt.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-LightIt.svg#SourceSansPro-LightIt") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/source sans pro/SourceSansPro-Semibold.eot");
  src: url("../fonts/source sans pro/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/source sans pro/SourceSansPro-Semibold.woff2") format("woff2"), url("../fonts/source sans pro/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/source sans pro/SourceSansPro-Semibold.ttf") format("truetype"), url("../fonts/source sans pro/SourceSansPro-Semibold.svg#SourceSansPro-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'icomoon';
  src: url("../icons/icomoon.eot?p1bfq");
  src: url("../icons/icomoon.eot?p1bfq#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?p1bfq") format("truetype"), url("../icons/icomoon.woff?p1bfq") format("woff"), url("../icons/icomoon.svg?p1bfq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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; }

.icon-file-xlsx:before {
  content: "\e925"; }

.icon-file-docx:before {
  content: "\e924"; }

.icon-slick-arrow-down:before {
  content: "\e923"; }

.icon-eldership:before {
  content: "\e920"; }

.icon-communities:before {
  content: "\e921"; }

.icon-cemetery:before {
  content: "\e922"; }

.icon-phone:before {
  content: "\e91e"; }

.icon-envelope:before {
  content: "\e91f"; }

.icon-trash:before {
  content: "\e91c"; }

.icon-edit:before {
  content: "\e91d"; }

.icon-plus:before {
  content: "\e91b"; }

.icon-slick-arrow-left:before {
  content: "\e919"; }

.icon-slick-arrow-right:before {
  content: "\e91a"; }

.icon-file-pdf:before {
  content: "\e918"; }

.icon-pdf:before {
  content: "\e918"; }

.icon-location:before {
  content: "\e935"; }

.icon-clock2:before {
  content: "\e936"; }

.icon-calendar:before {
  content: "\e937"; }

.icon-cat1:before {
  content: "\e92d"; }

.icon-cat2:before {
  content: "\e92e"; }

.icon-cat3:before {
  content: "\e92f"; }

.icon-cat4:before {
  content: "\e930"; }

.icon-cat5:before {
  content: "\e931"; }

.icon-cat6:before {
  content: "\e932"; }

.icon-cat7:before {
  content: "\e933"; }

.icon-cat8:before {
  content: "\e934"; }

.icon-arrow-right:before {
  content: "\e905"; }

.icon-arrow-left:before {
  content: "\e917"; }

.icon-ew4-arrow:before {
  content: "\e900"; }

.icon-ew4-chevron:before {
  content: "\e901"; }

.icon-ew4-close:before {
  content: "\e902"; }

.icon-ew4-refresh:before {
  content: "\e903"; }

.icon-person2:before {
  content: "\e904"; }

.icon-tooltip:before {
  content: "\e90d"; }

.icon-instagram:before {
  content: "\e92c"; }

.icon-facebook:before {
  content: "\e92b"; }

.icon-youtube:before {
  content: "\e92a"; }

.icon-search:before {
  content: "\e928"; }

.icon-structure:before {
  content: "\e929"; }

.icon-arrow-right2:before {
  content: "\e927"; }

.icon-tick:before {
  content: "\e90f"; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--group {
  padding: 0; }
.select2-container--default .select2-results__option--disabled {
  color: #999; }
.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option--group {
  padding: 0; }
.select2-container--classic .select2-results__option--disabled {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2 {
  width: 100%;
  max-width: 100%;
  outline: none; }
  @media only screen and (min-width: 1024px) {
    .select2 {
      max-width: 188px; } }

.select2-container--default {
  outline: none; }
  .select2-container--default .select2-selection--single {
    height: 46px;
    background: #FFF;
    border: 1px solid #9ca7c9;
    border-radius: 0; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #464646;
      padding-right: 28px;
      padding-left: 14px;
      line-height: 44px;
      font-size: 14px;
      color: #464646; }
      .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        color: #464646;
        font-size: 14px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      background-color: none;
      border: none;
      height: 46px;
      width: 46px;
      top: 0;
      right: 0; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0;
        font-size: 17px;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        text-align: center;
        margin: 0;
        left: 0;
        top: 0;
        color: #9ca7c9; }
        .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
          content: "\e901"; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
    margin: 0; }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }

/*
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: $text_color;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: transparent;
	opacity: 0.6;
	cursor: not-allowed;
}

.select2-dropdown {
	@include border-radius(0);
	border-color: $border_color;
	border-width: $border_width;
}
*/
.select2-container--default .select2-results__option {
  background: none;
  padding-left: 14px;
  line-height: 1.3;
  font-size: 14px; }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #464646; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    font-weight: 600; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E4E8F3;
  color: #464646; }

/*
select.select2 {
	height: 0 !important;
	position: absolute;
	opacity: 0;
}

.select2.select2-container {
	&+.fake_select {
		display: none;
	}
}

.fake_select {
	max-width: $input_max_width;
	height: $input_height;
	border: 1px solid $border_color;
	border-radius: $border_radius_other;
	background-color: $input_bg;
}

.select2_basic {
	height: 0 !important;
	position: absolute;
	opacity: 0;
}

select.select2 {
	height: 0 !important;
	position: absolute;
	opacity: 0;
}
.select2.select2-container {
	&+.fake_select {
		display: none;
	}
}
.fake_select {
	width: 100%;
	max-width: $input_max_width;
	height: $input_height;
	background: $input_bg;
	border: $border_width solid $border_color;
	@include min(1200){height: $input_height_desktop;}
}
.select2_basic {
	height: 0 !important;
	position: absolute;
	opacity: 0;
}*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: url("../img/reused/loading32.gif"); }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slickcarousel/slick.eot");
  src: url("../fonts/slickcarousel/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slickcarousel/slick.woff") format("woff"), url("../fonts/slickcarousel/slick.ttf") format("truetype"), url("../fonts/slickcarousel/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background: none;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 1;
    color: red;
    opacity: 0.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -50px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -50px; }
  .slick-prev:before {
    content: '\e90b'; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -50px; }
  [dir="rtl"] .slick-next {
    left: -50px;
    right: auto; }
  .slick-next:before {
    content: '\e90c'; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

.slick-dots {
  bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .slick-dots {
      bottom: 44px; } }
  .slick-dots li {
    width: 14px !important;
    height: 14px !important;
    margin: 0 2px; }
    .slick-dots li button {
      padding: 0 !important; }
      .slick-dots li button:before {
        content: '' !important;
        width: 14px !important;
        height: 14px !important;
        font-size: 14px !important;
        border-radius: 0;
        background-color: #fff;
        opacity: 1 !important; }
    .slick-dots li.slick-active button:before {
      background-color: #BA9F5E; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.fancybox-infobar {
  font-family: "Source Sans Pro";
  font-size: 1.1em; }

.fancybox-button, button.fancybox-button, .fancybox-navigation a.fancybox-button {
  width: 50px;
  height: 50px;
  background: transparent;
  min-width: none;
  color: #fff; }
  .fancybox-button:after, .fancybox-button:before, button.fancybox-button:after, button.fancybox-button:before, .fancybox-navigation a.fancybox-button:after, .fancybox-navigation a.fancybox-button:before {
    display: none; }
  @media only screen and (min-width: 1300px) {
    .fancybox-button, button.fancybox-button, .fancybox-navigation a.fancybox-button {
      width: 60px;
      height: 60px; } }
  .fancybox-button:hover, .fancybox-button:focus, .fancybox-button:active, button.fancybox-button:hover, button.fancybox-button:focus, button.fancybox-button:active, .fancybox-navigation a.fancybox-button:hover, .fancybox-navigation a.fancybox-button:focus, .fancybox-navigation a.fancybox-button:active {
    background: transparent;
    opacity: 0.7; }

.fancybox-close-small {
  color: #000; }
  .fancybox-close-small:after, .fancybox-close-small:before {
    display: none; }
  .fancybox-close-small:hover, .fancybox-close-small:focus, .fancybox-close-small:active {
    background: transparent;
    opacity: 0.5; }

.fancybox-bg {
  background: #000; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.85; }

.fancybox-caption__body {
  color: #fff; }

/*! lightgallery - v1.2.6 - 2015-10-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../../../libs/lightgallery/fonts/lg.eot?n1z373");
  src: url("../../../libs/lightgallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../../libs/lightgallery/fonts/lg.woff?n1z373") format("woff"), url("../../../libs/lightgallery/fonts/lg.ttf?n1z373") format("truetype"), url("../../../libs/lightgallery/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; }

.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"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-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 {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

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

.lg-toolbar {
  z-index: 1080;
  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; }

.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;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

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

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

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

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

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  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;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  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: -moz-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: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

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

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  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 {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    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%; }

.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 {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  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-vimeo .lg-video-play {
  background: url("../../../libs/lightgallery/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

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

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../../libs/lightgallery/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("../../../libs/lightgallery/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../../libs/lightgallery/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-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none; }

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

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  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 {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

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

#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;
  -webkit-transform: translate3d(0, 0, 0);
  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;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  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;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  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"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

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

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: 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 {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

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

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-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(../img/reused/loading32.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 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px; }

.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;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  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-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  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 {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  will-change: transform, opacity; }

.lg-css3.lg-use-left .lg-item {
  will-change: left, opacity; }

.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 {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  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 {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

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

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  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 {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.95); }

.lg-outer {
  background-color: transparent; }
  .lg-outer .lg-thumb.group {
    margin-left: auto;
    margin-right: auto; }
  .lg-outer .lg-thumb-outer {
    background: rgba(0, 0, 0, 0.1); }
  .lg-outer .lg-thumb-item {
    border: none;
    border-radius: 0;
    opacity: 0.5;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
      opacity: 1; }
  .lg-outer .lg-img-wrap, .lg-outer .lg-item {
    padding: 0; }
  .lg-outer img.lg-image {
    padding: 0 10px 93px 10px; }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 10px;
    bottom: 93px; }
  .lg-outer .lg-toogle-thumb {
    background-color: rgba(0, 0, 0, 0.7);
    left: 10px;
    top: -40px; }

.photo_title {
  line-height: 1.2;
  color: #fafafa; }
  @media only screen and (max-width: 800px) {
    .photo_title {
      display: none; } }

.lg-toolbar {
  left: auto;
  right: 0;
  width: auto; }
  .lg-toolbar .lg-close {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #21409A;
    text-align: center; }
    .lg-toolbar .lg-close:after {
      display: inline-block;
      vertical-align: -4px;
      content: "\e902"; }
  .lg-toolbar #lg-counter {
    padding-top: 8px;
    font-size: 19px;
    color: #5e6164;
    font-weight: 900;
    float: left;
    display: inline-block; }
  .lg-toolbar .lg-icon {
    width: 40px; }

@media only screen and (max-width: 800px) {
  .lg-actions {
    display: none; } }
.lg-actions .lg-next:before, .lg-actions .lg-prev:before, .lg-actions .lg-prev:after {
  content: ""; }
.lg-actions .lg-icon.lg-next, .lg-actions .lg-icon.lg-prev {
  border-radius: 0;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  background-color: #21409A;
  text-align: center;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .lg-actions .lg-icon.lg-next:after, .lg-actions .lg-icon.lg-prev:after {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    vertical-align: -5px;
    content: "\e901"; }
  .lg-actions .lg-icon.lg-next:hover, .lg-actions .lg-icon.lg-prev:hover {
    background-color: #464646; }
.lg-actions .lg-prev:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
  background-color: transparent; }

.album_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5555;
  width: auto;
  background-color: transparent;
  right: auto; }
  @media only screen and (max-width: 800px) {
    .album_title {
      display: none; } }
  .album_title .album_title_text {
    display: inline-block;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3); }

.youtubegallery_popup .lg-toolbar {
  background: none; }
  .youtubegallery_popup .lg-toolbar .lg-close {
    margin: 10px 10px 0 0; }
.youtubegallery_popup .lg-sub-html {
  padding-bottom: 15px; }

.gallery_share {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  display: inline-block;
  margin: 0 0 0 15px; }
  .gallery_share .share_icon {
    width: 100%;
    height: 100%;
    background-image: url("../img/reused/gallery_share.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    cursor: pointer; }
    .gallery_share .share_icon:hover, .gallery_share .share_icon:focus, .gallery_share .share_icon.active {
      opacity: 1; }
  .gallery_share .share_drop {
    display: none;
    position: absolute;
    width: 40px;
    height: auto;
    margin-left: 5px;
    top: 100%; }
    .gallery_share .share_drop > div {
      width: 40px;
      height: 36px;
      opacity: 0.6;
      cursor: pointer; }
      .gallery_share .share_drop > div:hover, .gallery_share .share_drop > div:focus, .gallery_share .share_drop > div.active {
        opacity: 1; }
    .gallery_share .share_drop .share_fb {
      background-image: url("../img/reused/gallery_fb.png");
      background-position: center;
      background-repeat: no-repeat; }
    .gallery_share .share_drop .share_gplus {
      background-image: url("../img/reused/gallery_gplus.png");
      background-position: center;
      background-repeat: no-repeat; }

.mm-panel, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease; }

.mm-indexer, .mm-menu, .mm-menu > .mm-panel, .mm-navbar .mm-btn, .mm-page, .mm-search, .mm-search input {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-arrow:after, .mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0;
  position: absolute; }

.mm-divider > span, .mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title, .mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-navbar, .mm-navbar .mm-btn {
  position: absolute;
  height: 40px; }

.mm-menu, .mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-slideout, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease; }

.mm-fixeddivider, .mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-panel.mm-opened {
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:after, .mm-menu > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-navbar > *, .mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  padding: 0 40px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  padding: 10px 0; }

.mm-navbar .mm-title {
  overflow: hidden; }

.mm-navbar .mm-btn {
  width: 40px;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  right: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  top: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > *, .mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:after, .mm-menu .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  position: relative; }

.mm-slideout {
  transition: transform .4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker, html.mm-opened #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current, em.mm-counter {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
.mm-menu.mm-bottom.mm-autoheight, .mm-menu.mm-top.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen, .mm-menu.mm-top.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

.mm-collapsed:not(.mm-uncollapsed), .mm-nosubresults > .mm-counter {
  display: none; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-divider > span {
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-subopened, .mm-menu > .mm-navbar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging #mm-blocker, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform,left,right;
  -moz-transition-property: -moz-transform,left,right;
  -ms-transition-property: -ms-transform,left,right;
  -o-transition-property: -o-transform,left,right;
  transition-property: transform,left,right; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }

.mm-hasnavbar-top-1 .mm-fixeddivider, .mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }

.mm-hasnavbar-top-2 .mm-fixeddivider, .mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }

.mm-hasnavbar-top-3 .mm-fixeddivider, .mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: 0;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-indexer a, .mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  -moz-transition: right .4s ease;
  -ms-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  transition: transform .4s ease; }

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease; }

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -ms-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -ms-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -ms-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s; }

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-bottom, .mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:after, .mm-menu.mm-theme-white .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:after, .mm-menu.mm-theme-black .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

#hamburger {
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  z-index: 4;
  outline: none;
  border: 1px solid #BA9F5E; }
  @media only screen and (min-width: 1024px) {
    #hamburger {
      display: none; } }

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #BA9F5E;
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  position: absolute;
  left: 8px;
  border-radius: 2px;
  border: 1px solid #FFF; }

#hamburger:before {
  top: 12px; }

#hamburger span {
  top: 22px; }

#hamburger:after {
  top: 32px; }

Hamburger animation
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 20px; }

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0; }

html.mm-opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

html.mm-opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-listview {
  font-size: inherit;
  text-transform: uppercase; }
  .mm-listview > li {
    background: none; }
    .mm-listview > li > a {
      padding-left: 15px; }
  .mm-listview a {
    text-decoration: none;
    border: none; }
    .mm-listview a:hover, .mm-listview a:focus, .mm-listview a.active {
      background-color: #eee; }

.mm-search, .mm-navbar-top {
  height: 66px;
  border-bottom: 0;
  padding-top: 10px; }

.mm-navbar .mm-search input[type=text] {
  background-image: url("../img/reused/icon_search.png");
  background-position: right 10px center;
  background-repeat: no-repeat; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 58px; }

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block; }

.mm-opening #mm-blocker {
  background-color: rgba(24, 47, 112, 0.7);
  transition: background 500ms ease 0.3s; }

ul.mm-listview {
  border-top: 1px solid #f2f2f2 !important; }
  ul.mm-listview ul.mm-listview {
    border-top: 0px solid #f2f2f2; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-vertical .mm-listview .mm-panel ul a {
  text-transform: none;
  font-size: 12px; }

.mm-listview .mm-vertical .mm-panel {
  padding: 0 0 0 0px; }

.NFI-wrapper {
  background: transparent; }

.NFI-button {
  text-align: left !important;
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  background-color: none;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #464646;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none; }
  .NFI-button:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 13px;
    margin-left: 2px;
    vertical-align: -1px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 4px; }
  .NFI-button:hover, .NFI-button:focus {
    text-decoration: underline; }
  .NFI-button label.error {
    text-transform: none;
    text-decoration: none !important;
    font-weight: 400;
    letter-spacing: 0;
    border: 0; }

input.NFI-filename {
  line-height: 21px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  border: none;
  width: 150px;
  height: 21px;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    input.NFI-filename {
      width: 200px;
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  input.NFI-filename:hover, input.NFI-filename:focus {
    border: none; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 280px;
  color: #464646;
  background: #FFF;
  border: 1px solid #9ca7c9;
  border-bottom-color: #aaa;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-bottom: 10px;
  padding-top: 5px; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute; }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 100%;
  margin: 0px; }

.pika-title {
  position: relative;
  text-align: left;
  padding-left: 12px; }
  .pika-title .pika-label {
    color: #464646; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  height: 28px;
  text-indent: 20px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0ms 150ms ease-in-out;
  -moz-transition: 0ms 150ms ease-in-out;
  -o-transition: 0ms 150ms ease-in-out;
  -ms-transition: 0ms 150ms ease-in-out;
  transition: 0ms 150ms ease-in-out; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1;
    background-color: transparent; }
    .pika-prev:hover:after,
    .pika-next:hover:after {
      background-color: transparent; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default; }
  .pika-prev:after,
  .pika-next:after {
    border-left: none;
    background-color: transparent; }

.pika-prev,
.is-rtl .pika-next {
  position: absolute;
  right: 24px;
  top: 3px;
  padding: 5px;
  *right: 0; }
  .pika-prev:after,
  .is-rtl .pika-next:after {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 3px solid #21409A;
    border-bottom: 3px solid transparent;
    border-top: 0.3rem solid transparent;
    border-right: 0.3rem solid #21409A;
    border-bottom: 0.3rem solid transparent; }
  .pika-prev:hover,
  .is-rtl .pika-next:hover {
    opacity: 0.6; }

.pika-next,
.is-rtl .pika-prev {
  position: absolute;
  right: 4px;
  top: 3px;
  padding: 5px; }
  .pika-next:after,
  .is-rtl .pika-prev:after {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #21409A;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.3rem solid #21409A; }
  .pika-next:hover,
  .is-rtl .pika-prev:hover {
    opacity: 0.6; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 0; }
  .pika-table thead {
    background: #fff; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0;
    border: none;
    background: transparent; }
  .pika-table th {
    color: #464646;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .pika-table abbr {
    border: none;
    text-decoration: none; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #464646;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: transparent;
  border-radius: 0px; }
  .is-today .pika-button {
    color: #464646;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #FFF;
    font-weight: bold;
    background: #464646;
    box-shadow: inset 0 1px 3px #464646;
    color: #fff; }
  .is-disabled .pika-button, .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    background: #21409A;
    box-shadow: none;
    color: #fff; }
  .pika-button:after {
    display: none; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

/*@import "vendor/tooltipster/_ew_tooltipster_overrides";
*/
@-ms-viewport {
  width: device-width; }
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12, .col-s,
.col-s-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px; }

.col {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0 0 8.3333333333%;
  -moz-box-flex: 0 0 8.3333333333%;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0 0 16.6666666667%;
  -moz-box-flex: 0 0 16.6666666667%;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0 0 33.3333333333%;
  -moz-box-flex: 0 0 33.3333333333%;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0 0 41.6666666667%;
  -moz-box-flex: 0 0 41.6666666667%;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0 0 58.3333333333%;
  -moz-box-flex: 0 0 58.3333333333%;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0 0 66.6666666667%;
  -moz-box-flex: 0 0 66.6666666667%;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0 0 83.3333333333%;
  -moz-box-flex: 0 0 83.3333333333%;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0 0 91.6666666667%;
  -moz-box-flex: 0 0 91.6666666667%;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -moz-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -moz-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

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

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

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

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

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

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 480px) {
  .col-s {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-s-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-s-1 {
    -webkit-box-flex: 0 0 8.3333333333%;
    -moz-box-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-s-2 {
    -webkit-box-flex: 0 0 16.6666666667%;
    -moz-box-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-s-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-s-4 {
    -webkit-box-flex: 0 0 33.3333333333%;
    -moz-box-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-s-5 {
    -webkit-box-flex: 0 0 41.6666666667%;
    -moz-box-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-s-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-s-7 {
    -webkit-box-flex: 0 0 58.3333333333%;
    -moz-box-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-s-8 {
    -webkit-box-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-s-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-s-10 {
    -webkit-box-flex: 0 0 83.3333333333%;
    -moz-box-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-s-11 {
    -webkit-box-flex: 0 0 91.6666666667%;
    -moz-box-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-s-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-s-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-s-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-s-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-s-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-s-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-s-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-s-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-s-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-s-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-s-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-s-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-s-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-s-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-s-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-s-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-s-0 {
    margin-left: 0; }

  .offset-s-1 {
    margin-left: 8.3333333333%; }

  .offset-s-2 {
    margin-left: 16.6666666667%; }

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

  .offset-s-4 {
    margin-left: 33.3333333333%; }

  .offset-s-5 {
    margin-left: 41.6666666667%; }

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

  .offset-s-7 {
    margin-left: 58.3333333333%; }

  .offset-s-8 {
    margin-left: 66.6666666667%; }

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

  .offset-s-10 {
    margin-left: 83.3333333333%; }

  .offset-s-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0 0 8.3333333333%;
    -moz-box-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0 0 16.6666666667%;
    -moz-box-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0 0 33.3333333333%;
    -moz-box-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0 0 41.6666666667%;
    -moz-box-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0 0 58.3333333333%;
    -moz-box-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0 0 83.3333333333%;
    -moz-box-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0 0 91.6666666667%;
    -moz-box-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-md {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0 0 8.3333333333%;
    -moz-box-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    -webkit-box-flex: 0 0 16.6666666667%;
    -moz-box-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0 0 33.3333333333%;
    -moz-box-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    -webkit-box-flex: 0 0 41.6666666667%;
    -moz-box-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0 0 58.3333333333%;
    -moz-box-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    -webkit-box-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0 0 83.3333333333%;
    -moz-box-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    -webkit-box-flex: 0 0 91.6666666667%;
    -moz-box-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

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

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

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

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

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

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0 0 8.3333333333%;
    -moz-box-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0 0 16.6666666667%;
    -moz-box-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0 0 33.3333333333%;
    -moz-box-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0 0 41.6666666667%;
    -moz-box-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0 0 58.3333333333%;
    -moz-box-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0 0 83.3333333333%;
    -moz-box-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0 0 91.6666666667%;
    -moz-box-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1600px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0 0 8.3333333333%;
    -moz-box-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0 0 16.6666666667%;
    -moz-box-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0 0 33.3333333333%;
    -moz-box-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0 0 41.6666666667%;
    -moz-box-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0 0 58.3333333333%;
    -moz-box-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0 0 83.3333333333%;
    -moz-box-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0 0 91.6666666667%;
    -moz-box-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 480px) {
  .d-s-none {
    display: none !important; }

  .d-s-inline {
    display: inline !important; }

  .d-s-inline-block {
    display: inline-block !important; }

  .d-s-block {
    display: block !important; }

  .d-s-table {
    display: table !important; }

  .d-s-table-row {
    display: table-row !important; }

  .d-s-table-cell {
    display: table-cell !important; }

  .d-s-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-s-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-flex-direction: column !important;
  -moz-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  -moz-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  -moz-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -moz-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -moz-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important; }

.justify-content-end {
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important; }

.justify-content-center {
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
  -ms-flex-pack: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -moz-justify-content: space-around !important;
  -ms-justify-content: space-around !important;
  justify-content: space-around !important;
  -ms-flex-pack: space-around !important; }

.align-items-start {
  -webkit-align-items: flex-start !important;
  -moz-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-align-items: flex-end !important;
  -moz-align-items: flex-end !important;
  -ms-align-items: flex-end !important;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
  -moz-align-items: baseline !important;
  -ms-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
  -moz-align-items: stretch !important;
  -ms-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -moz-align-content: flex-start !important;
  -ms-align-content: flex-start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -moz-align-content: flex-end !important;
  -ms-align-content: flex-end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -moz-align-content: center !important;
  -ms-align-content: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -moz-align-content: space-between !important;
  -ms-align-content: space-between !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -moz-align-content: space-around !important;
  -ms-align-content: space-around !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -moz-align-content: stretch !important;
  -ms-align-content: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -moz-align-self: auto !important;
  -ms-align-self: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -moz-align-self: flex-start !important;
  -ms-align-self: flex-start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -moz-align-self: flex-end !important;
  -ms-align-self: flex-end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -moz-align-self: center !important;
  -ms-align-self: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -moz-align-self: baseline !important;
  -ms-align-self: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -moz-align-self: stretch !important;
  -ms-align-self: stretch !important;
  align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-s-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-s-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-s-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-s-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-s-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-s-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-s-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-s-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-s-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-s-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-s-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-s-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-s-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-s-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-s-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-s-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-s-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-s-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-s-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-s-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-s-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-s-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-s-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-s-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-s-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-s-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-s-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-s-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-s-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-md-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1600px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
.p-gutter-0 {
  padding: 0px !important; }

.m-gutter-0 {
  margin: 0px !important; }

.m-gutter-0-negative {
  margin: 0px !important; }

.p-gutter-1 {
  padding: 12px !important; }

.m-gutter-1 {
  margin: 12px !important; }

.m-gutter-1-negative {
  margin: -12px !important; }

.p-gutter-2 {
  padding: 24px !important; }

.m-gutter-2 {
  margin: 24px !important; }

.m-gutter-2-negative {
  margin: -24px !important; }

.p-gutter-3 {
  padding: 36px !important; }

.m-gutter-3 {
  margin: 36px !important; }

.m-gutter-3-negative {
  margin: -36px !important; }

.p-gutter-4 {
  padding: 48px !important; }

.m-gutter-4 {
  margin: 48px !important; }

.m-gutter-4-negative {
  margin: -48px !important; }

.p-gutter-5 {
  padding: 60px !important; }

.m-gutter-5 {
  margin: 60px !important; }

.m-gutter-5-negative {
  margin: -60px !important; }

.p-gutter-6 {
  padding: 72px !important; }

.m-gutter-6 {
  margin: 72px !important; }

.m-gutter-6-negative {
  margin: -72px !important; }

.p-gutter-7 {
  padding: 84px !important; }

.m-gutter-7 {
  margin: 84px !important; }

.m-gutter-7-negative {
  margin: -84px !important; }

.p-gutter-8 {
  padding: 96px !important; }

.m-gutter-8 {
  margin: 96px !important; }

.m-gutter-8-negative {
  margin: -96px !important; }

.p-gutter-9 {
  padding: 108px !important; }

.m-gutter-9 {
  margin: 108px !important; }

.m-gutter-9-negative {
  margin: -108px !important; }

.p-gutter-10 {
  padding: 120px !important; }

.m-gutter-10 {
  margin: 120px !important; }

.m-gutter-10-negative {
  margin: -120px !important; }

.p-gutter-top-0 {
  padding-top: 0px !important; }

.m-gutter-top-0 {
  margin-top: 0px !important; }

.m-gutter-top-0-negative {
  margin-top: 0px !important; }

.p-gutter-top-1 {
  padding-top: 12px !important; }

.m-gutter-top-1 {
  margin-top: 12px !important; }

.m-gutter-top-1-negative {
  margin-top: -12px !important; }

.p-gutter-top-2 {
  padding-top: 24px !important; }

.m-gutter-top-2 {
  margin-top: 24px !important; }

.m-gutter-top-2-negative {
  margin-top: -24px !important; }

.p-gutter-top-3 {
  padding-top: 36px !important; }

.m-gutter-top-3 {
  margin-top: 36px !important; }

.m-gutter-top-3-negative {
  margin-top: -36px !important; }

.p-gutter-top-4 {
  padding-top: 48px !important; }

.m-gutter-top-4 {
  margin-top: 48px !important; }

.m-gutter-top-4-negative {
  margin-top: -48px !important; }

.p-gutter-top-5 {
  padding-top: 60px !important; }

.m-gutter-top-5 {
  margin-top: 60px !important; }

.m-gutter-top-5-negative {
  margin-top: -60px !important; }

.p-gutter-top-6 {
  padding-top: 72px !important; }

.m-gutter-top-6 {
  margin-top: 72px !important; }

.m-gutter-top-6-negative {
  margin-top: -72px !important; }

.p-gutter-top-7 {
  padding-top: 84px !important; }

.m-gutter-top-7 {
  margin-top: 84px !important; }

.m-gutter-top-7-negative {
  margin-top: -84px !important; }

.p-gutter-top-8 {
  padding-top: 96px !important; }

.m-gutter-top-8 {
  margin-top: 96px !important; }

.m-gutter-top-8-negative {
  margin-top: -96px !important; }

.p-gutter-top-9 {
  padding-top: 108px !important; }

.m-gutter-top-9 {
  margin-top: 108px !important; }

.m-gutter-top-9-negative {
  margin-top: -108px !important; }

.p-gutter-top-10 {
  padding-top: 120px !important; }

.m-gutter-top-10 {
  margin-top: 120px !important; }

.m-gutter-top-10-negative {
  margin-top: -120px !important; }

.p-gutter-left-0 {
  padding-left: 0px !important; }

.m-gutter-left-0 {
  margin-left: 0px !important; }

.m-gutter-left-0-negative {
  margin-left: 0px !important; }

.p-gutter-left-1 {
  padding-left: 12px !important; }

.m-gutter-left-1 {
  margin-left: 12px !important; }

.m-gutter-left-1-negative {
  margin-left: -12px !important; }

.p-gutter-left-2 {
  padding-left: 24px !important; }

.m-gutter-left-2 {
  margin-left: 24px !important; }

.m-gutter-left-2-negative {
  margin-left: -24px !important; }

.p-gutter-left-3 {
  padding-left: 36px !important; }

.m-gutter-left-3 {
  margin-left: 36px !important; }

.m-gutter-left-3-negative {
  margin-left: -36px !important; }

.p-gutter-left-4 {
  padding-left: 48px !important; }

.m-gutter-left-4 {
  margin-left: 48px !important; }

.m-gutter-left-4-negative {
  margin-left: -48px !important; }

.p-gutter-left-5 {
  padding-left: 60px !important; }

.m-gutter-left-5 {
  margin-left: 60px !important; }

.m-gutter-left-5-negative {
  margin-left: -60px !important; }

.p-gutter-left-6 {
  padding-left: 72px !important; }

.m-gutter-left-6 {
  margin-left: 72px !important; }

.m-gutter-left-6-negative {
  margin-left: -72px !important; }

.p-gutter-left-7 {
  padding-left: 84px !important; }

.m-gutter-left-7 {
  margin-left: 84px !important; }

.m-gutter-left-7-negative {
  margin-left: -84px !important; }

.p-gutter-left-8 {
  padding-left: 96px !important; }

.m-gutter-left-8 {
  margin-left: 96px !important; }

.m-gutter-left-8-negative {
  margin-left: -96px !important; }

.p-gutter-left-9 {
  padding-left: 108px !important; }

.m-gutter-left-9 {
  margin-left: 108px !important; }

.m-gutter-left-9-negative {
  margin-left: -108px !important; }

.p-gutter-left-10 {
  padding-left: 120px !important; }

.m-gutter-left-10 {
  margin-left: 120px !important; }

.m-gutter-left-10-negative {
  margin-left: -120px !important; }

.p-gutter-right-0 {
  padding-right: 0px !important; }

.m-gutter-right-0 {
  margin-right: 0px !important; }

.m-gutter-right-0-negative {
  margin-right: 0px !important; }

.p-gutter-right-1 {
  padding-right: 12px !important; }

.m-gutter-right-1 {
  margin-right: 12px !important; }

.m-gutter-right-1-negative {
  margin-right: -12px !important; }

.p-gutter-right-2 {
  padding-right: 24px !important; }

.m-gutter-right-2 {
  margin-right: 24px !important; }

.m-gutter-right-2-negative {
  margin-right: -24px !important; }

.p-gutter-right-3 {
  padding-right: 36px !important; }

.m-gutter-right-3 {
  margin-right: 36px !important; }

.m-gutter-right-3-negative {
  margin-right: -36px !important; }

.p-gutter-right-4 {
  padding-right: 48px !important; }

.m-gutter-right-4 {
  margin-right: 48px !important; }

.m-gutter-right-4-negative {
  margin-right: -48px !important; }

.p-gutter-right-5 {
  padding-right: 60px !important; }

.m-gutter-right-5 {
  margin-right: 60px !important; }

.m-gutter-right-5-negative {
  margin-right: -60px !important; }

.p-gutter-right-6 {
  padding-right: 72px !important; }

.m-gutter-right-6 {
  margin-right: 72px !important; }

.m-gutter-right-6-negative {
  margin-right: -72px !important; }

.p-gutter-right-7 {
  padding-right: 84px !important; }

.m-gutter-right-7 {
  margin-right: 84px !important; }

.m-gutter-right-7-negative {
  margin-right: -84px !important; }

.p-gutter-right-8 {
  padding-right: 96px !important; }

.m-gutter-right-8 {
  margin-right: 96px !important; }

.m-gutter-right-8-negative {
  margin-right: -96px !important; }

.p-gutter-right-9 {
  padding-right: 108px !important; }

.m-gutter-right-9 {
  margin-right: 108px !important; }

.m-gutter-right-9-negative {
  margin-right: -108px !important; }

.p-gutter-right-10 {
  padding-right: 120px !important; }

.m-gutter-right-10 {
  margin-right: 120px !important; }

.m-gutter-right-10-negative {
  margin-right: -120px !important; }

.p-gutter-bottom-0 {
  padding-bottom: 0px !important; }

.m-gutter-bottom-0 {
  margin-bottom: 0px !important; }

.m-gutter-bottom-0-negative {
  margin-bottom: 0px !important; }

.p-gutter-bottom-1 {
  padding-bottom: 12px !important; }

.m-gutter-bottom-1 {
  margin-bottom: 12px !important; }

.m-gutter-bottom-1-negative {
  margin-bottom: -12px !important; }

.p-gutter-bottom-2 {
  padding-bottom: 24px !important; }

.m-gutter-bottom-2 {
  margin-bottom: 24px !important; }

.m-gutter-bottom-2-negative {
  margin-bottom: -24px !important; }

.p-gutter-bottom-3 {
  padding-bottom: 36px !important; }

.m-gutter-bottom-3 {
  margin-bottom: 36px !important; }

.m-gutter-bottom-3-negative {
  margin-bottom: -36px !important; }

.p-gutter-bottom-4 {
  padding-bottom: 48px !important; }

.m-gutter-bottom-4 {
  margin-bottom: 48px !important; }

.m-gutter-bottom-4-negative {
  margin-bottom: -48px !important; }

.p-gutter-bottom-5 {
  padding-bottom: 60px !important; }

.m-gutter-bottom-5 {
  margin-bottom: 60px !important; }

.m-gutter-bottom-5-negative {
  margin-bottom: -60px !important; }

.p-gutter-bottom-6 {
  padding-bottom: 72px !important; }

.m-gutter-bottom-6 {
  margin-bottom: 72px !important; }

.m-gutter-bottom-6-negative {
  margin-bottom: -72px !important; }

.p-gutter-bottom-7 {
  padding-bottom: 84px !important; }

.m-gutter-bottom-7 {
  margin-bottom: 84px !important; }

.m-gutter-bottom-7-negative {
  margin-bottom: -84px !important; }

.p-gutter-bottom-8 {
  padding-bottom: 96px !important; }

.m-gutter-bottom-8 {
  margin-bottom: 96px !important; }

.m-gutter-bottom-8-negative {
  margin-bottom: -96px !important; }

.p-gutter-bottom-9 {
  padding-bottom: 108px !important; }

.m-gutter-bottom-9 {
  margin-bottom: 108px !important; }

.m-gutter-bottom-9-negative {
  margin-bottom: -108px !important; }

.p-gutter-bottom-10 {
  padding-bottom: 120px !important; }

.m-gutter-bottom-10 {
  margin-bottom: 120px !important; }

.m-gutter-bottom-10-negative {
  margin-bottom: -120px !important; }

@media (min-width: 480px) {
  .p-gutter-s-0 {
    padding: 0px !important; }

  .m-gutter-s-0 {
    margin: 0px !important; }

  .m-gutter-s-0-negative {
    margin: 0px !important; }

  .p-gutter-s-1 {
    padding: 12px !important; }

  .m-gutter-s-1 {
    margin: 12px !important; }

  .m-gutter-s-1-negative {
    margin: -12px !important; }

  .p-gutter-s-2 {
    padding: 24px !important; }

  .m-gutter-s-2 {
    margin: 24px !important; }

  .m-gutter-s-2-negative {
    margin: -24px !important; }

  .p-gutter-s-3 {
    padding: 36px !important; }

  .m-gutter-s-3 {
    margin: 36px !important; }

  .m-gutter-s-3-negative {
    margin: -36px !important; }

  .p-gutter-s-4 {
    padding: 48px !important; }

  .m-gutter-s-4 {
    margin: 48px !important; }

  .m-gutter-s-4-negative {
    margin: -48px !important; }

  .p-gutter-s-5 {
    padding: 60px !important; }

  .m-gutter-s-5 {
    margin: 60px !important; }

  .m-gutter-s-5-negative {
    margin: -60px !important; }

  .p-gutter-s-6 {
    padding: 72px !important; }

  .m-gutter-s-6 {
    margin: 72px !important; }

  .m-gutter-s-6-negative {
    margin: -72px !important; }

  .p-gutter-s-7 {
    padding: 84px !important; }

  .m-gutter-s-7 {
    margin: 84px !important; }

  .m-gutter-s-7-negative {
    margin: -84px !important; }

  .p-gutter-s-8 {
    padding: 96px !important; }

  .m-gutter-s-8 {
    margin: 96px !important; }

  .m-gutter-s-8-negative {
    margin: -96px !important; }

  .p-gutter-s-9 {
    padding: 108px !important; }

  .m-gutter-s-9 {
    margin: 108px !important; }

  .m-gutter-s-9-negative {
    margin: -108px !important; }

  .p-gutter-s-10 {
    padding: 120px !important; }

  .m-gutter-s-10 {
    margin: 120px !important; }

  .m-gutter-s-10-negative {
    margin: -120px !important; }

  .p-gutter-s-top-0 {
    padding-top: 0px !important; }

  .m-gutter-s-top-0 {
    margin-top: 0px !important; }

  .m-gutter-s-top-0-negative {
    margin-top: 0px !important; }

  .p-gutter-s-top-1 {
    padding-top: 12px !important; }

  .m-gutter-s-top-1 {
    margin-top: 12px !important; }

  .m-gutter-s-top-1-negative {
    margin-top: -12px !important; }

  .p-gutter-s-top-2 {
    padding-top: 24px !important; }

  .m-gutter-s-top-2 {
    margin-top: 24px !important; }

  .m-gutter-s-top-2-negative {
    margin-top: -24px !important; }

  .p-gutter-s-top-3 {
    padding-top: 36px !important; }

  .m-gutter-s-top-3 {
    margin-top: 36px !important; }

  .m-gutter-s-top-3-negative {
    margin-top: -36px !important; }

  .p-gutter-s-top-4 {
    padding-top: 48px !important; }

  .m-gutter-s-top-4 {
    margin-top: 48px !important; }

  .m-gutter-s-top-4-negative {
    margin-top: -48px !important; }

  .p-gutter-s-top-5 {
    padding-top: 60px !important; }

  .m-gutter-s-top-5 {
    margin-top: 60px !important; }

  .m-gutter-s-top-5-negative {
    margin-top: -60px !important; }

  .p-gutter-s-top-6 {
    padding-top: 72px !important; }

  .m-gutter-s-top-6 {
    margin-top: 72px !important; }

  .m-gutter-s-top-6-negative {
    margin-top: -72px !important; }

  .p-gutter-s-top-7 {
    padding-top: 84px !important; }

  .m-gutter-s-top-7 {
    margin-top: 84px !important; }

  .m-gutter-s-top-7-negative {
    margin-top: -84px !important; }

  .p-gutter-s-top-8 {
    padding-top: 96px !important; }

  .m-gutter-s-top-8 {
    margin-top: 96px !important; }

  .m-gutter-s-top-8-negative {
    margin-top: -96px !important; }

  .p-gutter-s-top-9 {
    padding-top: 108px !important; }

  .m-gutter-s-top-9 {
    margin-top: 108px !important; }

  .m-gutter-s-top-9-negative {
    margin-top: -108px !important; }

  .p-gutter-s-top-10 {
    padding-top: 120px !important; }

  .m-gutter-s-top-10 {
    margin-top: 120px !important; }

  .m-gutter-s-top-10-negative {
    margin-top: -120px !important; }

  .p-gutter-s-left-0 {
    padding-left: 0px !important; }

  .m-gutter-s-left-0 {
    margin-left: 0px !important; }

  .m-gutter-s-left-0-negative {
    margin-left: 0px !important; }

  .p-gutter-s-left-1 {
    padding-left: 12px !important; }

  .m-gutter-s-left-1 {
    margin-left: 12px !important; }

  .m-gutter-s-left-1-negative {
    margin-left: -12px !important; }

  .p-gutter-s-left-2 {
    padding-left: 24px !important; }

  .m-gutter-s-left-2 {
    margin-left: 24px !important; }

  .m-gutter-s-left-2-negative {
    margin-left: -24px !important; }

  .p-gutter-s-left-3 {
    padding-left: 36px !important; }

  .m-gutter-s-left-3 {
    margin-left: 36px !important; }

  .m-gutter-s-left-3-negative {
    margin-left: -36px !important; }

  .p-gutter-s-left-4 {
    padding-left: 48px !important; }

  .m-gutter-s-left-4 {
    margin-left: 48px !important; }

  .m-gutter-s-left-4-negative {
    margin-left: -48px !important; }

  .p-gutter-s-left-5 {
    padding-left: 60px !important; }

  .m-gutter-s-left-5 {
    margin-left: 60px !important; }

  .m-gutter-s-left-5-negative {
    margin-left: -60px !important; }

  .p-gutter-s-left-6 {
    padding-left: 72px !important; }

  .m-gutter-s-left-6 {
    margin-left: 72px !important; }

  .m-gutter-s-left-6-negative {
    margin-left: -72px !important; }

  .p-gutter-s-left-7 {
    padding-left: 84px !important; }

  .m-gutter-s-left-7 {
    margin-left: 84px !important; }

  .m-gutter-s-left-7-negative {
    margin-left: -84px !important; }

  .p-gutter-s-left-8 {
    padding-left: 96px !important; }

  .m-gutter-s-left-8 {
    margin-left: 96px !important; }

  .m-gutter-s-left-8-negative {
    margin-left: -96px !important; }

  .p-gutter-s-left-9 {
    padding-left: 108px !important; }

  .m-gutter-s-left-9 {
    margin-left: 108px !important; }

  .m-gutter-s-left-9-negative {
    margin-left: -108px !important; }

  .p-gutter-s-left-10 {
    padding-left: 120px !important; }

  .m-gutter-s-left-10 {
    margin-left: 120px !important; }

  .m-gutter-s-left-10-negative {
    margin-left: -120px !important; }

  .p-gutter-s-right-0 {
    padding-right: 0px !important; }

  .m-gutter-s-right-0 {
    margin-right: 0px !important; }

  .m-gutter-s-right-0-negative {
    margin-right: 0px !important; }

  .p-gutter-s-right-1 {
    padding-right: 12px !important; }

  .m-gutter-s-right-1 {
    margin-right: 12px !important; }

  .m-gutter-s-right-1-negative {
    margin-right: -12px !important; }

  .p-gutter-s-right-2 {
    padding-right: 24px !important; }

  .m-gutter-s-right-2 {
    margin-right: 24px !important; }

  .m-gutter-s-right-2-negative {
    margin-right: -24px !important; }

  .p-gutter-s-right-3 {
    padding-right: 36px !important; }

  .m-gutter-s-right-3 {
    margin-right: 36px !important; }

  .m-gutter-s-right-3-negative {
    margin-right: -36px !important; }

  .p-gutter-s-right-4 {
    padding-right: 48px !important; }

  .m-gutter-s-right-4 {
    margin-right: 48px !important; }

  .m-gutter-s-right-4-negative {
    margin-right: -48px !important; }

  .p-gutter-s-right-5 {
    padding-right: 60px !important; }

  .m-gutter-s-right-5 {
    margin-right: 60px !important; }

  .m-gutter-s-right-5-negative {
    margin-right: -60px !important; }

  .p-gutter-s-right-6 {
    padding-right: 72px !important; }

  .m-gutter-s-right-6 {
    margin-right: 72px !important; }

  .m-gutter-s-right-6-negative {
    margin-right: -72px !important; }

  .p-gutter-s-right-7 {
    padding-right: 84px !important; }

  .m-gutter-s-right-7 {
    margin-right: 84px !important; }

  .m-gutter-s-right-7-negative {
    margin-right: -84px !important; }

  .p-gutter-s-right-8 {
    padding-right: 96px !important; }

  .m-gutter-s-right-8 {
    margin-right: 96px !important; }

  .m-gutter-s-right-8-negative {
    margin-right: -96px !important; }

  .p-gutter-s-right-9 {
    padding-right: 108px !important; }

  .m-gutter-s-right-9 {
    margin-right: 108px !important; }

  .m-gutter-s-right-9-negative {
    margin-right: -108px !important; }

  .p-gutter-s-right-10 {
    padding-right: 120px !important; }

  .m-gutter-s-right-10 {
    margin-right: 120px !important; }

  .m-gutter-s-right-10-negative {
    margin-right: -120px !important; }

  .p-gutter-s-bottom-0 {
    padding-bottom: 0px !important; }

  .m-gutter-s-bottom-0 {
    margin-bottom: 0px !important; }

  .m-gutter-s-bottom-0-negative {
    margin-bottom: 0px !important; }

  .p-gutter-s-bottom-1 {
    padding-bottom: 12px !important; }

  .m-gutter-s-bottom-1 {
    margin-bottom: 12px !important; }

  .m-gutter-s-bottom-1-negative {
    margin-bottom: -12px !important; }

  .p-gutter-s-bottom-2 {
    padding-bottom: 24px !important; }

  .m-gutter-s-bottom-2 {
    margin-bottom: 24px !important; }

  .m-gutter-s-bottom-2-negative {
    margin-bottom: -24px !important; }

  .p-gutter-s-bottom-3 {
    padding-bottom: 36px !important; }

  .m-gutter-s-bottom-3 {
    margin-bottom: 36px !important; }

  .m-gutter-s-bottom-3-negative {
    margin-bottom: -36px !important; }

  .p-gutter-s-bottom-4 {
    padding-bottom: 48px !important; }

  .m-gutter-s-bottom-4 {
    margin-bottom: 48px !important; }

  .m-gutter-s-bottom-4-negative {
    margin-bottom: -48px !important; }

  .p-gutter-s-bottom-5 {
    padding-bottom: 60px !important; }

  .m-gutter-s-bottom-5 {
    margin-bottom: 60px !important; }

  .m-gutter-s-bottom-5-negative {
    margin-bottom: -60px !important; }

  .p-gutter-s-bottom-6 {
    padding-bottom: 72px !important; }

  .m-gutter-s-bottom-6 {
    margin-bottom: 72px !important; }

  .m-gutter-s-bottom-6-negative {
    margin-bottom: -72px !important; }

  .p-gutter-s-bottom-7 {
    padding-bottom: 84px !important; }

  .m-gutter-s-bottom-7 {
    margin-bottom: 84px !important; }

  .m-gutter-s-bottom-7-negative {
    margin-bottom: -84px !important; }

  .p-gutter-s-bottom-8 {
    padding-bottom: 96px !important; }

  .m-gutter-s-bottom-8 {
    margin-bottom: 96px !important; }

  .m-gutter-s-bottom-8-negative {
    margin-bottom: -96px !important; }

  .p-gutter-s-bottom-9 {
    padding-bottom: 108px !important; }

  .m-gutter-s-bottom-9 {
    margin-bottom: 108px !important; }

  .m-gutter-s-bottom-9-negative {
    margin-bottom: -108px !important; }

  .p-gutter-s-bottom-10 {
    padding-bottom: 120px !important; }

  .m-gutter-s-bottom-10 {
    margin-bottom: 120px !important; }

  .m-gutter-s-bottom-10-negative {
    margin-bottom: -120px !important; } }
@media (min-width: 768px) {
  .p-gutter-sm-0 {
    padding: 0px !important; }

  .m-gutter-sm-0 {
    margin: 0px !important; }

  .m-gutter-sm-0-negative {
    margin: 0px !important; }

  .p-gutter-sm-1 {
    padding: 12px !important; }

  .m-gutter-sm-1 {
    margin: 12px !important; }

  .m-gutter-sm-1-negative {
    margin: -12px !important; }

  .p-gutter-sm-2 {
    padding: 24px !important; }

  .m-gutter-sm-2 {
    margin: 24px !important; }

  .m-gutter-sm-2-negative {
    margin: -24px !important; }

  .p-gutter-sm-3 {
    padding: 36px !important; }

  .m-gutter-sm-3 {
    margin: 36px !important; }

  .m-gutter-sm-3-negative {
    margin: -36px !important; }

  .p-gutter-sm-4 {
    padding: 48px !important; }

  .m-gutter-sm-4 {
    margin: 48px !important; }

  .m-gutter-sm-4-negative {
    margin: -48px !important; }

  .p-gutter-sm-5 {
    padding: 60px !important; }

  .m-gutter-sm-5 {
    margin: 60px !important; }

  .m-gutter-sm-5-negative {
    margin: -60px !important; }

  .p-gutter-sm-6 {
    padding: 72px !important; }

  .m-gutter-sm-6 {
    margin: 72px !important; }

  .m-gutter-sm-6-negative {
    margin: -72px !important; }

  .p-gutter-sm-7 {
    padding: 84px !important; }

  .m-gutter-sm-7 {
    margin: 84px !important; }

  .m-gutter-sm-7-negative {
    margin: -84px !important; }

  .p-gutter-sm-8 {
    padding: 96px !important; }

  .m-gutter-sm-8 {
    margin: 96px !important; }

  .m-gutter-sm-8-negative {
    margin: -96px !important; }

  .p-gutter-sm-9 {
    padding: 108px !important; }

  .m-gutter-sm-9 {
    margin: 108px !important; }

  .m-gutter-sm-9-negative {
    margin: -108px !important; }

  .p-gutter-sm-10 {
    padding: 120px !important; }

  .m-gutter-sm-10 {
    margin: 120px !important; }

  .m-gutter-sm-10-negative {
    margin: -120px !important; }

  .p-gutter-sm-top-0 {
    padding-top: 0px !important; }

  .m-gutter-sm-top-0 {
    margin-top: 0px !important; }

  .m-gutter-sm-top-0-negative {
    margin-top: 0px !important; }

  .p-gutter-sm-top-1 {
    padding-top: 12px !important; }

  .m-gutter-sm-top-1 {
    margin-top: 12px !important; }

  .m-gutter-sm-top-1-negative {
    margin-top: -12px !important; }

  .p-gutter-sm-top-2 {
    padding-top: 24px !important; }

  .m-gutter-sm-top-2 {
    margin-top: 24px !important; }

  .m-gutter-sm-top-2-negative {
    margin-top: -24px !important; }

  .p-gutter-sm-top-3 {
    padding-top: 36px !important; }

  .m-gutter-sm-top-3 {
    margin-top: 36px !important; }

  .m-gutter-sm-top-3-negative {
    margin-top: -36px !important; }

  .p-gutter-sm-top-4 {
    padding-top: 48px !important; }

  .m-gutter-sm-top-4 {
    margin-top: 48px !important; }

  .m-gutter-sm-top-4-negative {
    margin-top: -48px !important; }

  .p-gutter-sm-top-5 {
    padding-top: 60px !important; }

  .m-gutter-sm-top-5 {
    margin-top: 60px !important; }

  .m-gutter-sm-top-5-negative {
    margin-top: -60px !important; }

  .p-gutter-sm-top-6 {
    padding-top: 72px !important; }

  .m-gutter-sm-top-6 {
    margin-top: 72px !important; }

  .m-gutter-sm-top-6-negative {
    margin-top: -72px !important; }

  .p-gutter-sm-top-7 {
    padding-top: 84px !important; }

  .m-gutter-sm-top-7 {
    margin-top: 84px !important; }

  .m-gutter-sm-top-7-negative {
    margin-top: -84px !important; }

  .p-gutter-sm-top-8 {
    padding-top: 96px !important; }

  .m-gutter-sm-top-8 {
    margin-top: 96px !important; }

  .m-gutter-sm-top-8-negative {
    margin-top: -96px !important; }

  .p-gutter-sm-top-9 {
    padding-top: 108px !important; }

  .m-gutter-sm-top-9 {
    margin-top: 108px !important; }

  .m-gutter-sm-top-9-negative {
    margin-top: -108px !important; }

  .p-gutter-sm-top-10 {
    padding-top: 120px !important; }

  .m-gutter-sm-top-10 {
    margin-top: 120px !important; }

  .m-gutter-sm-top-10-negative {
    margin-top: -120px !important; }

  .p-gutter-sm-left-0 {
    padding-left: 0px !important; }

  .m-gutter-sm-left-0 {
    margin-left: 0px !important; }

  .m-gutter-sm-left-0-negative {
    margin-left: 0px !important; }

  .p-gutter-sm-left-1 {
    padding-left: 12px !important; }

  .m-gutter-sm-left-1 {
    margin-left: 12px !important; }

  .m-gutter-sm-left-1-negative {
    margin-left: -12px !important; }

  .p-gutter-sm-left-2 {
    padding-left: 24px !important; }

  .m-gutter-sm-left-2 {
    margin-left: 24px !important; }

  .m-gutter-sm-left-2-negative {
    margin-left: -24px !important; }

  .p-gutter-sm-left-3 {
    padding-left: 36px !important; }

  .m-gutter-sm-left-3 {
    margin-left: 36px !important; }

  .m-gutter-sm-left-3-negative {
    margin-left: -36px !important; }

  .p-gutter-sm-left-4 {
    padding-left: 48px !important; }

  .m-gutter-sm-left-4 {
    margin-left: 48px !important; }

  .m-gutter-sm-left-4-negative {
    margin-left: -48px !important; }

  .p-gutter-sm-left-5 {
    padding-left: 60px !important; }

  .m-gutter-sm-left-5 {
    margin-left: 60px !important; }

  .m-gutter-sm-left-5-negative {
    margin-left: -60px !important; }

  .p-gutter-sm-left-6 {
    padding-left: 72px !important; }

  .m-gutter-sm-left-6 {
    margin-left: 72px !important; }

  .m-gutter-sm-left-6-negative {
    margin-left: -72px !important; }

  .p-gutter-sm-left-7 {
    padding-left: 84px !important; }

  .m-gutter-sm-left-7 {
    margin-left: 84px !important; }

  .m-gutter-sm-left-7-negative {
    margin-left: -84px !important; }

  .p-gutter-sm-left-8 {
    padding-left: 96px !important; }

  .m-gutter-sm-left-8 {
    margin-left: 96px !important; }

  .m-gutter-sm-left-8-negative {
    margin-left: -96px !important; }

  .p-gutter-sm-left-9 {
    padding-left: 108px !important; }

  .m-gutter-sm-left-9 {
    margin-left: 108px !important; }

  .m-gutter-sm-left-9-negative {
    margin-left: -108px !important; }

  .p-gutter-sm-left-10 {
    padding-left: 120px !important; }

  .m-gutter-sm-left-10 {
    margin-left: 120px !important; }

  .m-gutter-sm-left-10-negative {
    margin-left: -120px !important; }

  .p-gutter-sm-right-0 {
    padding-right: 0px !important; }

  .m-gutter-sm-right-0 {
    margin-right: 0px !important; }

  .m-gutter-sm-right-0-negative {
    margin-right: 0px !important; }

  .p-gutter-sm-right-1 {
    padding-right: 12px !important; }

  .m-gutter-sm-right-1 {
    margin-right: 12px !important; }

  .m-gutter-sm-right-1-negative {
    margin-right: -12px !important; }

  .p-gutter-sm-right-2 {
    padding-right: 24px !important; }

  .m-gutter-sm-right-2 {
    margin-right: 24px !important; }

  .m-gutter-sm-right-2-negative {
    margin-right: -24px !important; }

  .p-gutter-sm-right-3 {
    padding-right: 36px !important; }

  .m-gutter-sm-right-3 {
    margin-right: 36px !important; }

  .m-gutter-sm-right-3-negative {
    margin-right: -36px !important; }

  .p-gutter-sm-right-4 {
    padding-right: 48px !important; }

  .m-gutter-sm-right-4 {
    margin-right: 48px !important; }

  .m-gutter-sm-right-4-negative {
    margin-right: -48px !important; }

  .p-gutter-sm-right-5 {
    padding-right: 60px !important; }

  .m-gutter-sm-right-5 {
    margin-right: 60px !important; }

  .m-gutter-sm-right-5-negative {
    margin-right: -60px !important; }

  .p-gutter-sm-right-6 {
    padding-right: 72px !important; }

  .m-gutter-sm-right-6 {
    margin-right: 72px !important; }

  .m-gutter-sm-right-6-negative {
    margin-right: -72px !important; }

  .p-gutter-sm-right-7 {
    padding-right: 84px !important; }

  .m-gutter-sm-right-7 {
    margin-right: 84px !important; }

  .m-gutter-sm-right-7-negative {
    margin-right: -84px !important; }

  .p-gutter-sm-right-8 {
    padding-right: 96px !important; }

  .m-gutter-sm-right-8 {
    margin-right: 96px !important; }

  .m-gutter-sm-right-8-negative {
    margin-right: -96px !important; }

  .p-gutter-sm-right-9 {
    padding-right: 108px !important; }

  .m-gutter-sm-right-9 {
    margin-right: 108px !important; }

  .m-gutter-sm-right-9-negative {
    margin-right: -108px !important; }

  .p-gutter-sm-right-10 {
    padding-right: 120px !important; }

  .m-gutter-sm-right-10 {
    margin-right: 120px !important; }

  .m-gutter-sm-right-10-negative {
    margin-right: -120px !important; }

  .p-gutter-sm-bottom-0 {
    padding-bottom: 0px !important; }

  .m-gutter-sm-bottom-0 {
    margin-bottom: 0px !important; }

  .m-gutter-sm-bottom-0-negative {
    margin-bottom: 0px !important; }

  .p-gutter-sm-bottom-1 {
    padding-bottom: 12px !important; }

  .m-gutter-sm-bottom-1 {
    margin-bottom: 12px !important; }

  .m-gutter-sm-bottom-1-negative {
    margin-bottom: -12px !important; }

  .p-gutter-sm-bottom-2 {
    padding-bottom: 24px !important; }

  .m-gutter-sm-bottom-2 {
    margin-bottom: 24px !important; }

  .m-gutter-sm-bottom-2-negative {
    margin-bottom: -24px !important; }

  .p-gutter-sm-bottom-3 {
    padding-bottom: 36px !important; }

  .m-gutter-sm-bottom-3 {
    margin-bottom: 36px !important; }

  .m-gutter-sm-bottom-3-negative {
    margin-bottom: -36px !important; }

  .p-gutter-sm-bottom-4 {
    padding-bottom: 48px !important; }

  .m-gutter-sm-bottom-4 {
    margin-bottom: 48px !important; }

  .m-gutter-sm-bottom-4-negative {
    margin-bottom: -48px !important; }

  .p-gutter-sm-bottom-5 {
    padding-bottom: 60px !important; }

  .m-gutter-sm-bottom-5 {
    margin-bottom: 60px !important; }

  .m-gutter-sm-bottom-5-negative {
    margin-bottom: -60px !important; }

  .p-gutter-sm-bottom-6 {
    padding-bottom: 72px !important; }

  .m-gutter-sm-bottom-6 {
    margin-bottom: 72px !important; }

  .m-gutter-sm-bottom-6-negative {
    margin-bottom: -72px !important; }

  .p-gutter-sm-bottom-7 {
    padding-bottom: 84px !important; }

  .m-gutter-sm-bottom-7 {
    margin-bottom: 84px !important; }

  .m-gutter-sm-bottom-7-negative {
    margin-bottom: -84px !important; }

  .p-gutter-sm-bottom-8 {
    padding-bottom: 96px !important; }

  .m-gutter-sm-bottom-8 {
    margin-bottom: 96px !important; }

  .m-gutter-sm-bottom-8-negative {
    margin-bottom: -96px !important; }

  .p-gutter-sm-bottom-9 {
    padding-bottom: 108px !important; }

  .m-gutter-sm-bottom-9 {
    margin-bottom: 108px !important; }

  .m-gutter-sm-bottom-9-negative {
    margin-bottom: -108px !important; }

  .p-gutter-sm-bottom-10 {
    padding-bottom: 120px !important; }

  .m-gutter-sm-bottom-10 {
    margin-bottom: 120px !important; }

  .m-gutter-sm-bottom-10-negative {
    margin-bottom: -120px !important; } }
@media (min-width: 992px) {
  .p-gutter-md-0 {
    padding: 0px !important; }

  .m-gutter-md-0 {
    margin: 0px !important; }

  .m-gutter-md-0-negative {
    margin: 0px !important; }

  .p-gutter-md-1 {
    padding: 12px !important; }

  .m-gutter-md-1 {
    margin: 12px !important; }

  .m-gutter-md-1-negative {
    margin: -12px !important; }

  .p-gutter-md-2 {
    padding: 24px !important; }

  .m-gutter-md-2 {
    margin: 24px !important; }

  .m-gutter-md-2-negative {
    margin: -24px !important; }

  .p-gutter-md-3 {
    padding: 36px !important; }

  .m-gutter-md-3 {
    margin: 36px !important; }

  .m-gutter-md-3-negative {
    margin: -36px !important; }

  .p-gutter-md-4 {
    padding: 48px !important; }

  .m-gutter-md-4 {
    margin: 48px !important; }

  .m-gutter-md-4-negative {
    margin: -48px !important; }

  .p-gutter-md-5 {
    padding: 60px !important; }

  .m-gutter-md-5 {
    margin: 60px !important; }

  .m-gutter-md-5-negative {
    margin: -60px !important; }

  .p-gutter-md-6 {
    padding: 72px !important; }

  .m-gutter-md-6 {
    margin: 72px !important; }

  .m-gutter-md-6-negative {
    margin: -72px !important; }

  .p-gutter-md-7 {
    padding: 84px !important; }

  .m-gutter-md-7 {
    margin: 84px !important; }

  .m-gutter-md-7-negative {
    margin: -84px !important; }

  .p-gutter-md-8 {
    padding: 96px !important; }

  .m-gutter-md-8 {
    margin: 96px !important; }

  .m-gutter-md-8-negative {
    margin: -96px !important; }

  .p-gutter-md-9 {
    padding: 108px !important; }

  .m-gutter-md-9 {
    margin: 108px !important; }

  .m-gutter-md-9-negative {
    margin: -108px !important; }

  .p-gutter-md-10 {
    padding: 120px !important; }

  .m-gutter-md-10 {
    margin: 120px !important; }

  .m-gutter-md-10-negative {
    margin: -120px !important; }

  .p-gutter-md-top-0 {
    padding-top: 0px !important; }

  .m-gutter-md-top-0 {
    margin-top: 0px !important; }

  .m-gutter-md-top-0-negative {
    margin-top: 0px !important; }

  .p-gutter-md-top-1 {
    padding-top: 12px !important; }

  .m-gutter-md-top-1 {
    margin-top: 12px !important; }

  .m-gutter-md-top-1-negative {
    margin-top: -12px !important; }

  .p-gutter-md-top-2 {
    padding-top: 24px !important; }

  .m-gutter-md-top-2 {
    margin-top: 24px !important; }

  .m-gutter-md-top-2-negative {
    margin-top: -24px !important; }

  .p-gutter-md-top-3 {
    padding-top: 36px !important; }

  .m-gutter-md-top-3 {
    margin-top: 36px !important; }

  .m-gutter-md-top-3-negative {
    margin-top: -36px !important; }

  .p-gutter-md-top-4 {
    padding-top: 48px !important; }

  .m-gutter-md-top-4 {
    margin-top: 48px !important; }

  .m-gutter-md-top-4-negative {
    margin-top: -48px !important; }

  .p-gutter-md-top-5 {
    padding-top: 60px !important; }

  .m-gutter-md-top-5 {
    margin-top: 60px !important; }

  .m-gutter-md-top-5-negative {
    margin-top: -60px !important; }

  .p-gutter-md-top-6 {
    padding-top: 72px !important; }

  .m-gutter-md-top-6 {
    margin-top: 72px !important; }

  .m-gutter-md-top-6-negative {
    margin-top: -72px !important; }

  .p-gutter-md-top-7 {
    padding-top: 84px !important; }

  .m-gutter-md-top-7 {
    margin-top: 84px !important; }

  .m-gutter-md-top-7-negative {
    margin-top: -84px !important; }

  .p-gutter-md-top-8 {
    padding-top: 96px !important; }

  .m-gutter-md-top-8 {
    margin-top: 96px !important; }

  .m-gutter-md-top-8-negative {
    margin-top: -96px !important; }

  .p-gutter-md-top-9 {
    padding-top: 108px !important; }

  .m-gutter-md-top-9 {
    margin-top: 108px !important; }

  .m-gutter-md-top-9-negative {
    margin-top: -108px !important; }

  .p-gutter-md-top-10 {
    padding-top: 120px !important; }

  .m-gutter-md-top-10 {
    margin-top: 120px !important; }

  .m-gutter-md-top-10-negative {
    margin-top: -120px !important; }

  .p-gutter-md-left-0 {
    padding-left: 0px !important; }

  .m-gutter-md-left-0 {
    margin-left: 0px !important; }

  .m-gutter-md-left-0-negative {
    margin-left: 0px !important; }

  .p-gutter-md-left-1 {
    padding-left: 12px !important; }

  .m-gutter-md-left-1 {
    margin-left: 12px !important; }

  .m-gutter-md-left-1-negative {
    margin-left: -12px !important; }

  .p-gutter-md-left-2 {
    padding-left: 24px !important; }

  .m-gutter-md-left-2 {
    margin-left: 24px !important; }

  .m-gutter-md-left-2-negative {
    margin-left: -24px !important; }

  .p-gutter-md-left-3 {
    padding-left: 36px !important; }

  .m-gutter-md-left-3 {
    margin-left: 36px !important; }

  .m-gutter-md-left-3-negative {
    margin-left: -36px !important; }

  .p-gutter-md-left-4 {
    padding-left: 48px !important; }

  .m-gutter-md-left-4 {
    margin-left: 48px !important; }

  .m-gutter-md-left-4-negative {
    margin-left: -48px !important; }

  .p-gutter-md-left-5 {
    padding-left: 60px !important; }

  .m-gutter-md-left-5 {
    margin-left: 60px !important; }

  .m-gutter-md-left-5-negative {
    margin-left: -60px !important; }

  .p-gutter-md-left-6 {
    padding-left: 72px !important; }

  .m-gutter-md-left-6 {
    margin-left: 72px !important; }

  .m-gutter-md-left-6-negative {
    margin-left: -72px !important; }

  .p-gutter-md-left-7 {
    padding-left: 84px !important; }

  .m-gutter-md-left-7 {
    margin-left: 84px !important; }

  .m-gutter-md-left-7-negative {
    margin-left: -84px !important; }

  .p-gutter-md-left-8 {
    padding-left: 96px !important; }

  .m-gutter-md-left-8 {
    margin-left: 96px !important; }

  .m-gutter-md-left-8-negative {
    margin-left: -96px !important; }

  .p-gutter-md-left-9 {
    padding-left: 108px !important; }

  .m-gutter-md-left-9 {
    margin-left: 108px !important; }

  .m-gutter-md-left-9-negative {
    margin-left: -108px !important; }

  .p-gutter-md-left-10 {
    padding-left: 120px !important; }

  .m-gutter-md-left-10 {
    margin-left: 120px !important; }

  .m-gutter-md-left-10-negative {
    margin-left: -120px !important; }

  .p-gutter-md-right-0 {
    padding-right: 0px !important; }

  .m-gutter-md-right-0 {
    margin-right: 0px !important; }

  .m-gutter-md-right-0-negative {
    margin-right: 0px !important; }

  .p-gutter-md-right-1 {
    padding-right: 12px !important; }

  .m-gutter-md-right-1 {
    margin-right: 12px !important; }

  .m-gutter-md-right-1-negative {
    margin-right: -12px !important; }

  .p-gutter-md-right-2 {
    padding-right: 24px !important; }

  .m-gutter-md-right-2 {
    margin-right: 24px !important; }

  .m-gutter-md-right-2-negative {
    margin-right: -24px !important; }

  .p-gutter-md-right-3 {
    padding-right: 36px !important; }

  .m-gutter-md-right-3 {
    margin-right: 36px !important; }

  .m-gutter-md-right-3-negative {
    margin-right: -36px !important; }

  .p-gutter-md-right-4 {
    padding-right: 48px !important; }

  .m-gutter-md-right-4 {
    margin-right: 48px !important; }

  .m-gutter-md-right-4-negative {
    margin-right: -48px !important; }

  .p-gutter-md-right-5 {
    padding-right: 60px !important; }

  .m-gutter-md-right-5 {
    margin-right: 60px !important; }

  .m-gutter-md-right-5-negative {
    margin-right: -60px !important; }

  .p-gutter-md-right-6 {
    padding-right: 72px !important; }

  .m-gutter-md-right-6 {
    margin-right: 72px !important; }

  .m-gutter-md-right-6-negative {
    margin-right: -72px !important; }

  .p-gutter-md-right-7 {
    padding-right: 84px !important; }

  .m-gutter-md-right-7 {
    margin-right: 84px !important; }

  .m-gutter-md-right-7-negative {
    margin-right: -84px !important; }

  .p-gutter-md-right-8 {
    padding-right: 96px !important; }

  .m-gutter-md-right-8 {
    margin-right: 96px !important; }

  .m-gutter-md-right-8-negative {
    margin-right: -96px !important; }

  .p-gutter-md-right-9 {
    padding-right: 108px !important; }

  .m-gutter-md-right-9 {
    margin-right: 108px !important; }

  .m-gutter-md-right-9-negative {
    margin-right: -108px !important; }

  .p-gutter-md-right-10 {
    padding-right: 120px !important; }

  .m-gutter-md-right-10 {
    margin-right: 120px !important; }

  .m-gutter-md-right-10-negative {
    margin-right: -120px !important; }

  .p-gutter-md-bottom-0 {
    padding-bottom: 0px !important; }

  .m-gutter-md-bottom-0 {
    margin-bottom: 0px !important; }

  .m-gutter-md-bottom-0-negative {
    margin-bottom: 0px !important; }

  .p-gutter-md-bottom-1 {
    padding-bottom: 12px !important; }

  .m-gutter-md-bottom-1 {
    margin-bottom: 12px !important; }

  .m-gutter-md-bottom-1-negative {
    margin-bottom: -12px !important; }

  .p-gutter-md-bottom-2 {
    padding-bottom: 24px !important; }

  .m-gutter-md-bottom-2 {
    margin-bottom: 24px !important; }

  .m-gutter-md-bottom-2-negative {
    margin-bottom: -24px !important; }

  .p-gutter-md-bottom-3 {
    padding-bottom: 36px !important; }

  .m-gutter-md-bottom-3 {
    margin-bottom: 36px !important; }

  .m-gutter-md-bottom-3-negative {
    margin-bottom: -36px !important; }

  .p-gutter-md-bottom-4 {
    padding-bottom: 48px !important; }

  .m-gutter-md-bottom-4 {
    margin-bottom: 48px !important; }

  .m-gutter-md-bottom-4-negative {
    margin-bottom: -48px !important; }

  .p-gutter-md-bottom-5 {
    padding-bottom: 60px !important; }

  .m-gutter-md-bottom-5 {
    margin-bottom: 60px !important; }

  .m-gutter-md-bottom-5-negative {
    margin-bottom: -60px !important; }

  .p-gutter-md-bottom-6 {
    padding-bottom: 72px !important; }

  .m-gutter-md-bottom-6 {
    margin-bottom: 72px !important; }

  .m-gutter-md-bottom-6-negative {
    margin-bottom: -72px !important; }

  .p-gutter-md-bottom-7 {
    padding-bottom: 84px !important; }

  .m-gutter-md-bottom-7 {
    margin-bottom: 84px !important; }

  .m-gutter-md-bottom-7-negative {
    margin-bottom: -84px !important; }

  .p-gutter-md-bottom-8 {
    padding-bottom: 96px !important; }

  .m-gutter-md-bottom-8 {
    margin-bottom: 96px !important; }

  .m-gutter-md-bottom-8-negative {
    margin-bottom: -96px !important; }

  .p-gutter-md-bottom-9 {
    padding-bottom: 108px !important; }

  .m-gutter-md-bottom-9 {
    margin-bottom: 108px !important; }

  .m-gutter-md-bottom-9-negative {
    margin-bottom: -108px !important; }

  .p-gutter-md-bottom-10 {
    padding-bottom: 120px !important; }

  .m-gutter-md-bottom-10 {
    margin-bottom: 120px !important; }

  .m-gutter-md-bottom-10-negative {
    margin-bottom: -120px !important; } }
@media (min-width: 1200px) {
  .p-gutter-lg-0 {
    padding: 0px !important; }

  .m-gutter-lg-0 {
    margin: 0px !important; }

  .m-gutter-lg-0-negative {
    margin: 0px !important; }

  .p-gutter-lg-1 {
    padding: 12px !important; }

  .m-gutter-lg-1 {
    margin: 12px !important; }

  .m-gutter-lg-1-negative {
    margin: -12px !important; }

  .p-gutter-lg-2 {
    padding: 24px !important; }

  .m-gutter-lg-2 {
    margin: 24px !important; }

  .m-gutter-lg-2-negative {
    margin: -24px !important; }

  .p-gutter-lg-3 {
    padding: 36px !important; }

  .m-gutter-lg-3 {
    margin: 36px !important; }

  .m-gutter-lg-3-negative {
    margin: -36px !important; }

  .p-gutter-lg-4 {
    padding: 48px !important; }

  .m-gutter-lg-4 {
    margin: 48px !important; }

  .m-gutter-lg-4-negative {
    margin: -48px !important; }

  .p-gutter-lg-5 {
    padding: 60px !important; }

  .m-gutter-lg-5 {
    margin: 60px !important; }

  .m-gutter-lg-5-negative {
    margin: -60px !important; }

  .p-gutter-lg-6 {
    padding: 72px !important; }

  .m-gutter-lg-6 {
    margin: 72px !important; }

  .m-gutter-lg-6-negative {
    margin: -72px !important; }

  .p-gutter-lg-7 {
    padding: 84px !important; }

  .m-gutter-lg-7 {
    margin: 84px !important; }

  .m-gutter-lg-7-negative {
    margin: -84px !important; }

  .p-gutter-lg-8 {
    padding: 96px !important; }

  .m-gutter-lg-8 {
    margin: 96px !important; }

  .m-gutter-lg-8-negative {
    margin: -96px !important; }

  .p-gutter-lg-9 {
    padding: 108px !important; }

  .m-gutter-lg-9 {
    margin: 108px !important; }

  .m-gutter-lg-9-negative {
    margin: -108px !important; }

  .p-gutter-lg-10 {
    padding: 120px !important; }

  .m-gutter-lg-10 {
    margin: 120px !important; }

  .m-gutter-lg-10-negative {
    margin: -120px !important; }

  .p-gutter-lg-top-0 {
    padding-top: 0px !important; }

  .m-gutter-lg-top-0 {
    margin-top: 0px !important; }

  .m-gutter-lg-top-0-negative {
    margin-top: 0px !important; }

  .p-gutter-lg-top-1 {
    padding-top: 12px !important; }

  .m-gutter-lg-top-1 {
    margin-top: 12px !important; }

  .m-gutter-lg-top-1-negative {
    margin-top: -12px !important; }

  .p-gutter-lg-top-2 {
    padding-top: 24px !important; }

  .m-gutter-lg-top-2 {
    margin-top: 24px !important; }

  .m-gutter-lg-top-2-negative {
    margin-top: -24px !important; }

  .p-gutter-lg-top-3 {
    padding-top: 36px !important; }

  .m-gutter-lg-top-3 {
    margin-top: 36px !important; }

  .m-gutter-lg-top-3-negative {
    margin-top: -36px !important; }

  .p-gutter-lg-top-4 {
    padding-top: 48px !important; }

  .m-gutter-lg-top-4 {
    margin-top: 48px !important; }

  .m-gutter-lg-top-4-negative {
    margin-top: -48px !important; }

  .p-gutter-lg-top-5 {
    padding-top: 60px !important; }

  .m-gutter-lg-top-5 {
    margin-top: 60px !important; }

  .m-gutter-lg-top-5-negative {
    margin-top: -60px !important; }

  .p-gutter-lg-top-6 {
    padding-top: 72px !important; }

  .m-gutter-lg-top-6 {
    margin-top: 72px !important; }

  .m-gutter-lg-top-6-negative {
    margin-top: -72px !important; }

  .p-gutter-lg-top-7 {
    padding-top: 84px !important; }

  .m-gutter-lg-top-7 {
    margin-top: 84px !important; }

  .m-gutter-lg-top-7-negative {
    margin-top: -84px !important; }

  .p-gutter-lg-top-8 {
    padding-top: 96px !important; }

  .m-gutter-lg-top-8 {
    margin-top: 96px !important; }

  .m-gutter-lg-top-8-negative {
    margin-top: -96px !important; }

  .p-gutter-lg-top-9 {
    padding-top: 108px !important; }

  .m-gutter-lg-top-9 {
    margin-top: 108px !important; }

  .m-gutter-lg-top-9-negative {
    margin-top: -108px !important; }

  .p-gutter-lg-top-10 {
    padding-top: 120px !important; }

  .m-gutter-lg-top-10 {
    margin-top: 120px !important; }

  .m-gutter-lg-top-10-negative {
    margin-top: -120px !important; }

  .p-gutter-lg-left-0 {
    padding-left: 0px !important; }

  .m-gutter-lg-left-0 {
    margin-left: 0px !important; }

  .m-gutter-lg-left-0-negative {
    margin-left: 0px !important; }

  .p-gutter-lg-left-1 {
    padding-left: 12px !important; }

  .m-gutter-lg-left-1 {
    margin-left: 12px !important; }

  .m-gutter-lg-left-1-negative {
    margin-left: -12px !important; }

  .p-gutter-lg-left-2 {
    padding-left: 24px !important; }

  .m-gutter-lg-left-2 {
    margin-left: 24px !important; }

  .m-gutter-lg-left-2-negative {
    margin-left: -24px !important; }

  .p-gutter-lg-left-3 {
    padding-left: 36px !important; }

  .m-gutter-lg-left-3 {
    margin-left: 36px !important; }

  .m-gutter-lg-left-3-negative {
    margin-left: -36px !important; }

  .p-gutter-lg-left-4 {
    padding-left: 48px !important; }

  .m-gutter-lg-left-4 {
    margin-left: 48px !important; }

  .m-gutter-lg-left-4-negative {
    margin-left: -48px !important; }

  .p-gutter-lg-left-5 {
    padding-left: 60px !important; }

  .m-gutter-lg-left-5 {
    margin-left: 60px !important; }

  .m-gutter-lg-left-5-negative {
    margin-left: -60px !important; }

  .p-gutter-lg-left-6 {
    padding-left: 72px !important; }

  .m-gutter-lg-left-6 {
    margin-left: 72px !important; }

  .m-gutter-lg-left-6-negative {
    margin-left: -72px !important; }

  .p-gutter-lg-left-7 {
    padding-left: 84px !important; }

  .m-gutter-lg-left-7 {
    margin-left: 84px !important; }

  .m-gutter-lg-left-7-negative {
    margin-left: -84px !important; }

  .p-gutter-lg-left-8 {
    padding-left: 96px !important; }

  .m-gutter-lg-left-8 {
    margin-left: 96px !important; }

  .m-gutter-lg-left-8-negative {
    margin-left: -96px !important; }

  .p-gutter-lg-left-9 {
    padding-left: 108px !important; }

  .m-gutter-lg-left-9 {
    margin-left: 108px !important; }

  .m-gutter-lg-left-9-negative {
    margin-left: -108px !important; }

  .p-gutter-lg-left-10 {
    padding-left: 120px !important; }

  .m-gutter-lg-left-10 {
    margin-left: 120px !important; }

  .m-gutter-lg-left-10-negative {
    margin-left: -120px !important; }

  .p-gutter-lg-right-0 {
    padding-right: 0px !important; }

  .m-gutter-lg-right-0 {
    margin-right: 0px !important; }

  .m-gutter-lg-right-0-negative {
    margin-right: 0px !important; }

  .p-gutter-lg-right-1 {
    padding-right: 12px !important; }

  .m-gutter-lg-right-1 {
    margin-right: 12px !important; }

  .m-gutter-lg-right-1-negative {
    margin-right: -12px !important; }

  .p-gutter-lg-right-2 {
    padding-right: 24px !important; }

  .m-gutter-lg-right-2 {
    margin-right: 24px !important; }

  .m-gutter-lg-right-2-negative {
    margin-right: -24px !important; }

  .p-gutter-lg-right-3 {
    padding-right: 36px !important; }

  .m-gutter-lg-right-3 {
    margin-right: 36px !important; }

  .m-gutter-lg-right-3-negative {
    margin-right: -36px !important; }

  .p-gutter-lg-right-4 {
    padding-right: 48px !important; }

  .m-gutter-lg-right-4 {
    margin-right: 48px !important; }

  .m-gutter-lg-right-4-negative {
    margin-right: -48px !important; }

  .p-gutter-lg-right-5 {
    padding-right: 60px !important; }

  .m-gutter-lg-right-5 {
    margin-right: 60px !important; }

  .m-gutter-lg-right-5-negative {
    margin-right: -60px !important; }

  .p-gutter-lg-right-6 {
    padding-right: 72px !important; }

  .m-gutter-lg-right-6 {
    margin-right: 72px !important; }

  .m-gutter-lg-right-6-negative {
    margin-right: -72px !important; }

  .p-gutter-lg-right-7 {
    padding-right: 84px !important; }

  .m-gutter-lg-right-7 {
    margin-right: 84px !important; }

  .m-gutter-lg-right-7-negative {
    margin-right: -84px !important; }

  .p-gutter-lg-right-8 {
    padding-right: 96px !important; }

  .m-gutter-lg-right-8 {
    margin-right: 96px !important; }

  .m-gutter-lg-right-8-negative {
    margin-right: -96px !important; }

  .p-gutter-lg-right-9 {
    padding-right: 108px !important; }

  .m-gutter-lg-right-9 {
    margin-right: 108px !important; }

  .m-gutter-lg-right-9-negative {
    margin-right: -108px !important; }

  .p-gutter-lg-right-10 {
    padding-right: 120px !important; }

  .m-gutter-lg-right-10 {
    margin-right: 120px !important; }

  .m-gutter-lg-right-10-negative {
    margin-right: -120px !important; }

  .p-gutter-lg-bottom-0 {
    padding-bottom: 0px !important; }

  .m-gutter-lg-bottom-0 {
    margin-bottom: 0px !important; }

  .m-gutter-lg-bottom-0-negative {
    margin-bottom: 0px !important; }

  .p-gutter-lg-bottom-1 {
    padding-bottom: 12px !important; }

  .m-gutter-lg-bottom-1 {
    margin-bottom: 12px !important; }

  .m-gutter-lg-bottom-1-negative {
    margin-bottom: -12px !important; }

  .p-gutter-lg-bottom-2 {
    padding-bottom: 24px !important; }

  .m-gutter-lg-bottom-2 {
    margin-bottom: 24px !important; }

  .m-gutter-lg-bottom-2-negative {
    margin-bottom: -24px !important; }

  .p-gutter-lg-bottom-3 {
    padding-bottom: 36px !important; }

  .m-gutter-lg-bottom-3 {
    margin-bottom: 36px !important; }

  .m-gutter-lg-bottom-3-negative {
    margin-bottom: -36px !important; }

  .p-gutter-lg-bottom-4 {
    padding-bottom: 48px !important; }

  .m-gutter-lg-bottom-4 {
    margin-bottom: 48px !important; }

  .m-gutter-lg-bottom-4-negative {
    margin-bottom: -48px !important; }

  .p-gutter-lg-bottom-5 {
    padding-bottom: 60px !important; }

  .m-gutter-lg-bottom-5 {
    margin-bottom: 60px !important; }

  .m-gutter-lg-bottom-5-negative {
    margin-bottom: -60px !important; }

  .p-gutter-lg-bottom-6 {
    padding-bottom: 72px !important; }

  .m-gutter-lg-bottom-6 {
    margin-bottom: 72px !important; }

  .m-gutter-lg-bottom-6-negative {
    margin-bottom: -72px !important; }

  .p-gutter-lg-bottom-7 {
    padding-bottom: 84px !important; }

  .m-gutter-lg-bottom-7 {
    margin-bottom: 84px !important; }

  .m-gutter-lg-bottom-7-negative {
    margin-bottom: -84px !important; }

  .p-gutter-lg-bottom-8 {
    padding-bottom: 96px !important; }

  .m-gutter-lg-bottom-8 {
    margin-bottom: 96px !important; }

  .m-gutter-lg-bottom-8-negative {
    margin-bottom: -96px !important; }

  .p-gutter-lg-bottom-9 {
    padding-bottom: 108px !important; }

  .m-gutter-lg-bottom-9 {
    margin-bottom: 108px !important; }

  .m-gutter-lg-bottom-9-negative {
    margin-bottom: -108px !important; }

  .p-gutter-lg-bottom-10 {
    padding-bottom: 120px !important; }

  .m-gutter-lg-bottom-10 {
    margin-bottom: 120px !important; }

  .m-gutter-lg-bottom-10-negative {
    margin-bottom: -120px !important; } }
@media (min-width: 1600px) {
  .p-gutter-xl-0 {
    padding: 0px !important; }

  .m-gutter-xl-0 {
    margin: 0px !important; }

  .m-gutter-xl-0-negative {
    margin: 0px !important; }

  .p-gutter-xl-1 {
    padding: 12px !important; }

  .m-gutter-xl-1 {
    margin: 12px !important; }

  .m-gutter-xl-1-negative {
    margin: -12px !important; }

  .p-gutter-xl-2 {
    padding: 24px !important; }

  .m-gutter-xl-2 {
    margin: 24px !important; }

  .m-gutter-xl-2-negative {
    margin: -24px !important; }

  .p-gutter-xl-3 {
    padding: 36px !important; }

  .m-gutter-xl-3 {
    margin: 36px !important; }

  .m-gutter-xl-3-negative {
    margin: -36px !important; }

  .p-gutter-xl-4 {
    padding: 48px !important; }

  .m-gutter-xl-4 {
    margin: 48px !important; }

  .m-gutter-xl-4-negative {
    margin: -48px !important; }

  .p-gutter-xl-5 {
    padding: 60px !important; }

  .m-gutter-xl-5 {
    margin: 60px !important; }

  .m-gutter-xl-5-negative {
    margin: -60px !important; }

  .p-gutter-xl-6 {
    padding: 72px !important; }

  .m-gutter-xl-6 {
    margin: 72px !important; }

  .m-gutter-xl-6-negative {
    margin: -72px !important; }

  .p-gutter-xl-7 {
    padding: 84px !important; }

  .m-gutter-xl-7 {
    margin: 84px !important; }

  .m-gutter-xl-7-negative {
    margin: -84px !important; }

  .p-gutter-xl-8 {
    padding: 96px !important; }

  .m-gutter-xl-8 {
    margin: 96px !important; }

  .m-gutter-xl-8-negative {
    margin: -96px !important; }

  .p-gutter-xl-9 {
    padding: 108px !important; }

  .m-gutter-xl-9 {
    margin: 108px !important; }

  .m-gutter-xl-9-negative {
    margin: -108px !important; }

  .p-gutter-xl-10 {
    padding: 120px !important; }

  .m-gutter-xl-10 {
    margin: 120px !important; }

  .m-gutter-xl-10-negative {
    margin: -120px !important; }

  .p-gutter-xl-top-0 {
    padding-top: 0px !important; }

  .m-gutter-xl-top-0 {
    margin-top: 0px !important; }

  .m-gutter-xl-top-0-negative {
    margin-top: 0px !important; }

  .p-gutter-xl-top-1 {
    padding-top: 12px !important; }

  .m-gutter-xl-top-1 {
    margin-top: 12px !important; }

  .m-gutter-xl-top-1-negative {
    margin-top: -12px !important; }

  .p-gutter-xl-top-2 {
    padding-top: 24px !important; }

  .m-gutter-xl-top-2 {
    margin-top: 24px !important; }

  .m-gutter-xl-top-2-negative {
    margin-top: -24px !important; }

  .p-gutter-xl-top-3 {
    padding-top: 36px !important; }

  .m-gutter-xl-top-3 {
    margin-top: 36px !important; }

  .m-gutter-xl-top-3-negative {
    margin-top: -36px !important; }

  .p-gutter-xl-top-4 {
    padding-top: 48px !important; }

  .m-gutter-xl-top-4 {
    margin-top: 48px !important; }

  .m-gutter-xl-top-4-negative {
    margin-top: -48px !important; }

  .p-gutter-xl-top-5 {
    padding-top: 60px !important; }

  .m-gutter-xl-top-5 {
    margin-top: 60px !important; }

  .m-gutter-xl-top-5-negative {
    margin-top: -60px !important; }

  .p-gutter-xl-top-6 {
    padding-top: 72px !important; }

  .m-gutter-xl-top-6 {
    margin-top: 72px !important; }

  .m-gutter-xl-top-6-negative {
    margin-top: -72px !important; }

  .p-gutter-xl-top-7 {
    padding-top: 84px !important; }

  .m-gutter-xl-top-7 {
    margin-top: 84px !important; }

  .m-gutter-xl-top-7-negative {
    margin-top: -84px !important; }

  .p-gutter-xl-top-8 {
    padding-top: 96px !important; }

  .m-gutter-xl-top-8 {
    margin-top: 96px !important; }

  .m-gutter-xl-top-8-negative {
    margin-top: -96px !important; }

  .p-gutter-xl-top-9 {
    padding-top: 108px !important; }

  .m-gutter-xl-top-9 {
    margin-top: 108px !important; }

  .m-gutter-xl-top-9-negative {
    margin-top: -108px !important; }

  .p-gutter-xl-top-10 {
    padding-top: 120px !important; }

  .m-gutter-xl-top-10 {
    margin-top: 120px !important; }

  .m-gutter-xl-top-10-negative {
    margin-top: -120px !important; }

  .p-gutter-xl-left-0 {
    padding-left: 0px !important; }

  .m-gutter-xl-left-0 {
    margin-left: 0px !important; }

  .m-gutter-xl-left-0-negative {
    margin-left: 0px !important; }

  .p-gutter-xl-left-1 {
    padding-left: 12px !important; }

  .m-gutter-xl-left-1 {
    margin-left: 12px !important; }

  .m-gutter-xl-left-1-negative {
    margin-left: -12px !important; }

  .p-gutter-xl-left-2 {
    padding-left: 24px !important; }

  .m-gutter-xl-left-2 {
    margin-left: 24px !important; }

  .m-gutter-xl-left-2-negative {
    margin-left: -24px !important; }

  .p-gutter-xl-left-3 {
    padding-left: 36px !important; }

  .m-gutter-xl-left-3 {
    margin-left: 36px !important; }

  .m-gutter-xl-left-3-negative {
    margin-left: -36px !important; }

  .p-gutter-xl-left-4 {
    padding-left: 48px !important; }

  .m-gutter-xl-left-4 {
    margin-left: 48px !important; }

  .m-gutter-xl-left-4-negative {
    margin-left: -48px !important; }

  .p-gutter-xl-left-5 {
    padding-left: 60px !important; }

  .m-gutter-xl-left-5 {
    margin-left: 60px !important; }

  .m-gutter-xl-left-5-negative {
    margin-left: -60px !important; }

  .p-gutter-xl-left-6 {
    padding-left: 72px !important; }

  .m-gutter-xl-left-6 {
    margin-left: 72px !important; }

  .m-gutter-xl-left-6-negative {
    margin-left: -72px !important; }

  .p-gutter-xl-left-7 {
    padding-left: 84px !important; }

  .m-gutter-xl-left-7 {
    margin-left: 84px !important; }

  .m-gutter-xl-left-7-negative {
    margin-left: -84px !important; }

  .p-gutter-xl-left-8 {
    padding-left: 96px !important; }

  .m-gutter-xl-left-8 {
    margin-left: 96px !important; }

  .m-gutter-xl-left-8-negative {
    margin-left: -96px !important; }

  .p-gutter-xl-left-9 {
    padding-left: 108px !important; }

  .m-gutter-xl-left-9 {
    margin-left: 108px !important; }

  .m-gutter-xl-left-9-negative {
    margin-left: -108px !important; }

  .p-gutter-xl-left-10 {
    padding-left: 120px !important; }

  .m-gutter-xl-left-10 {
    margin-left: 120px !important; }

  .m-gutter-xl-left-10-negative {
    margin-left: -120px !important; }

  .p-gutter-xl-right-0 {
    padding-right: 0px !important; }

  .m-gutter-xl-right-0 {
    margin-right: 0px !important; }

  .m-gutter-xl-right-0-negative {
    margin-right: 0px !important; }

  .p-gutter-xl-right-1 {
    padding-right: 12px !important; }

  .m-gutter-xl-right-1 {
    margin-right: 12px !important; }

  .m-gutter-xl-right-1-negative {
    margin-right: -12px !important; }

  .p-gutter-xl-right-2 {
    padding-right: 24px !important; }

  .m-gutter-xl-right-2 {
    margin-right: 24px !important; }

  .m-gutter-xl-right-2-negative {
    margin-right: -24px !important; }

  .p-gutter-xl-right-3 {
    padding-right: 36px !important; }

  .m-gutter-xl-right-3 {
    margin-right: 36px !important; }

  .m-gutter-xl-right-3-negative {
    margin-right: -36px !important; }

  .p-gutter-xl-right-4 {
    padding-right: 48px !important; }

  .m-gutter-xl-right-4 {
    margin-right: 48px !important; }

  .m-gutter-xl-right-4-negative {
    margin-right: -48px !important; }

  .p-gutter-xl-right-5 {
    padding-right: 60px !important; }

  .m-gutter-xl-right-5 {
    margin-right: 60px !important; }

  .m-gutter-xl-right-5-negative {
    margin-right: -60px !important; }

  .p-gutter-xl-right-6 {
    padding-right: 72px !important; }

  .m-gutter-xl-right-6 {
    margin-right: 72px !important; }

  .m-gutter-xl-right-6-negative {
    margin-right: -72px !important; }

  .p-gutter-xl-right-7 {
    padding-right: 84px !important; }

  .m-gutter-xl-right-7 {
    margin-right: 84px !important; }

  .m-gutter-xl-right-7-negative {
    margin-right: -84px !important; }

  .p-gutter-xl-right-8 {
    padding-right: 96px !important; }

  .m-gutter-xl-right-8 {
    margin-right: 96px !important; }

  .m-gutter-xl-right-8-negative {
    margin-right: -96px !important; }

  .p-gutter-xl-right-9 {
    padding-right: 108px !important; }

  .m-gutter-xl-right-9 {
    margin-right: 108px !important; }

  .m-gutter-xl-right-9-negative {
    margin-right: -108px !important; }

  .p-gutter-xl-right-10 {
    padding-right: 120px !important; }

  .m-gutter-xl-right-10 {
    margin-right: 120px !important; }

  .m-gutter-xl-right-10-negative {
    margin-right: -120px !important; }

  .p-gutter-xl-bottom-0 {
    padding-bottom: 0px !important; }

  .m-gutter-xl-bottom-0 {
    margin-bottom: 0px !important; }

  .m-gutter-xl-bottom-0-negative {
    margin-bottom: 0px !important; }

  .p-gutter-xl-bottom-1 {
    padding-bottom: 12px !important; }

  .m-gutter-xl-bottom-1 {
    margin-bottom: 12px !important; }

  .m-gutter-xl-bottom-1-negative {
    margin-bottom: -12px !important; }

  .p-gutter-xl-bottom-2 {
    padding-bottom: 24px !important; }

  .m-gutter-xl-bottom-2 {
    margin-bottom: 24px !important; }

  .m-gutter-xl-bottom-2-negative {
    margin-bottom: -24px !important; }

  .p-gutter-xl-bottom-3 {
    padding-bottom: 36px !important; }

  .m-gutter-xl-bottom-3 {
    margin-bottom: 36px !important; }

  .m-gutter-xl-bottom-3-negative {
    margin-bottom: -36px !important; }

  .p-gutter-xl-bottom-4 {
    padding-bottom: 48px !important; }

  .m-gutter-xl-bottom-4 {
    margin-bottom: 48px !important; }

  .m-gutter-xl-bottom-4-negative {
    margin-bottom: -48px !important; }

  .p-gutter-xl-bottom-5 {
    padding-bottom: 60px !important; }

  .m-gutter-xl-bottom-5 {
    margin-bottom: 60px !important; }

  .m-gutter-xl-bottom-5-negative {
    margin-bottom: -60px !important; }

  .p-gutter-xl-bottom-6 {
    padding-bottom: 72px !important; }

  .m-gutter-xl-bottom-6 {
    margin-bottom: 72px !important; }

  .m-gutter-xl-bottom-6-negative {
    margin-bottom: -72px !important; }

  .p-gutter-xl-bottom-7 {
    padding-bottom: 84px !important; }

  .m-gutter-xl-bottom-7 {
    margin-bottom: 84px !important; }

  .m-gutter-xl-bottom-7-negative {
    margin-bottom: -84px !important; }

  .p-gutter-xl-bottom-8 {
    padding-bottom: 96px !important; }

  .m-gutter-xl-bottom-8 {
    margin-bottom: 96px !important; }

  .m-gutter-xl-bottom-8-negative {
    margin-bottom: -96px !important; }

  .p-gutter-xl-bottom-9 {
    padding-bottom: 108px !important; }

  .m-gutter-xl-bottom-9 {
    margin-bottom: 108px !important; }

  .m-gutter-xl-bottom-9-negative {
    margin-bottom: -108px !important; }

  .p-gutter-xl-bottom-10 {
    padding-bottom: 120px !important; }

  .m-gutter-xl-bottom-10 {
    margin-bottom: 120px !important; }

  .m-gutter-xl-bottom-10-negative {
    margin-bottom: -120px !important; } }
html {
  box-sizing: border-box; }

body.scroll-hidden {
  overflow: hidden; }

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

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.global_container_narrow {
  max-width: 1028px;
  margin: 0 auto; }

.global_container {
  max-width: 1276px;
  margin: 0 auto; }

.global_container2 {
  max-width: 1440px;
  margin: 0 auto; }

/*@if variable-exists(container_padding) {
    .global_container{
		@include min(1024){
			padding-left:$container_padding;
			padding-right:$container_padding;
		}
	}
}*/
.index_container {
  padding-top: 56px;
  padding-bottom: 32px;
  min-height: 400px;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .index_container {
      padding-bottom: 82px; } }

.homepage_container {
  overflow: hidden; }

.main_content {
  width: 100%; }

.main_layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%; }

.sidebar_content {
  -webkit-box-flex: 0 0 288px;
  -moz-box-flex: 0 0 288px;
  -webkit-flex: 0 0 288px;
  -ms-flex: 0 0 288px;
  flex: 0 0 288px;
  margin-right: 14px; }
  @media only screen and (max-width: 1023px) {
    .sidebar_content {
      display: none; } }

img {
  max-width: 100%;
  height: auto; }

/*
//Content date for plain and news inner date
.content_date{
	color: $gray;
	font-weight:bold;
}
*/
h1.main_title, h2.object_title, h2.widget_title {
  margin: 0 0 20px 0; }

h1.widget_title {
  margin-bottom: 42px; }

/*
.one_widget{
	margin: 0 0 20px 0;
}
*/
.list_item {
  width: 100%;
  margin-bottom: 50px; }
  .list_item .image_container {
    width: 100%;
    padding-bottom: 75.61%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    .list_item .image_container .icon {
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
    .list_item .image_container.no_image .title_container {
      position: static; }
  .list_item .meta_info {
    padding: 17px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .list_item .meta_info .left-side * {
      font-family: "Metropolis";
      font-size: 16px;
      font-weight: 500;
      line-height: 1.3; }
    .list_item .meta_info .left-side .date {
      color: #21409A;
      margin: 0 0 10px 0;
      display: inline-block; }
    .list_item .meta_info .left-side .title_container {
      color: #000000;
      max-height: 42px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .list_item.gallery_popup .image_container .icon {
    background-image: url(../img/photo.png);
    width: 52px;
    height: 43px; }
  .list_item.youtube_popup .image_container .icon {
    background-image: url(../img/video.png);
    width: 52px;
    height: 31px; }

a.list_item {
  text-decoration: none; }

/*
 List items end



.more_btn_cont{
	text-align:center;
	
	button{
		margin:20px 0;
	}
}

.loader_content{
	display:none;
	padding:20px 0;
	text-align:center;
}


 Basic helpers 
.clear{
	@include clearfix();
}
.tar{
	text-align:right;
}

.tal{
	text-align:left;
}

.no_bg{
	background: none !important;
	border:none !important;
}

.no_margin_bottom{
	margin-bottom:0 !important;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.notoppadd{
	padding-top:0px !important;
}

.vis_hidden{
	visibility:hidden;
}

.vis_hidden_1px{
	visibility:hidden;
	height:1px;
}

// Table class for desktops. On mobile - as block.
.disp_table{
	@include min(768){
		display:table;
		width:100%;
		table-layout: fixed;
	}
}

.disp_cell{
	margin-bottom:15px;
	
	@include min(768){
		height: 100%;
		margin:0;
		display:table-cell;
		vertical-align: top;
		padding-left:15px;
	}
	
	&:first-child{
		padding-left:0;
	}
	&:last-child{
		margin-bottom:0;
	}
}


// Table class for all devices

.disp_table_all{
	display:table;
	width:100%;
	table-layout: fixed;
}

.disp_cell_all{
	margin:0;
	display:table-cell;
	vertical-align: top;
	height: 100%;
}
*/
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.formatted_text > *:first-child {
  margin-top: 0; }
.formatted_text > *:last-child {
  margin-bottom: 0; }

.photos-gallery {
  margin: 30px 0 30px 0; }
  .photos-gallery ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin: 0; }
    .photos-gallery ul li a {
      display: block;
      text-decoration: none; }
  .photos-gallery h3 {
    margin: 0 0 24px 0; }

.pager + .back-button-holder {
  margin-top: -24px; }
  @media only screen and (max-width: 568px) {
    .pager + .back-button-holder {
      margin-top: 10px; } }

.back-button-holder .row {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
.back-button-holder > a {
  color: #000;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; }

.back-button-holder {
  margin-bottom: 84px; }
  .back-button-holder a {
    font-weight: 400;
    color: #000;
    cursor: pointer; }

.content_date {
  font-family: "Metropolis";
  color: #21409A;
  font-weight: 500;
  margin-top: 32px; }
  .content_date.top {
    margin-top: 0;
    margin-bottom: 19px; }

.widget_title {
  font-size: 32px;
  line-height: 45px;
  font-family: "Metropolis";
  font-weight: 600;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .widget_title {
      text-align: left; } }

.slick-arrow-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 18px;
  margin-top: 32px; }
  .slick-arrow-nav button {
    background-color: transparent;
    border: 0; }
  .slick-arrow-nav .icon {
    color: #21409A;
    cursor: pointer;
    font-size: 32px; }
  .slick-arrow-nav > * {
    cursor: pointer; }
    .slick-arrow-nav > *.slick-disabled .icon {
      opacity: 0.5;
      cursor: not-allowed; }

.limit-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical; }
  .limit-lines--2 {
    -webkit-line-clamp: 2;
    line-clamp: 2; }
  .limit-lines--3 {
    -webkit-line-clamp: 3;
    line-clamp: 3; }
  .limit-lines--4 {
    -webkit-line-clamp: 4;
    line-clamp: 4; }
  .limit-lines--5 {
    -webkit-line-clamp: 5;
    line-clamp: 5; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.six-col-list {
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .six-col-list.gap-sm {
    margin: -6px; }
    .six-col-list.gap-sm li {
      padding: 6px 7.5px; }
      .six-col-list.gap-sm li:before {
        display: none; }
  .six-col-list li {
    width: 50%; }
    @media only screen and (min-width: 475px) {
      .six-col-list li {
        width: 33.33333%; } }
    @media only screen and (min-width: 768px) {
      .six-col-list li {
        width: 25%; } }
    @media only screen and (min-width: 1024px) {
      .six-col-list li {
        width: 16.6666%; } }
    .six-col-list li .wrapper {
      width: 100%; }

#mobile_menu .icons {
  display: flex;
  gap: 20px; }
  #mobile_menu .icons .icon {
    max-height: 37px; }

.header_container {
  display: block; }
  .header_container .header-top {
    background-color: #21409A;
    padding: 12px 0; }
    .header_container .header-top__holder {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      width: 100%; }
      .header_container .header-top__holder > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .header_container .header-top__holder a {
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        margin: 0 20px 0 0;
        line-height: 1;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        .header_container .header-top__holder a:last-child {
          margin: 0; }
        .header_container .header-top__holder a .icon {
          font-size: 19px;
          max-height: 23px; }
          .header_container .header-top__holder a .icon.icon-easy {
            max-height: 25px; }
          @media only screen and (max-width: 1024px) {
            .header_container .header-top__holder a .icon.easy_read, .header_container .header-top__holder a .icon.gesture {
              display: none; } }
        .header_container .header-top__holder a:hover {
          color: #E4E8F3; }
  .header_container .header-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 10; }
    .header_container .header-bottom > div {
      width: 100%; }
    .header_container .header-bottom__holder {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      padding: 11px 0; }
      .header_container .header-bottom__holder .logo_link {
        margin: 0 30px 0 0; }
        .header_container .header-bottom__holder .logo_link img {
          width: 75px;
          height: auto; }
      .header_container .header-bottom__holder .topnav {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        .header_container .header-bottom__holder .topnav > ul {
          margin: 0;
          padding: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row nowrap;
          -moz-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          overflow: visible; }
          .header_container .header-bottom__holder .topnav > ul li {
            display: none;
            background-image: none; }
            .header_container .header-bottom__holder .topnav > ul li a {
              color: #000;
              font-family: "Source Sans Pro";
              font-size: 16px;
              line-height: 1.4;
              text-decoration: none; }
          .header_container .header-bottom__holder .topnav > ul > div > li {
            display: inline-block;
            padding: 0 22px; }
            .header_container .header-bottom__holder .topnav > ul > div > li > a {
              font-weight: 600;
              position: relative; }
              .header_container .header-bottom__holder .topnav > ul > div > li > a:before {
                content: "";
                display: block;
                height: 1px;
                width: 26px;
                position: absolute;
                bottom: -5px;
                background-color: #BA9F5E;
                left: calc(50% - 13px);
                opacity: 0;
                -webkit-transition: all 150ms ease-in-out;
                -moz-transition: all 150ms ease-in-out;
                -o-transition: all 150ms ease-in-out;
                -ms-transition: all 150ms ease-in-out;
                transition: all 150ms ease-in-out; }
              .header_container .header-bottom__holder .topnav > ul > div > li > a:after {
                content: "";
                display: block;
                height: 7px;
                width: 7px;
                position: absolute;
                right: -29px;
                top: calc(50% - 3px);
                background-color: #BA9F5E; }
              .header_container .header-bottom__holder .topnav > ul > div > li > a:hover:before {
                opacity: 1; }
              .header_container .header-bottom__holder .topnav > ul > div > li > a.expanded:before {
                width: 100%;
                left: 0;
                opacity: 1; }
              .header_container .header-bottom__holder .topnav > ul > div > li > a.expanded + ul {
                padding: 30px 0 44px 0;
                display: block;
                position: absolute;
                top: 100%;
                display: block;
                height: 100%;
                background-color: #FFF;
                height: auto;
                z-index: 1;
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
                .header_container .header-bottom__holder .topnav > ul > div > li > a.expanded + ul > div {
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  max-height: 368px;
                  -webkit-flex-flow: column wrap;
                  -moz-flex-flow: column wrap;
                  -ms-flex-flow: column wrap;
                  flex-flow: column wrap;
                  -webkit-align-content: flex-start;
                  -moz-align-content: flex-start;
                  -ms-align-content: flex-start;
                  align-content: flex-start; }
                .header_container .header-bottom__holder .topnav > ul > div > li > a.expanded + ul > div > li {
                  display: inline-block;
                  max-width: 25%; }
                  .header_container .header-bottom__holder .topnav > ul > div > li > a.expanded + ul > div > li > a:hover {
                    text-decoration: underline; }
                @media only screen and (max-width: 1228px) {
                  .header_container .header-bottom__holder .topnav > ul > div > li > a.expanded + ul {
                    left: -20px;
                    padding: 30px 20px 44px 20px; } }
              .header_container .header-bottom__holder .topnav > ul > div > li > a.active:before, .header_container .header-bottom__holder .topnav > ul > div > li > a.in_path:before {
                opacity: 1; }
            .header_container .header-bottom__holder .topnav > ul > div > li ul {
              height: 0;
              position: absolute;
              width: 100%;
              left: 0;
              top: 100%;
              padding: 0;
              margin: 0; }
              .header_container .header-bottom__holder .topnav > ul > div > li ul li {
                padding: 0 40px 15px 0; }
                .header_container .header-bottom__holder .topnav > ul > div > li ul li a {
                  font-weight: 400; }
            .header_container .header-bottom__holder .topnav > ul > div > li:last-child > a:after {
              content: none; }
      @media only screen and (max-width: 1024px) {
        .header_container .header-bottom__holder {
          padding: 15px 0;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between; }
          .header_container .header-bottom__holder .logo_link {
            margin: 0; }
            .header_container .header-bottom__holder .logo_link img {
              width: 67px; }
          .header_container .header-bottom__holder .topnav {
            display: none; } }

.footer_container .footer-top {
  background-color: #E4E8F3;
  padding: 54px 0 40px 0;
  height: auto; }
  .footer_container .footer-top__holder {
    /*			> ul {
    				display: grid;
    				grid-template-columns: repeat(1, 1fr);
    				gap: 0 56px;
    				@include min(768) {
    					grid-template-columns: repeat(2, 1fr);
    				}
    				@include min(1024) {
    					grid-template-columns: repeat(4, 1fr);
    				}
    				> li {
    
    					> a {
    						color: $title_text_color;
    						font-family: $font2;
    						font-weight: 500;
    						font-size: 18px;
    						line-height: 1.2;
    						margin: 0 0 15px 0;
    					}
    					> ul {
    						margin: 0 0 20px 0;
    					}
    					ul {
    						li {
    							a {
    								color: $title_text_color;
    								font-family: $font;
    								font-weight: 400;
    								font-size: 16px;
    								line-height: 1.4;
    								margin: 0 0 12px 0;
    							}
    						}
    					}
    
    				}
    			}*/ }
    .footer_container .footer-top__holder ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .footer_container .footer-top__holder ul li {
        background-image: none;
        padding-left: 0; }
        .footer_container .footer-top__holder ul li a {
          text-decoration: none;
          display: inline-block; }
    .footer_container .footer-top__holder > ul {
      column-count: 2; }
      @media only screen and (min-width: 768px) {
        .footer_container .footer-top__holder > ul {
          column-count: 3; } }
      @media only screen and (min-width: 1024px) {
        .footer_container .footer-top__holder > ul {
          column-count: 4; } }
      @media only screen and (max-width: 450px) {
        .footer_container .footer-top__holder > ul {
          column-count: 1; } }
      .footer_container .footer-top__holder > ul > li {
        -webkit-column-break-inside: avoid; }
        .footer_container .footer-top__holder > ul > li > a {
          color: #000;
          font-family: "Metropolis";
          font-weight: 500;
          font-size: 18px;
          line-height: 1.2;
          margin: 0 0 15px 0; }
        .footer_container .footer-top__holder > ul > li > ul {
          margin: 0 0 20px 0; }
        .footer_container .footer-top__holder > ul > li ul li a {
          color: #000;
          font-family: "Source Sans Pro";
          font-weight: 400;
          font-size: 16px;
          line-height: 1.4;
          margin: 0 0 12px 0; }
  @media only screen and (max-width: 568px) {
    .footer_container .footer-top {
      padding: 49px 0 35px 0; } }
.footer_container .footer-bottom {
  background-color: #21409A;
  padding: 29px 0; }
  .footer_container .footer-bottom__holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px; }
    .footer_container .footer-bottom__holder * {
      color: #FFF;
      font-family: "Source Sans Pro";
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      text-decoration: none; }
    .footer_container .footer-bottom__holder .footer_text {
      padding-right: 2px; }
      .footer_container .footer-bottom__holder .footer_text p {
        margin: 0; }
      .footer_container .footer-bottom__holder .footer_text:first-child {
        width: 400px; }
      .footer_container .footer-bottom__holder .footer_text:nth-child(2) {
        width: 300px; }
      .footer_container .footer-bottom__holder .footer_text:nth-child(3) {
        width: 300px; }
      .footer_container .footer-bottom__holder .footer_text:nth-child(4) {
        width: auto; }
    @media only screen and (max-width: 1050px) {
      .footer_container .footer-bottom__holder {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        .footer_container .footer-bottom__holder .footer_text {
          width: 50% !important;
          padding-right: 15px;
          margin-bottom: 12px; } }
    @media only screen and (max-width: 568px) {
      .footer_container .footer-bottom__holder .footer_text {
        width: 100% !important;
        text-align: center;
        margin-bottom: 30px;
        padding-right: 0; } }
  @media only screen and (max-width: 568px) {
    .footer_container .footer-bottom {
      padding: 32px 0 0 0; } }

.error_container, .info_container {
  margin: 0 0 20px 0;
  padding: 10px 18px; }
  @media only screen and (min-width: 1600px) {
    .error_container, .info_container {
      padding: 20px 28px; } }
  .error_container a, .info_container a {
    color: #fff;
    text-decoration: underline; }

.error_container p, .info_container p {
  font-size: 18px;
  color: #000;
  font-weight: 500; }
  .error_container p:first-of-type, .info_container p:first-of-type {
    margin-top: 0; }
  .error_container p:last-of-type, .info_container p:last-of-type {
    margin-bottom: 0; }
  .error_container p:only-child, .info_container p:only-child {
    margin: 0; }

.error_container {
  background: #E50C0C1A;
  border: 1px solid #E50C0C;
  padding: 18px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.info_container {
  background: #4BAE4F1A;
  border: 1px solid #4BAE4F;
  padding: 18px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .info_container .icon {
    display: inline-block;
    color: #FFF;
    width: 43px;
    height: 43px;
    min-width: 43px;
    background-color: #4BAE4F;
    border-radius: 50%;
    margin-right: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .info_container .icon:before {
      font-size: 15px; }
  .info_container p {
    font-size: 18px;
    color: #000;
    font-weight: 500; }

label.error {
  color: #E50C0C;
  font-size: 0.8em;
  line-height: 1.3;
  margin: 5px 0 15px 0;
  display: block; }

.type_item.error input, .type_item.error textarea, .type_item.error .select2-container--default .select2-selection--single {
  border-color: #E50C0C; }

/*! Info and error container END*/
label.error {
  color: #E50C0C;
  font-size: 0.8em;
  line-height: 1.3;
  margin: 5px 0 15px 0;
  display: block; }

.type_item.error input, .type_item.error textarea, .type_item.error .select2-container--default .select2-selection--single {
  border-color: #E50C0C; }

/*
! Info and error container END


 Cookie notice

#cookie_block{
	position: relative;
	display: none;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #d4d7dc;
	padding: 15px 41px 15px 20px;
	z-index: 9999;
	p{
		margin:0;
		line-height: 1.3;
		font-size: 0.9em;
	}
	@include min(1024){
		.cookie_cont{
			display: table;
			table-layout: auto;
			width: 100%;

			.cookie_text{
				display: table-cell;
				vertical-align: top;
				padding-right: 15px;
			}
			.cookie_btn_cell{
				display: table-cell;
				vertical-align: top;
			}
		}
	}
	@include max(1023){
		.cookie_btn_cell{
			padding-top: 20px;
		}
	}
	.hide_cookie_msg{
		display: inline-block;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		color: $theme_color;
		font-size: 1.2em;
		
		&:hover{
			opacity: 0.7;
		}
	}
}
*/
.breadcrumbs-block {
  background-color: #E4E8F3;
  padding: 35px 0;
  text-align: center; }
  .breadcrumbs-block h1 {
    color: #000;
    font-family: "Metropolis";
    font-weight: 600;
    line-height: 1; }

.breadcrumbs {
  display: block;
  margin: 0; }
  .breadcrumbs span, .breadcrumbs a {
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #464646; }
    .breadcrumbs span.last_breadcrumb, .breadcrumbs a.last_breadcrumb {
      color: #000; }
  .breadcrumbs a:hover, .breadcrumbs a:focus {
    text-decoration: underline; }
  .breadcrumbs .breadcrumb_separator {
    display: inline-block;
    margin: 0 2px; }
    .breadcrumbs .breadcrumb_separator:after {
      content: ">";
      vertical-align: 0px;
      display: inline-block;
      font-size: 14px; }
    .breadcrumbs .breadcrumb_separator:first-child {
      display: none; }

/*.phpcaptcha_container{
	.disp_table{
		table-layout: auto;
		width:auto;
	}
	
	.disp_cell{
		vertical-align: top;
	}
	img{
		margin:-15px 0 0 0;
	}
	button{
		background:none;
		@include border-radius(0);
		border:none;
		padding:0;
		height:auto;
		line-height:auto;
		color: $theme_color;
		vertical-align:middle;
		
		span{
			display:inline-block;
			font-size: 20px;
		}
		
		&:after{
			display: none;
		}
	}
}*/
.text_before {
  margin: 0 0 47px 0;
  overflow: hidden; }
  .text_before p {
    font-size: 16px;
    font-weight: 400; }
  .text_before p:first-of-type {
    margin-top: 0; }
  .text_before p:last-of-type {
    margin-bottom: 0; }
  .text_before p:only-child {
    margin: 0; }

/*.text_after{
	margin:25px 0 0 0;
	overflow:hidden;
	
	p:first-of-type{
		margin-top: 0;
	}
	p:last-of-type{
		margin-bottom: 0;
	}
	p:only-child{
		margin: 0;
	}
}*/
/*.album_loading{
	display:none;
	position:fixed;
	z-index:55;
	left:50%;
	top:50%;
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	border-radius:5px;
	background-color: rgba(46, 46, 46, 1);
	@include bg("reused/loading32_dark.gif");
}*/
.pager, .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 32px 0 0 0; }
  .pager li, .pagination li {
    background-image: none; }
  .pager a, .pagination a {
    margin: 0 2px;
    color: #464646;
    font-size: 14px;
    font-family: "Metropolis";
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /*        &:hover {
                background-color: $theme_color;
    			color: #FFF;
            }*/ }
    .pager a.current, .pagination a.current {
      background-color: #21409A;
      color: #FFF; }
  .pager .separator, .pagination .separator {
    margin: 0 7px 0 0; }
  .pager .back_button,
  .pager .forw_button, .pagination .back_button,
  .pagination .forw_button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 0;
    font-size: 17px;
    color: #21409A; }
    .pager .back_button.dis,
    .pager .forw_button.dis, .pagination .back_button.dis,
    .pagination .forw_button.dis {
      color: #9195a1; }
      .pager .back_button.dis:hover,
      .pager .forw_button.dis:hover, .pagination .back_button.dis:hover,
      .pagination .forw_button.dis:hover {
        color: #9195a1; }
    .pager .back_button .icon,
    .pager .forw_button .icon, .pagination .back_button .icon,
    .pagination .forw_button .icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      color: rgba(70, 70, 70, 0.8);
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
    .pager .back_button:hover,
    .pager .forw_button:hover, .pagination .back_button:hover,
    .pagination .forw_button:hover {
      background-color: transparent;
      color: #21409A; }
  .pager .back_button > span, .pagination .back_button > span {
    transform: rotate(180deg); }

.pagination {
  margin: 0; }
  .pagination li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    line-height: 1; }
    .pagination li:before {
      display: none; }
    .pagination li.active a {
      color: #464646;
      font-weight: 500; }
    .pagination li.prev a, .pagination li.next a {
      margin: 0 0 3px;
      color: #464646;
      font-size: 25px; }

/*@import "modules/ew_years_months_select";
@import "modules/ew_sidebar";*/
.cookie_container {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  padding: 30px 0 20px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media only screen and (max-width: 767px) {
    .cookie_container {
      padding: 20px 0 15px 0; } }
  .cookie_container .global_container {
    position: relative; }
  .cookie_container .save_cookies {
    padding: 0 20px !important; }
    .cookie_container .save_cookies:after {
      display: none !important; }
  .cookie_container .hide_cookie_bar {
    background: none;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #464646;
    position: absolute;
    right: 5px;
    top: 0;
    border: none;
    cursor: pointer; }
    .cookie_container .hide_cookie_bar:after {
      display: none; }
  .cookie_container .cookie_text_above {
    padding: 0 30px 15px 0; }
    .cookie_container .cookie_text_above h1:first-child, .cookie_container .cookie_text_above h1:first-of-type, .cookie_container .cookie_text_above h2:first-child, .cookie_container .cookie_text_above h2:first-of-type, .cookie_container .cookie_text_above h3:first-child, .cookie_container .cookie_text_above h3:first-of-type, .cookie_container .cookie_text_above h4:first-child, .cookie_container .cookie_text_above h4:first-of-type, .cookie_container .cookie_text_above h5:first-child, .cookie_container .cookie_text_above h5:first-of-type, .cookie_container .cookie_text_above h6:first-child, .cookie_container .cookie_text_above h6:first-of-type, .cookie_container .cookie_text_above p:first-child, .cookie_container .cookie_text_above p:first-of-type {
      margin-top: 0; }
    .cookie_container .cookie_text_above h3 {
      margin-bottom: 13px; }
    .cookie_container .cookie_text_above a {
      font-weight: 500; }
    .cookie_container .cookie_text_above p {
      font-size: 12px;
      color: #464646;
      font-weight: 400; }
  .cookie_container .cookies_checkboxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .cookie_container .cookies_checkboxes .labels_wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .cookie_container .cookies_checkboxes label {
      margin: 5px 30px 12px 0;
      padding-left: 23px;
      font-size: 14px; }
      .cookie_container .cookies_checkboxes label .checkbox_design, .cookie_container .cookies_checkboxes label .radio_design {
        top: 3px; }
    .cookie_container .cookies_checkboxes button {
      vertical-align: 3px;
      margin: 0 15px 10px 0; }
      .cookie_container .cookies_checkboxes button.loading {
        display: none; }
  .cookie_container .error_message {
    margin: -10px 0 13px 0; }
  .cookie_container .toggle_cookies_block {
    cursor: pointer;
    color: #3a3a3a;
    text-transform: uppercase; }
    .cookie_container .toggle_cookies_block span {
      color: #464646;
      display: inline-block;
      font-size: 14px;
      margin-left: 6px;
      vertical-align: -1px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .cookie_container .toggle_cookies_block.open span {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
  .cookie_container .cookies_pop {
    position: relative; }
  .cookie_container .sections_texts {
    margin-top: 12px;
    background: #fff;
    height: 230px;
    overflow-y: auto; }
    .cookie_container .sections_texts .sections_padding {
      padding: 22px 15px 22px 23px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .sections_texts .sections_padding {
          padding: 15px 10px 22px 14px; } }
    .cookie_container .sections_texts .one_section {
      font-size: 14px;
      padding-bottom: 15px; }
      .cookie_container .sections_texts .one_section * {
        font-size: 14px; }
      .cookie_container .sections_texts .one_section h3 {
        font-weight: 600;
        margin: 0 0 5px;
        font-size: 14px;
        text-transform: uppercase; }
      .cookie_container .sections_texts .one_section h1:first-child, .cookie_container .sections_texts .one_section h1:first-of-type, .cookie_container .sections_texts .one_section h2:first-child, .cookie_container .sections_texts .one_section h2:first-of-type, .cookie_container .sections_texts .one_section h3:first-child, .cookie_container .sections_texts .one_section h3:first-of-type, .cookie_container .sections_texts .one_section h4:first-child, .cookie_container .sections_texts .one_section h4:first-of-type, .cookie_container .sections_texts .one_section h5:first-child, .cookie_container .sections_texts .one_section h5:first-of-type, .cookie_container .sections_texts .one_section h6:first-child, .cookie_container .sections_texts .one_section h6:first-of-type, .cookie_container .sections_texts .one_section p:first-child, .cookie_container .sections_texts .one_section p:first-of-type {
        margin-top: 0; }
      .cookie_container .sections_texts .one_section p {
        color: #333; }
      .cookie_container .sections_texts .one_section p:only-child {
        margin: 0; }
  .cookie_container .btn-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px; }

.cookie_inner_section {
  margin: 0 0 40px 0; }
  .cookie_inner_section h3 {
    margin: 0 0 10px 0; }

.cookie_text_inner {
  margin: 0 0 30px 0; }
  .cookie_text_inner h1:first-child, .cookie_text_inner h1:first-of-type, .cookie_text_inner h2:first-child, .cookie_text_inner h2:first-of-type, .cookie_text_inner h3:first-child, .cookie_text_inner h3:first-of-type, .cookie_text_inner h4:first-child, .cookie_text_inner h4:first-of-type, .cookie_text_inner h5:first-child, .cookie_text_inner h5:first-of-type, .cookie_text_inner h6:first-child, .cookie_text_inner h6:first-of-type, .cookie_text_inner p:first-child, .cookie_text_inner p:first-of-type {
    margin-top: 0; }

.form_mod, form {
  margin: 0 0 32px 0; }
  @media only screen and (min-width: 1024px) {
    .form_mod, form {
      margin: 0 0 82px 0; } }
  .form_mod .type_item, form .type_item {
    margin: 0 0 12px 0; }
    .form_mod .type_item.error .type_error, form .type_item.error .type_error {
      display: block; }
    .form_mod .type_item.error input[type=email], form .type_item.error input[type=email] {
      background-image: url(../img/mail_error.png); }
  .form_mod .type_question, form .type_question {
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 6px 0;
    display: inline-block; }
    .form_mod .type_question.required:before, form .type_question.required:before {
      content: "* ";
      color: #E50C0C; }
  .form_mod .type_error, form .type_error {
    display: none; }
  .form_mod .rules_txt, form .rules_txt {
    padding-left: 24px; }
    .form_mod .rules_txt p:only-child, form .rules_txt p:only-child {
      margin: 0; }
  .form_mod .field_info, form .field_info {
    color: #999;
    font-size: 12px; }

.submenu {
  max-width: 290px; }
  @media only screen and (max-width: 1023px) {
    .submenu {
      display: none; } }
  .submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; }
    .submenu a.active, .submenu a.in-path {
      color: #21409A !important; }
  .submenu__ul--lvl1 {
    margin-top: 16px; }
  .submenu__ul--lvl2 {
    margin-top: 12px;
    padding-left: 16px; }
  .submenu__ul--lvl3 {
    margin-top: 5px;
    padding-left: 12px; }
  .submenu__li--lvl1 {
    padding: 15px 12px;
    background-color: #E4E8F3; }
    .submenu__li--lvl1 > .submenu__a > a {
      font-size: 16px;
      font-family: "Metropolis";
      display: inline-block;
      color: #000;
      font-weight: 500;
      width: 100%;
      line-height: 18px; }
    .submenu__li--lvl1:not(:last-child) {
      margin-bottom: 8px; }
  .submenu__li--lvl2 {
    background-color: #fff;
    padding: 8px; }
    .submenu__li--lvl2.has-childs .icon {
      font-size: 17px !important; }
    .submenu__li--lvl2:not(:last-child) {
      margin-bottom: 4px; }
  .submenu__li--lvl3 a {
    font-size: 13px; }
  .submenu__li--lvl3.has-childs .icon {
    font-size: 14px !important; }
  .submenu__li--lvl3:not(:last-child) {
    margin-bottom: 8px; }
  .submenu__li--lvl4 a {
    font-size: 12px; }
  .submenu__li--lvl4.has-childs .icon {
    font-size: 11px !important; }
  .submenu__li--lvl4:not(:last-child) {
    margin-bottom: 4px; }
  .submenu__a a {
    margin-right: 8px; }
    .submenu__a a:hover, .submenu__a a:focus {
      color: #21409A; }
  .submenu__a.has-childs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .submenu__a.has-childs .icon {
      cursor: pointer;
      color: #21409A;
      font-size: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: auto; }
    .submenu__a.has-childs + ul {
      display: none; }
    .submenu__a.has-childs.active .icon em {
      display: inline-block;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .submenu__a.has-childs.active + ul {
      display: block; }

/*
@import "modules/accreditation";
@import "modules/acts";
@import "modules/blocks";
@import "modules/catalog";
@import "modules/faq";
@import "modules/legislation";
@import "modules/plain";
@import "modules/postform";
@import "modules/postform_widget";
@import "modules/promoblock";
@import "modules/quiz";
@import "modules/quotes";
@import "modules/reportbug";
@import "modules/comments";
*/
/* Childlist start */
.childlist_cont {
  margin: 0 0 65px 0; }
  .childlist_cont ul li {
    background-image: none;
    margin-bottom: 17px; }
    .childlist_cont ul li a {
      min-height: 101px;
      background-color: #E4E8F3;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      @Include flex-flow(row nowrap);
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      padding: 10px 70px 10px 20px;
      color: #000;
      font-family: "Metropolis";
      font-size: 18px;
      font-weight: 500;
      line-height: 1.2;
      word-break: break-word; }
      .childlist_cont ul li a .ornament-block {
        background-color: #FFF;
        width: 66px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 0 0 5px; }
        .childlist_cont ul li a .ornament-block:before {
          content: "";
          display: block;
          width: 1px;
          height: 100%;
          background-color: #21409A;
          position: absolute;
          right: 38px;
          top: 0;
          z-index: 1; }
        .childlist_cont ul li a .ornament-block > span {
          width: 45px;
          height: 51px;
          background-color: #21409A;
          color: #FFF;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          z-index: 2;
          border-top: 3px solid white;
          border-bottom: 3px solid white;
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
      .childlist_cont ul li a:hover .ornament-block > span {
        background-color: #FFF;
        color: #21409A; }

/* Childlist end */
/* Galerija list */
.gallery_list {
  margin: 0; }
  .gallery_list .gallery_popup {
    cursor: pointer; }

/* Galerijos popup end*/
.album_container #image_gallery {
  margin: 0;
  padding: 0; }
  .album_container #image_gallery li {
    background: none;
    float: left;
    padding: 0; }
    .album_container #image_gallery li img {
      max-width: 150px; }

/* Youtube gallery list*/
/* Youtube gallery list end*/
.poll__index {
  text-align: center; }
  .poll__index .start {
    margin-bottom: 15px; }
.poll__form .type_item.submit {
  margin-top: 22px;
  max-width: 488px; }
.poll__results .results__list:not(:last-child) {
  margin-bottom: 56px; }
.poll__results .results__item {
  max-width: 742px; }
  .poll__results .results__item .answer-values {
    margin-bottom: 10px; }
    .poll__results .results__item .answer-values .name {
      font-size: 14px; }
  .poll__results .results__item .progress-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .poll__results .results__item .progress-wrapper .answer-progress {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #E4E8F3;
      height: 45px;
      width: 100%; }
      .poll__results .results__item .progress-wrapper .answer-progress .progress {
        background-color: #21409A;
        height: 100%; }
        .poll__results .results__item .progress-wrapper .answer-progress .progress .block {
          width: 21px;
          height: 21px;
          background-color: #21409A; }
    .poll__results .results__item .progress-wrapper .value {
      width: 70px;
      color: #21409A;
      font-family: "Metropolis";
      font-size: 14px;
      font-weight: 600;
      margin-left: 10px; }
      @media only screen and (min-width: 768px) {
        .poll__results .results__item .progress-wrapper .value {
          font-size: 18px;
          margin-left: 18px; } }
  .poll__results .results__item:not(:last-child) {
    margin-bottom: 16px; }
.poll__results .results .total-results {
  font-size: 14px;
  margin-top: 8px; }

.globalnews__filters {
  margin-bottom: 46px; }
  .globalnews__filters .years_months_selectable_filters {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px; }
    @media only screen and (min-width: 768px) {
      .globalnews__filters .years_months_selectable_filters {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .globalnews__filters .years_list, .globalnews__filters .months_list, .globalnews__filters .category {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .globalnews__filters .years_list, .globalnews__filters .months_list, .globalnews__filters .category {
        max-width: 188px; } }
  .globalnews__filters .category {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .globalnews__filters .category {
        max-width: 288px; }
        .globalnews__filters .category .select2 {
          max-width: 288px; } }
  .globalnews__filters label {
    display: block;
    margin-bottom: 6px;
    color: #000; }
  .globalnews__filters .filter_reset {
    display: block;
    margin-top: 8px; }
    .globalnews__filters .filter_reset span {
      vertical-align: -1px;
      margin-right: 5px; }
.globalnews__list {
  display: grid;
  gap: 50px 12px;
  grid-template-columns: 1fr; }
  @media only screen and (min-width: 576px) {
    .globalnews__list {
      grid-template-columns: 1fr 1fr; } }
.globalnews__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none; }
  .globalnews__item a img {
    width: 100%;
    object-fit: cover; }
  .globalnews__item a:hover {
    text-decoration: none; }
    .globalnews__item a:hover .empty-button-gold {
      background-color: transparent; }
      .globalnews__item a:hover .empty-button-gold:after {
        color: #BA9F5E;
        background-color: transparent; }
.globalnews__item .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  margin-top: 15px;
  height: 100%; }
.globalnews__item .meta .date {
  color: #21409A;
  font-size: 14px;
  font-weight: 500;
  font-family: "Metropolis"; }
.globalnews__item .meta .short {
  font-weight: 400;
  font-size: 14px; }
.globalnews__item .read-more {
  position: relative;
  margin-left: auto; }
  .globalnews__item .read-more:before, .globalnews__item .read-more:after {
    content: '';
    display: block;
    width: 1px;
    margin: 0 auto;
    height: calc(50% - 32px);
    min-height: 36px;
    background-color: #BA9F5E; }
  .globalnews__item .read-more:before {
    margin-bottom: 9px; }
  .globalnews__item .read-more:after {
    margin-top: 9px; }
.globalnews__preview .news_inner a.news_image {
  display: block;
  text-align: center;
  margin-bottom: 27px; }
.globalnews__preview .photos_gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 40px;
  gap: 12px; }
  @media only screen and (min-width: 1200px) {
    .globalnews__preview .photos_gallery {
      grid-template-columns: repeat(auto-fit, minmax(280px, 280px)); } }
  .globalnews__preview .photos_gallery img {
    width: 100%;
    object-fit: cover; }

.projectsmap__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 588px;
  margin: 0 auto;
  background-color: #E4E8F3;
  margin-bottom: 42px;
  position: relative;
  min-height: 50px; }
  @media only screen and (min-width: 768px) {
    .projectsmap__nav {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .projectsmap__nav a {
    font-family: "Metropolis";
    font-weight: 400;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 18px); }
    .projectsmap__nav a:first-child {
      border-bottom: 1px solid #21409A; }
      @media only screen and (min-width: 768px) {
        .projectsmap__nav a:first-child {
          height: 36px;
          line-height: 36px;
          border-bottom: 0;
          border-right: 1px solid #21409A; } }
    .projectsmap__nav a:hover, .projectsmap__nav a:focus {
      text-decoration: none;
      color: #21409A; }
    .projectsmap__nav a.active {
      font-weight: 500;
      color: #21409A; }

.projectsmap_parent {
  position: relative; }
  .projectsmap_parent .cats_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px 12px; }
    @media only screen and (min-width: 576px) {
      .projectsmap_parent .cats_list {
        grid-template-columns: 1fr 1fr; } }
    .projectsmap_parent .cats_list .one_cat {
      background-color: #E4E8F3;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px 20px; }
      .projectsmap_parent .cats_list .one_cat .cat_img {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin-right: 25px; }
        .projectsmap_parent .cats_list .one_cat .cat_img img {
          max-width: 44px; }
      .projectsmap_parent .cats_list .one_cat .cat_text {
        font-size: 16px;
        color: #000; }
  .projectsmap_parent .projects_map_radios {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .projectsmap_parent .catfilter {
    padding: 10px 8px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 44; }
    @media only screen and (max-width: 600px) {
      .projectsmap_parent .catfilter {
        right: 10px;
        top: 10px;
        padding: 10px; } }
    .projectsmap_parent .catfilter .catfilter_tbl .cat_title {
      font-size: 14px;
      margin-bottom: 8px; }
    .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat {
      margin: 0 2px;
      padding: 0;
      cursor: pointer;
      overflow: visible; }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat .cat_design {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        vertical-align: middle;
        border: 0;
        width: 33px;
        height: 33px;
        line-height: 33px;
        opacity: 1;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        @media only screen and (max-width: 600px) {
          .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat .cat_design {
            width: 24px;
            height: 24px;
            line-height: 16px; } }
        @media only screen and (max-width: 400px) {
          .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat .cat_design {
            width: 27px; } }
        @media only screen and (max-width: 350px) {
          .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat .cat_design {
            width: 24px; } }
        .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat .cat_design img {
          max-height: 100%;
          vertical-align: middle;
          width: 25px;
          height: 25px; }
          @media only screen and (max-width: 600px) {
            .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat .cat_design img {
              width: 15px;
              height: 15px; } }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat.active .cat_design {
        opacity: 1; }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat.dblue {
        background-color: #21409A; }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat.purple {
        background-color: #af65cb; }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat.red {
        background-color: #e50c0c; }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat.lred {
        background-color: #db5c3c; }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat.green {
        background-color: #16ab02; }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat.dgreen {
        background-color: #155923; }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat.brown {
        background-color: #ba9f5e; }
      .projectsmap_parent .catfilter .catfilter_tbl .one_filter_cat.yellow {
        background-color: #f5c332; }
    .projectsmap_parent .catfilter .catfilter_tbl .clear_filter {
      vertical-align: middle;
      font-size: 11px;
      width: 22px;
      height: 22px;
      background: #464646;
      line-height: 24px;
      text-align: center;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      vertical-align: -5px;
      position: absolute;
      right: 6px;
      top: 16px;
      display: none;
      color: #fff; }

.projectsmap_text_before,
.projectsmap_text_after {
  margin: 0 0 30px 0; }
  .projectsmap_text_before *:first-child,
  .projectsmap_text_after *:first-child {
    margin-top: 0; }
  .projectsmap_text_before *:last-child,
  .projectsmap_text_after *:last-child {
    margin-bottom: 0; }

#projectsmap {
  height: 351px; }
  #projectsmap.fullmap {
    height: 500px; }
    @media only screen and (max-width: 767px) {
      #projectsmap.fullmap {
        height: 400px; } }

.listmap_parent {
  position: relative;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16); }

.infoBox {
  width: 420px; }
  @media only screen and (max-width: 499px) {
    .infoBox {
      width: 260px; } }
  .infoBox:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -10px;
    display: block;
    z-index: 1;
    border: 0 none;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .infoBox > img {
    display: none !important; }
  .infoBox > div {
    position: relative;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16); }
  .infoBox .category_side {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e8f3; }
    .infoBox .category_side .c_icon {
      margin-right: 10px; }
      .infoBox .category_side .c_icon img {
        width: 35px;
        display: block;
        margin: 0 auto; }
    .infoBox .category_side .c_title {
      font-size: 14px;
      font-family: 'Roboto', sans-serif; }
  .infoBox .project_side {
    padding-top: 10px; }
    .infoBox .project_side .p_title {
      font-weight: bold; }
    .infoBox .project_side .p_info {
      margin-top: 6px;
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .infoBox .project_side .p_info .i_item {
        padding-right: 10px; }
        .infoBox .project_side .p_info .i_item > * {
          color: #000;
          font-size: 14px;
          font-weight: 400; }
        .infoBox .project_side .p_info .i_item .i_title {
          color: #464646; }
    .infoBox .project_side .p_btns {
      border-top: 1px solid #e4e8f3;
      padding-top: 10px;
      margin-top: 9px;
      text-align: right; }
      .infoBox .project_side .p_btns button {
        padding: 0;
        background-color: transparent;
        color: #000;
        height: auto;
        line-height: inherit; }
        .infoBox .project_side .p_btns button:after {
          display: none; }
      .infoBox .project_side .p_btns .close_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
        color: #464646;
        display: inline-block;
        vertical-align: middle;
        border: 0 none;
        outline: none; }
        .infoBox .project_side .p_btns .close_btn:hover, .infoBox .project_side .p_btns .close_btn:focus {
          text-decoration: none; }

.projectsmap_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.47;
  z-index: 45;
  display: none; }

.projectsmap_sidebar {
  position: fixed;
  top: 50%;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 918px;
  padding: 20px;
  background: #fff;
  z-index: 46;
  overflow-y: auto;
  height: fit-content;
  max-height: calc(100vh - 40px);
  display: none; }
  .projectsmap_sidebar.visible {
    display: block; }
  .projectsmap_sidebar a.sidebar_close {
    position: absolute;
    top: 14px;
    right: 20px;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    font-size: 25px; }
    .projectsmap_sidebar a.sidebar_close:hover {
      color: #21409A; }
  .projectsmap_sidebar .box_header {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    margin: 0 0 17px 0; }
    .projectsmap_sidebar .box_header .c_icon, .projectsmap_sidebar .box_header .c_title {
      display: table-cell;
      vertical-align: middle;
      font-weight: 400;
      padding: 20px 22px 20px 0; }
    .projectsmap_sidebar .box_header .c_icon {
      width: 55px;
      padding-right: 5px; }
      .projectsmap_sidebar .box_header .c_icon img {
        display: block;
        max-width: 40px;
        max-height: 35px;
        width: auto;
        height: auto; }
  .projectsmap_sidebar .box_content .project_title {
    font-weight: bold; }
  .projectsmap_sidebar .project_q_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 52px;
    width: 100%;
    margin-top: 20px; }
    .projectsmap_sidebar .project_q_info .meta_title {
      font-size: 14px;
      font-weight: 400; }
    .projectsmap_sidebar .project_q_info .meta_value {
      color: #000;
      font-size: 14px;
      font-weight: 400; }
  .projectsmap_sidebar .project_image {
    margin-top: 16px; }
  .projectsmap_sidebar div.project_formatted {
    /*margin-top: 20px;*/ }
    .projectsmap_sidebar div.project_formatted p, .projectsmap_sidebar div.project_formatted td, .projectsmap_sidebar div.project_formatted th, .projectsmap_sidebar div.project_formatted div, .projectsmap_sidebar div.project_formatted li {
      color: #333333;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.31px;
      line-height: 16px; }
  .projectsmap_sidebar .c_title {
    font-size: 18px; }

.c_title {
  font-weight: bold;
  /*	&[data-color="purple"],
  	&.purple{
  		color: #b065cc;
  	}
  	&[data-color="red"],
  	&.red{
  		color: #db5c3c;
  	}
  	&[data-color="teal"],
  	&.teal{
  		color: #73b151;
  	}
  	&[data-color="green"],
  	&.green{
  		color: #16ab02;
  	}
  	&[data-color="lblue"],
  	&.lblue{
  		color: #4790e6;
  	}
  	&[data-color="llblue"],
  	&.llblue{
  		color: #3eb3ff;
  	}
  	&[data-color="dblue"],
  	&.dblue{
  		color: #2e00cc;
  	}
  	&[data-color="yellow"],
  	&.yellow{
  		color: #f5c332;
  	}
  	&[data-color="dgreen"],
  	&.dgreen{
  		color: #155923;
  	}*/ }

.gm-control-active {
  box-shadow: none !important;
  border-radius: 0px !important; }

.problemsmap_action_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-top: 30px; }
  .problemsmap_action_buttons .mygtukas.reverse {
    background: #fff;
    color: #21409A; }
  .problemsmap_action_buttons .mygtukas:first-child {
    margin-right: 16px; }
  .problemsmap_action_buttons .mygtukas:last-child {
    margin-left: 16px; }

.items_list.problemsmap_list {
  padding-top: 32px; }
  .items_list.problemsmap_list .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #21409A; }
    .items_list.problemsmap_list .item .icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      margin-right: 16px; }
      .items_list.problemsmap_list .item .icon img {
        width: 100%;
        max-width: 55px; }
      @media only screen and (min-width: 768px) {
        .items_list.problemsmap_list .item .icon {
          margin-right: 44px; } }
    .items_list.problemsmap_list .item .title_container {
      margin-bottom: 22px; }
      .items_list.problemsmap_list .item .title_container .title {
        font-family: "Metropolis";
        font-weight: 500; }
    .items_list.problemsmap_list .item .content {
      margin-right: auto; }
    .items_list.problemsmap_list .item .read-more {
      position: relative;
      margin-left: 20px; }
      .items_list.problemsmap_list .item .read-more:before, .items_list.problemsmap_list .item .read-more:after {
        content: '';
        display: block;
        width: 1px;
        margin: 0 auto;
        height: calc(50% - 32px);
        min-height: 25px;
        background-color: #21409A; }
      .items_list.problemsmap_list .item .read-more:before {
        margin-bottom: 9px; }
      .items_list.problemsmap_list .item .read-more:after {
        margin-top: 9px; }
    .items_list.problemsmap_list .item .meta_info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 12px; }
      .items_list.problemsmap_list .item .meta_info .project_value,
      .items_list.problemsmap_list .item .meta_info .project_period {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px; }
      .items_list.problemsmap_list .item .meta_info .project_value {
        margin-right: 40px; }
        .items_list.problemsmap_list .item .meta_info .project_value .text {
          color: #464646; }
        .items_list.problemsmap_list .item .meta_info .project_value .value {
          color: #000; }

.list_category form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  gap: 10px; }
  .list_category form .type_item .select2 {
    max-width: 288px; }
  .list_category form .type_item.submit {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }
  .list_category form .reset_link {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }
  .list_category form .required {
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 700; }
.list_category .button_search {
  margin: 0 16px; }
  @media only screen and (max-width: 491px) {
    .list_category .button_search {
      margin: 16px 16px 0 0; } }
.list_category .reset_link {
  display: inline-block;
  margin-top: 2px;
  color: #d03c28;
  font-weight: 400;
  text-decoration: underline;
  height: 50px;
  line-height: 46px; }

.gm-iv-address-link {
  top: 67px;
  left: 0;
  line-height: 1; }

.eventscalendar__filter .inp_title {
  margin-bottom: 6px; }
.eventscalendar__filter .event_search_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px; }
  @media only screen and (min-width: 1024px) {
    .eventscalendar__filter .event_search_fields {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .eventscalendar__filter .event_search_fields .es_field {
    width: 100%; }
    .eventscalendar__filter .event_search_fields .es_field .select2 {
      min-width: 188px;
      width: 100% !important; }
    @media only screen and (min-width: 1024px) {
      .eventscalendar__filter .event_search_fields .es_field.type_input {
        max-width: 288px; } }
    @media only screen and (min-width: 1024px) {
      .eventscalendar__filter .event_search_fields .es_field.type_input input {
        width: 288px; } }
    .eventscalendar__filter .event_search_fields .es_field.submits {
      text-align: right; }
      @media only screen and (min-width: 1024px) {
        .eventscalendar__filter .event_search_fields .es_field.submits {
          text-align: left; } }
  .eventscalendar__filter .event_search_fields .hide_mobile {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .eventscalendar__filter .event_search_fields .hide_mobile {
        display: block; } }
.eventscalendar__list {
  display: grid;
  gap: 50px 12px;
  grid-template-columns: 1fr; }
  @media only screen and (min-width: 576px) {
    .eventscalendar__list {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 1024px) {
    .eventscalendar__list {
      grid-template-columns: 1fr 1fr 1fr; } }
.eventscalendar__item .read-more:before, .eventscalendar__item .read-more:after {
  background-color: transparent;
  min-height: 0; }
.eventscalendar__item .meta .date {
  margin-bottom: 3px; }
  .eventscalendar__item .meta .date .time {
    margin-left: 16px; }
.eventscalendar__item .meta .location, .eventscalendar__item .meta .date {
  color: #21409A;
  font-size: 16px;
  font-weight: 500;
  font-family: "Metropolis"; }
.eventscalendar__item:hover .read-more .mygtukas, .eventscalendar__item:focus .read-more .mygtukas {
  background-color: transparent !important; }
  .eventscalendar__item:hover .read-more .mygtukas:after, .eventscalendar__item:focus .read-more .mygtukas:after {
    background-color: transparent !important;
    color: #21409A !important; }
.eventscalendar__preview .title h1 {
  margin-top: 0; }
.eventscalendar__preview .meta {
  max-width: 728px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 26px;
  background-color: #E4E8F3; }
  @media only screen and (min-width: 576px) {
    .eventscalendar__preview .meta {
      gap: 12px 24px; } }
  @media only screen and (min-width: 768px) {
    .eventscalendar__preview .meta {
      gap: 16px 42px; } }
  .eventscalendar__preview .meta .date, .eventscalendar__preview .meta .time, .eventscalendar__preview .meta .location {
    font-size: 12px;
    font-family: "Metropolis";
    color: #000; }
    @media only screen and (min-width: 576px) {
      .eventscalendar__preview .meta .date, .eventscalendar__preview .meta .time, .eventscalendar__preview .meta .location {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      .eventscalendar__preview .meta .date, .eventscalendar__preview .meta .time, .eventscalendar__preview .meta .location {
        font-size: 16px; } }
    .eventscalendar__preview .meta .date .icon, .eventscalendar__preview .meta .time .icon, .eventscalendar__preview .meta .location .icon {
      font-size: 16px;
      color: #21409A;
      margin-right: 10px;
      vertical-align: -2px; }
      @media only screen and (min-width: 576px) {
        .eventscalendar__preview .meta .date .icon, .eventscalendar__preview .meta .time .icon, .eventscalendar__preview .meta .location .icon {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) {
        .eventscalendar__preview .meta .date .icon, .eventscalendar__preview .meta .time .icon, .eventscalendar__preview .meta .location .icon {
          font-size: 25px; } }
.eventscalendar__preview .text {
  margin-top: 46px; }

/*
 Tree structure using CSS:
 http://stackoverflow.com/questions/14922247/how-to-get-a-tree-in-html-using-pure-css
*/
.structure_parent {
  margin: 0; }
  .structure_parent a {
    text-decoration: none;
    font-weight: 400; }

.structure_parent > ul {
  /*	background-position: left 8px;
  	background-repeat:no-repeat;
  	background-image: url("../img/dot1.png");*/
  margin-bottom: 40px;
  height: 100%; }

.structure_parent > ul, .structure_parent > ul ul {
  list-style-type: none;
  margin: 0 0 0 0px;
  padding: 0;
  position: relative;
  overflow: hidden; }

.structure_parent > ul ul ul {
  padding: 4px 0 2px 0; }

.structure_parent > ul li, .structure_parent > ul ul {
  background: none;
  margin: 0;
  padding: 0;
  overflow: visible; }

.structure_parent > ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  position: relative; }

.structure_parent > ul > li {
  padding: 0 0 0 30px; }

.link_cont {
  margin: 0px 0 -1px -10px; }

.link_cont a {
  display: inline-block; }

.structure_parent > ul > li > ul > li > .link_cont {
  margin: 13px 0 0 -13px; }

.link_cont a:hover {
  text-decoration: none !important; }

.structure_parent > ul li::before, .structure_parent > ul li::after {
  content: '';
  position: absolute;
  left: 0; }

/* horizontal line on inner list items */
.structure_parent > ul li::before {
  border-top: 1px solid #21409A;
  top: 13px;
  width: 26px;
  left: -24px;
  height: 0; }

.structure_parent > ul > li {
  border-top: none; }
  .structure_parent > ul > li > .link_cont a {
    font-family: "Metropolis";
    font-size: 32px;
    color: #21409A; }

.structure_parent > ul > li > ul > li {
  border-top: none; }
  .structure_parent > ul > li > ul > li > .link_cont a {
    font-family: "Metropolis";
    font-size: 18px;
    color: #000; }

.structure_parent > ul > li::before {
  border-top: none; }

.structure_parent > ul > li > ul > li > ul > li::before {
  top: 21px;
  width: 30px;
  left: -24px; }

/* vertical line on list items */
.structure_parent > ul li:after {
  border-left: 1px solid #21409A;
  height: 93%;
  /* nes neveikia ant Safari*/
  height: -moz-calc(100% - 28px);
  height: -webkit-calc(100% - 28px);
  height: calc(100% - 28px);
  width: 0px;
  top: 16px;
  left: 6px; }

.structure_parent > ul > li > ul li:after {
  height: 66%;
  /* nes neveikia ant Safari*/
  height: -moz-calc(100% - 28px);
  height: -webkit-calc(100% - 28px);
  height: calc(100% - 28px); }

/* lower line on list items from the first level because they don't have parents */
.structure_parent > ul > li::after {
  top: 17px;
  left: 5px;
  padding-bottom: 20px; }

.structure_parent > ul > li li li::after {
  border: none; }

.structure_parent > ul > li li li::before {
  left: -27px; }

.structure_parent > ul > li:first-child:before {
  top: 32px; }

/* hide line from the last of the first level list items */
.structure_parent > ul > li > ul > li {
  background-position: left 7px;
  background-repeat: no-repeat;
  background-image: url("../img/dot2.svg"); }

.structure_parent > ul > li > ul > li {
  background-position: 2px 9px;
  background-repeat: no-repeat;
  background-image: url("../img/dot2.svg"); }

.structure_parent > ul li, .structure_parent > ul li a {
  color: #464646; }

.structure_parent > ul li:hover, .structure_parent > ul li a:hover {
  color: #464646; }

.structure_parent > ul li li li a, .structure_parent > ul li li li {
  color: #464646;
  font-weight: normal;
  padding: 5px 0 0 12px; }

.structure_parent > ul li li li a:hover, .structure_parent > ul li li li:hover {
  color: #464646; }

.structure_parent > ul > li {
  background-position: 0px 6px;
  background-repeat: no-repeat;
  background-image: url("../img/dot1.svg");
  margin-bottom: 50px; }

.structure_parent > ul > li:last-child::after, .structure_parent > ul > li:last-child {
  padding-bottom: 0px; }

/* Module Site tree END */
.topicslist .category-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-family: "Metropolis";
  font-weight: 500;
  color: #000;
  background-color: #E4E8F3;
  min-height: 60px;
  padding: 8px 8px 8px 20px;
  cursor: pointer; }
  .topicslist .category-title .empty-button-toggle {
    margin-left: 8px !important; }
    .topicslist .category-title .empty-button-toggle:after {
      transition: none !important;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .topicslist .category-title[data-category-role="open"] .empty-button-toggle:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
.topicslist .category .topics {
  background-color: #fff;
  padding: 5px 8px 5px 20px;
  padding-bottom: 0; }
  .topicslist .category .topics .topic-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    font-family: "Metropolis";
    font-weight: 500;
    color: #000;
    cursor: pointer; }
    .topicslist .category .topics .topic-title .empty-button-toggle-transparent {
      margin-left: 8px !important; }
      .topicslist .category .topics .topic-title .empty-button-toggle-transparent:after {
        transition: none !important;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .topicslist .category .topics .topic-title[data-topic-role="open"] .empty-button-toggle-transparent:after {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .topicslist .category .topics .topic-description {
    margin-bottom: 5px;
    max-width: calc(100% - 32px); }
    @media only screen and (min-width: 1024px) {
      .topicslist .category .topics .topic-description {
        max-width: calc(100% - 57px); } }
    .topicslist .category .topics .topic-description p:first-of-type {
      margin-top: 0; }
    .topicslist .category .topics .topic-description p:last-of-type {
      margin-bottom: 0; }
  .topicslist .category .topics.show {
    display: block; }
.topicslist .category:not(:last-child) {
  margin-bottom: 10px; }
.topicslist .category .visible {
  display: block; }
.topicslist .category .hidden {
  display: none; }

.seniunijos * {
  /*font-family: $font_open_sans;*/ }
.seniunijos__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px; }
.seniunijos__item .wrapper a {
  font-size: 14px;
  display: block;
  padding: 0 1.15rem;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .seniunijos__item .wrapper a:hover, .seniunijos__item .wrapper a:focus {
    color: #fff;
    border-color: #21409A;
    background-color: #21409A;
    text-decoration: none; }
  .seniunijos__item .wrapper a.true {
    color: #fff;
    border-color: #21409A;
    background-color: #21409A; }
.seniunijos__blocks {
  margin-top: 2.9rem;
  margin-bottom: 2.9rem; }
  @media only screen and (min-width: 1024px) {
    .seniunijos__blocks {
      margin-bottom: 5.8rem; } }
  .seniunijos__blocks > .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.2rem -1.1rem; }
.seniunijos__block {
  padding: 2.2rem 1.1rem;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media only screen and (min-width: 576px) {
    .seniunijos__block {
      width: 50%; } }
  @media only screen and (min-width: 991px) {
    .seniunijos__block {
      width: 33.33333%; } }
  .seniunijos__block .wrapper {
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
  .seniunijos__block--a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .seniunijos__block--a > .wrapper {
      padding: 3.2rem;
      border: 1px solid #F9F7F4; }
      .seniunijos__block--a > .wrapper * {
        font-size: 1.4rem; }
      .seniunijos__block--a > .wrapper > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .seniunijos__block--a > .wrapper > div:not(:last-child) {
          margin-bottom: 2.4rem; }
      .seniunijos__block--a > .wrapper .icon {
        margin-right: 11px;
        color: #107E65; }
      .seniunijos__block--a > .wrapper .icon-location {
        font-size: 27px;
        margin-right: 11px;
        padding-left: 4px; }
      .seniunijos__block--a > .wrapper .icon-mail {
        font-size: 18px; }
      .seniunijos__block--a > .wrapper .icon-phone {
        font-size: 21px; }
      .seniunijos__block--a > .wrapper .icon-clock {
        font-size: 25px; }
      .seniunijos__block--a > .wrapper a, .seniunijos__block--a > .wrapper span {
        display: inline-block;
        font-weight: 600; }
  .seniunijos__block--b > .wrapper {
    padding: 3.2rem 2.1rem;
    border: 1px solid #F9F7F4; }
    .seniunijos__block--b > .wrapper * {
      font-size: 1.4rem; }
    .seniunijos__block--b > .wrapper > div:not(:last-child) {
      margin-bottom: 2.1rem; }
    .seniunijos__block--b > .wrapper .title {
      font-weight: bold;
      margin-bottom: .8rem; }
    .seniunijos__block--b > .wrapper .info {
      line-height: 22px; }
      .seniunijos__block--b > .wrapper .info p:first-of-type {
        margin-top: 0; }
  @media only screen and (max-width: 990px) {
    .seniunijos__block--c {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; } }
  .seniunijos__block--c .wrapper .image {
    height: 100%; }
    .seniunijos__block--c .wrapper .image img {
      width: auto;
      height: 100%;
      max-height: 35.8rem;
      object-fit: cover;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      @media only screen and (max-width: 575px) {
        .seniunijos__block--c .wrapper .image img {
          width: 100%; } }
.seniunijos__sub-block {
  margin-top: 4.9rem; }
  .seniunijos__sub-block > .wrapper {
    margin: -.95rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .seniunijos__sub-block > .wrapper > div {
      padding: .95rem;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
      .seniunijos__sub-block > .wrapper > div a {
        font-size: 1.4rem;
        font-weight: 600;
        display: block;
        border: 2px solid #107E65;
        padding: 0 1.8rem;
        height: 40px;
        line-height: 36px;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }

.seniunijos-home__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%; }
  @media only screen and (min-width: 400px) {
    .seniunijos-home__header {
      grid-template-columns: 1fr 1fr; } }
  .seniunijos-home__header__item .wrap a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 46px;
    line-height: unset;
    width: 100%; }
    .seniunijos-home__header__item .wrap a.active:after {
      background-color: #BA9F5E; }
    .seniunijos-home__header__item .wrap a.true {
      color: #fff;
      border-color: #21409A;
      background-color: #21409A; }
.seniunijos-home__wrapper .meta--mobile {
  margin-bottom: 7px; }
  @media only screen and (min-width: 1024px) {
    .seniunijos-home__wrapper .meta--mobile {
      display: none; } }
.seniunijos-home__wrapper .meta--desktop {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .seniunijos-home__wrapper .meta--desktop {
      display: block; } }
.seniunijos-home__wrapper .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .seniunijos-home__wrapper .wrapper {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start; } }
  @media only screen and (min-width: 1024px) {
    .seniunijos-home__wrapper .wrapper > * {
      width: 50%; } }
.seniunijos-home__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  order: 1;
  margin-top: 44px;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start; }
  @media only screen and (min-width: 1024px) {
    .seniunijos-home__info {
      margin-top: 0;
      order: unset;
      margin-right: 32px; } }
  .seniunijos-home__info .default {
    width: 100%; }
    .seniunijos-home__info .default .title {
      font-weight: bold;
      color: #992670; }
  .seniunijos-home__info .dynamic-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 2.3rem; }
    .seniunijos-home__info .dynamic-wrapper .logo {
      display: none;
      margin-right: 1.7rem;
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-align-self: baseline;
      align-self: baseline;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
      .seniunijos-home__info .dynamic-wrapper .logo img {
        width: 63px;
        height: 76px; }
    .seniunijos-home__info .dynamic-wrapper .meta {
      display: none; }
      .seniunijos-home__info .dynamic-wrapper .meta > *:not(.title):not(.meta--b) {
        font-size: 1.4rem;
        font-weight: bold;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .seniunijos-home__info .dynamic-wrapper .meta > *:not(.title):not(.meta--b):before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-right: 2.7rem;
          color: #107E65;
          width: 2.5rem;
          display: inline-flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
        .seniunijos-home__info .dynamic-wrapper .meta > *:not(.title):not(.meta--b):not(:last-child) {
          margin-bottom: 2.4rem; }
      .seniunijos-home__info .dynamic-wrapper .meta .title {
        font-weight: bold;
        margin-bottom: 2.5rem; }
      .seniunijos-home__info .dynamic-wrapper .meta .address:before {
        content: '\e904';
        font-size: 2.7rem; }
      .seniunijos-home__info .dynamic-wrapper .meta .mail:before {
        content: '\e903';
        font-size: 1.8rem; }
      .seniunijos-home__info .dynamic-wrapper .meta .phone:before {
        content: '\e902';
        font-size: 2.1rem; }
      .seniunijos-home__info .dynamic-wrapper .meta .work-hours:before {
        content: '\e905';
        font-size: 2.5rem; }
      .seniunijos-home__info .dynamic-wrapper .meta--b {
        margin-top: 3.4rem; }
        @media only screen and (min-width: 1024px) {
          .seniunijos-home__info .dynamic-wrapper .meta--b {
            margin-top: 5.4rem; } }
        .seniunijos-home__info .dynamic-wrapper .meta--b > *:not(.mygtukas) {
          font-size: 1.4rem;
          font-weight: bold; }
          .seniunijos-home__info .dynamic-wrapper .meta--b > *:not(.mygtukas) a:not(.mygtukas) {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
            .seniunijos-home__info .dynamic-wrapper .meta--b > *:not(.mygtukas) a:not(.mygtukas):before {
              /* use !important to prevent issues with browser extensions that change fonts */
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              display: inline-block;
              vertical-align: middle;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              margin-right: 2.7rem;
              color: #107E65;
              font-size: 2.7rem;
              width: 2.5rem;
              display: inline-flex;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center; }
            .seniunijos-home__info .dynamic-wrapper .meta--b > *:not(.mygtukas) a:not(.mygtukas):hover, .seniunijos-home__info .dynamic-wrapper .meta--b > *:not(.mygtukas) a:not(.mygtukas):focus {
              text-decoration: none; }
          .seniunijos-home__info .dynamic-wrapper .meta--b > *:not(.mygtukas):not(:last-child) {
            margin-bottom: 1.1rem; }
        .seniunijos-home__info .dynamic-wrapper .meta--b .bendroumenes a:before {
          content: '\e916';
          font-size: 2.5rem; }
        .seniunijos-home__info .dynamic-wrapper .meta--b .seniunaitijos a:before {
          content: '\e915';
          font-size: 2.5rem; }
        .seniunijos-home__info .dynamic-wrapper .meta--b .more {
          display: inline-block;
          margin-top: 2.7rem; }
          @media only screen and (min-width: 1024px) {
            .seniunijos-home__info .dynamic-wrapper .meta--b .more {
              margin-top: 5.7rem; } }
          .seniunijos-home__info .dynamic-wrapper .meta--b .more .view_url {
            margin-right: 1.6rem; }
          .seniunijos-home__info .dynamic-wrapper .meta--b .more .view_all {
            margin-top: 1.6rem; }
.seniunijos-home__map svg {
  display: block;
  width: 100%;
  height: 100%;
  min-width: calc(100vw - 40px); }
  @media only screen and (min-width: 576px) {
    .seniunijos-home__map svg {
      min-width: 550px; } }
  @media only screen and (min-width: 768px) {
    .seniunijos-home__map svg {
      min-width: 600px; } }
  @media only screen and (min-width: 1024px) {
    .seniunijos-home__map svg {
      min-width: 100%; } }
  .seniunijos-home__map svg text {
    color: #000;
    font-size: 16px;
    font-weight: 600; }
  .seniunijos-home__map svg rect {
    color: #21409A; }
  .seniunijos-home__map svg path {
    fill: #E4E8F3; }
    .seniunijos-home__map svg path:hover, .seniunijos-home__map svg path:focus {
      fill: #9ca7c9; }
    .seniunijos-home__map svg path.active {
      fill: #9ca7c9; }
@media only screen and (min-width: 1024px) {
  .seniunijos-home__map {
    /*margin-top: -7.5rem;*/ } }
.seniunijos-home .sen {
  position: relative;
  height: 31px;
  line-height: 29px;
  border-radius: 7px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 1px solid #acacac;
  background-color: #ffffff;
  padding: 0 1.6rem;
  font-size: 1.2rem;
  color: #292929;
  font-family: "Source Sans Pro";
  min-width: 129px;
  text-align: center; }
  .seniunijos-home .sen .triangle-wrapper {
    position: absolute;
    right: 3px; }
  .seniunijos-home .sen .triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #acacac; }
    .seniunijos-home .sen .triangle--inner {
      position: relative;
      top: -6px;
      left: -5px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff; }

.covid__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1.8rem 0 3.2rem 0;
  overflow: auto;
  border: 1px solid #EF7733; }
  @media only screen and (min-width: 1024px) {
    .covid__list {
      background-image: url("../img/vrsa/covid-decor.svg");
      background-position: top 8px right -50px;
      background-repeat: no-repeat;
      background-size: 132px;
      padding-right: 11rem;
      max-height: 249px;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-position: top 8px right 0; } }
  .covid__list * {
    /*font-family: $font_open_sans;*/
    font-size: 1.4rem; }
.covid__item {
  border-bottom: 1px solid gray;
  margin: 0 1.1rem;
  cursor: pointer;
  width: calc(50% - 2.2rem);
  padding: 1rem 0; }
  @media only screen and (min-width: 576px) {
    .covid__item {
      padding: 0;
      width: calc(33.33333% - 2.2rem); } }
  @media only screen and (min-width: 1024px) {
    .covid__item {
      width: calc(25% - 2.2rem); } }
  .covid__item:hover, .covid__item:focus {
    text-decoration: underline; }
.covid__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 63px;
  max-width: 216px;
  padding: 0 1.5rem; }

.contacts_search_from {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 42px; }
  .contacts_search_from .select2 {
    max-width: 100%;
    width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .contacts_search_from {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .contacts_search_from .disp_cell {
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .contacts_search_from .disp_cell {
        width: 288px; } }
    @media only screen and (min-width: 1024px) {
      .contacts_search_from .disp_cell .select2 {
        max-width: 288px !important;
        width: 100% !important; } }

.contacts__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 21px 13px; }
  @media only screen and (min-width: 768px) {
    .contacts__list {
      grid-template-columns: 1fr 1fr; } }

.contacts__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #E4E8F3; }
  .contacts__item .content {
    padding: 16px; }
    .contacts__item .content .meta * {
      color: #000; }
      .contacts__item .content .meta *:not(:last-child) {
        margin-bottom: 4px; }
    .contacts__item .content .meta * {
      font-size: 14px; }
    .contacts__item .content .meta strong {
      font-weight: 400;
      color: #464646; }
    .contacts__item .content .meta .title {
      color: #000;
      font-weight: 500;
      font-family: "Metropolis";
      font-size: 18px;
      margin-bottom: 10px; }
    .contacts__item .content .meta .position, .contacts__item .content .meta .position-function {
      margin-bottom: 20px;
      font-size: 14px;
      font-family: "Metropolis";
      font-weight: 400;
      color: #21409A; }
    .contacts__item .content .meta .email a {
      font-weight: 400; }
    .contacts__item .content .meta .agenda, .contacts__item .content .meta .functions {
      margin-top: 18px; }
      .contacts__item .content .meta .agenda a, .contacts__item .content .meta .functions a {
        font-family: "Metropolis";
        color: #21409A;
        font-weight: 400; }
  .contacts__item .decor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 0;
    margin-left: auto;
    background-color: #fff; }
    .contacts__item .decor span {
      display: inline-block;
      width: 52px;
      height: 100%; }
      .contacts__item .decor span:nth-child(4n - 3), .contacts__item .decor span:nth-child(4n) {
        background-color: #E4E8F3; }
      .contacts__item .decor span:nth-child(4n - 2), .contacts__item .decor span:nth-child(4n - 1) {
        background-color: #fff; }

.contacts__functions .fancybox-content {
  max-width: 998px;
  padding: 24px; }

.contacts_text_above {
  margin: 0px 0 25px 0; }
  .contacts_text_above p:first-of-type {
    margin-top: 0; }

.contacts_search_from .submit_cl {
  width: auto;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .contacts_search_from .submit_cl {
      float: left; } }
  .contacts_search_from .submit_cl button {
    height: 46px;
    line-height: 44px; }
    @media only screen and (min-width: 1024px) {
      .contacts_search_from .submit_cl button {
        height: 40px;
        line-height: 38px; } }
.contacts_search_from .clear_cl {
  width: auto;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .contacts_search_from .clear_cl {
      float: left; } }
  @media only screen and (min-width: 1024px) {
    .contacts_search_from .clear_cl a {
      line-height: 40px; } }
  .contacts_search_from .clear_cl a:hover {
    text-decoration: none; }
.contacts_search_from .s_title {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 12px 0; }
@media only screen and (max-width: 767px) {
  .contacts_search_from .hide_mobile {
    display: none !important; } }

.contacts_struct_cont {
  margin-top: 109px; }
  .contacts_struct_cont > ul {
    margin: 0;
    padding: 0; }
    .contacts_struct_cont > ul li {
      padding: 0; }
      .contacts_struct_cont > ul li a {
        margin-bottom: 12px;
        position: relative; }
    .contacts_struct_cont > ul > li {
      margin: 0;
      padding: 0;
      background: none; }
      .contacts_struct_cont > ul > li:before {
        display: none; }
      .contacts_struct_cont > ul > li > a {
        max-width: calc(100% - 52px);
        /*				&:hover,&:focus {
        					.arrow--lvl1 {
        						.empty-button-toggle {
        							background-color: transparent !important;
        							&:after {
        								background-color: transparent !important;
        								color: $theme_color !important;
        							}
        						}
        					}
        				}*/ }
      .contacts_struct_cont > ul > li a {
        padding: 20px 15px;
        display: block;
        width: 100%;
        text-decoration: none;
        background-color: #E4E8F3;
        border: 0 none;
        outline: none;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        .contacts_struct_cont > ul > li a .title {
          font-family: "Metropolis";
          color: #000;
          font-size: 18px;
          font-weight: 500;
          line-height: 20px;
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
        .contacts_struct_cont > ul > li a .arrow--lvl1 {
          position: absolute;
          top: 50%;
          left: calc(100% + 7px);
          transform: translate(0, -50%); }
      .contacts_struct_cont > ul > li > ul {
        padding-left: 66px;
        margin-right: 52px; }
        @media only screen and (max-width: 1023px) {
          .contacts_struct_cont > ul > li > ul {
            padding-left: 40px; } }
        @media only screen and (max-width: 767px) {
          .contacts_struct_cont > ul > li > ul {
            padding-left: 20px; } }
        .contacts_struct_cont > ul > li > ul > li {
          background-color: #E4E8F3; }
          .contacts_struct_cont > ul > li > ul > li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-transform: none;
            padding: 20px 12px 20px 20px; }
            .contacts_struct_cont > ul > li > ul > li a .title {
              padding: 0;
              margin-right: 8px;
              -webkit-transition: all 150ms ease-in-out;
              -moz-transition: all 150ms ease-in-out;
              -o-transition: all 150ms ease-in-out;
              -ms-transition: all 150ms ease-in-out;
              transition: all 150ms ease-in-out;
              font-size: 16px; }
            .contacts_struct_cont > ul > li > ul > li a .arrow {
              margin-left: auto;
              color: #21409A; }
          .contacts_struct_cont > ul > li > ul > li > ul {
            padding: 0 20px 14px;
            margin-top: -20px;
            margin-bottom: 12px; }
            .contacts_struct_cont > ul > li > ul > li > ul .arrow {
              display: none; }
            .contacts_struct_cont > ul > li > ul > li > ul a {
              background-color: #fff;
              padding: 10px;
              margin-bottom: 8px; }
              .contacts_struct_cont > ul > li > ul > li > ul a .title {
                padding: 0;
                font-size: 14px;
                font-weight: 400; }
            .contacts_struct_cont > ul > li > ul > li > ul ul {
              padding-left: 20px; }

.cont_search_found {
  margin-bottom: 10px; }

.contact_popup {
  padding: 24px; }
  @media only screen and (min-width: 1024px) {
    .contact_popup {
      max-width: 950px; } }
  .contact_popup .title {
    margin: 0 0 6px 0;
    font-weight: bold; }
  .contact_popup .position {
    font-size: 1.1em; }
  .contact_popup .functions {
    margin-top: 20px; }

/* Contacts end*/
.search__form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px !important;
  gap: 4px; }
  .search__form .input-wrapper {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
    .search__form .input-wrapper input {
      width: 100%;
      max-width: 100%; }
  .search__form button {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }
.search__total-results {
  text-align: right;
  margin: 0 0 10px 0; }
  .search__total-results p {
    font-size: 14px;
    margin: 0 !important; }
    .search__total-results p .total {
      color: #21409A; }
  @media only screen and (min-width: 576px) {
    .search__total-results {
      float: right;
      margin-left: 8px;
      margin-bottom: 0;
      margin: 0 52px 0 0; } }
.search__modules {
  margin: 0; }
  .search__modules li {
    background: none;
    float: left;
    margin: 0 37px 0 0;
    padding: 0; }
    .search__modules li a {
      font-weight: 400; }
.search__results {
  margin-top: 50px; }
  .search__results p {
    margin: 0; }
  .search__results > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-weight: 400;
    padding: 25px 0;
    text-decoration: none; }
    .search__results > a .title {
      color: #000;
      font-weight: 500;
      font-family: "Metropolis";
      margin-bottom: 12px; }
    .search__results > a .desc {
      font-size: 14px; }
    .search__results > a img {
      max-width: 100px;
      width: 100%;
      min-height: 80px;
      object-fit: cover; }
      @media only screen and (min-width: 576px) {
        .search__results > a img {
          max-width: 188px;
          min-height: 144px; } }
    .search__results > a:not(:last-child) {
      border-bottom: 1px solid #E4E8F3; }
  .search__results span.highlight {
    color: #21409A; }

.problemsmap_text_before {
  margin: 0 0 25px 0; }
  .problemsmap_text_before p:first-of-type {
    margin-top: 0; }
  .problemsmap_text_before p:last-of-type {
    margin-bottom: 0; }
  .problemsmap_text_before p:only-child {
    margin: 0; }

.problemsmap_notice {
  margin: -20px 0 25px 0; }

#problemsmap {
  height: 351px; }
  #problemsmap.fullmap {
    height: 484px; }
    @media only screen and (max-width: 768px) {
      #problemsmap.fullmap {
        height: 400px; } }
  #problemsmap.registermap {
    height: 420px; }
    @media only screen and (max-width: 768px) {
      #problemsmap.registermap {
        height: 400px; } }

.one_problem_inner {
  margin: 0 0 30px 0; }
  .one_problem_inner .pr_one_line {
    margin: 0 0 7px 0; }

.listmap_parent {
  position: relative; }

.problemsmap_legend {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10px;
  z-index: 5;
  width: auto;
  background: #fff;
  padding: 8px 10px; }
  .problemsmap_legend ul, .problemsmap_legend li {
    margin: 0;
    padding: 0;
    background: none; }
    .problemsmap_legend ul li, .problemsmap_legend li li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .problemsmap_legend ul li span, .problemsmap_legend li li span {
        display: block;
        width: 14px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: 14px;
        margin-right: 7px; }
      .problemsmap_legend ul li.unsolved span, .problemsmap_legend li li.unsolved span {
        background-image: url("../img/problem_pin_red.png"); }
      .problemsmap_legend ul li.solving span, .problemsmap_legend li li.solving span {
        background-image: url("../img/problem_pin_yellow.png"); }
      .problemsmap_legend ul li.solved span, .problemsmap_legend li li.solved span {
        background-image: url("../img/problem_pin_green.png"); }
      .problemsmap_legend ul li:not(:last-child), .problemsmap_legend li li:not(:last-child) {
        margin-bottom: 4px; }

.problemsmap_parent .please_select_pin_on {
  margin-bottom: 21px;
  font-weight: 500;
  font-family: "Metropolis";
  color: #000; }
  .problemsmap_parent .please_select_pin_on.required:before {
    content: "* ";
    color: #E50C0C; }
.problemsmap_parent .select2 {
  max-width: 288px;
  width: 100%; }
.problemsmap_parent .type-submit {
  max-width: 488px;
  text-align: right;
  margin-top: 30px; }
.problemsmap_parent .add_file_wrp {
  margin-top: 5px; }
  .problemsmap_parent .add_file_wrp a {
    text-decoration: none;
    color: #21409A;
    font-weight: 400;
    cursor: pointer; }
.problemsmap_parent .files_block .NFI-button {
  text-transform: unset;
  font-weight: 400;
  text-decoration: none; }
  .problemsmap_parent .files_block .NFI-button:after {
    content: ''; }
  .problemsmap_parent .files_block .NFI-button:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e91b';
    margin-right: 5px;
    color: #21409A;
    vertical-align: -3px; }
@media only screen and (min-width: 460px) {
  .problemsmap_parent .files_block .file {
    margin: 0 0 5px 0; } }
.problemsmap_parent .catfilter-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 520px) {
    .problemsmap_parent .catfilter-holder {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
.problemsmap_parent .catfilter {
  margin: 0 15px 33px 0;
  width: 100%;
  max-width: 260px; }
  .problemsmap_parent .catfilter .select2 {
    max-width: 288px; }
  .problemsmap_parent .catfilter .cat_title {
    display: block;
    color: #000;
    margin-bottom: 6px; }

.problemsmap_register_wrapper {
  width: 100%;
  margin: 0 0 32px 0;
  padding: 16px;
  background-color: #E4E8F3;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .problemsmap_register_wrapper {
      margin: 0 0 93px 0; } }
  .problemsmap_register_wrapper.disabled .problemsmap_register_btn a {
    cursor: not-allowed; }
  .problemsmap_register_wrapper .title {
    font-weight: 600;
    margin-bottom: 11px; }
  .problemsmap_register_wrapper .rg_txt {
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 12px; }

.problemsmap__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 588px;
  margin: 0 auto;
  background-color: #E4E8F3;
  margin-bottom: 27px;
  position: relative;
  min-height: 50px; }
  @media only screen and (min-width: 768px) {
    .problemsmap__nav {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .problemsmap__nav a, .problemsmap__nav .a {
    padding: 0 5px;
    font-family: "Metropolis";
    font-weight: 400;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 18px); }
    .problemsmap__nav a:first-child, .problemsmap__nav .a:first-child {
      border-bottom: 1px solid #21409A; }
      @media only screen and (min-width: 768px) {
        .problemsmap__nav a:first-child, .problemsmap__nav .a:first-child {
          border-bottom: 0;
          height: 36px;
          line-height: 36px;
          border-bottom: 0;
          border-right: 1px solid #21409A; } }
    .problemsmap__nav a:last-child, .problemsmap__nav .a:last-child {
      border-top: 1px solid #21409A; }
      @media only screen and (min-width: 768px) {
        .problemsmap__nav a:last-child, .problemsmap__nav .a:last-child {
          border-top: 0;
          height: 36px;
          line-height: 36px;
          border-bottom: 0;
          border-left: 1px solid #21409A; } }
    .problemsmap__nav a:hover, .problemsmap__nav a:focus, .problemsmap__nav .a:hover, .problemsmap__nav .a:focus {
      text-decoration: none;
      color: #21409A; }
    .problemsmap__nav a.active, .problemsmap__nav .a.active {
      font-weight: 500;
      color: #21409A; }
  .problemsmap__nav.extend {
    max-width: 888px; }

.gm-style .gm-style-iw-c {
  border-radius: 0 !important; }

.gm-style-iw[style] {
  padding: 25px 12px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important; }
  .gm-style-iw[style] button {
    top: 0px !important;
    right: 0px !important;
    box-shadow: none !important;
    width: 40px !important;
    height: 40px !important; }
    .gm-style-iw[style] button span {
      width: 30px !important;
      height: 30px !important; }

.back_button_simple {
  margin-top: 25px;
  display: inline-block; }

.problem-popup * {
  font-size: 14px; }
.problem-popup .title {
  display: inline;
  font-weight: 600;
  color: #21409A;
  margin-top: 10px;
  margin-left: 5px; }
.problem-popup .meta {
  margin-top: 10px; }
  .problem-popup .meta * {
    color: #000;
    line-height: normal; }
.problem-popup hr {
  margin-top: 16px;
  background: #e4e8f3; }
.problem-popup .read-more {
  text-align: right; }
  .problem-popup .read-more a {
    font-weight: 400;
    text-decoration: none; }
    .problem-popup .read-more a:hover, .problem-popup .read-more a:focus {
      text-decoration: underline; }

.gm-style-iw-tc {
  display: none !important; }

.items_list.problemsmap_list {
  padding-top: 32px; }
  .items_list.problemsmap_list .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E4E8F3; }
    .items_list.problemsmap_list .item .status_container {
      font-size: 14px;
      margin-bottom: 20px; }
      .items_list.problemsmap_list .item .status_container .status-title {
        text-transform: capitalize;
        margin-left: 5px; }
        .items_list.problemsmap_list .item .status_container .status-title.red {
          color: #E50C0C; }
        .items_list.problemsmap_list .item .status_container .status-title.blue {
          color: #21409A; }
        .items_list.problemsmap_list .item .status_container .status-title.green {
          color: #155923; }
    .items_list.problemsmap_list .item .title_container {
      margin-bottom: 0; }
      .items_list.problemsmap_list .item .title_container .title {
        font-family: "Metropolis";
        font-weight: 500;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical; }
    .items_list.problemsmap_list .item .content {
      margin-right: auto; }
    .items_list.problemsmap_list .item .read-more {
      position: relative;
      margin-left: 20px; }
      @media only screen and (min-width: 1024px) {
        .items_list.problemsmap_list .item .read-more {
          margin-left: 80px; } }
      .items_list.problemsmap_list .item .read-more:before, .items_list.problemsmap_list .item .read-more:after {
        content: '';
        display: block;
        width: 1px;
        margin: 0 auto;
        height: calc(50% - 32px);
        min-height: 25px;
        background-color: #21409A; }
      .items_list.problemsmap_list .item .read-more:before {
        margin-bottom: 9px; }
      .items_list.problemsmap_list .item .read-more:after {
        margin-top: 9px; }

.auth:not(.start, .finish), .auth__register-wrapper {
  max-width: 288px;
  margin: 0 auto; }

.login_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 32px; }
  @media only screen and (min-width: 1024px) {
    .login_block {
      gap: 112px; } }
  .login_block .left-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #21409A;
    width: 100%;
    max-width: 588px; }
    .login_block .left-block * {
      color: #fff; }
    .login_block .left-block > div:not(.decor) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column wrap;
      -moz-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      padding: 35px 22px;
      height: 100%; }
    .login_block .left-block .decor {
      display: none;
      grid-template-columns: 1fr 1fr;
      gap: 4px 0;
      margin-left: auto;
      background-color: #fff; }
      @media only screen and (min-width: 576px) {
        .login_block .left-block .decor {
          display: grid; } }
      .login_block .left-block .decor span {
        display: inline-block;
        width: 62px;
        min-height: 44px;
        height: 100%; }
        @media only screen and (min-width: 1024px) {
          .login_block .left-block .decor span {
            width: 82px;
            min-height: 75px; } }
        .login_block .left-block .decor span:nth-child(4n - 3), .login_block .left-block .decor span:nth-child(4n) {
          background-color: #21409A; }
        .login_block .left-block .decor span:nth-child(4n - 2), .login_block .left-block .decor span:nth-child(4n - 1) {
          background-color: #fff; }
    .login_block .left-block .top_text {
      margin-top: 0; }
    .login_block .left-block .bottom_text {
      margin: 0 0 32px 0; }
    .login_block .left-block .button-holder {
      margin-top: auto; }
  .login_block .right-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
    .login_block .right-block .auth_login_title {
      margin: 0 0 24px 0;
      font-family: "Source Sans Pro";
      color: #333333;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.3; }
    .login_block .right-block form {
      margin: 0; }
    .login_block .right-block .type_input {
      position: relative;
      width: 100%;
      margin: 0 0 15px 0; }
      .login_block .right-block .type_input.error input {
        border-color: #E50C0C; }
      .login_block .right-block .type_input input {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0 22px; }
      .login_block .right-block .type_input label {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        margin: 0 0 6px 0;
        display: inline-block; }
      .login_block .right-block .type_input.input_password_hold {
        margin-bottom: 8px; }
    .login_block .right-block .type_text {
      margin-top: 6px;
      text-align: right;
      font-size: 12px; }
      .login_block .right-block .type_text a {
        color: #21409A;
        font-weight: 400; }
        .login_block .right-block .type_text a:hover, .login_block .right-block .type_text a:focus {
          text-decoration: underline; }
    .login_block .right-block .btn-wrapper {
      margin-top: 15px;
      text-align: right; }
    .login_block .right-block .type_buttons {
      margin-top: 15px;
      text-align: right; }
      .login_block .right-block .type_buttons .auth_reg_link {
        float: left;
        color: #14769d;
        font-family: "Source Sans Pro";
        font-size: 12px;
        font-weight: 600;
        line-height: 36px;
        text-decoration: none !important; }
        .login_block .right-block .type_buttons .auth_reg_link .text {
          text-decoration: underline; }
        .login_block .right-block .type_buttons .auth_reg_link .icon-arrow-right {
          vertical-align: -2px;
          margin: 0 0 0 5px; }
        .login_block .right-block .type_buttons .auth_reg_link:hover .text, .login_block .right-block .type_buttons .auth_reg_link:focus .text {
          text-decoration: none; }
    .login_block .right-block .auth_warning {
      position: relative;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      padding: 7px; }
      .login_block .right-block .auth_warning .error_container {
        margin: 0;
        padding: 20px 20px 20px 68px;
        background-color: rgba(255, 255, 255, 0.6); }
        @media only screen and (max-width: 767px) {
          .login_block .right-block .auth_warning .error_container {
            padding: 15px 15px 15px 45px; } }
        .login_block .right-block .auth_warning .error_container:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e91b';
          position: absolute;
          top: 50%;
          left: 0px;
          margin: 0;
          color: #fb2d6c;
          font-size: 24px; }
          @media only screen and (max-width: 767px) {
            .login_block .right-block .auth_warning .error_container:before {
              left: 15px; } }
        .login_block .right-block .auth_warning .error_container p {
          margin: 0;
          color: #fb2d6c;
          font-size: 12px;
          font-weight: 400;
          line-height: 14px; }
  @media only screen and (max-width: 850px) {
    .login_block {
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .login_block > div.left-block {
        margin-bottom: 30px;
        max-width: 100%; } }

.auth_registration_urls {
  margin: 28px 0; }
  .auth_registration_urls li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    background: none; }
    .auth_registration_urls li:last-child {
      margin: 0; }

.remind_pass_form {
  margin: 35px 0 0 0; }

.auth-registration h2 {
  margin: 10px 0 27px 0;
  color: #242424;
  font-family: "Source Sans Pro";
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600; }
.auth-registration .input-parent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 0 0 16px 0; }
  .auth-registration .input-parent label {
    color: #292929;
    font-family: "Source Sans Pro";
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 12px 0; }
  .auth-registration .input-parent input[disabled] {
    background-color: #eef2f2; }
.auth-registration .button-holder {
  margin: 23px 0 0 0;
  max-width: 480px;
  text-align: right; }

#sitelogin_widget .button-holder {
  text-align: right;
  max-width: 480px; }

.auth-form > div {
  margin-bottom: 20px; }

.auth-finish {
  background-color: #E4E8F3;
  max-width: 588px;
  min-height: 332px;
  margin: 0 auto;
  padding: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .auth-finish .title {
    margin-top: 0;
    margin-bottom: 18px; }
  .auth-finish .subtitle {
    margin-bottom: 15px; }
  .auth-finish .auth-finsish-modules {
    margin-bottom: 28px;
    text-align: center; }
    .auth-finish .auth-finsish-modules a {
      display: block;
      color: #21409A;
      font-weight: 400; }
      .auth-finish .auth-finsish-modules a:not(:last-child) {
        margin-bottom: 6px; }

.s {
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .s {
      padding: 40px 0; } }
  .s--slides {
    padding: 0; }
    .s--slides .slides__list {
      opacity: 0;
      visibility: hidden;
      transition: opacity 1s ease;
      -webkit-transition: opacity 1s ease;
      margin: 0; }
      .s--slides .slides__list.slick-initialized {
        visibility: visible;
        opacity: 1;
        background: unset; }
    .s--slides .slides__item {
      gap: 20px; }
      .s--slides .slides__item .meta {
        position: absolute;
        height: 100%;
        width: 50%; }
        .s--slides .slides__item .meta h1 {
          line-height: 28px; }
          @media only screen and (min-width: 1024px) {
            .s--slides .slides__item .meta h1 {
              line-height: 45px; } }
        .s--slides .slides__item .meta h1, .s--slides .slides__item .meta p {
          color: #fff; }
        .s--slides .slides__item .meta a {
          margin-top: 20px; }
          @media only screen and (min-width: 1024px) {
            .s--slides .slides__item .meta a {
              margin-top: 43px;
              width: max-content; } }
        .s--slides .slides__item .meta:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: -100%;
          background-color: #21409A; }
        .s--slides .slides__item .meta .wrap {
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding-right: 15px;
          background-color: #21409A;
          width: 210px;
          height: 100%; }
          @media only screen and (min-width: 375px) {
            .s--slides .slides__item .meta .wrap {
              padding-right: 20px; } }
          @media only screen and (min-width: 420px) {
            .s--slides .slides__item .meta .wrap {
              width: 210px; } }
          @media only screen and (min-width: 1024px) {
            .s--slides .slides__item .meta .wrap {
              width: 275px; } }
          .s--slides .slides__item .meta .wrap:after {
            content: '';
            clip-path: polygon(100% 44%, 0 100%, 0 44%);
            width: 80px;
            height: 200px;
            position: absolute;
            bottom: 80px;
            background: #21409A;
            left: 100%; }
            @media only screen and (min-width: 1024px) {
              .s--slides .slides__item .meta .wrap:after {
                width: 130px;
                height: 315px; } }
      .s--slides .slides__item .image {
        margin-left: 15%; }
        .s--slides .slides__item .image img {
          width: 100%;
          height: 500px;
          object-fit: cover; }
          @media only screen and (min-width: 420px) {
            .s--slides .slides__item .image img {
              height: 450px; } }
          @media only screen and (min-width: 1024px) {
            .s--slides .slides__item .image img {
              height: 627px; } }
  .s--veiklos-sritys {
    background-color: #21409A;
    padding: 82px 0 36px 0; }
    @media only screen and (min-width: 1024px) {
      .s--veiklos-sritys {
        padding: 45px 0 36px 0; } }
    .s--veiklos-sritys .widget_title {
      color: #fff; }
    .s--veiklos-sritys .veiklos-sritys__list {
      margin: -5px 0; }
      .s--veiklos-sritys .veiklos-sritys__list .slick-track {
        display: flex !important;
        padding: 5px 0; }
      .s--veiklos-sritys .veiklos-sritys__list .slick-list {
        margin: 0 -6px; }
      .s--veiklos-sritys .veiklos-sritys__list .slick-slide {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: inherit !important;
        margin: 0 6px;
        -webkit-transition: transform 150ms ease-in-out;
        -moz-transition: transform 150ms ease-in-out;
        -o-transition: transform 150ms ease-in-out;
        -ms-transition: transform 150ms ease-in-out;
        transition: transform 150ms ease-in-out; }
        .s--veiklos-sritys .veiklos-sritys__list .slick-slide:hover, .s--veiklos-sritys .veiklos-sritys__list .slick-slide:focus {
          transform: translateY(-5px); }
    .s--veiklos-sritys .veiklos-sritys__item {
      background-color: #fff;
      padding: 16px; }
      .s--veiklos-sritys .veiklos-sritys__item a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        gap: 15px;
        text-decoration: none;
        font-weight: 400; }
        .s--veiklos-sritys .veiklos-sritys__item a img {
          max-width: 46px;
          width: auto; }
    .s--veiklos-sritys .slick-arrow-nav .icon {
      color: #fff; }
  .s--news .news-wrapper--mobile {
    display: block; }
    @media only screen and (min-width: 1024px) {
      .s--news .news-wrapper--mobile {
        display: none; } }
    .s--news .news-wrapper--mobile .custom-select2 {
      width: 100%;
      position: relative;
      display: inline-block;
      margin-bottom: 29px; }
      .s--news .news-wrapper--mobile .custom-select2 label {
        display: block;
        margin-bottom: 6px; }
      .s--news .news-wrapper--mobile .custom-select2.open .dropdown-toggle:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .s--news .news-wrapper--mobile .dropdown-toggle {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      background-color: #fff;
      border: 1px solid #9ca7c9;
      padding: 11px 14px;
      cursor: pointer; }
      .s--news .news-wrapper--mobile .dropdown-toggle:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        content: "\e901";
        position: absolute;
        top: 0;
        right: 0;
        width: 46px;
        height: 46px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
      .s--news .news-wrapper--mobile .dropdown-toggle span {
        font-size: 14px;
        line-height: 22px;
        padding-right: 20px; }
    .s--news .news-wrapper--mobile .dropdown-menu {
      display: none;
      position: absolute;
      background-color: #fff;
      border: 1px solid #ccc;
      border-top: 0;
      padding: 0;
      margin: 0;
      width: 100%; }
      .s--news .news-wrapper--mobile .dropdown-menu a {
        display: block;
        font-weight: 400;
        padding: 0 14px;
        font-size: 14px; }
    .s--news .news-wrapper--mobile .dropdown-menu li {
      padding: 5px; }
    .s--news .news-wrapper--mobile .dropdown-menu a {
      text-decoration: none;
      color: #333; }
    .s--news .news-wrapper--mobile .dropdown-menu a.active {
      background-color: #E4E8F3; }
    .s--news .news-wrapper--mobile .custom-select2.open .dropdown-menu {
      display: block; }
  .s--news .news-wrapper--desktop {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .s--news .news-wrapper--desktop {
        display: block; } }
  .s--news .news .slick-track .slick-slide:first-child > div:first-child {
    max-width: 300px; }
    @media only screen and (min-width: 1024px) {
      .s--news .news .slick-track .slick-slide:first-child > div:first-child {
        max-width: 488px; } }
  .s--news .news .slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px; }
    .s--news .news .slick-slide > div {
      width: calc(50% - 6px);
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
  .s--news .news .slick-prev, .s--news .news .slick-next {
    position: absolute;
    top: calc(100% + 65px); }
    .s--news .news .slick-prev:before, .s--news .news .slick-next:before {
      color: #21409A;
      opacity: 1;
      font-size: 32px; }
    .s--news .news .slick-prev.slick-disabled:before, .s--news .news .slick-next.slick-disabled:before {
      opacity: 0.6; }
  .s--news .news .slick-prev {
    left: calc(50% - 37px); }
    .s--news .news .slick-prev:before {
      content: '\e919'; }
  .s--news .news .slick-next {
    right: calc(50% - 37px); }
    .s--news .news .slick-next:before {
      content: '\e91a'; }
  .s--news .news__slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    margin: 0; }
    .s--news .news__slider.slick-initialized {
      visibility: visible;
      opacity: 1;
      background: unset; }
  .s--news .news__tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    padding-bottom: 15px;
    margin-bottom: 31px; }
    @media only screen and (min-width: 1024px) {
      .s--news .news__tabs {
        cursor: pointer;
        /* Optional: show position indicator in red */ }
        .s--news .news__tabs::-webkit-scrollbar {
          width: 0;
          /* Remove scrollbar space */
          background: #E4E8F3;
          /* Optional: just make scrollbar invisible */ }
        .s--news .news__tabs::-webkit-scrollbar-thumb {
          background-color: transparent;
          border-top: 14px solid #21409A; } }
  .s--news .news__tab {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Metropolis";
    color: #000; }
    .s--news .news__tab:not(:last-child) {
      margin-right: 50px; }
    .s--news .news__tab:hover, .s--news .news__tab:focus {
      text-decoration: none; }
    .s--news .news__tab.active {
      color: #21409A; }
  .s--news .news__content {
    display: none;
    margin-bottom: 3rem; }
    .s--news .news__content.actual {
      display: block; }
    .s--news .news__content .globalnews__item:not(.first) a {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .s--news .news__content .globalnews__item:not(.first) a .image {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0; }
        .s--news .news__content .globalnews__item:not(.first) a .image img {
          max-width: 288px;
          height: 194px;
          object-fit: cover; }
      .s--news .news__content .globalnews__item:not(.first) a .bottom {
        margin-left: 12px;
        height: auto;
        width: 100%; }
    .s--news .news__content-mobile {
      display: none; }
      .s--news .news__content-mobile.actual {
        display: block; }
  .s--news .news__item-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px; }
  .s--news .news__slider .slick-track {
    margin: 0; }
  .s--news .news .slick-dots li button:before {
    color: red; }
  .s--news .news .slick-dots li.slick-active button:before {
    color: red; }
  .s--news .news .read-more {
    text-align: center;
    margin-top: 30px; }
    @media only screen and (min-width: 1024px) {
      .s--news .news .read-more {
        text-align: right; } }
  .s--events .slick-list {
    margin: 0 -6px; }
  .s--events .slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit !important;
    margin: 0 6px; }
  .s--events .slick-arrow-nav {
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .s--events .slick-arrow-nav {
        margin-left: calc(50% - 43px); } }
  .s--events .bottom-wrapper {
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .s--events .bottom-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    .s--events .bottom-wrapper .read-more {
      text-align: center;
      margin: 32px 0 0 0; }
      @media only screen and (min-width: 768px) {
        .s--events .bottom-wrapper .read-more {
          margin: 0 0 0 auto; } }
  .s--about-us .about-us__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #21409A; }
    @media only screen and (min-width: 1024px) {
      .s--about-us .about-us__item {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .s--about-us .about-us__item .decor {
      display: none;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      gap: 4px 0;
      background-color: #fff; }
      @media only screen and (min-width: 1024px) {
        .s--about-us .about-us__item .decor {
          display: grid;
          margin-left: auto;
          grid-template-columns: 1fr 1fr; } }
      .s--about-us .about-us__item .decor span {
        display: inline-block;
        width: 62px;
        min-height: 44px;
        height: 100%; }
        @media only screen and (min-width: 1024px) {
          .s--about-us .about-us__item .decor span {
            width: 88px;
            min-height: 89px; } }
        .s--about-us .about-us__item .decor span:nth-child(4n - 3), .s--about-us .about-us__item .decor span:nth-child(4n) {
          background-color: #21409A; }
        .s--about-us .about-us__item .decor span:nth-child(4n - 2), .s--about-us .about-us__item .decor span:nth-child(4n - 1) {
          background-color: #fff; }
      .s--about-us .about-us__item .decor--mobile {
        display: grid;
        width: 100%;
        margin-top: 43px; }
        @media only screen and (min-width: 1024px) {
          .s--about-us .about-us__item .decor--mobile {
            display: none; } }
        .s--about-us .about-us__item .decor--mobile span {
          display: inline-block;
          width: 100%;
          min-height: 76px;
          height: 100%; }
          .s--about-us .about-us__item .decor--mobile span:nth-child(odd) {
            background-color: #fff; }
          .s--about-us .about-us__item .decor--mobile span:nth-child(even) {
            background-color: #21409A; }
    .s--about-us .about-us__item .mygtukas {
      margin-top: 40px; }
  .s--about-us .about-us__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      .s--about-us .about-us__info {
        text-align: left;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%; } }
    .s--about-us .about-us__info .text-wrap {
      padding: 0 32px; }
      @media only screen and (min-width: 1024px) {
        .s--about-us .about-us__info .text-wrap {
          padding: 0 25px 0 112px; } }
    .s--about-us .about-us__info h1, .s--about-us .about-us__info p {
      color: #fff; }
  .s--about-us .about-us__image {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .s--about-us .about-us__image {
        width: auto; } }
    .s--about-us .about-us__image img {
      width: 100%;
      object-fit: cover;
      max-height: 200px; }
      @media only screen and (min-width: 1024px) {
        .s--about-us .about-us__image img {
          max-height: unset; } }
  .s--areasofactivity .widget_title {
    text-align: center; }
  .s--areasofactivity .areasofactivity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .s--areasofactivity .areasofactivity.show .areasofactivity__item {
      display: block; }
    .s--areasofactivity .areasofactivity__item {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-transition: transform 150ms ease-in-out;
      -moz-transition: transform 150ms ease-in-out;
      -o-transition: transform 150ms ease-in-out;
      -ms-transition: transform 150ms ease-in-out;
      transition: transform 150ms ease-in-out; }
      @media only screen and (min-width: 991px) {
        .s--areasofactivity .areasofactivity__item {
          -webkit-flex-grow: 0;
          -moz-flex-grow: 0;
          -ms-flex-grow: 0;
          flex-grow: 0; } }
      .s--areasofactivity .areasofactivity__item:nth-child(n+13) {
        display: none; }
      .s--areasofactivity .areasofactivity__item .wrapper {
        height: 100%;
        background-color: #E4E8F3;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        padding: 16px; }
        .s--areasofactivity .areasofactivity__item .wrapper a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%; }
          .s--areasofactivity .areasofactivity__item .wrapper a:hover, .s--areasofactivity .areasofactivity__item .wrapper a:focus {
            text-decoration: none; }
            .s--areasofactivity .areasofactivity__item .wrapper a:hover .item_title, .s--areasofactivity .areasofactivity__item .wrapper a:focus .item_title {
              color: #21409A; }
        .s--areasofactivity .areasofactivity__item .wrapper img {
          margin-bottom: 14px;
          max-width: 46px; }
        .s--areasofactivity .areasofactivity__item .wrapper .title {
          height: 100%;
          font-weight: 400;
          color: #000; }
      .s--areasofactivity .areasofactivity__item:hover, .s--areasofactivity .areasofactivity__item:focus {
        transform: translateY(-5px); }
    .s--areasofactivity .areasofactivity.show .item {
      display: block; }
  .s--areasofactivity .show-more {
    margin-top: 30px; }
    @media only screen and (min-width: 1024px) {
      .s--areasofactivity .show-more {
        margin-top: 42px; } }
    .s--areasofactivity .show-more .content-btn {
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
      .s--areasofactivity .show-more .content-btn .more,
      .s--areasofactivity .show-more .content-btn .less {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .s--areasofactivity .show-more .content-btn .less {
        display: none;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
      .s--areasofactivity .show-more .content-btn .more {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
      .s--areasofactivity .show-more .content-btn.show .less {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .s--areasofactivity .show-more .content-btn.show .more {
        display: none; }
  .s--svarbu-zinoti .bg {
    background-color: #E4E8F3;
    padding: 32px 0; }
  .s--svarbu-zinoti .widget_title {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .s--svarbu-zinoti .widget_title {
        background-image: url("../img/bg-decor.png");
        background-color: #fff;
        height: 140px;
        line-height: 140px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 0; } }
  .s--svarbu-zinoti .svarbu-zinoti .bottom {
    margin-top: 6px; }
  .s--svarbu-zinoti .svarbu-zinoti .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .s--svarbu-zinoti .svarbu-zinoti img {
    aspect-ratio: 16/11; }
  .s--seniunijos .seniunijos .wrp {
    position: relative; }
  .s--seniunijos .seniunijos .headline {
    margin-bottom: 40px;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      .s--seniunijos .seniunijos .headline {
        max-width: 543px;
        text-align: left; } }
  .s--seniunijos .seniunijos .pin {
    position: absolute;
    z-index: 1;
    color: #000;
    font-weight: 600;
    width: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .s--seniunijos .seniunijos .pin-title {
      position: absolute;
      width: max-content;
      order: 1; }
    .s--seniunijos .seniunijos .pin:before {
      order: 3;
      content: '';
      display: block;
      top: 100%;
      margin-top: 8px;
      width: 14px;
      height: 14px;
      margin-top: 8px;
      background-color: #21409A; }
    .s--seniunijos .seniunijos .pin:after {
      order: 2;
      content: '';
      display: block;
      width: 1px;
      height: 78px;
      background-color: #21409A;
      margin: 0 auto;
      margin-top: 25px; }
    .s--seniunijos .seniunijos .pin--1 {
      top: 10vw;
      left: 19%; }
      @media only screen and (min-width: 600px) {
        .s--seniunijos .seniunijos .pin--1 {
          top: 16%;
          left: 19%; } }
    .s--seniunijos .seniunijos .pin--5 .pin-title, .s--seniunijos .seniunijos .pin--6 .pin-title, .s--seniunijos .seniunijos .pin--4 .pin-title {
      order: 3;
      bottom: 0; }
    .s--seniunijos .seniunijos .pin--5:before, .s--seniunijos .seniunijos .pin--6:before, .s--seniunijos .seniunijos .pin--4:before {
      order: 1;
      margin-top: 0;
      margin-bottom: 3px; }
    .s--seniunijos .seniunijos .pin--5:after, .s--seniunijos .seniunijos .pin--6:after, .s--seniunijos .seniunijos .pin--4:after {
      height: 85px;
      order: 2;
      margin-top: 5px;
      margin-bottom: 25px; }
    .s--seniunijos .seniunijos .pin--2 {
      top: 54%;
      left: 38%; }
      .s--seniunijos .seniunijos .pin--2:after {
        height: 68px; }
    .s--seniunijos .seniunijos .pin--5 {
      top: 68%;
      left: 83%; }
      .s--seniunijos .seniunijos .pin--5:after {
        height: 85px; }
    .s--seniunijos .seniunijos .pin--6 {
      top: 74%;
      left: 55%; }
      .s--seniunijos .seniunijos .pin--6:after {
        height: 115px; }
    .s--seniunijos .seniunijos .pin--3 {
      top: -8%;
      left: 82%; }
      .s--seniunijos .seniunijos .pin--3:after {
        height: 42px; }
    .s--seniunijos .seniunijos .pin--7 {
      top: 29%;
      left: 76%; }
      .s--seniunijos .seniunijos .pin--7:after {
        height: 29px; }
    .s--seniunijos .seniunijos .pin--4 {
      top: 72%;
      left: 16%; }
      .s--seniunijos .seniunijos .pin--4:after {
        height: 77px; }
    .s--seniunijos .seniunijos .pin--8 {
      top: -2%;
      left: 51%; }
      .s--seniunijos .seniunijos .pin--8:after {
        height: 116px; }
  @media only screen and (min-width: 1024px) {
    .s--partners .partners .desc {
      max-width: 543px; } }
  .s--partners .partners__list {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr; }
    @media only screen and (min-width: 576px) {
      .s--partners .partners__list {
        grid-template-columns: 1fr 1fr; } }
    @media only screen and (min-width: 768px) {
      .s--partners .partners__list {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 1024px) {
      .s--partners .partners__list {
        grid-template-columns: repeat(4, 1fr); } }
  .s--partners .partners__item {
    background-color: #E4E8F3;
    padding: 10px; }
    .s--partners .partners__item a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 400;
      gap: 0 18px;
      text-decoration: none; }
      .s--partners .partners__item a .image {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        height: max-content;
        position: relative; }
        .s--partners .partners__item a .image:after {
          content: '';
          height: 100%;
          background-color: #fff;
          width: 1px;
          position: absolute;
          right: -9px; }
      .s--partners .partners__item a .meta .title {
        font-weight: 600;
        color: #000; }
      .s--partners .partners__item a .meta .headline {
        color: #000;
        line-height: 18px; }
  .s--skelbimai {
    background-color: #21409A;
    padding-bottom: 240px; }
    .s--skelbimai *:not(.mygtukas) {
      color: #fff !important; }
    .s--skelbimai.padding-fix {
      padding-bottom: 40px;
      margin: 40px 0 0 0; }
    .s--skelbimai .skelbimai__list {
      gap: 34px;
      grid-template-columns: 1fr; }
      @media only screen and (min-width: 1024px) {
        .s--skelbimai .skelbimai__list {
          grid-template-columns: 1fr 1fr 1fr; } }
    .s--skelbimai .skelbimai .read-more {
      margin-top: 32px; }
  .s--gallery {
    margin-top: -250px; }
    @media only screen and (min-width: 1024px) {
      .s--gallery {
        margin-top: -208px; } }
    .s--gallery .widget_title {
      color: #fff; }
    .s--gallery.margin-fix {
      margin-top: 0; }
      .s--gallery.margin-fix .widget_title {
        color: #464646; }
  @media only screen and (min-width: 1024px) {
    .s--promoblock {
      margin-bottom: 40px; } }
  .s--promoblock .promoblock-ads .slick-list {
    margin: 0 -14px; }
    @media only screen and (min-width: 1024px) {
      .s--promoblock .promoblock-ads .slick-list {
        margin: 0 -33px; } }
    .s--promoblock .promoblock-ads .slick-list .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .s--promoblock .promoblock-ads .slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 -14px;
    padding: 2px 0; }
    @media only screen and (min-width: 1024px) {
      .s--promoblock .promoblock-ads .slick-slide {
        margin: 0 -33px; } }
    .s--promoblock .promoblock-ads .slick-slide a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .s--promoblock .promoblock-ads .slick-slide img {
      object-fit: cover; }
  .s--promoblock .promoblock-ads .slick-slide a {
    max-height: 80px;
    max-width: 130px;
    outline-color: #21409A; }
    @media only screen and (min-width: 1024px) {
      .s--promoblock .promoblock-ads .slick-slide a {
        max-height: 121px;
        max-width: 199px; } }

.heronav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 229px;
  right: 38px;
  width: 50px;
  z-index: 2; }
  @media only screen and (max-width: 1023px) {
    .heronav {
      right: 10px; } }
  @media only screen and (max-width: 1326px) {
    .heronav {
      margin-left: 0; } }
  .heronav .nav_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 50px;
    height: 50px; }
    .heronav .nav_item:not(:last-child) {
      margin-bottom: 4px; }
    .heronav .nav_item:hover .title, .heronav .nav_item:focus .title {
      color: #464646;
      visibility: visible;
      background: #fff;
      border: 1px solid #BA9F5E;
      border-right: 0; }
    .heronav .nav_item:hover .image_container, .heronav .nav_item:focus .image_container {
      border-left: 0;
      padding-left: 1px; }
    .heronav .nav_item .logout_rm:hover, .heronav .nav_item .logout_rm:focus {
      text-decoration: underline; }
  .heronav .image_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #BA9F5E;
    text-align: center;
    cursor: pointer;
    z-index: 1; }
  .heronav .title {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    right: 100%;
    height: 100%;
    visibility: hidden;
    color: #fff;
    background-color: #21409A;
    border-right: 0;
    padding: 0 16px;
    font-size: 14px;
    white-space: nowrap; }

.agenda .time-input-error tbody tr {
  border-color: #E50C0C !important; }
.agenda .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 12px; }
  @media only screen and (min-width: 768px) {
    .agenda .wrapper {
      grid-template-columns: 1fr 1fr; } }
.agenda__calendar {
  background-color: #E4E8F3;
  padding: 20px;
  max-height: 394px; }
  @media only screen and (min-width: 1024px) {
    .agenda__calendar {
      padding: 39px 52px; } }
  .agenda__calendar .top-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 15px 0;
    background-color: #21409A;
    text-align: center; }
    .agenda__calendar .top-nav a {
      padding: 11px 22px;
      font-size: 26px;
      text-decoration: none; }
      .agenda__calendar .top-nav a.prev {
        border-right: 1px solid #fff; }
      .agenda__calendar .top-nav a.next {
        border-left: 1px solid #fff; }
    .agenda__calendar .top-nav .date * {
      font-family: "Metropolis";
      font-size: 18px;
      line-height: 18px; }
    .agenda__calendar .top-nav * {
      color: #fff; }
  .agenda__calendar table {
    margin: 0 auto; }
    .agenda__calendar table th, .agenda__calendar table td {
      padding: 2px 0; }
      @media only screen and (min-width: 576px) {
        .agenda__calendar table th, .agenda__calendar table td {
          padding: 2px 5px; } }
      @media only screen and (min-width: 1024px) {
        .agenda__calendar table th, .agenda__calendar table td {
          padding: 2px 9.5px; } }
    .agenda__calendar table thead td {
      padding: 20px 2px;
      text-align: center;
      color: #464646;
      font-weight: 400;
      font-size: 12px;
      background-color: transparent; }
      @media only screen and (min-width: 576px) {
        .agenda__calendar table thead td {
          padding: 20px 5px;
          font-size: 14px; } }
      @media only screen and (min-width: 1024px) {
        .agenda__calendar table thead td {
          padding: 20px 9.5px; } }
    .agenda__calendar table tbody td {
      text-align: center;
      font-size: 16px;
      color: #000; }
      .agenda__calendar table tbody td span {
        display: block;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin: 0 auto; }
        .agenda__calendar table tbody td span a {
          text-decoration: none;
          font-weight: 400; }
        .agenda__calendar table tbody td span.other_day {
          display: none; }
        .agenda__calendar table tbody td span.active {
          position: relative; }
          .agenda__calendar table tbody td span.active:after {
            content: '';
            position: absolute;
            bottom: -2px;
            display: block;
            width: 7px;
            height: 7px;
            background-color: #21409A; }
          .agenda__calendar table tbody td span.active.inactive:after {
            display: none; }
        .agenda__calendar table tbody td span.current.active {
          border: 1px solid #21409A; }
          .agenda__calendar table tbody td span.current.active:after {
            display: none; }
          .agenda__calendar table tbody td span.current.active a {
            color: #21409A;
            font-weight: 400;
            pointer-events: none; }
.agenda__content form {
  margin: 0; }
.agenda__content .add-agenda {
  margin-bottom: 26px;
  text-align: right; }
.agenda__content .date {
  margin-top: 0;
  font-weight: 500;
  font-family: "Metropolis"; }
.agenda__content .uib-timepicker {
  display: block; }
  .agenda__content .uib-timepicker tbody, .agenda__content .uib-timepicker tr, .agenda__content .uib-timepicker td {
    display: block; }
  .agenda__content .uib-timepicker tbody tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #9ca7c9;
    padding-left: 14px; }
    .agenda__content .uib-timepicker tbody tr td, .agenda__content .uib-timepicker tbody tr input {
      padding: 0;
      font-size: 14px; }
      .agenda__content .uib-timepicker tbody tr td::placeholder, .agenda__content .uib-timepicker tbody tr input::placeholder {
        font-size: 10px; }
    .agenda__content .uib-timepicker tbody tr:first-child, .agenda__content .uib-timepicker tbody tr:last-child {
      display: none !important; }
  .agenda__content .uib-timepicker input {
    padding: 0;
    border: 0;
    max-width: 15px; }
.agenda__content .submit-buttons {
  margin-top: 39px;
  text-align: right; }
.agenda__item {
  background-image: url("../img/agenda-decor.png");
  background-position: top right; }
  .agenda__item .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: calc(100% - 107px);
    background-color: #E4E8F3;
    padding: 20px;
    min-height: 108px; }
    .agenda__item .meta .controls {
      margin-left: auto;
      padding-left: 5px;
      margin-top: 11px; }
      .agenda__item .meta .controls a {
        font-size: 20px;
        text-decoration: none; }
        .agenda__item .meta .controls a + a {
          margin-left: 12px; }
  .agenda__item .time {
    color: #21409A;
    font-weight: 500;
    font-family: "Metropolis";
    font-size: 32px;
    line-height: 40px; }
  .agenda__item p {
    color: #000; }
    .agenda__item p:first-of-type {
      margin-top: 0; }
    .agenda__item p:last-of-type {
      margin-bottom: 0; }
  .agenda__item:not(:last-child) {
    margin-bottom: 4px; }

.b {
  padding: 40px 0; }
  .b:first-of-type {
    padding-top: 0; }
  .b:last-of-type {
    padding-bottom: 0; }
  .b .read-more {
    margin-top: 40px; }
  .b--seniunija .seniunija {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px 113px; }
    @media only screen and (min-width: 1024px) {
      .b--seniunija .seniunija {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .b--seniunija .seniunija__logo {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        .b--seniunija .seniunija__logo {
          text-align: left; } }
    .b--seniunija .seniunija__meta .top {
      margin-bottom: 44px; }
      .b--seniunija .seniunija__meta .top .widget_title {
        text-align: left; }
      .b--seniunija .seniunija__meta .top a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: #21409A;
        font-size: 14px; }
        .b--seniunija .seniunija__meta .top a + a {
          margin-top: 15px; }
        .b--seniunija .seniunija__meta .top a:before {
          font-size: 20px;
          width: 25px;
          display: inline-block;
          text-align: center;
          margin-right: 15px; }
        .b--seniunija .seniunija__meta .top a.icon-location:before, .b--seniunija .seniunija__meta .top a.icon-phone:before {
          font-size: 25px; }
        .b--seniunija .seniunija__meta .top a span {
          font-family: "Source Sans Pro"; }
    .b--seniunija .seniunija__meta .bottom {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(2, 1fr); }
      @media only screen and (min-width: 768px) {
        .b--seniunija .seniunija__meta .bottom {
          grid-template-columns: repeat(4, 1fr); } }
      @media only screen and (min-width: 1024px) {
        .b--seniunija .seniunija__meta .bottom {
          grid-template-columns: repeat(3, 1fr); } }
      .b--seniunija .seniunija__meta .bottom a {
        background-color: #E4E8F3;
        padding: 22px;
        color: #000;
        text-align: center;
        text-decoration: none;
        /*						@include min(576) {
        							padding: 37px 35px;
        						}*/ }
      .b--seniunija .seniunija__meta .bottom .icon:before {
        font-size: 46px;
        color: #21409A;
        display: block;
        margin-bottom: 13px; }
  .b--childslist .childlist_cont {
    margin-bottom: 0; }
  .b--textimg .imgtext {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px; }
    @media only screen and (min-width: 768px) {
      .b--textimg .imgtext {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .b--textimg .imgtext__image {
      width: 100%;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
      .b--textimg .imgtext__image img {
        width: 100%;
        object-fit: cover; }
      @media only screen and (min-width: 768px) {
        .b--textimg .imgtext__image {
          width: 50%; } }
    @media only screen and (min-width: 768px) {
      .b--textimg .imgtext__desc {
        width: 50%; } }
    .b--textimg .imgtext.left .image {
      order: 0; }
    .b--textimg .imgtext.right .image {
      order: 1; }
  .b--servicesareas .widget_title {
    text-align: center; }
  .b--servicesareas .areasofactivity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .b--servicesareas .areasofactivity.show .areasofactivity__item {
      display: block; }
    .b--servicesareas .areasofactivity__item {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-transition: transform 150ms ease-in-out;
      -moz-transition: transform 150ms ease-in-out;
      -o-transition: transform 150ms ease-in-out;
      -ms-transition: transform 150ms ease-in-out;
      transition: transform 150ms ease-in-out; }
      @media only screen and (min-width: 991px) {
        .b--servicesareas .areasofactivity__item {
          -webkit-flex-grow: 0;
          -moz-flex-grow: 0;
          -ms-flex-grow: 0;
          flex-grow: 0; } }
      .b--servicesareas .areasofactivity__item .wrapper {
        height: 100%;
        background-color: #E4E8F3;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        padding: 16px; }
        .b--servicesareas .areasofactivity__item .wrapper a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%; }
          .b--servicesareas .areasofactivity__item .wrapper a:hover, .b--servicesareas .areasofactivity__item .wrapper a:focus {
            text-decoration: none; }
            .b--servicesareas .areasofactivity__item .wrapper a:hover .item_title, .b--servicesareas .areasofactivity__item .wrapper a:focus .item_title {
              color: #21409A; }
        .b--servicesareas .areasofactivity__item .wrapper img {
          margin-bottom: 14px;
          max-width: 46px;
          height: 46px;
          width: 100%;
          object-fit: cover;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-shrink: 0;
          flex-shrink: 0; }
        .b--servicesareas .areasofactivity__item .wrapper .title {
          height: 100%;
          font-weight: 400;
          color: #000; }
      .b--servicesareas .areasofactivity__item:hover, .b--servicesareas .areasofactivity__item:focus {
        transform: translateY(-5px); }
    .b--servicesareas .areasofactivity.show .item {
      display: block; }

.news-subscription-holder h6 {
  color: #000;
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 15px 0;
  text-align: left; }

.news-subscription-text {
  margin: 0 0 27px 0; }

#subscription_form_index {
  max-width: 288px; }
  #subscription_form_index .type_item {
    margin: 0 0 17px 0; }
  #subscription_form_index .sub_btn {
    text-align: right; }

.input_group_parent {
  margin: 0 0 5px 0;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: block;
  font-size: 14px; }
  .input_group_parent.disabled {
    cursor: not-allowed; }
  .input_group_parent input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .input_group_parent input[type=checkbox]:focus + .checkbox_design, .input_group_parent input[type=checkbox]:focus + .radio_design, .input_group_parent input[type=radio]:focus + .checkbox_design, .input_group_parent input[type=radio]:focus + .radio_design {
      outline: auto; }
  .input_group_parent .checkbox_design, .input_group_parent .radio_design {
    position: absolute;
    top: 2px;
    left: 1px;
    width: 16px;
    height: 16px;
    background-color: #FFF;
    border: 1px solid #21409A; }
    .input_group_parent .checkbox_design:after, .input_group_parent .radio_design:after {
      content: "";
      position: absolute;
      top: 2px;
      left: 2px;
      width: 10px;
      height: 10px;
      background-color: #FFF;
      background-image: none;
      opacity: 0;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
  .input_group_parent .radio_design {
    top: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    .input_group_parent .radio_design:after {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 10px;
      height: 10px;
      top: 2px;
      left: 2px;
      background-color: #21409A; }
  .input_group_parent input[disabled] + .checkbox_design:after, .input_group_parent input[disabled] + .radio_design:after {
    background-color: rgba(70, 70, 70, 0.3); }
  .input_group_parent input[disabled] + .checkbox_design {
    border: 1px solid rgba(70, 70, 70, 0.3); }
    .input_group_parent input[disabled] + .checkbox_design:after {
      background-color: rgba(70, 70, 70, 0.3);
      top: 0px;
      left: 0px;
      width: 15px;
      height: 15px;
      background-image: none !important; }
  .input_group_parent input:checked + .checkbox_design:after, .input_group_parent input:checked + .radio_design:after {
    opacity: 1; }
  .input_group_parent input:checked + .checkbox_design:after {
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto; }

.scrollable {
  overflow-x: auto;
  margin-bottom: 20px; }
  .scrollable:last-child {
    margin-bottom: 0; }
  .scrollable table {
    margin: 0; }

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */ }

.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  -webkit-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  content: ''; }

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto; }

.scrollable > div::-webkit-scrollbar {
  height: 12px; }

.scrollable > div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0; }

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc; }

@media print {
  #ads, #printFriendly, header, nav, .footer, .submenu_cont, .search_cont, .print_button, .left, .inlinelink, .social_links, .related_thumbs_side, .one_widget, .langs {
    display: none !important; }

  body {
    background-image: none !important;
    background: #fff; }

  .bgwhite {
    padding: 0 !important; }

  #content {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt; }

  .content_right, .news_images_cont, .dynamic_cont {
    width: 100% !important;
    max-width: none !important;
    float: none !important; }

  .contact_group_title {
    padding: 0;
    margin: 0 0 10px 0; }

  .contact_photo {
    float: left;
    margin: 0px 10px 0 0; }

  img.news_image_with {
    margin: 0 18px 10px 0; } }

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