

/* Start:/local/templates/lenapillars/assets/css/normalize.min.css?16187335306157*/
/*! 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; }

/* End */


/* Start:/local/templates/lenapillars/assets/css/foundation.min.css?1619630788132578*/
@charset "UTF-8";@media print,screen and (min-width:40em){.reveal,.reveal.large,.reveal.small,.reveal.tiny{right:auto;left:auto;margin:0 auto}}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:0 0;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;-webkit-box-shadow:inset 0 1px 2px rgba(10,10,10,.1);box-shadow:inset 0 1px 2px rgba(10,10,10,.1);font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:0;border:1px solid #8a8a8a;background-color:#fefefe;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-input-placeholder{color:#cacaca}::-moz-placeholder{color:#cacaca}:-ms-input-placeholder{color:#cacaca}::-ms-input-placeholder{color:#cacaca}::placeholder{color:#cacaca}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;margin-bottom:1rem;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#0a0a0a;text-align:center;white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;padding:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{outline:0;border:1px solid #8a8a8a;background-color:#fefefe;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}select:not([multiple]){padding-top:0;padding-bottom:0}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:#f9ecea}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;color:#cc4b37}.form-error.is-visible{display:block}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}b,strong{font-weight:700;line-height:inherit}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}.h1,h1{font-size:1.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:1.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h3,h3{font-size:1.1875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h4,h4{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h5,h5{font-size:1.0625rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h6,h6{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width:40em){.h1,h1{font-size:3rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.9375rem}.h4,h4{font-size:1.5625rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}}a{line-height:inherit;color:#1779ba;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#1468a0}a img{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#0a0a0a}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#8a8a8a;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#0a0a0a;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#0a0a0a;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:0 0!important;color:#000!important;-webkit-print-color-adjust:economy;color-adjust:economy;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print{display:table-cell!important}th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^='#']:after,a[href^='javascript:']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.grid-container{padding-right:.625rem;padding-left:.625rem;max-width:75rem;margin-left:auto;margin-right:auto}@media print,screen and (min-width:40em){.grid-container{padding-right:.9375rem;padding-left:.9375rem}}.grid-container.fluid{padding-right:.625rem;padding-left:.625rem;max-width:100%;margin-left:auto;margin-right:auto}@media print,screen and (min-width:40em){.grid-container.fluid{padding-right:.9375rem;padding-left:.9375rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.cell.shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.66667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.33333%}.grid-x>.small-5{width:41.66667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.33333%}.grid-x>.small-8{width:66.66667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.33333%}.grid-x>.small-11{width:91.66667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.66667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.33333%}.grid-x>.medium-5{width:41.66667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.33333%}.grid-x>.medium-8{width:66.66667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.33333%}.grid-x>.medium-11{width:91.66667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.33333%}.grid-x>.large-2{width:16.66667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.33333%}.grid-x>.large-5{width:41.66667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.33333%}.grid-x>.large-8{width:66.66667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.33333%}.grid-x>.large-11{width:91.66667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}@media print,screen and (min-width:40em){.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:.9375rem;margin-right:.9375rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}@media print,screen and (min-width:40em){.grid-padding-x .grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}@media print,screen and (min-width:40em){.grid-container:not(.full)>.grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}}.grid-padding-x>.cell{padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width:40em){.grid-padding-x>.cell{padding-right:.9375rem;padding-left:.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.33333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.66667%}.small-up-7>.cell{width:14.28571%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.33333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.66667%}.medium-up-7>.cell{width:14.28571%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.33333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.66667%}.large-up-7>.cell{width:14.28571%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.33333%}.small-margin-collapse>.small-2{width:16.66667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.33333%}.small-margin-collapse>.small-5{width:41.66667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.33333%}.small-margin-collapse>.small-8{width:66.66667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.33333%}.small-margin-collapse>.small-11{width:91.66667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:40em){.small-margin-collapse>.medium-1{width:8.33333%}.small-margin-collapse>.medium-2{width:16.66667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.33333%}.small-margin-collapse>.medium-5{width:41.66667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.33333%}.small-margin-collapse>.medium-8{width:66.66667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.33333%}.small-margin-collapse>.medium-11{width:91.66667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.33333%}.small-margin-collapse>.large-2{width:16.66667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.33333%}.small-margin-collapse>.large-5{width:41.66667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.33333%}.small-margin-collapse>.large-8{width:66.66667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.33333%}.small-margin-collapse>.large-11{width:91.66667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:40em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:40em){.medium-margin-collapse>.small-1{width:8.33333%}.medium-margin-collapse>.small-2{width:16.66667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.33333%}.medium-margin-collapse>.small-5{width:41.66667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.33333%}.medium-margin-collapse>.small-8{width:66.66667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.33333%}.medium-margin-collapse>.small-11{width:91.66667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:40em){.medium-margin-collapse>.medium-1{width:8.33333%}.medium-margin-collapse>.medium-2{width:16.66667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.33333%}.medium-margin-collapse>.medium-5{width:41.66667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.33333%}.medium-margin-collapse>.medium-8{width:66.66667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.33333%}.medium-margin-collapse>.medium-11{width:91.66667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.33333%}.medium-margin-collapse>.large-2{width:16.66667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.33333%}.medium-margin-collapse>.large-5{width:41.66667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.33333%}.medium-margin-collapse>.large-8{width:66.66667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.33333%}.medium-margin-collapse>.large-11{width:91.66667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse>.small-1{width:8.33333%}.large-margin-collapse>.small-2{width:16.66667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.33333%}.large-margin-collapse>.small-5{width:41.66667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.33333%}.large-margin-collapse>.small-8{width:66.66667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.33333%}.large-margin-collapse>.small-11{width:91.66667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.medium-1{width:8.33333%}.large-margin-collapse>.medium-2{width:16.66667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.33333%}.large-margin-collapse>.medium-5{width:41.66667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.33333%}.large-margin-collapse>.medium-8{width:66.66667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.33333%}.large-margin-collapse>.medium-11{width:91.66667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.large-1{width:8.33333%}.large-margin-collapse>.large-2{width:16.66667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.33333%}.large-margin-collapse>.large-5{width:41.66667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.33333%}.large-margin-collapse>.large-8{width:66.66667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.33333%}.large-margin-collapse>.large-11{width:91.66667%}.large-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:calc(0% + .625rem)}.small-offset-1{margin-left:8.33333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .625rem)}.small-offset-2{margin-left:16.66667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .625rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .625rem)}.small-offset-4{margin-left:33.33333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .625rem)}.small-offset-5{margin-left:41.66667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .625rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .625rem)}.small-offset-7{margin-left:58.33333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .625rem)}.small-offset-8{margin-left:66.66667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .625rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .625rem)}.small-offset-10{margin-left:83.33333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .625rem)}.small-offset-11{margin-left:91.66667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .625rem)}@media print,screen and (min-width:40em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + .9375rem)}.medium-offset-1{margin-left:8.33333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .9375rem)}.medium-offset-2{margin-left:16.66667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .9375rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .9375rem)}.medium-offset-4{margin-left:33.33333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .9375rem)}.medium-offset-5{margin-left:41.66667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .9375rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .9375rem)}.medium-offset-7{margin-left:58.33333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .9375rem)}.medium-offset-8{margin-left:66.66667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .9375rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .9375rem)}.medium-offset-10{margin-left:83.33333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .9375rem)}.medium-offset-11{margin-left:91.66667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:calc(0% + .9375rem)}.large-offset-1{margin-left:8.33333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .9375rem)}.large-offset-2{margin-left:16.66667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .9375rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .9375rem)}.large-offset-4{margin-left:33.33333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .9375rem)}.large-offset-5{margin-left:41.66667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .9375rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .9375rem)}.large-offset-7{margin-left:58.33333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .9375rem)}.large-offset-8{margin-left:66.66667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .9375rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .9375rem)}.large-offset-10{margin-left:83.33333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .9375rem)}.large-offset-11{margin-left:91.66667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .9375rem)}}.grid-y{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:40em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.small-1{height:8.33333%}.grid-y>.small-2{height:16.66667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.33333%}.grid-y>.small-5{height:41.66667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.33333%}.grid-y>.small-8{height:66.66667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.33333%}.grid-y>.small-11{height:91.66667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:40em){.grid-y>.medium-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.33333%}.grid-y>.medium-2{height:16.66667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.33333%}.grid-y>.medium-5{height:41.66667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.33333%}.grid-y>.medium-8{height:66.66667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.33333%}.grid-y>.medium-11{height:91.66667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.33333%}.grid-y>.large-2{height:16.66667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.33333%}.grid-y>.large-5{height:41.66667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.33333%}.grid-y>.large-8{height:66.66667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.33333%}.grid-y>.large-11{height:91.66667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print,screen and (min-width:40em){.grid-padding-y .grid-padding-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}@media print,screen and (min-width:40em){.grid-padding-y>.cell{padding-top:.9375rem;padding-bottom:.9375rem}}.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame{overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media print,screen and (min-width:40em){.medium-grid-frame{overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width:64em){.large-grid-frame{overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{width:auto;overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{width:auto;overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{width:auto;overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print,screen and (min-width:40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.85em 1em;border:1px solid transparent;border-radius:0;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;font-family:inherit;font-size:.9rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#1779ba;color:#fefefe}.button:focus,.button:hover{background-color:#14679e;color:#fefefe}.button.primary,.button.primary.disabled,.button.primary.disabled:focus,.button.primary.disabled:hover,.button.primary[disabled],.button.primary[disabled]:focus,.button.primary[disabled]:hover{background-color:#1779ba;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#126195;color:#fefefe}.button.secondary,.button.secondary.disabled,.button.secondary.disabled:focus,.button.secondary.disabled:hover,.button.secondary[disabled],.button.secondary[disabled]:focus,.button.secondary[disabled]:hover{background-color:#767676;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#5e5e5e;color:#fefefe}.button.success,.button.success.disabled,.button.success.disabled:focus,.button.success.disabled:hover,.button.success[disabled],.button.success[disabled]:focus,.button.success[disabled]:hover{background-color:#3adb76;color:#0a0a0a}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#0a0a0a}.button.warning,.button.warning.disabled,.button.warning.disabled:focus,.button.warning.disabled:hover,.button.warning[disabled],.button.warning[disabled]:focus,.button.warning[disabled]:hover{background-color:#ffae00;color:#0a0a0a}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#0a0a0a}.button.alert,.button.alert.disabled,.button.alert.disabled:focus,.button.alert.disabled:hover,.button.alert[disabled],.button.alert[disabled]:focus,.button.alert[disabled]:hover{background-color:#cc4b37;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#a53b2a;color:#fefefe}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button.hollow:focus,.button.hollow:hover{border-color:#0c3d5d;color:#0c3d5d}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary.disabled:focus,.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled],.button.hollow.primary[disabled]:focus,.button.hollow.primary[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#0c3d5d;color:#0c3d5d}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary.disabled:focus,.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled],.button.hollow.secondary[disabled]:focus,.button.hollow.secondary[disabled]:hover{border:1px solid #767676;color:#767676}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success.disabled:focus,.button.hollow.success.disabled:hover,.button.hollow.success[disabled],.button.hollow.success[disabled]:focus,.button.hollow.success[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning.disabled:focus,.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled],.button.hollow.warning[disabled]:focus,.button.hollow.warning[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert.disabled:focus,.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled],.button.hollow.alert[disabled]:focus,.button.hollow.alert[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#67251a;color:#67251a}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{border-color:transparent;background-color:transparent}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{color:#1779ba}.button.clear:focus,.button.clear:hover{color:#0c3d5d}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary.disabled:focus,.button.clear.primary.disabled:hover,.button.clear.primary[disabled],.button.clear.primary[disabled]:focus,.button.clear.primary[disabled]:hover{color:#1779ba}.button.clear.primary:focus,.button.clear.primary:hover{color:#0c3d5d}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary.disabled:focus,.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled],.button.clear.secondary[disabled]:focus,.button.clear.secondary[disabled]:hover{color:#767676}.button.clear.secondary:focus,.button.clear.secondary:hover{color:#3b3b3b}.button.clear.success,.button.clear.success.disabled,.button.clear.success.disabled:focus,.button.clear.success.disabled:hover,.button.clear.success[disabled],.button.clear.success[disabled]:focus,.button.clear.success[disabled]:hover{color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{color:#157539}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning.disabled:focus,.button.clear.warning.disabled:hover,.button.clear.warning[disabled],.button.clear.warning[disabled]:focus,.button.clear.warning[disabled]:hover{color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{color:#805700}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert.disabled:focus,.button.clear.alert.disabled:hover,.button.clear.alert[disabled],.button.clear.alert[disabled]:focus,.button.clear.alert[disabled]:hover{color:#cc4b37}.button.clear.alert:focus,.button.clear.alert:hover{color:#67251a}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.dropdown::after{display:block;width:0;height:0;border:inset .4em;content:'';border-bottom-width:0;border-top-style:solid;border-color:#fefefe transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.clear::after,.button.dropdown.hollow::after{border-top-color:#1779ba}.button.dropdown.clear.primary::after,.button.dropdown.hollow.primary::after{border-top-color:#1779ba}.button.dropdown.clear.secondary::after,.button.dropdown.hollow.secondary::after{border-top-color:#767676}.button.dropdown.clear.success::after,.button.dropdown.hollow.success::after{border-top-color:#3adb76}.button.dropdown.clear.warning::after,.button.dropdown.hollow.warning::after{border-top-color:#ffae00}.button.dropdown.clear.alert::after,.button.dropdown.hollow.alert::after{border-top-color:#cc4b37}.button.arrow-only::after{top:-.1em;float:none;margin-left:0}a.button:focus,a.button:hover{text-decoration:none}.button-group{margin-bottom:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.button-group::after,.button-group::before{display:table;content:' ';-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.button-group::after{clear:both}.button-group::after,.button-group::before{display:none}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.9rem;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;margin-right:0}.button-group.primary .button,.button-group.primary .button.disabled,.button-group.primary .button.disabled:focus,.button-group.primary .button.disabled:hover,.button-group.primary .button[disabled],.button-group.primary .button[disabled]:focus,.button-group.primary .button[disabled]:hover{background-color:#1779ba;color:#fefefe}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#126195;color:#fefefe}.button-group.secondary .button,.button-group.secondary .button.disabled,.button-group.secondary .button.disabled:focus,.button-group.secondary .button.disabled:hover,.button-group.secondary .button[disabled],.button-group.secondary .button[disabled]:focus,.button-group.secondary .button[disabled]:hover{background-color:#767676;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#5e5e5e;color:#fefefe}.button-group.success .button,.button-group.success .button.disabled,.button-group.success .button.disabled:focus,.button-group.success .button.disabled:hover,.button-group.success .button[disabled],.button-group.success .button[disabled]:focus,.button-group.success .button[disabled]:hover{background-color:#3adb76;color:#0a0a0a}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#22bb5b;color:#0a0a0a}.button-group.warning .button,.button-group.warning .button.disabled,.button-group.warning .button.disabled:focus,.button-group.warning .button.disabled:hover,.button-group.warning .button[disabled],.button-group.warning .button[disabled]:focus,.button-group.warning .button[disabled]:hover{background-color:#ffae00;color:#0a0a0a}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#cc8b00;color:#0a0a0a}.button-group.alert .button,.button-group.alert .button.disabled,.button-group.alert .button.disabled:focus,.button-group.alert .button.disabled:hover,.button-group.alert .button[disabled],.button-group.alert .button[disabled]:focus,.button-group.alert .button[disabled]:hover{background-color:#cc4b37;color:#fefefe}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#a53b2a;color:#fefefe}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button:focus,.button-group.hollow .button:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{background-color:transparent}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button-group.hollow .button:focus,.button-group.hollow .button:hover{border-color:#0c3d5d;color:#0c3d5d}.button-group.hollow .button.primary,.button-group.hollow .button.primary.disabled,.button-group.hollow .button.primary.disabled:focus,.button-group.hollow .button.primary.disabled:hover,.button-group.hollow .button.primary[disabled],.button-group.hollow .button.primary[disabled]:focus,.button-group.hollow .button.primary[disabled]:hover,.button-group.hollow.primary .button,.button-group.hollow.primary .button.disabled,.button-group.hollow.primary .button.disabled:focus,.button-group.hollow.primary .button.disabled:hover,.button-group.hollow.primary .button[disabled],.button-group.hollow.primary .button[disabled]:focus,.button-group.hollow.primary .button[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button-group.hollow .button.primary:focus,.button-group.hollow .button.primary:hover,.button-group.hollow.primary .button:focus,.button-group.hollow.primary .button:hover{border-color:#0c3d5d;color:#0c3d5d}.button-group.hollow .button.secondary,.button-group.hollow .button.secondary.disabled,.button-group.hollow .button.secondary.disabled:focus,.button-group.hollow .button.secondary.disabled:hover,.button-group.hollow .button.secondary[disabled],.button-group.hollow .button.secondary[disabled]:focus,.button-group.hollow .button.secondary[disabled]:hover,.button-group.hollow.secondary .button,.button-group.hollow.secondary .button.disabled,.button-group.hollow.secondary .button.disabled:focus,.button-group.hollow.secondary .button.disabled:hover,.button-group.hollow.secondary .button[disabled],.button-group.hollow.secondary .button[disabled]:focus,.button-group.hollow.secondary .button[disabled]:hover{border:1px solid #767676;color:#767676}.button-group.hollow .button.secondary:focus,.button-group.hollow .button.secondary:hover,.button-group.hollow.secondary .button:focus,.button-group.hollow.secondary .button:hover{border-color:#3b3b3b;color:#3b3b3b}.button-group.hollow .button.success,.button-group.hollow .button.success.disabled,.button-group.hollow .button.success.disabled:focus,.button-group.hollow .button.success.disabled:hover,.button-group.hollow .button.success[disabled],.button-group.hollow .button.success[disabled]:focus,.button-group.hollow .button.success[disabled]:hover,.button-group.hollow.success .button,.button-group.hollow.success .button.disabled,.button-group.hollow.success .button.disabled:focus,.button-group.hollow.success .button.disabled:hover,.button-group.hollow.success .button[disabled],.button-group.hollow.success .button[disabled]:focus,.button-group.hollow.success .button[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button-group.hollow .button.success:focus,.button-group.hollow .button.success:hover,.button-group.hollow.success .button:focus,.button-group.hollow.success .button:hover{border-color:#157539;color:#157539}.button-group.hollow .button.warning,.button-group.hollow .button.warning.disabled,.button-group.hollow .button.warning.disabled:focus,.button-group.hollow .button.warning.disabled:hover,.button-group.hollow .button.warning[disabled],.button-group.hollow .button.warning[disabled]:focus,.button-group.hollow .button.warning[disabled]:hover,.button-group.hollow.warning .button,.button-group.hollow.warning .button.disabled,.button-group.hollow.warning .button.disabled:focus,.button-group.hollow.warning .button.disabled:hover,.button-group.hollow.warning .button[disabled],.button-group.hollow.warning .button[disabled]:focus,.button-group.hollow.warning .button[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button-group.hollow .button.warning:focus,.button-group.hollow .button.warning:hover,.button-group.hollow.warning .button:focus,.button-group.hollow.warning .button:hover{border-color:#805700;color:#805700}.button-group.hollow .button.alert,.button-group.hollow .button.alert.disabled,.button-group.hollow .button.alert.disabled:focus,.button-group.hollow .button.alert.disabled:hover,.button-group.hollow .button.alert[disabled],.button-group.hollow .button.alert[disabled]:focus,.button-group.hollow .button.alert[disabled]:hover,.button-group.hollow.alert .button,.button-group.hollow.alert .button.disabled,.button-group.hollow.alert .button.disabled:focus,.button-group.hollow.alert .button.disabled:hover,.button-group.hollow.alert .button[disabled],.button-group.hollow.alert .button[disabled]:focus,.button-group.hollow.alert .button[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button-group.hollow .button.alert:focus,.button-group.hollow .button.alert:hover,.button-group.hollow.alert .button:focus,.button-group.hollow.alert .button:hover{border-color:#67251a;color:#67251a}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button:focus,.button-group.clear .button:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{border-color:transparent;background-color:transparent}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{color:#1779ba}.button-group.clear .button:focus,.button-group.clear .button:hover{color:#0c3d5d}.button-group.clear .button.primary,.button-group.clear .button.primary.disabled,.button-group.clear .button.primary.disabled:focus,.button-group.clear .button.primary.disabled:hover,.button-group.clear .button.primary[disabled],.button-group.clear .button.primary[disabled]:focus,.button-group.clear .button.primary[disabled]:hover,.button-group.clear.primary .button,.button-group.clear.primary .button.disabled,.button-group.clear.primary .button.disabled:focus,.button-group.clear.primary .button.disabled:hover,.button-group.clear.primary .button[disabled],.button-group.clear.primary .button[disabled]:focus,.button-group.clear.primary .button[disabled]:hover{color:#1779ba}.button-group.clear .button.primary:focus,.button-group.clear .button.primary:hover,.button-group.clear.primary .button:focus,.button-group.clear.primary .button:hover{color:#0c3d5d}.button-group.clear .button.secondary,.button-group.clear .button.secondary.disabled,.button-group.clear .button.secondary.disabled:focus,.button-group.clear .button.secondary.disabled:hover,.button-group.clear .button.secondary[disabled],.button-group.clear .button.secondary[disabled]:focus,.button-group.clear .button.secondary[disabled]:hover,.button-group.clear.secondary .button,.button-group.clear.secondary .button.disabled,.button-group.clear.secondary .button.disabled:focus,.button-group.clear.secondary .button.disabled:hover,.button-group.clear.secondary .button[disabled],.button-group.clear.secondary .button[disabled]:focus,.button-group.clear.secondary .button[disabled]:hover{color:#767676}.button-group.clear .button.secondary:focus,.button-group.clear .button.secondary:hover,.button-group.clear.secondary .button:focus,.button-group.clear.secondary .button:hover{color:#3b3b3b}.button-group.clear .button.success,.button-group.clear .button.success.disabled,.button-group.clear .button.success.disabled:focus,.button-group.clear .button.success.disabled:hover,.button-group.clear .button.success[disabled],.button-group.clear .button.success[disabled]:focus,.button-group.clear .button.success[disabled]:hover,.button-group.clear.success .button,.button-group.clear.success .button.disabled,.button-group.clear.success .button.disabled:focus,.button-group.clear.success .button.disabled:hover,.button-group.clear.success .button[disabled],.button-group.clear.success .button[disabled]:focus,.button-group.clear.success .button[disabled]:hover{color:#3adb76}.button-group.clear .button.success:focus,.button-group.clear .button.success:hover,.button-group.clear.success .button:focus,.button-group.clear.success .button:hover{color:#157539}.button-group.clear .button.warning,.button-group.clear .button.warning.disabled,.button-group.clear .button.warning.disabled:focus,.button-group.clear .button.warning.disabled:hover,.button-group.clear .button.warning[disabled],.button-group.clear .button.warning[disabled]:focus,.button-group.clear .button.warning[disabled]:hover,.button-group.clear.warning .button,.button-group.clear.warning .button.disabled,.button-group.clear.warning .button.disabled:focus,.button-group.clear.warning .button.disabled:hover,.button-group.clear.warning .button[disabled],.button-group.clear.warning .button[disabled]:focus,.button-group.clear.warning .button[disabled]:hover{color:#ffae00}.button-group.clear .button.warning:focus,.button-group.clear .button.warning:hover,.button-group.clear.warning .button:focus,.button-group.clear.warning .button:hover{color:#805700}.button-group.clear .button.alert,.button-group.clear .button.alert.disabled,.button-group.clear .button.alert.disabled:focus,.button-group.clear .button.alert.disabled:hover,.button-group.clear .button.alert[disabled],.button-group.clear .button.alert[disabled]:focus,.button-group.clear .button.alert[disabled]:hover,.button-group.clear.alert .button,.button-group.clear.alert .button.disabled,.button-group.clear.alert .button.disabled:focus,.button-group.clear.alert .button.disabled:hover,.button-group.clear.alert .button[disabled],.button-group.clear.alert .button[disabled]:focus,.button-group.clear.alert .button[disabled]:hover{color:#cc4b37}.button-group.clear .button.alert:focus,.button-group.clear .button.alert:hover,.button-group.clear.alert .button:focus,.button-group.clear.alert .button:hover{color:#67251a}.button-group.no-gaps .button{margin-right:-.0625rem}.button-group.no-gaps .button+.button{border-left-color:transparent}.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child{margin-bottom:0}.button-group.stacked-for-medium.expanded .button,.button-group.stacked-for-small.expanded .button,.button-group.stacked.expanded .button{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;margin-right:0}@media print,screen and (min-width:40em){.button-group.stacked-for-small .button{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0}}@media print,screen and (min-width:64em){.button-group.stacked-for-medium .button{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0}}@media print,screen and (max-width:39.99875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media print,screen and (max-width:63.99875em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}.close-button{position:absolute;z-index:10;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#1779ba;color:#fefefe}.label.primary{background:#1779ba;color:#fefefe}.label.secondary{background:#767676;color:#fefefe}.label.success{background:#3adb76;color:#0a0a0a}.label.warning{background:#ffae00;color:#0a0a0a}.label.alert{background:#cc4b37;color:#fefefe}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:#cacaca}.progress.primary .progress-meter{background-color:#1779ba}.progress.secondary .progress-meter{background-color:#767676}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#cc4b37}.progress-meter{position:relative;display:block;width:0%;height:100%;background-color:#1779ba}.progress-meter-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#cacaca;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.slider-fill.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear}.slider-handle{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#1779ba;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-ms-touch-action:manipulation;touch-action:manipulation}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#14679e}.slider-handle.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.switch{height:2rem;position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:700;color:#fefefe;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#cacaca;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle::after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-radius:0;background:#fefefe;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;content:''}input:checked~.switch-paddle{background:#1779ba}input:checked~.switch-paddle::after{left:2.25rem}input:disabled~.switch-paddle{cursor:not-allowed;opacity:.5}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle::after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle::after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle::after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle::after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle::after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle::after{left:2.75rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid #f1f1f1;background-color:#fefefe}caption{padding:.5rem .625rem .625rem;font-weight:700}thead{background:#f8f8f8;color:#0a0a0a}tfoot{background:#f1f1f1;color:#0a0a0a}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(even){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:0;border-bottom:1px solid #f1f1f1;background-color:#fefefe}@media print,screen and (max-width:63.99875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center;background:#1779ba;color:#fefefe}.badge.primary{background:#1779ba;color:#fefefe}.badge.secondary{background:#767676;color:#fefefe}.badge.success{background:#3adb76;color:#0a0a0a}.badge.warning{background:#ffae00;color:#0a0a0a}.badge.alert{background:#cc4b37;color:#fefefe}.breadcrumbs{margin:0 0 1rem 0;list-style:none}.breadcrumbs::after,.breadcrumbs::before{display:table;content:' ';-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.breadcrumbs::after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#0a0a0a;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child)::after{position:relative;margin:0 .75rem;opacity:1;content:"/";color:#cacaca}.breadcrumbs a{color:#1779ba}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.callout{position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(10,10,10,.25);border-radius:0;background-color:#fff;color:#0a0a0a}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#d7ecfa;color:#0a0a0a}.callout.secondary{background-color:#eaeaea;color:#0a0a0a}.callout.success{background-color:#e1faea;color:#0a0a0a}.callout.warning{background-color:#fff3d9;color:#0a0a0a}.callout.alert{background-color:#f7e4e1;color:#0a0a0a}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:1rem;border:1px solid #e6e6e6;border-radius:0;background:#fefefe;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;color:#0a0a0a}.card>:last-child{margin-bottom:0}.card-divider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:1rem;background:#e6e6e6}.card-divider>:last-child{margin-bottom:0}.card-section{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:1rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.pagination{margin-left:0;margin-bottom:1rem}.pagination::after,.pagination::before{display:table;content:' ';-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.pagination::after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:40em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#0a0a0a}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#1779ba;color:#fefefe;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:not-allowed}.pagination .disabled:hover{background:0 0}.pagination .ellipsis::after{padding:.1875rem .625rem;content:'\2026';color:#0a0a0a}.pagination-previous a::before,.pagination-previous.disabled::before{display:inline-block;margin-right:.5rem;content:"«"}.pagination-next a::after,.pagination-next.disabled::after{display:inline-block;margin-left:.5rem;content:"»"}.has-tip{position:relative;display:inline-block;border-bottom:dotted 1px #8a8a8a;font-weight:700;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#0a0a0a;font-size:80%;color:#fefefe}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-top-width:0;border-bottom-style:solid;border-color:transparent transparent #0a0a0a;bottom:100%}.tooltip.bottom.align-center::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0a0a0a transparent transparent;top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0a0a0a;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0a0a0a transparent transparent;right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.accordion{margin-left:0;background:#fefefe;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child{border-radius:0}.accordion-item:last-child>:last-child{border-radius:0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #e6e6e6;border-bottom:0;font-size:.75rem;line-height:1;color:#1779ba}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #e6e6e6;border-radius:0}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}.accordion-title::before{position:absolute;top:50%;right:1rem;margin-top:-.5rem;content:"+"}.is-active>.accordion-title::before{content:"–"}.accordion-content{display:none;padding:1rem;border:1px solid #e6e6e6;border-bottom:0;background-color:#fefefe;color:#0a0a0a}:last-child>.accordion-content:last-child{border-bottom:1px solid #e6e6e6}.media-object{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.media-object img{max-width:none}@media print,screen and (max-width:39.99875em){.media-object.stack-for-small{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.media-object-section{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}@media print,screen and (max-width:39.99875em){.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.stack-for-small .media-object-section img{width:100%}}.media-object-section.main-section{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.orbit{position:relative}.orbit-container{position:relative;height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%;position:absolute}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0;padding:1rem;background-color:rgba(10,10,10,.5);color:#fefefe}.orbit-next,.orbit-previous{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:10;padding:1rem;color:#fefefe}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:rgba(10,10,10,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#cacaca}.orbit-bullets button:hover{background-color:#8a8a8a}.orbit-bullets button.is-active{background-color:#8a8a8a}.flex-video,.responsive-embed{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.tabs{margin:0;border:1px solid #e6e6e6;background:#fefefe;list-style-type:none}.tabs::after,.tabs::before{display:table;content:' ';-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:0 0}.tabs.primary{background:#1779ba}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#1673b1}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;color:#1779ba}[data-whatinput=mouse] .tabs-title>a{outline:0}.tabs-title>a:hover{background:#fefefe;color:#1468a0}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#1779ba}.tabs-content{border:1px solid #e6e6e6;border-top:0;background:#fefefe;color:#0a0a0a;-webkit-transition:all .5s ease;transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fefefe;border-radius:0;-webkit-box-shadow:0 0 0 1px rgba(10,10,10,.2);box-shadow:0 0 0 1px rgba(10,10,10,.2);line-height:0}a.thumbnail{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{-webkit-box-shadow:0 0 6px 1px rgba(23,121,186,.5);box-shadow:0 0 6px 1px rgba(23,121,186,.5)}a.thumbnail image{-webkit-box-shadow:none;box-shadow:none}.menu{padding:0;margin:0;list-style:none;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.simple{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width:40em){.menu.medium-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.medium-vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.medium-expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.medium-simple li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}@media print,screen and (min-width:64em){.menu.large-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.large-vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.large-expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.large-simple li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu.icon-bottom a,.menu.icon-left a,.menu.icon-right a,.menu.icon-top a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu.icon-left li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .is-active>a{background:#1779ba;color:#fefefe}.menu .active>a{background:#1779ba;color:#fefefe}.menu.align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.menu.align-right li .submenu li{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu.align-center li .submenu li{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu .menu-text{padding:.7rem 1rem;font-weight:700;line-height:1;color:inherit}.menu-centered>.menu{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu-centered>.menu li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu-centered>.menu li .submenu li{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fefefe;-webkit-box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:''}.menu-icon:hover::after{background:#cacaca;-webkit-box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#0a0a0a;-webkit-box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;content:''}.menu-icon.dark:hover::after{background:#8a8a8a;-webkit-box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.accordion-menu li{width:100%}.accordion-menu a{padding:.7rem 1rem}.accordion-menu .is-accordion-submenu a{padding:.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-right:0;margin-left:1rem}.accordion-menu.align-right .nested.is-accordion-submenu{margin-right:1rem;margin-left:0}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#1779ba transparent transparent;position:absolute;top:50%;margin-top:-3px;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a::after{right:1rem;left:auto}.accordion-menu.align-right .is-accordion-submenu-parent>a::after{right:auto;left:1rem}.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{position:absolute;top:0;right:0;width:40px;height:40px;cursor:pointer}.submenu-toggle::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#1779ba transparent transparent;top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded=true]::after{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.submenu-toggle-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{-webkit-transition:height .5s;transition:height .5s}.drilldown a{padding:.7rem 1rem;background:#fefefe}.drilldown .is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fefefe;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear}.drilldown .is-drilldown-submenu.is-active{z-index:1;display:block;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.drilldown .is-drilldown-submenu.is-closing{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-right:0;margin-left:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #1779ba;position:absolute;top:50%;margin-top:-6px;right:1rem}.drilldown.align-left .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #1779ba;right:1rem;left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #1779ba transparent transparent;right:auto;left:1rem}.drilldown .js-drilldown-back>a::before{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #1779ba transparent transparent;display:inline-block;vertical-align:middle;margin-right:.75rem}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#1779ba transparent transparent;right:5px;left:auto;margin-top:-3px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu>li>a{padding:.7rem 1rem}.dropdown.menu>li.is-active>a{background:0 0;color:#1779ba}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px}.dropdown.menu.vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #1779ba transparent transparent;right:auto;left:5px}.dropdown.menu.vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #1779ba}@media print,screen and (min-width:40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#1779ba transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a::after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #1779ba transparent transparent;right:auto;left:5px}.dropdown.menu.medium-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #1779ba}}@media print,screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#1779ba transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a::after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #1779ba transparent transparent;right:auto;left:5px}.dropdown.menu.large-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #1779ba}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #cacaca;background:#fefefe}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #1779ba transparent transparent;right:auto;left:5px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #1779ba}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;background:rgba(254,254,254,.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{position:fixed;z-index:12;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{-webkit-box-shadow:0 0 10px rgba(10,10,10,.7);box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-absolute{position:absolute;z-index:12;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{-webkit-box-shadow:0 0 10px rgba(10,10,10,.7);box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas-absolute.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.position-left{top:0;left:0;height:100%;overflow-y:auto;width:250px;-webkit-transform:translateX(-250px);-ms-transform:translateX(-250px);transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left{-webkit-transform:translateX(-250px);-ms-transform:translateX(-250px);transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-left.has-transition-push{-webkit-transform:translateX(250px);-ms-transform:translateX(250px);transform:translateX(250px)}.position-left.is-transition-push{-webkit-box-shadow:inset -13px 0 20px -13px rgba(10,10,10,.25);box-shadow:inset -13px 0 20px -13px rgba(10,10,10,.25)}.position-right{top:0;right:0;height:100%;overflow-y:auto;width:250px;-webkit-transform:translateX(250px);-ms-transform:translateX(250px);transform:translateX(250px)}.off-canvas-content .off-canvas.position-right{-webkit-transform:translateX(250px);-ms-transform:translateX(250px);transform:translateX(250px)}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-right.has-transition-push{-webkit-transform:translateX(-250px);-ms-transform:translateX(-250px);transform:translateX(-250px)}.position-right.is-transition-push{-webkit-box-shadow:inset 13px 0 20px -13px rgba(10,10,10,.25);box-shadow:inset 13px 0 20px -13px rgba(10,10,10,.25)}.position-top{top:0;left:0;width:100%;overflow-x:auto;height:250px;-webkit-transform:translateY(-250px);-ms-transform:translateY(-250px);transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top{-webkit-transform:translateY(-250px);-ms-transform:translateY(-250px);transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-top.has-transition-push{-webkit-transform:translateY(250px);-ms-transform:translateY(250px);transform:translateY(250px)}.position-top.is-transition-push{-webkit-box-shadow:inset 0 -13px 20px -13px rgba(10,10,10,.25);box-shadow:inset 0 -13px 20px -13px rgba(10,10,10,.25)}.position-bottom{bottom:0;left:0;width:100%;overflow-x:auto;height:250px;-webkit-transform:translateY(250px);-ms-transform:translateY(250px);transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom{-webkit-transform:translateY(250px);-ms-transform:translateY(250px);transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-bottom.has-transition-push{-webkit-transform:translateY(-250px);-ms-transform:translateY(-250px);transform:translateY(-250px)}.position-bottom.is-transition-push{-webkit-box-shadow:inset 0 13px 20px -13px rgba(10,10,10,.25);box-shadow:inset 0 13px 20px -13px rgba(10,10,10,.25)}.off-canvas-content{-webkit-transform:none;-ms-transform:none;transform:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}.off-canvas-content.has-transition-overlap,.off-canvas-content.has-transition-push{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.off-canvas-content.has-transition-push{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content .off-canvas.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}@media print,screen and (min-width:40em){.position-left.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:64em){.position-left.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:40em){.off-canvas.in-canvas-for-medium{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;-webkit-transition:none;transition:none}.off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print,screen and (min-width:64em){.off-canvas.in-canvas-for-large{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;-webkit-transition:none;transition:none}.off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}html.is-reveal-open{position:fixed;width:100%;overflow-y:hidden}html.is-reveal-open.zf-has-scroll{overflow-y:scroll}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(10,10,10,.45);overflow-y:auto}.reveal{z-index:1006;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:40em){.reveal{min-height:0}}.reveal .column{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.reveal{width:600px;max-width:75rem}}.reveal.collapse{padding:0}@media print,screen and (min-width:40em){.reveal.tiny{width:30%;max-width:75rem}}@media print,screen and (min-width:40em){.reveal.small{width:50%;max-width:75rem}}@media print,screen and (min-width:40em){.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media print,screen and (max-width:39.99875em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.sticky-container{position:relative}.sticky{position:relative;z-index:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.title-bar{padding:.5rem;background:#0a0a0a;color:#fefefe;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left,.title-bar-right{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:700}.top-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.5rem;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media print,screen and (min-width:40em){.top-bar{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.top-bar .top-bar-left{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;margin-left:auto}}@media print,screen and (max-width:63.99875em){.top-bar.stacked-for-medium{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media print,screen and (max-width:74.99875em){.top-bar.stacked-for-large{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.top-bar-title{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:.5rem 1rem .5rem 0}.top-bar-left,.top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::after,.clearfix::before{display:table;content:' ';-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.clearfix::after{clear:both}.align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.align-self-middle{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.small-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}@media print,screen and (min-width:40em){.medium-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}@media print,screen and (min-width:64em){.large-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width:40em){.medium-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.hide{display:none!important}.invisible{visibility:hidden}@media print,screen and (max-width:39.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:40em) and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em) and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;white-space:normal!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}

/* End */


/* Start:/local/templates/lenapillars/assets/css/jquery.fancybox.min.css?161874089212797*/
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-bg,.fancybox-inner,.fancybox-outer,.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(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{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;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--current,.fancybox-slide--next,.fancybox-slide--previous{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(.5,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;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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .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-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.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}.fancybox-button{background:rgba(30,30,30,.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:link,.fancybox-button:visited{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}.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--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.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}.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)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;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}.fancybox-loading{animation:a 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 a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (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))}}}.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}.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;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:link,.fancybox-share__button:visited{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;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;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,.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,.1);background-position:50%;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 .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/* End */


/* Start:/local/templates/lenapillars/assets/css/swiper-bundle.min.css?161873353018040*/
/**
 * Swiper 6.4.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2021
 */
@font-face {
    font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* End */


/* Start:/local/templates/lenapillars/assets/css/style.min.css?1764225169111846*/
@font-face {
  font-family: 'Museo Cyrl 100';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Museo Cyrl 300';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300Italic.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300Italic.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300Italic.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Museo Cyrl 500';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500Italic.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500Italic.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500Italic.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Museo Cyrl 300';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Museo Cyrl 500';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Museo Cyrl 100';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100Italic.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100Italic.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100Italic.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-100Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Museo Cyrl 700';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Museo Cyrl 900';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900Italic.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900Italic.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900Italic.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Museo Cyrl 700';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700Italic.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700Italic.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700Italic.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-700Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Museo Cyrl 900';
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MuseoCyrl-900.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'MADE Barista';
  src: url("/local/templates/lenapillars/assets/fonts/MADEBarista.eot");
  src: url("/local/templates/lenapillars/assets/fonts/MADEBarista.eot?#iefix") format("embedded-opentype"), url("/local/templates/lenapillars/assets/fonts/MADEBarista.woff2") format("woff2"), url("/local/templates/lenapillars/assets/fonts/MADEBarista.woff") format("woff"), url("/local/templates/lenapillars/assets/fonts/MADEBarista.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.svg-add-user-dims {
  width: 35px;
  height: 31px; }

.svg-arrow-dims {
  width: 14px;
  height: 14px; }

.svg-boat-dims {
  width: 40px;
  height: 40px; }

.svg-box-dims {
  width: 30px;
  height: 30px; }

.svg-bus-dims {
  width: 40px;
  height: 40px; }

.svg-calendar-dims {
  width: 14px;
  height: 14px; }

.svg-camera-dims {
  width: 15px;
  height: 15px; }

.svg-chat-dims {
  width: 25px;
  height: 25px; }

.svg-check-all-dims {
  width: 30px;
  height: 30px; }

.svg-clock-dims {
  width: 16px;
  height: 16px; }

.svg-close-dims {
  width: 16px;
  height: 16px; }

.svg-distance-dims {
  width: 20px;
  height: 20px; }

.svg-document-dims {
  width: 30px;
  height: 30px; }

.svg-download-dims {
  width: 20px;
  height: 20px; }

.svg-email-dims {
  width: 40px;
  height: 40px; }

.svg-facebook-dims {
  width: 24px;
  height: 24px; }

.svg-gallery-dims {
  width: 30px;
  height: 30px; }

.svg-instagram-dims {
  width: 15px;
  height: 15px; }

.svg-instagram-mini-dims {
  width: 24px;
  height: 24px; }

.svg-journal-dims {
  width: 30px;
  height: 30px; }

.svg-loading-dims {
  width: 13px;
  height: 13px; }

.svg-location-dims {
  width: 16px;
  height: 16px; }

.svg-logo-dims {
  width: 262px;
  height: 60px; }

.svg-loop-dims {
  width: 16px;
  height: 16px; }

.svg-mail-dims {
  width: 16px;
  height: 16px; }

.svg-menu-dims {
  width: 18px;
  height: 10px; }

.svg-more-dims {
  width: 14px;
  height: 14px; }

.svg-newspaper-dims {
  width: 30px;
  height: 30px; }

.svg-next-button-dims {
  width: 30px;
  height: 30px; }

.svg-phone-dims {
  width: 16px;
  height: 16px; }

.svg-platforma-dims {
  width: 12px;
  height: 11px; }

.svg-play-dims {
  width: 60px;
  height: 60px; }

.svg-plus-dims {
  width: 15px;
  height: 15px; }

.svg-prev-button-dims {
  width: 30px;
  height: 30px; }

.svg-qa-dims {
  width: 30px;
  height: 30px; }

.svg-sedan-dims {
  width: 40px;
  height: 40px; }

.svg-twitter-dims {
  width: 24px;
  height: 24px; }

.svg-video-dims {
  width: 14px;
  height: 14px; }

.svg-view-dims {
  width: 20px;
  height: 20px; }

.svg-youtube-dims {
  width: 24px;
  height: 24px; }

.--svg-color-green {
  fill: #575d4b;
  transition: fill 0.2s ease-out; }

.--svg-color-white {
  fill: #fff;
  transition: fill 0.2s ease-out; }

.--svg-color-blue {
  fill: #a4cad9;
  transition: fill 0.2s ease-out; }

.--svg-color-black {
  fill: #e3c78c;
  transition: fill 0.2s ease-out; }

.--svg-stroke-black {
  stroke: #6f5d4c;
  transition: fill 0.2s ease-out; }

.--svg-color-beige {
  fill: #dcc0a1;
  transition: fill 0.2s ease-out; }

.--svg-color-black-blue {
  fill: #4b545e;
  transition: fill 0.2s ease-out; }

.--svg-color-brown {
  fill: #917a62;
  transition: fill 0.2s ease-out; }

.--svg-color-beige-light {
  fill: #eddbb5;
  transition: fill 0.2s ease-out; }

.svg-more-beige {
  --primary-color: #dcc0a1;
  --second-color: #fffbf2; }
  .svg-more-beige circle,
  .svg-more-beige path {
    transition: fill 0.2s ease-out; }

.svg-more-beige-light {
  --primary-color: #eddbb5;
  --second-color: #575d4b; }
  .svg-more-beige-light circle,
  .svg-more-beige-light path {
    transition: fill 0.2s ease-out; }

* {
  box-sizing: border-box; }

a {
  color: #6f5d4c;
  text-decoration: none; }
  a:focus, a:hover {
    color: unset; }

body {
  min-width: 320px;
  font-size: 16px;
  font-family: "Museo Cyrl 300", sans-serif;
  background: #fffbf2; }

.app-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 1200px) {
    .app-container {
      max-width: 920px; } }
  @media screen and (max-width: 840px) {
    .app-container {
      max-width: none;
      padding: 0 15px; } }

.app-title {
  font-family: "MADE Barista", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 69px;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4b545e;
  -webkit-text-stroke: 0.5px #4b545e; }
  .app-title::after, .app-title::before {
    content: "";
    width: 12px;
    height: 13px;
    margin: 22px 10px 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.7 12.2C9.9 12 11.2 10.8 11.7 8.59997C12 7.29997 12 5.99997 11.9 4.59997C11.7 2.49997 10.8 1.09997 8.7 0.599973C8.4 0.499973 8.2 0.399973 7.9 0.299973C4.9 -0.900027 0.200001 2.09997 1.48406e-06 5.29997C-0.0999985 6.79997 1.8 10.6 3 11.5C4.3 12.4 5.7 12.7 7.2 12.2H7.7Z' fill='%234B545E'/%3E%3C/svg%3E%0A"); }
  @media screen and (max-width: 425px) {
    .app-title {
      font-size: 50px;
      line-height: 49px; }
      .app-title::after, .app-title::before {
        margin: 13px 10px 0; } }

.app-input {
  border: 1px solid #eddbb5;
  border-radius: 10px;
  padding: 13px 119px 13px 39px;
  box-shadow: none;
  background: #fffbf2;
  height: 40px;
  margin-bottom: 0;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /* 9 */
  color: #6f5d4c; }
  .app-input::placeholder {
    color: #6f5d4c;
    opacity: 0.5; }
  .app-input:focus {
    box-shadow: none;
    border: 1px solid #eddbb5; }

.app-contact span {
  margin-left: 8px;
}
.app-header__panel-item__lang {
	display: flex;
	gap: 8px;
}
.app-input-button {
  background: #eddbb5;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /* 9 */
  color: #6f5d4c; }

.app-platforma {
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #a4cad9;
  transition: color 0.2s ease-out;
  display: flex;
  align-items: center; }
  .app-platforma .svg-platforma-dims {
    margin-left: 10px; }
  .app-platforma:hover {
    color: #eddbb5; }
    .app-platforma:hover .svg-platforma-dims {
      fill: #eddbb5; }

.app-date {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }
  .app-date span {
    margin-left: 5px; }

.app-overlay {
  overflow: hidden; }

.app-header {
  padding: 20px 0;
  background: #fffbf2; }
  .app-header__top {
    display: flex;
    justify-content: space-between; }
  .app-header__section {
    display: flex;
    flex-direction: column; }
  .app-header__logo {
    display: flex; }
    .app-header__logo-link {
      display: flex; }
      .app-header__logo-link:hover .svg-logo-dims {
        fill: #eddbb5; }
  .app-header__information {
    display: flex;
    align-items: center;
 }
  .app-header__panel {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    grid-gap: 38px;
    color: #6f5d4c; }
    @media screen and (max-width: 1200px) {
      .app-header__panel {
        grid-gap: 32px; } }
  .app-header__messages {
    display: flex; }
    .app-header__messages:hover .--svg-color-black {
      fill: #eddbb5; }
  .app-header__search {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center; }
    .app-header__search:hover .--svg-color-black {
      fill: #eddbb5; }
  .app-header__language {
    display: flex;
    font-family: "Museo Cyrl 500", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #6f5d4c;
    transition: color 0.2s ease-out; }
    .app-header__language:hover {
      color: #eddbb5; }
  .app-header__navigation {
    margin-top: 20px; }

.app-weather {
  display: flex;
  align-items: center; }
  .app-weather__icon {
    display: flex;
    margin-right: 7px; }
  .app-weather__temperature {
    font-family: "Museo Cyrl 500", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #6f5d4c; }

.app-header-fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: none; }
  .app-header-fixed .app-header__logo-svg {
    fill: #fff; }
  .app-header-fixed .app-weather__temperature {
    color: #fff; }
  .app-header-fixed .app-header__language {
    color: #fff; }
    .app-header-fixed .app-header__language:hover {
      color: #eddbb5; }
  .app-header-fixed .app-header__search .svg-loop-dims {
    fill: #fff; }
  .app-header-fixed .app-header__search:hover .svg-loop-dims {
    fill: #eddbb5; }
  .app-header-fixed .app-header__messages .svg-chat-dims {
    fill: #fff; }
  .app-header-fixed .app-header__messages:hover .svg-chat-dims {
    fill: #eddbb5; }

.app-header__mobile {
  display: none;
  grid-template-columns: 40px 1fr 40px;
  grid-gap: 20px;
  padding: 20px 0; }

.app-header-mobile__logo {
  justify-self: center;
  align-self: center; }

.app-header-mobile__logo-link {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .app-header-mobile__logo-link svg {
    width: 140px;
    height: 32px; }

.app-search__form-icon {
  padding: 12px; }

@media screen and (max-width: 840px) {
  .app-header-fixed {
    position: unset;
    background: #fffbf2; }
  .app-header {
    padding: 0; }
  .app-header__section {
    display: none; }
  .app-header__mobile {
    display: grid; } }

.app-button {
  background: #eddbb5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border: 0;
  min-width: 180px;
  color: #6f5d4c;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  cursor: pointer; }
  .app-button:hover {
    background: #f7dda6;
    color: #917a62; }
  .app-button span {
    margin-left: 5px; }

.app-button__full {
  width: 100%; }

.app-button__mini {
  padding: 12px;
  font-size: 14px;
  line-height: 17px; }

.app-button__no-bg {
  background: none;
  border: 1px solid #eddbb5; }

.app-header-button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eddbb5;
  border-radius: 10px;
  width: 40px;
  height: 40px; }

.app-button__bg-green {
  background: #919d7f;
  color: #fffbf2; }

.svg-close-dims {
  width: 16px;
  height: 16px;
  stroke-width: 1.1px; }

@media screen and (max-width: 840px) {
  .app-button {
    padding: 10px;
    font-size: 14px;
    line-height: 26px; } }

.app-grid {
  display: grid;
  grid-template: repeat(3, 3fr)/repeat(3, 3fr);
  grid-gap: 20px; }

.grid-for-4 {
  grid-template: auto/repeat(4, 1fr); }

.grid-for-3 {
  grid-template: auto/repeat(3, 1fr); }

.grid-for-2 {
  grid-template: auto/repeat(2, 1fr); }

.grid-for-1 {
  grid-template: auto / 1fr; }

.grid-elem-3-w-100 > *:nth-child(3) {
  grid-row: 2;
  grid-column: 1/3; }

.grid-product {
  grid-template: auto / 580px 1fr;
  grid-gap: 120px; }
  @media screen and (max-width: 1200px) {
    .grid-product {
      grid-template: auto / 430px 1fr;
      grid-gap: 95px; } }

@media screen and (max-width: 840px) {
  .app-team__blocks .app-grid {
    grid-template: auto/repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 10px; }
  .app-news-list .app-grid {
    grid-template: auto/repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 10px; }
  .app-news-list .grid-elem-3-w-100 > *:nth-child(3) {
    grid-row: auto;
    grid-column: auto; }
  .app-board .app-grid {
    grid-template: auto/repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 10px; }
  .app-content .app-grid {
    grid-template: auto/repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 10px; }
  .app-gallery__photos .app-grid {
    grid-template: auto/repeat(auto-fill, minmax(140px, 1fr));
    grid-gap: 10px; }
  .app-content .grid-product {
    grid-template: auto/repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 30px; }
  .app-recomendation .app-grid {
    grid-template: auto/repeat(3, 1fr);
    grid-gap: 0; } }

#app-news {
  overflow: hidden; }

.app-news {
  margin-top: 60px; }
  .app-news__all {
    display: flex;
    margin-top: 40px; }
    @media screen and (max-width: 840px) {
      .app-news__all {
        display: none; } }
  .app-news__blocks {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
    grid-template-areas: "item-big item-big item-medium item-medium" "item-big item-big item-mini item-mini2"; }
    @media screen and (max-width: 840px) {
      .app-news__blocks {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        grid-gap: 0;
        margin-top: 20px; } }
    .app-news__blocks-item {
      display: flex;
      max-width: 600px;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 840px) {
        .app-news__blocks-item {
          height: 290px; }
          .app-news__blocks-item .app-card__content {
            width: 100%;
            border-right: 0;
            border-radius: 20px 20px 0 0; } }
      .app-news__blocks-item:nth-child(1) {
        grid-area: item-big;
        height: auto; }
        .app-news__blocks-item:nth-child(1) .app-news__card-title {
          margin-bottom: 25px;
          font-size: 20px;
          line-height: 24px; }
        .app-news__blocks-item:nth-child(1) .app-news__card-description {
          margin-bottom: 25px; }
      .app-news__blocks-item:nth-child(2) {
        grid-area: item-medium;
        height: 240px; }
        @media screen and (max-width: 1200px) {
          .app-news__blocks-item:nth-child(2) {
            height: 175px; } }
        @media screen and (max-width: 840px) {
          .app-news__blocks-item:nth-child(2) {
            height: 290px; } }
      .app-news__blocks-item:nth-child(3) {
        grid-area: item-mini;
        height: 240px; }
        @media screen and (max-width: 1200px) {
          .app-news__blocks-item:nth-child(3) {
            height: 175px; } }
        @media screen and (max-width: 840px) {
          .app-news__blocks-item:nth-child(3) {
            height: 290px; } }
      .app-news__blocks-item:nth-child(4) {
        grid-area: item-mini2;
        height: 240px; }
        @media screen and (max-width: 1200px) {
          .app-news__blocks-item:nth-child(4) {
            height: 175px; } }
        @media screen and (max-width: 840px) {
          .app-news__blocks-item:nth-child(4) {
            height: 290px; } }
    .app-news__blocks-subitem {
      display: flex; }
      .app-news__blocks-subitem .app-news__card-title {
        margin-bottom: 25px; }

.app-events__header-info {
  margin-right: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }
  .app-events__header-info svg {
    width: 20px;
    height: 20px; }
  .app-events__header-info span {
    margin-left: 5px; }
  .app-events__header-info:last-child {
    margin-right: 0; }

.app-news-list .app-grid > *:nth-child(-n + 2) {
  height: 500px; }
  @media screen and (max-width: 1200px) {
    .app-news-list .app-grid > *:nth-child(-n + 2) {
      height: 370px; } }

.app-news-list .app-card {
  height: 240px; }
  @media screen and (max-width: 1200px) {
    .app-news-list .app-card {
      height: 175px; } }

.app-news-list .grid-elem-3-w-100 > *:nth-child(3) .app-card__content {
  width: calc(50% - 10px);
  left: auto;
  right: 0;
  border-radius: 10px 0 0 0; }

.app-news-header .app-date {
  margin-bottom: 20px; }

.app-news-header__title {
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  text-transform: uppercase;
  /* 1 */
  color: #4b545e;
  margin: 0 0 20px 0; }

.app-news-header__preview * {
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #4b545e; }

.app-news-header__preview p:last-child {
  margin-bottom: 0; }

.app-news-header__slider {
  margin-top: 30px; }
  .app-news-header__slider .swiper-container {
    max-height: 450px;
    border-radius: 20px; }
  .app-news-header__slider .swiper-slide {
    max-height: 450px; }
    .app-news-header__slider .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .app-news-header__slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px; }
  .app-news-header__slider .app-swiper-buttons {
    height: 450px;
    bottom: 450px; }
  .app-news-header__slider .swiper-button-prev,
  .app-news-header__slider .swiper-container-rtl .swiper-button-next {
    left: 60px; }
  .app-news-header__slider .swiper-button-next,
  .app-news-header__slider .swiper-container-rtl .swiper-button-prev {
    right: 60px; }

.app-news-header {
  margin-bottom: 40px; }

.app-news-footer {
  margin-top: 50px; }

.app-news-footer-pagination {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between; }

.app-news-footer-pagination__prev:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5.13397C10.1667 5.51887 10.1667 6.48113 9.5 6.86603L2 11.1962C1.33334 11.5811 0.500003 11.0999 0.500003 10.3301L0.500003 1.66987C0.500003 0.900073 1.33334 0.418948 2 0.803848L9.5 5.13397Z' fill='%236F5D4C'/%3E%3C/svg%3E%0A");
  border: 0;
  width: 10px;
  height: 12px;
  right: 20px;
  top: auto;
  margin: 0;
  transform: rotate(180deg); }

.app-news-footer-pagination__prev span {
  margin: 0 0 0 10px; }

.app-news-footer-pagination__next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5.13397C10.1667 5.51887 10.1667 6.48113 9.5 6.86603L2 11.1962C1.33334 11.5811 0.500003 11.0999 0.500003 10.3301L0.500003 1.66987C0.500003 0.900073 1.33334 0.418948 2 0.803848L9.5 5.13397Z' fill='%236F5D4C'/%3E%3C/svg%3E%0A");
  border: 0;
  width: 10px;
  height: 12px;
  right: 20px;
  top: auto;
  margin: 0; }

.app-news-footer-pagination__next span {
  margin: 0 10px 0 0; }

.app-news-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px; }
  @media screen and (max-width: 840px) {
    .app-news-pagination {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex; } }
  .app-news-pagination .swiper-pagination-bullet-active,
  .app-news-pagination .swiper-pagination-bullet {
    background: #6f5d4c;
    width: 6px;
    height: 6px; }
  .app-news-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px; }

@media screen and (max-width: 840px) {
  .app-news {
    margin-top: 40px; }
  .app-news-list .grid-elem-3-w-100 > *:nth-child(3) .app-card__content {
    width: 100%;
    left: 0;
    border-radius: 10px 10px 0 0; }
  .app-news-list .app-card {
    height: 290px; }
  .app-news-list .app-grid > *:nth-child(-n + 2) {
    height: 290px; }
  .app-news-header__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px; }
  .app-news-header__preview * {
    font-family: "Museo Cyrl 300", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px; }
  .app-news-header__slider {
    margin-top: 10px; }
  .app-news-header {
    margin-bottom: 20px; }
  .app-news-footer-pagination__prev,
  .app-news-footer-pagination__next {
    min-width: auto;
    padding: 10px 15px; } }

@media screen and (max-width: 425px) {
  .app-news-header__slider .swiper-slide {
    height: 200px; } }

.app-navigation {
  background: #eddbb5;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 0;
  padding: 0 20px;
  height: 60px;
  position: relative;
  z-index: 50; }
  @media screen and (max-width: 1200px) {
    .app-navigation {
      padding: 0 19px; } }

.app-header__navigation .dropdown.menu > li > a {
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 100%;
  align-items: center;
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #6f5d4c; }
  @media screen and (max-width: 1200px) {
    .app-header__navigation .dropdown.menu > li > a {
      padding: 0;
      font-size: 12px;
      line-height: 14px; } }

.app-header__navigation .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 10px; }
  @media screen and (max-width: 1200px) {
    .app-header__navigation .dropdown.menu > li.is-dropdown-submenu-parent > a {
      padding: 0; } }

.app-header__navigation .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: none; }

.app-header__navigation .dropdown.menu > li.is-active > a {
  color: #6f5d4c;
  font-family: "Museo Cyrl 900", sans-serif; }

.app-header__navigation .is-dropdown-submenu {
  border: 0;
  background: #fffdf2;
  border-radius: 0 0 10px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 246px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15); }

.app-header__navigation .dropdown .is-dropdown-submenu a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex: 1;
  padding: 20px 33px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #6f5d4c;
  transition: all 0.2s ease-out, font-weight 0s ease-out;
  border-radius: 10px;
  align-items: center;
  margin: -1px 0; }
  .app-header__navigation .dropdown .is-dropdown-submenu a:hover {
    background: rgba(237, 219, 181, 0.5);
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #6f5d4c; }

.app-header__navigation .is-dropdown-submenu > li:after {
  content: "";
  border-bottom: 1px solid #eddbb5;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 20px; }

.app-header__navigation .is-dropdown-submenu > li:first-child > a {
  margin-top: 0; }

.app-header__navigation .is-dropdown-submenu > li:first-child > a:hover {
  border-radius: 0 0 10px 10px; }

.app-header__navigation .is-dropdown-submenu > li:first-child.is-active > a {
  border-radius: 0 0 0 10px; }

.app-header__navigation .is-dropdown-submenu > li:last-child.is-active > a {
  border-radius: 10px 0 10px 10px; }

.app-header__navigation .is-dropdown-submenu > li:last-child:after {
  content: none; }

.app-header__navigation .menu .is-active > a {
  background: rgba(237, 219, 181, 0.5);
  border-radius: 10px 0 0 10px; }

.app-header__navigation .is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0px;
  border-radius: 0 10px 10px 10px;
  overflow: hidden; }

.app-header__navigation .is-dropdown-submenu-parent.is-active > a {
  font-family: "Museo Cyrl 700", sans-serif; }

.app-header__navigation .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5.13397C10.1667 5.51887 10.1667 6.48113 9.5 6.86603L2 11.1962C1.33334 11.5811 0.500003 11.0999 0.500003 10.3301L0.500003 1.66987C0.500003 0.900073 1.33334 0.418948 2 0.803848L9.5 5.13397Z' fill='%23EDDBB5'/%3E%3C/svg%3E%0A");
  border: 0;
  width: 10px;
  height: 12px;
  right: 20px;
  top: auto;
  margin: 0; }

.app-header__navigation .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after,
.app-header__navigation .is-dropdown-submenu
.is-dropdown-submenu-parent.opens-right.is-active
> a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5.13397C10.1667 5.51887 10.1667 6.48113 9.5 6.86603L2 11.1962C1.33334 11.5811 0.500003 11.0999 0.500003 10.3301L0.500003 1.66987C0.500003 0.900073 1.33334 0.418948 2 0.803848L9.5 5.13397Z' fill='%236F5D4C'/%3E%3C/svg%3E%0A");
  border: 0;
  width: 10px;
  height: 12px;
  right: 20px;
  top: auto;
  margin: 0; }

.app-header__navigation .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  left: -23px; }

.app-header__navigation .dropdown.menu > li.opens-right:first-child {
  position: unset; }
  .app-header__navigation .dropdown.menu > li.opens-right:first-child .is-dropdown-submenu.first-sub > .is-dropdown-submenu-item:first-child > a:hover {
    border-radius: 10px 0 10px 10px; }

.app-header__navigation .dropdown.menu > li.opens-right:first-child > .is-dropdown-submenu {
  left: 0; }
  .app-header__navigation .dropdown.menu > li.opens-right:first-child > .is-dropdown-submenu::before {
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    display: flex;
    position: absolute;
    z-index: 1;
    top: -10px; }
  .app-header__navigation .dropdown.menu > li.opens-right:first-child > .is-dropdown-submenu::after {
    content: "";
    background: #eddbb5;
    width: 10px;
    height: 10px;
    display: flex;
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0 0 0 10px; }

.app-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.app-slider__content {
  display: flex;
  z-index: 10;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 44.46%, rgba(196, 196, 196, 0) 108.06%);
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.app-slider__title {
  font-family: "MADE Barista", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 89px;
  text-align: center;
  color: #ffffff;
  -webkit-text-stroke: 0.5px #ffffff;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.64);
  margin: 0; }

.app-slider__announce {
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 8px #000000;
  max-width: 646px;
  margin-top: 5px; }

.app-slider__button {
  display: flex;
  background: #eddbb5;
  border-radius: 10px;
  min-width: 200px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #6f5d4c;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  margin-top: 20px; }
  .app-slider__button:hover {
    background: #f7dda6;
    color: #917a62; }

.swiper-container {
  max-height: 630px; }

.swiper-slide {
  display: flex;
  height: 630px; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.7;
  background: #fff; }
  .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1; }

.swiper-button-prev, .swiper-button-next {
  outline: none; }
  .swiper-button-prev:hover .--svg-color-white, .swiper-button-next:hover .--svg-color-white {
    fill: #eddbb5; }
  .swiper-button-prev::after, .swiper-button-next::after {
    content: none; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 60px; }

.app-swiper-buttons {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  height: 630px;
  bottom: 630px; }

@media screen and (max-width: 1200px) {
  .app-swiper-buttons {
    max-width: 880px; }
  .app-slider__title {
    font-size: 80px;
    line-height: 79px; } }

@media screen and (max-width: 840px) {
  .app-slider__title {
    font-size: 30px;
    line-height: 30px; }
  .app-slider__announce {
    font-size: 12px;
    line-height: 15px;
    padding: 0 20px; }
  .app-swiper-buttons {
    display: none; }
  .swiper-slide {
    height: 380px; }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px; }
  .app-slider__button {
    min-width: 140px; } }

#app-categories {
  overflow: hidden; }

.--svg-logo-beige {
  fill: #eddbb5; }

.app-categories {
  background: #919d7f; }
  .app-categories__blocks {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 108px; }
    @media screen and (max-width: 840px) {
      .app-categories__blocks {
        justify-content: unset; } }

.app-category {
  display: flex;
  flex-direction: column;
  height: auto;
  width: auto; }
  .app-category:hover .app-category__title {
    color: #eddbb5; }
  .app-category__icon {
    display: flex;
    align-items: center;
    justify-content: center; }
  .app-category__title {
    display: flex;
    font-family: "Museo Cyrl 500", sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    transition: color 0.2s ease-out;
    justify-content: center;
    white-space: nowrap; }

@media screen and (max-width: 840px) {
  .app-categories__blocks {
    height: 136px; } }

#app-groups {
  overflow: hidden; }

.app-groups {
  margin-top: 80px; }
  .app-groups__blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px; }

.app-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto; }
  .app-group__image {
    display: flex; }
    .app-group__image img {
      width: 100%;
      height: 100%; }
  .app-group__title {
    background: #4b545e;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.2s ease-out; }
    .app-group__title:hover {
      color: #eddbb5; }

@media screen and (max-width: 1200px) {
  .app-group__title {
    font-size: 14px;
    line-height: 17px; } }

@media screen and (max-width: 840px) {
  .app-groups {
    margin-top: 40px; }
  .app-groups__blocks {
    grid-gap: 0; }
  .app-group {
    width: 205px; } }

.app-visitor {
  margin: 80px 0; }
  .app-visitor__blocks {
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 30px; }
  .app-visitor__card {
    background: #919d7f;
    border-radius: 20px;
    min-height: 200px;
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
    position: relative;
    overflow: hidden; }
    .app-visitor__card:hover .app-visitor__card-title {
      color: #eddbb5; }
    .app-visitor__card-title {
      font-family: "Museo Cyrl 900", sans-serif;
      font-style: normal;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      color: #ffffff;
      z-index: 1;
      transition: color 0.2s ease-out; }
      @media screen and (max-width: 1200px) {
        .app-visitor__card-title {
          font-size: 16px;
          line-height: 19px; } }
    .app-visitor__card-description {
      font-family: "Museo Cyrl 500", sans-serif;
      margin-top: 7px;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #ffffff;
      z-index: 1; }
      @media screen and (max-width: 1200px) {
        .app-visitor__card-description {
          font-size: 12px;
          line-height: 14px; } }
    .app-visitor__card-image {
      position: absolute;
      right: 0;
      top: 10px;
      bottom: 10px;
      display: flex;
      align-items: center; }
      .app-visitor__card-image img {
        height: 100%;
        object-fit: contain; }

.--visitor-card-green {
  background: #919d7f; }

.--visitor-card-beige {
  background: #dcc0a1; }
  .--visitor-card-beige:hover .app-visitor__card-title {
    color: #919d7f; }
  .--visitor-card-beige .app-visitor__card-title,
  .--visitor-card-beige .app-visitor__card-description {
    color: #6f5d4c; }

@media screen and (max-width: 1200px) {
  .app-visitor__card {
    min-height: 150px;
    padding: 40px 20px; } }

@media screen and (max-width: 840px) {
  .app-visitor {
    margin: 40px 0; }
  .app-visitor__blocks {
    grid-template: repeat(3, 1fr)/repeat(2, 1fr); }
  .app-visitor__card {
    max-width: none; } }

@media screen and (max-width: 500px) {
  .app-visitor__blocks {
    grid-template: auto/repeat(1, 1fr);
    grid-gap: 10px; } }

.app-line {
  background: url("/local/templates/lenapillars/assets/images/line.svg");
  display: flex;
  height: 71px; }

.app-hr {
  border-bottom: 1px solid #eddbb5;
  margin: 20px 0; }

.app-hr-40 {
  margin: 40px 0; }

.app-hr-product {
  margin: 80px 0 60px; }

@media screen and (max-width: 840px) {
  .app-line {
    display: none; }
  .app-hr-product {
    margin: 40px 0; } }

.app-instagram {
  margin-top: 80px; }
  .app-instagram__header {
    display: flex;
    align-items: center; }
  .app-instagram__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
  .app-instagram__link {
    display: flex;
    overflow: hidden;
    border: 1px solid transparent; }
    .app-instagram__link:hover .app-instagram__photo {
      transform: scale(1.03); }
    @media screen and (max-width: 425px) {
      .app-instagram__link {
        display: none; }
        .app-instagram__link:first-child {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          width: 100%;
          border: 0; } }
  .app-instagram__photo {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-out; }
  .app-instagram__account {
    display: flex;
    align-items: center;
    font-family: "Museo Cyrl 900", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #575d4b;
    margin-right: 30px;
    transition: color 0.2s ease-out; }
    .app-instagram__account:hover {
      color: #919d7f; }
      .app-instagram__account:hover .svg-instagram-dims {
        fill: #919d7f; }
    .app-instagram__account span {
      margin-left: 5px; }
  .app-instagram__hashtags {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .app-instagram__hashtags-item {
      font-family: "Museo Cyrl 500", sans-serif;
      margin-right: 30px;
      font-size: 14px;
      line-height: 17px;
      color: #4b545e; }
      .app-instagram__hashtags-item:last-child {
        margin-right: 0; }
    @media screen and (max-width: 840px) {
      .app-instagram__hashtags {
        display: none; } }

.--insta-item-20 {
  width: 20%; }

.--insta-item-30 {
  width: 30%; }

@media screen and (max-width: 840px) {
  .app-instagram {
    margin-top: 40px; } }

.app-location {
  margin-top: 80px; }
  .app-location__blocks {
    display: flex;
    margin: 30px -10px 0; }
    .app-location__blocks-item {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      width: 50%;
      padding: 0 10px; }
      @media screen and (max-width: 840px) {
        .app-location__blocks-item {
          width: 100%;
          padding: 0; } }
    @media screen and (max-width: 840px) {
      .app-location__blocks {
        flex-direction: column;
        margin: 20px 0 0; } }
  .app-location .app-title {
    justify-content: left; }
    .app-location .app-title::before {
      content: none; }
  .app-location__map {
    display: flex;
    flex-direction: column; }
    .app-location__map-image {
      display: flex;
      border-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 840px) {
        .app-location__map-image img {
          width: 100%; } }
    .app-location__map-link {
      display: flex;
      margin-top: 20px; }
    @media screen and (max-width: 840px) {
      .app-location__map {
        width: 100%; } }
  .app-location__information {
    display: flex;
    flex-direction: column; }
  .app-location__description {
    font-family: "Museo Cyrl 500", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #4b545e; }
    .app-location__description p {
      margin: 0; }
    @media screen and (max-width: 1200px) {
      .app-location__description {
        font-size: 14px;
        line-height: 17px; } }
  .app-location__line {
    background: #eddbb5;
    border-radius: 1px;
    border: none;
    width: 100%;
    height: 2px;
    margin: 40px 0; }
    @media screen and (max-width: 1200px) {
      .app-location__line {
        margin: 20px 0; } }

@media screen and (max-width: 840px) {
  .app-location {
    margin-top: 40px; } }

.app-routes {
  display: flex;
  flex-direction: column; }
  .app-routes__titles {
    display: flex;
    justify-content: space-evenly;
    margin: 0 -10px; }
    .app-routes__titles-item {
      padding: 0 10px; }
  .app-routes__contents {
    display: flex;
    margin-top: 20px; }
    .app-routes__contents-item {
      display: none;
      flex-direction: column;
      font-family: "Museo Cyrl 500", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      color: #4b545e; }
      @media screen and (max-width: 1200px) {
        .app-routes__contents-item {
          font-size: 14px;
          line-height: 17px; } }

.app-route {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  cursor: pointer; }
  .app-route:hover .app-route__title {
    color: #919d7f; }
  .app-route:hover .--svg-color-green {
    fill: #919d7f; }
  .app-route__title {
    font-family: "Museo Cyrl 500", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-left: 10px;
    color: #4b545e;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: color 0.2s ease-out; }
    @media screen and (max-width: 1200px) {
      .app-route__title {
        margin-left: 0; } }
    @media screen and (max-width: 840px) {
      .app-route__title {
        margin-left: 10px; } }
    @media screen and (max-width: 600px) {
      .app-route__title {
        margin-left: 0;
        font-size: 12px;
        line-height: 14px; } }
  @media screen and (max-width: 1200px) {
    .app-route {
      flex-direction: column; } }
  @media screen and (max-width: 840px) {
    .app-route {
      flex-direction: row; } }
  @media screen and (max-width: 600px) {
    .app-route {
      padding: 6px 10px;
      border-radius: 10px;
      background: #eddbb5;
      height: 40px;
      position: relative; }
      .app-route svg {
        display: none; } }

.--active-route-title:hover .app-route__title {
  color: #575d4b; }
  @media screen and (max-width: 600px) {
    .--active-route-title:hover .app-route__title {
      color: #eddbb5; } }

.--active-route-title:hover .--svg-color-green {
  fill: #575d4b; }

.--active-route-title .--svg-color-green {
  fill: #575d4b; }

.--active-route-title .app-route__title {
  font-family: "Museo Cyrl 900", sans-serif;
  color: #575d4b; }
  .--active-route-title .app-route__title::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #575d4b transparent transparent transparent;
    bottom: -5px;
    left: calc(50% - 4.5px); }
  .--active-route-title .app-route__title::after {
    content: "";
    height: 3px;
    width: 100%;
    background: #575d4b;
    border-radius: 1px; }
  @media screen and (max-width: 600px) {
    .--active-route-title .app-route__title {
      color: #eddbb5; }
      .--active-route-title .app-route__title::before, .--active-route-title .app-route__title::after {
        content: none; } }

@media screen and (max-width: 600px) {
  .--active-route-title {
    background: #575d4b; }
    .--active-route-title::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 4.5px 0 4.5px;
      border-color: #575d4b transparent transparent transparent;
      bottom: -5px;
      left: calc(50% - 4.5px); } }

.--active-route-content {
  display: flex; }

@media screen and (max-width: 600px) {
  .app-routes__titles-item {
    width: 33.333%; }
  .app-route {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .app-routes__titles {
    margin: 0 -2.5px; }
  .app-routes__titles-item {
    padding: 0 2.5px; } }

.app-subscribe {
  background: #919d7f;
  padding: 28px 0; }
  .app-subscribe__content {
    display: flex;
    justify-content: center; }
  .app-subscribe__title {
    display: flex;
    align-items: center;
    margin-right: 40px; }
    .app-subscribe__title-icon {
      display: flex;
      margin-right: 10px; }
    .app-subscribe__title-text {
      font-family: "Museo Cyrl 500", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #ffffff; }
  .app-subscribe__form {
    display: flex;
    max-width: 706px;
    width: 100%; }
    .app-subscribe__form-input {
      background: #ffffff;
      border-radius: 5px 0 0 5px;
      border: 0;
      outline: 0;
      padding: 11px 30px;
      font-family: "Museo Cyrl 500", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      color: #4b545e;
      display: flex;
      flex: 1;
      margin: 0;
      height: 100%; }
      .app-subscribe__form-input::placeholder {
        color: #738994; }
      .app-subscribe__form-input:focus {
        border: 0; }
    .app-subscribe__form-button {
      background: #eddbb5;
      border-radius: 0 5px 5px 0;
      font-family: "Museo Cyrl 700", sans-serif;
      font-style: normal;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      color: #6f5d4c;
      border: 0;
      outline: none;
      max-width: 180px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 11px;
      cursor: pointer;
      transition: color 0.2s ease-out, background-color 0.2s ease-out; }
      .app-subscribe__form-button:hover {
        background: #f7dda6;
        color: #917a62; }

@media screen and (max-width: 840px) {
  .app-subscribe {
    padding: 20px 0; }
  .app-subscribe__form-input {
    padding: 11px; }
  .app-subscribe__form-button {
    max-width: unset;
    width: auto;
    padding: 11px 19px; } }

@media screen and (max-width: 700px) {
  .app-subscribe__title {
    display: none; } }

@media screen and (max-width: 425px) {
  .app-subscribe__form-input {
    font-size: 12px;
    line-height: 12px;
    padding: 8px; }
  .app-subscribe__form-button {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 15px; } }

.app-footer {
  margin-top: 80px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #a4cad9; }
  .app-footer__line {
    background: #a4cad9;
    border: 0;
    height: 1px;
    display: flex;
    width: 100%;
    margin: 50px 0 20px; }
  .app-footer__content {
    background: #4b545e; }
  .app-footer__section {
    display: flex;
    flex-direction: column;
    padding: 40px 0 20px; }
  .app-footer__copyrights {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #a4cad9; }
  .app-footer__blocks {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px; }
    @media screen and (max-width: 840px) {
      .app-footer__blocks {
        flex-direction: column;
        margin: 0; } }
  .app-footer__block {
    padding: 0 10px;
    width: 33.333%; }
    @media screen and (max-width: 840px) {
      .app-footer__block {
        width: 100%;
        padding: 0; } }
  .app-footer__feedback {
    display: flex;
    flex-direction: column;
    max-width: 265px;
    margin-top: 20px; }
    @media screen and (max-width: 1200px) {
      .app-footer__feedback {
        margin: 32px 0; } }
    .app-footer__feedback-button {
      margin-top: 10px;
      background: #738994;
      border-radius: 5px;
      font-style: normal;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      color: #a4cad9;
      cursor: pointer;
      border: 0;
      padding: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 180px;
      width: 100%;
      outline: 0;
      transition: color 0.2s ease-out, background-color 0.2s ease-out; }
      .app-footer__feedback-button:hover {
        background: #a4cad9;
        color: #4b545e; }
  .app-footer__navigation {
    display: flex;
    flex-wrap: wrap; }
    .app-footer__navigation-link {
      font-size: 14px;
      line-height: 17px;
      color: #a4cad9;
      flex: 1 1 calc((100% / 2) - 30px);
      transition: color 0.2s ease-out;
      margin-bottom: 30px; }
      .app-footer__navigation-link:hover {
        color: #eddbb5; }
      @media screen and (max-width: 1200px) {
        .app-footer__navigation-link {
          margin-bottom: 38px; } }
  .app-footer__contacts-title {
    font-family: "Museo Cyrl 900", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #a4cad9; }
  .app-footer__contacts-content {
    margin: 20px -10px 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .app-footer__contacts-social {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex; }

.app-contact {
  display: flex;
  align-items: center;

  margin-bottom: 20px;
  width: 100%;
  padding: 0 10px; }
  .app-contact span div {
    margin-left: 10px;
    white-space: break-spaces; }
  @media screen and (max-width: 1200px) {
    .app-contact {
      width: 100%; } }

.app-social {
  display: flex;
  margin-right: 20px; }
  .app-social__link {
    display: flex;
    background: #738994;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-out; }
    .app-social__link:hover {
      background: #a4cad9; }
      .app-social__link:hover .--svg-color-blue {
        fill: #4b545e; }

@media screen and (max-width: 840px) {
  .app-footer__logotype {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center; }
  .app-footer__feedback {
    margin: 20px auto;
    justify-content: center;
    align-items: center; }
  .app-footer__feedback-text {
    text-align: center; }
  .app-footer__feedback-button {
    max-width: 288px;
    width: 100%; }
  .app-footer__navigation {
    margin-top: 30px; }
  .app-footer__navigation-link {
    text-align: center; }
  .app-footer__contacts {
    border: 1px solid #738994;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 290px; }
  .app-footer__contacts-content {
    flex-direction: column; }
  .app-contact:last-child {
    margin-bottom: 0; }
  .app-footer__contacts-social {
    margin-top: 40px;
    justify-content: center; }
  .app-social:last-child {
    margin-right: 0; } }

@media screen and (max-width: 840px) {
  .app-footer__line {
    margin: 40px 0; } }

@media screen and (max-width: 600px) {
  .app-footer__copyrights {
    flex-direction: column; }
  .app-footer__copyrights-item {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center; }
    .app-footer__copyrights-item:last-child {
      margin-bottom: 0; }
  .app-footer__copyright {
    text-align: center; }
  .app-footer__section {
    padding: 40px 0; }
  .app-footer__logotype .svg-logo-dims {
    width: 205px; } }

.app-undefined__link:hover .app-title {
  color: #6f5d4c;
  -webkit-text-stroke: 0.5px #6f5d4c; }

.app-undefined__link .app-title {
  font-size: 40px;
  line-height: normal;
  transition: all 0.2s ease-out; }
  .app-undefined__link .app-title::after, .app-undefined__link .app-title::before {
    content: none; }

.app-static {
  margin-top: -50px; }

.app-static__header {
  background-image: url(/local/templates/lenapillars/assets/images/static/headers/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
  margin-bottom: calc(55px + 60px); }
  .app-static__header:before {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: absolute; }
  .app-static__header:after {
    content: "";
    background: url(/local/templates/lenapillars/assets/images/line.svg);
    display: flex;
    height: 71px;
    z-index: 20;
    position: absolute;
    bottom: -55px;
    width: 100%; }

.app-static-header {
  display: flex;
  flex-direction: column;
  color: #fff;
  position: relative;
  height: 250px;
  justify-content: center; }

.app-static-header__title {
  font-family: "MADE Barista", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 89px;
  margin: 30px 0 15px;
  color: #fff;
  -webkit-text-stroke: 0.5px #fff; }

@media screen and (max-width: 840px) {
  .app-static {
    margin-top: 0; }
  .app-static__header {
    height: 170px;
    margin-bottom: calc(55px + 40px); }
  .app-static-header {
    height: 170px; }
  .app-static-header__title {
    font-size: 50px;
    line-height: 49px;
    text-align: center; } }

.app-breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .app-breadcrumbs li {
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff; }
    .app-breadcrumbs li a {
      font-family: "Museo Cyrl 500", sans-serif;
      color: #fff; }
  .app-breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 8px;
    content: "/";
    color: #fff;
    font-family: "Museo Cyrl 500", sans-serif; }

@media screen and (max-width: 840px) {
  .app-breadcrumbs {
    justify-content: center; } }

.app-page {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  @media screen and (max-width: 1200px) {
    .app-page {
      flex-direction: column; } }

.app-aside {
  display: grid;
  max-width: 280px;
  margin-right: 120px;
  grid-gap: 60px; }
  @media screen and (max-width: 1200px) {
    .app-aside {
      order: 1;
      margin-right: 0;
      margin-top: 60px;
      max-width: none;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; } }

.app-aside-rigth {
  order: 1;
  margin-right: 0;
  margin-left: 120px; }
  @media screen and (max-width: 1200px) {
    .app-aside-rigth {
      margin-left: 0; } }

.app-aside-section__title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.app-aside-section__title-name {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #6f5d4c; }

.app-aside-section__title-more {
  font-family: "Museo Cyrl 300", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #dcc0a1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  transition: color 0.2s ease-out; }
  .app-aside-section__title-more span {
    margin-right: 5px; }
  .app-aside-section__title-more:hover {
    color: #917a62; }
    .app-aside-section__title-more:hover svg {
      --primary-color: #917a62; }

.app-aside-section__blocks {
  display: grid;
  grid-gap: 20px; }
  @media screen and (max-width: 1200px) {
    .app-aside-section__blocks {
      grid-template-columns: repeat(2, 1fr); } }

.app-aside-section__block {
  height: auto;
  min-width: 205px; }
  .app-aside-section__block .app-card__image {
    height: 240px; }
    @media screen and (max-width: 1200px) {
      .app-aside-section__block .app-card__image {
        height: 175px; } }

.app-aside-navigation {
  border: 1px solid #eddbb5;
  border-radius: 20px;
  overflow: hidden;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6f5d4c; }

@media screen and (max-width: 1200px) {
  .app-aside-section__navigation {
    display: none; } }

.accordion-menu a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 20px 30px;
  margin: -1px 0;
  transition: background 0.2s ease-out;
  border-radius: 10px;
  position: relative;
  align-items: center;
  font-family: "Museo Cyrl 500", sans-serif;
  font-size: 16px;
  line-height: 19px; }
  .accordion-menu a:hover {
    background: rgba(237, 219, 181, 0.5);
    font-family: "Museo Cyrl 700", sans-serif;
    color: #6f5d4c; }

.accordion-menu
.is-accordion-submenu-parent:not(.has-submenu-toggle)
> a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5.13397C10.1667 5.51887 10.1667 6.48113 9.5 6.86603L2 11.1962C1.33334 11.5811 0.500003 11.0999 0.500003 10.3301L0.500003 1.66987C0.500003 0.900073 1.33334 0.418948 2 0.803848L9.5 5.13397Z' fill='%23EDDBB5'/%3E%3C/svg%3E%0A");
  border: 0;
  width: 10px;
  height: 12px;
  right: 20px;
  top: auto;
  margin: 0; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a {
  background: rgba(237, 219, 181, 0.5);
  font-family: "Museo Cyrl 700", sans-serif;
  color: #6f5d4c; }
  .accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5.13397C10.1667 5.51887 10.1667 6.48113 9.5 6.86603L2 11.1962C1.33334 11.5811 0.500003 11.0999 0.500003 10.3301L0.500003 1.66987C0.500003 0.900073 1.33334 0.418948 2 0.803848L9.5 5.13397Z' fill='%236F5D4C'/%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.accordion-menu li:after {
  content: "";
  border-bottom: 1px solid #eddbb5;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 20px; }

.accordion-menu li:last-child:after {
  content: none; }

.accordion-menu .is-accordion-submenu a {
  padding: 20px 30px; }
  .accordion-menu .is-accordion-submenu a:before {
    content: "\2022";
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    min-width: 15px;
    color: #6f5d4c; }

li.is-submenu-item.is-accordion-submenu-item:first-child > a {
  margin-top: 0; }

@media screen and (max-width: 840px) {
  .app-aside {
    grid-template: auto / auto;
    grid-gap: 40px; }
  .app-aside-section__blocks {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    grid-gap: 0; }
  .app-aside-section__block {
    max-width: 205px; }
  .app-aside-swiper-section {
    margin: 0 -15px;
    overflow: hidden;
    max-width: 100vw;
    padding: 0 15px; } }

@media screen and (max-width: 840px) {
  .app-aside {
    margin-top: 30px; } }

.app-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(100% - 400px);
  max-width: 100%; }
  .app-content > h3 {
    font-family: "Museo Cyrl 900", sans-serif;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    color: #4b545e;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .app-content > p {
    font-family: "Museo Cyrl 300", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin: 0 0 10px; }
  .app-content > img {
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0;
    width: 100%;
    border-radius: 20px; }
  .app-content > * img {
    border-radius: 20px; }

@media screen and (max-width: 840px) {
  .app-content > h3 {
    font-size: 16px;
    line-height: 19px; }
  .app-content > p {
    font-size: 14px;
    line-height: 20px; } }

.app-team__blocks {
  margin: 30px 0 40px; }

.app-team__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }

.app-team__card {
  border: 1px solid #eddbb5;
  border-radius: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex: 1; }

.app-team__card-image {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: -1px;
  width: calc(100% + 2px); }
  .app-team__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 1200px) {
      .app-team__card-image img {
        height: 247px; } }

.app-team__card-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  height: 100%; }

.app-team__card-position {
  font-family: "Museo Cyrl 300", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 23px;
  color: #4b545e;
  margin-bottom: 10px;
  text-align: center; }

.app-team__card-name {
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #6f5d4c;
  margin-bottom: 10px;
  text-align: center; }

.app-team__card-contacts {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column; }

.app-team__card-contact {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 10px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #4b545e;
  align-items: center;
  transition: color 0.2s ease-out; }
  .app-team__card-contact span {
    margin-left: 10px; }
  .app-team__card-contact:last-child {
    margin-bottom: 0; }
  .app-team__card-contact:hover {
    color: #919d7f; }
    .app-team__card-contact:hover .--svg-color-black-blue {
      fill: #919d7f; }

@media screen and (max-width: 840px) {
  .app-team__blocks {
    margin: 10px 0; } }

.app-contacts-maps {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
  height: 500px;
  background: #fff7e5; }

.app-contacts {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  margin-top: 40px; }

.app-contacts__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #eddbb5;
  border-radius: 10px;
  padding: 30px; }
  .app-contacts__item:last-child {
    margin-bottom: 0; }

.app-contacts__location {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-right: 1px solid #eddbb5;
  width: 50%; }

.app-contacts__phones {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 50%;
  padding: 0 40px; }
  @media screen and (max-width: 1200px) {
    .app-contacts__phones {
      width: 75%; } }

.app-phones__element {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between; }

.app-contacts__phones-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%; }

.app-contacts__phone-list-item {
  margin-bottom: 20px; }
  .app-contacts__phone-list-item:last-child {
    margin-bottom: 0; }

.app-phones__element-name {
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  /* 9 */
  color: #6f5d4c; }

.app-phones__element-position {
  margin-top: 5px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  max-width: 295px;
  color: #917a62; }

.app-phones__element-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column; }

.app-phones__element-phone {
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #6f5d4c;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .app-phones__element-phone span {
    margin-left: 5px; }

.app-contacts__location-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  @media screen and (max-width: 1200px) {
    .app-contacts__location-item {
      flex-direction: column; } }

.app-contacts__location-item-image {
  width: 180px;
  height: 138px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px; }
  .app-contacts__location-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (max-width: 1200px) {
    .app-contacts__location-item-image {
      margin-right: 0; } }

.app-contacts__location-item-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  margin-top: 10px; }
  @media screen and (max-width: 1200px) {
    .app-contacts__location-item-content {
      margin-top: 40px; } }

.app-contacts__location-item-address {
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #6f5d4c; }

.app-contacts__location-item-map {
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #917a62;
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }
  .app-contacts__location-item-map span {
    margin-left: 5px; }

.app-contacts__location-item-time {
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6f5d4c;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }
  .app-contacts__location-item-time span {
    margin-left: 5px; }

.app-contacts__location-item-mail {
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6f5d4c;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }
  .app-contacts__location-item-mail span {
    margin-left: 5px; }

.app-contacts-mobile {
  display: none;
  margin-top: 20px; }
  .app-contacts-mobile .app-footer__contacts {
    width: 100%;
    border-color: #6f5d4c;
    color: #6f5d4c; }
  .app-contacts-mobile .app-footer__contacts-title {
    color: #6f5d4c; }

@media screen and (max-width: 840px) {
  .app-contacts {
    display: none; }
  .app-contacts-mobile {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; } }

.app-questions-feedback {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.app-questions-feedback__text {
  font-family: "Museo Cyrl 300", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #4b545e; }

@media screen and (max-width: 1200px) {
  .app-questions-feedback__text {
    max-width: 500px; } }

@media screen and (max-width: 500px) {
  .app-questions-feedback {
    flex-direction: column; }
  .app-questions-feedback__text {
    max-width: unset;
    margin-bottom: 20px; } }

.app-timeline {
  border: 1px solid #eddbb5;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 40px; }

.app-timeline__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .app-timeline__list li {
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #6f5d4c; }
    .app-timeline__list li a {
      font-family: "Museo Cyrl 500", sans-serif;
      color: #6f5d4c;
      transition: color 0.2s ease-out; }
      .app-timeline__list li a:hover {
        color: #919d7f; }
  .app-timeline__list li:not(:last-child)::after {
    position: relative;
    margin: 0 20px;
    content: "|";
    color: #eddbb5;
    font-family: "Museo Cyrl 500", sans-serif; }

@media screen and (max-width: 840px) {
  .app-timeline {
    border: 0;
    padding: 0;
    margin-bottom: 20px; }
  .app-timeline__list {
    overflow-x: auto; }
  .app-timeline__list li {
    white-space: nowrap;
    margin-right: 20px; }
  .app-timeline__list li:not(:last-child)::after {
    content: none; } }

.app-board .app-card {
  height: 380px; }
  @media screen and (max-width: 1200px) {
    .app-board .app-card {
      height: 280px; } }

.app-pagination {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }

.app-pagination__more {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }

.pagination {
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }

.pagination .current {
  background: #eddbb5; }

.pagination a,
.pagination button,
.pagination .current {
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  color: #6f5d4c;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0;
  transition: background 0.2s ease-out; }

.pagination li {
  display: inline-block; }

.pagination li:first-child,
.pagination li:last-child {
  display: inline-flex; }

.pagination a:hover,
.pagination button:hover {
  background: rgba(237, 219, 181, 0.5); }

.pagination-next a {
  width: 100%;
  background: #fff3da;
  padding: 12px 20px; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: none; }

.pagination .ellipsis::after {
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  color: #6f5d4c; }

.pagination .ellipsis {
  width: 40px;
  display: inline-flex;
  justify-content: center; }

@media screen and (max-width: 640px) {
  .app-pagination {
    flex-direction: column-reverse;
    margin-top: 20px; }
  .app-pagination__more {
    margin-bottom: 20px; }
  .app-pagination__more .app-button {
    width: 100%; } }

.app-share {
  margin-top: 80px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column; }

.app-share__title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 16px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* #4F4F4F */
  color: #4f4f4f; }

.app-documents {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 60px;
  flex-direction: column; }

.app-document {
  border: 1px solid #eddbb5;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 20px 30px; }
  .app-document:last-child {
    margin-bottom: 0; }

.app-document__description {
  font-family: "Museo Cyrl 300", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  color: #6f5d4c;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }

.app-document__header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between; }

.app-document__name {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }

.app-document__icon {
  margin-right: 15px;
  min-width: 35px; }
  .app-document__icon img {
    border-radius: 0; }

.app-document__info {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column; }

.app-document__title {
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6f5d4c; }

.app-document__size {
  margin-top: 5px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #dcc0a1; }

.app-document__actions {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }

.app-document__actions-link {
  margin-right: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  transition: fill 0.2s ease-out; }
  .app-document__actions-link:hover svg {
    fill: #917a62; }
  .app-document__actions-link:last-child {
    margin-right: 0; }

@media screen and (max-width: 840px) {
  .app-documents {
    margin-top: 20px; }
  .app-document {
    padding: 20px; }
  .app-document__title {
    font-size: 14px;
    line-height: 17px; } }

.app-photo-list .app-card {
  height: 380px; }
  @media screen and (max-width: 1200px) {
    .app-photo-list .app-card {
      height: 280px; } }

.app-card__counts {
  position: absolute;
  right: 0;
  top: 40px;
  background: #4b545e;
  border-radius: 10px 0px 0px 10px;
  z-index: 1;
  padding: 7px 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  @media screen and (max-width: 1200px) {
    .app-card__counts {
      top: 30px; } }

.app-card__counts-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #eddbb5; }
  .app-card__counts-item span {
    margin-left: 5px; }
  .app-card__counts-item:last-child {
    margin-right: 0; }

.app-photo-header__wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between; }
  .app-photo-header__wrapper .app-photo-detail__card-counts {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
    .app-photo-header__wrapper .app-photo-detail__card-counts .app-card__counts-item {
      font-family: "Museo Cyrl 700", sans-serif;
      font-style: normal;
      font-size: 14px;
      line-height: 17px;
      color: #6f5d4c; }

.app-photo-header__title {
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #4b545e;
  margin: 0; }

.app-photo-header {
  margin-bottom: 30px; }

.app-photo-header__wrapper {
  margin-bottom: 10px; }

.app-photo-header__preview {
  font-family: "Museo Cyrl 300", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  color: #000000; }

.app-gallery__photos-item {
  height: 240px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  border-radius: 20px; }
  .app-gallery__photos-item:hover img {
    transform: scale(1.02); }
  .app-gallery__photos-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-out; }
  @media screen and (max-width: 1200px) {
    .app-gallery__photos-item {
      height: 205px; } }

.app-gallery__videos {
  margin-top: 40px; }

.app-gallery__videos-item {
  height: 350px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .app-gallery__videos-item:hover img {
    transform: scale(1.02); }
  .app-gallery__videos-item:hover .app-gallery__videos-play {
    opacity: 1; }
  .app-gallery__videos-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-out; }
  @media screen and (max-width: 1200px) {
    .app-gallery__videos-item {
      height: 259px; } }

.app-gallery__videos-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.app-gallery__videos-item .app-card__content {
  align-items: center; }

.app-gallery__videos-play {
  z-index: 1;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  opacity: 0.7;
  transition: opacity 0.2s ease-out; }

@media screen and (max-width: 840px) {
  .app-photo-header {
    margin-bottom: 20px; }
  .app-photo-header__wrapper {
    flex-direction: column-reverse; }
  .app-photo-header__title {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px; }
  .app-photo-header__preview {
    font-family: "Museo Cyrl 300", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px; }
  .app-gallery__photos-item {
    height: 140px; } }

.app-form {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column; }

.app-form__title {
  font-family: "Museo Cyrl 900";
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #6f5d4c;
  margin-bottom: 20px; }

.app-form__form {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column; }

.app-form__group {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px; }

.app-form__input {
  border: 1px solid #eddbb5;
  border-radius: 10px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  color: #6f5d4c;
  padding: 9px 20px;
  background-color: transparent;
  margin: 0;
  height: auto;
  box-shadow: none; }
  .app-form__input::placeholder {
    color: #917a62; }

.app-form__image {
  margin-left: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.app-form__stars {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .app-form__stars .app-form__stars-content {
    margin-left: 10px; }
  .app-form__stars span {
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #6f5d4c; }

.app-form__photos {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column; }
  .app-form__photos span {
    margin-bottom: 10px;
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #6f5d4c; }

.app-form__checkbox {
  padding-left: 36px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #dcc0a1; }

.app-form__checkbox-input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .app-form__checkbox-input:checked + .app-form__checkbox-box:before {
    content: "";
    content: "";
    background: #eddbb5;
    border-radius: 2px;
    margin: 3px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.app-form__checkbox-box {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 2px solid #eddbb5;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  margin-left: -36px; }

.app-form__checkbox-title a {
  color: #dcc0a1;
  text-decoration: underline; }

.app-form__privacy {
  margin: 40px 0; }

.app-reviews-list {
  margin-bottom: 40px; }

.app-review-body {
  font-family: "Museo Cyrl 300", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  margin-top: 20px; }

.app-review-photos {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 20px; }

.app-reviews-photos__item {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-radius: 20px;
  overflow: hidden; }
  .app-reviews-photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .app-reviews-photos__item:last-child {
    margin-right: 0; }

.app-review-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between; }

.app-review-header__main {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }

.app-review-header__avatar {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 23px;
  width: 80px;
  height: 80px; }
  .app-review-header__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.app-review-header__name {
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #6f5d4c;
  margin-right: 13px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .app-review-header__name span {
    margin-right: 13px; }

.app-review-header__instagram {
  margin-right: 13px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.app-review-header__stars {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.app-review-header__date {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.app-news__card-calendar {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }
  .app-news__card-calendar .svg-calendar-dims {
    margin-right: 5px; }

.app-review-footer {
  display: none; }

.app-reviews-more {
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: right;
  text-decoration: underline;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  /* 10 */
  color: #917a62; }
  .app-reviews-more svg {
    margin-left: 5px;
    transform: rotate(90deg); }

@media screen and (max-width: 1200px) {
  .app-aside-section__review-form {
    display: none; } }

@media screen and (max-width: 640px) {
  .app-review-header__avatar {
    width: 65px;
    height: 65px;
    margin-right: 10px; }
  .app-review-header__instagram,
  .app-review-hide__desktop {
    display: none; }
  .app-review-header__name {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0;
    font-size: 14px;
    line-height: 17px; }
    .app-review-header__name span {
      margin-right: 0; }
  .app-review-header__stars {
    justify-content: flex-start;
    margin-top: 4px; }
  .app-review-body {
    font-size: 14px;
    line-height: 23px; }
  .app-reviews-photos__item {
    width: 65px;
    height: 65px;
    margin-right: 10px; }
  .app-review-footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
  .app-news__card-calendar {
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    /* 10 */
    color: #917a62; } }

.app-follow__title {
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6f5d4c;
  margin-bottom: 20px;
  text-transform: uppercase; }

.app-follow__content {
  font-family: "Museo Cyrl 300", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 20px 0; }

.app-follow__socials {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0; }
  .app-follow__socials .app-social__link {
    background: #eddbb5; }
    .app-follow__socials .app-social__link:hover {
      background: #917a62; }
      .app-follow__socials .app-social__link:hover .--svg-color-brown {
        fill: #eddbb5; }

.app-faq {
  margin-top: 20px; }
  .app-faq .accordion {
    margin-bottom: 0;
    background: 0; }
  .app-faq .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #eddbb5;
    border-radius: 20px; }
  .app-faq .accordion-title {
    border: 0;
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #6f5d4c;
    padding: 20px 40px; }
  .app-faq .accordion-title::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' transform='rotate(90 7.5 7.5)' fill='%23917A62'/%3E%3Cpath d='M4 7.97895H6.96408V11H8.04915V7.97895H11V7.02105H8.04915V4H6.96408V7.02105H4V7.97895Z' fill='%23EDDBB5'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 15px;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 40px;
    margin-top: 0;
    transition: transform 0.2s ease-out; }
  .app-faq .is-active > .accordion-title::before {
    transform: rotate(45deg); }
  .app-faq .accordion-content {
    background: 0;
    border-top: 1px solid #eddbb5;
    border-left: 0;
    border-right: 0;
    margin: 0 40px;
    padding: 20px 0;
    color: #000; }
  .app-faq .accordion-title:focus,
  .app-faq .accordion-title:hover {
    background: 0; }
  .app-faq .accordion-item:first-child > :first-child {
    border: 0; }
  .app-faq :last-child:not(.is-active) > .accordion-title {
    border: 0; }

@media screen and (max-width: 640px) {
  .app-faq .accordion-title {
    font-size: 14px;
    line-height: 17px;
    padding: 20px; }
  .app-faq .accordion-title::before {
    right: 20px; }
  .app-faq .accordion-content {
    margin: 0 20px;
    font-family: "Museo Cyrl 300", sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 18px; } }

.app-vote {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 -10px; }

.app-vote-left {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0 10px;
  width: 50%; }

.app-vote-rigth {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0 10px;
  width: 50%; }

.app-vote .accordion {
  margin-bottom: 0;
  background: 0;
  width: 100%; }

.app-vote .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #eddbb5;
  border-radius: 20px;
  overflow: hidden; }

.app-vote .accordion-title {
  border: 0;
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  background: #eddbb5;
  color: #6f5d4c;
  padding: 40px 80px 40px 40px;
  border-radius: 0 0 20px 20px;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .app-vote .accordion-title {
      font-size: 16px;
      line-height: 19px;
      padding: 30px 80px 30px 30px; } }

.app-vote .accordion-title::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23917A62'/%3E%3Cpath d='M9.37389 10.7274L13.5657 14.9193L9.29333 19.1917L10.8278 20.7262L15.1003 16.4538L19.2734 20.6269L20.6281 19.2723L16.4549 15.0991L20.7273 10.8267L19.1928 9.29219L14.9204 13.5646L10.7286 9.37276L9.37389 10.7274Z' fill='%23EDDBB5'/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 40px;
  margin-top: 0;
  transition: transform 0.2s ease-out;
  transform: rotate(45deg); }

.app-vote .is-active > .accordion-title::before {
  transform: rotate(0); }

.app-vote .accordion-content {
  background: 0;
  border: 0;
  margin: 0 40px;
  padding: 20px 0;
  color: #000; }

.app-vote .accordion-title:focus,
.app-vote .accordion-title:hover {
  background: #eddbb5; }

.app-vote .accordion-item:first-child > :first-child {
  border-radius: 0 0 20px 20px; }

.app-vote .accordion-item:first-child > :first-child {
  border-radius: 0 0 20px 20px; }

.app-vote :last-child:not(.is-active) > .accordion-title {
  border: 0;
  border-radius: 19px; }

:last-child > .accordion-content:last-child {
  border-bottom: 0; }

@media screen and (max-width: 840px) {
  .app-vote {
    flex-direction: column; }
  .app-vote-left,
  .app-vote-rigth {
    width: 100%; }
  .app-vote .accordion-title {
    font-size: 14px;
    line-height: 17px;
    padding: 20px 45px 20px 20px; }
  .app-vote .accordion-title::before {
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23917A62'/%3E%3Cpath d='M9.37389 10.7274L13.5657 14.9193L9.29333 19.1917L10.8278 20.7262L15.1003 16.4538L19.2734 20.6269L20.6281 19.2723L16.4549 15.0991L20.7273 10.8267L19.1928 9.29219L14.9204 13.5646L10.7286 9.37276L9.37389 10.7274Z' fill='%23EDDBB5'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 15px;
    top: calc(50% - 7.5px); }
  .app-vote .accordion-content {
    margin: 0 20px; }
  .app-vote .accordion-item {
    margin-bottom: 10px; } }

.app-catalog .app-card {
  height: 380px; }
  @media screen and (max-width: 1200px) {
    .app-catalog .app-card {
      height: 280px; } }

.app-catalog .app-card__content {
  min-height: 151px; }
  @media screen and (max-width: 1200px) {
    .app-catalog .app-card__content {
      min-height: 108px; } }

.app-catalog__card-header .app-events__header-info {
  margin-right: 0;
  white-space: nowrap; }
  .app-catalog__card-header .app-events__header-info span {
    margin-left: 10px; }
  .app-catalog__card-header .app-events__header-info .svg-clock-dims,
  .app-catalog__card-header .app-events__header-info .svg-distance-dims {
    width: 30px;
    height: 30px; }

@media screen and (max-width: 840px) {
  .app-catalog__card-header .app-grid {
    grid-template: auto/repeat(3, 1fr); } }

.app-card {
  display: flex;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }
  .app-card:hover .app-card__image img {
    transform: scale(1.02); }
  .app-card:hover .app-card__title {
    color: #eddbb5; }
  .app-card__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(196, 196, 196, 0));
    padding: 20px 30px;
    color: #fff; }
    @media screen and (max-width: 1200px) {
      .app-card__header {
        padding: 20px; } }
  .app-card__image {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    width: 100%; }
    .app-card__image img {
      transition: transform 0.2s ease-out;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .app-card__content {
    background: rgba(111, 93, 76, 0.01);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    border-bottom: 0;
    padding: 20px 30px 17px;
    color: #fff;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 1200px) {
      .app-card__content {
        width: calc(100% - 20px);
        padding: 20px; } }
    .app-card__content-fluid {
      width: 100%;
      border-right: 0;
      border-radius: 20px 20px 0 0; }
  .app-card__title {
    font-family: "Museo Cyrl 900", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.2s ease-out;
    margin-bottom: 10px; }
    @media screen and (max-width: 1200px) {
      .app-card__title {
        font-size: 14px;
        line-height: 17px; } }
  .app-card__description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px; }
    @media screen and (max-width: 1200px) {
      .app-card__description {
        font-size: 12px;
        line-height: 14px; } }
  .app-card__meta {
    margin-top: auto;
    display: flex;
    justify-content: space-between; }
  .app-card__calendar {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px; }
    .app-card__calendar .svg-calendar-dims {
      margin-right: 8px;
      height: 17px; }
  .app-card__more {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    transition: color 0.2s ease-out; }
    .app-card__more:hover {
      color: #eddbb5; }
    .app-card__more span {
      margin-right: 8px; }
    @media screen and (max-width: 1200px) {
      .app-card__more {
        display: none; } }
  .app-card__price {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    font-family: "Museo Cyrl 500", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff; }
    .app-card__price-item {
      margin-bottom: 5px; }
      .app-card__price-item:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 1200px) {
        .app-card__price-item {
          margin-bottom: 0;
          margin-right: 20px; } }
    @media screen and (max-width: 1200px) {
      .app-card__price {
        flex-direction: row;
        font-size: 12px;
        line-height: 14px; } }
  .app-card__buy {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #eddbb5; }
    .app-card__buy span {
      margin-right: 8px; }
    @media screen and (max-width: 1200px) {
      .app-card__buy {
        display: none; } }

@media screen and (max-width: 1200px) {
  .app-catalog__card-header .app-events__header-info .svg-clock-dims,
  .app-catalog__card-header .app-events__header-info .svg-distance-dims {
    width: 20px;
    height: 20px; } }

@media screen and (max-width: 1200px) {
  .app-catalog__card-header .app-grid {
    grid-gap: 10px; } }

@media screen and (max-width: 1200px) {
  .app-catalog__card-header .app-events__header-info {
    font-size: 14px;
    line-height: 17px; }
    .app-catalog__card-header .app-events__header-info span {
      margin-left: 5px; } }

@media screen and (max-width: 840px) {
  .app-card__title {
    font-size: 13px;
    line-height: 16px; } }

.app-recomendation {
  position: relative;
  overflow: hidden;
  margin: 60px -20px 0 -20px; }
  .app-recomendation__title {
    font-family: "Museo Cyrl 900", sans-serif;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    /* identical to box height */
    color: #4b545e;
    margin-bottom: 40px; }
  .app-recomendation .app-card {
    height: 380px; }
    @media screen and (max-width: 1200px) {
      .app-recomendation .app-card {
        height: 280px; } }

.swiper-pagination.app-recomendation-pagination {
  bottom: 0px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .swiper-pagination.app-recomendation-pagination .swiper-pagination-bullet {
    background: #6f5d4c;
    opacity: 0.7;
    width: 6px;
    height: 6px; }
  .swiper-pagination.app-recomendation-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 10px;
    height: 10px; }

@media screen and (max-width: 840px) {
  .app-recomendation {
    padding-bottom: 40px;
    margin-top: 40px;
    margin: 40px -15px 0 -15px; }
  .app-recomendation__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; } }

.app-product-information__title {
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  color: #4b545e;
  margin-bottom: 20px; }
  @media screen and (max-width: 1200px) {
    .app-product-information__title {
      font-size: 24px;
      line-height: 29px; } }

.app-product-information__description {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #917a62;
  margin-bottom: 30px; }
  .app-product-information__description .svg-clock-dims,
  .app-product-information__description .svg-distance-dims {
    width: 30px;
    height: 30px; }
  .app-product-information__description .app-events__header-info {
    margin-right: 20px; }
    .app-product-information__description .app-events__header-info span {
      margin-left: 10px; }

.app-product-information__selectors {
  margin-bottom: 30px; }

.app-product-information__date {
  margin-bottom: 43px; }

.app-product-information__price {
  margin-bottom: 40px; }

.app-selector {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .app-selector:hover .app-selector__radio {
    border: 4px solid #919d7f; }
  .app-selector:hover .app-selector__checkbox {
    background: #919d7f; }
  .app-selector .app-selector__hide:checked + .app-selector__radio {
    border: 4px solid #919d7f;
    background: #eddbb5; }
  .app-selector .app-selector__hide:checked + .app-selector__checkbox {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.62419 1.18998L9.35642 0.959936C8.91196 0.577988 8.24406 0.620563 7.85165 1.05571L3.37232 6.02242L2.02021 4.8579C1.57621 4.47552 0.908212 4.51724 0.515335 4.95192L0.278586 5.21389C0.0865927 5.42621 -0.0130945 5.70629 0.00138247 5.99239C0.0160022 6.27832 0.143563 6.54675 0.356211 6.73867L2.83469 9.00831C3.04927 9.20983 3.33686 9.31492 3.6308 9.29932C3.92474 9.28376 4.19956 9.14872 4.39158 8.92559L9.73878 2.71251C9.92559 2.49544 10.0185 2.21307 9.99694 1.92757C9.97543 1.64186 9.84138 1.37659 9.62419 1.18998Z' fill='%23EDDBB5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #919d7f; }
  .app-selector__checkbox {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: #e0e0e0;
    border-radius: 5px;
    transition: background-color 0.2s ease-out; }
  .app-selector__radio {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e0e0e0;
    border: 4px solid transparent;
    transition: border-color 0.2s ease-out; }
  .app-selector__hide {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .app-selector__text {
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #919d7f; }
    .app-selector__text b {
      font-family: "Museo Cyrl 900", sans-serif;
      font-weight: 900; }

.app-product-price {
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 96px;
  color: #919d7f; }

.app-product-information__buy .app-button {
  min-width: 280px; }

.app-product-tabs {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column; }
  .app-product-tabs .tabs {
    border: 0;
    margin-bottom: 20px;
    background: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
  .app-product-tabs .tabs::after,
  .app-product-tabs .tabs::before {
    content: none; }
  .app-product-tabs .tabs-title {
    float: none;
    margin-right: 20px; }
  .app-product-tabs .tabs-title > a {
    border: 1px solid #eddbb5;
    border-radius: 10px;
    min-width: 280px;
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #6f5d4c;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: background 0.2s ease-out; }
  .app-product-tabs .tabs-title > a:hover,
  .app-product-tabs .tabs-title > a:focus,
  .app-product-tabs .tabs-title > a[aria-selected="true"] {
    background: #eddbb5; }
  .app-product-tabs .tabs-content {
    background: 0;
    border: 0; }
  .app-product-tabs .tabs-panel {
    padding: 0;
    font-family: "Museo Cyrl 500", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #4b545e; }

.app-product-images .swiper-slide {
  height: auto;
  cursor: pointer; }

.app-product-images .gallery-top .swiper-slide {
  height: 500px; }
  .app-product-images .gallery-top .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  @media screen and (max-width: 1200px) {
    .app-product-images .gallery-top .swiper-slide {
      height: 371px; }
      .app-product-images .gallery-top .swiper-slide img {
        border-radius: 10px; } }

.app-product-images .gallery-thumbs {
  margin-top: 20px; }
  .app-product-images .gallery-thumbs .swiper-slide {
    height: 80px; }
    .app-product-images .gallery-thumbs .swiper-slide img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    @media screen and (max-width: 1200px) {
      .app-product-images .gallery-thumbs .swiper-slide {
        height: 55px; }
        .app-product-images .gallery-thumbs .swiper-slide img {
          border-radius: 10px; } }

.app-product-accordion {
  display: none; }
  .app-product-accordion .accordion {
    background: none;
    width: 100%; }
  .app-product-accordion .accordion-item {
    margin-bottom: 10px; }
  .app-product-accordion .accordion-title {
    font-family: "Museo Cyrl 700", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-align: center;
    color: #6f5d4c;
    padding: 7px;
    border: 1px solid #eddbb5;
    border-radius: 10px; }
  .app-product-accordion .accordion-title::before {
    content: none; }
  .app-product-accordion :last-child:not(.is-active) > .accordion-title,
  .app-product-accordion .accordion-item:first-child > :first-child {
    border: 1px solid #eddbb5;
    border-radius: 10px; }
  .app-product-accordion .accordion-title:focus,
  .app-product-accordion .accordion-title:hover,
  .app-product-accordion .accordion-title[aria-expanded="true"] {
    background: #eddbb5; }
  .app-product-accordion .accordion-content {
    border: 0;
    background: none;
    margin: 20px 0;
    padding: 0;
    font-family: "Museo Cyrl 300", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000; }

@media screen and (max-width: 840px) {
  .app-product-images .gallery-thumbs {
    display: none; }
  .app-product-tabs {
    display: none; }
  .app-product-accordion {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
  .app-product-images .gallery-top .swiper-slide {
    height: 290px; }
  .app-product-price {
    font-size: 46px;
    line-height: 54px; }
  .app-product-information__date,
  .app-product-information__price {
    margin-bottom: 20px; } }

.app-map {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 20px; }

.app-map__main img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.app-map__aside {
  border: 2px solid #eddbb5;
  border-radius: 20px;
  padding: 20px;
  max-height: 789px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .app-map__aside::-webkit-scrollbar {
    display: none; }

#map_185619590 .leaflet-popup-content-wrapper {
  border-radius: 20px; }

.app-map__card {
  border: 1px solid #eddbb5;
  height: 160px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }

.app-map__card-num {
  font-family: "Museo Cyrl 900", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #6f5d4c;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  border-radius: 0 0 10px 0px;
  background: #eddbb5;
  width: 30px;
  height: 30px; }

img.app-map__card-image {
  border-radius: 15px 0 15px 15px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.app-map__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Museo Cyrl 700", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  min-height: 48px;
  color: #6f5d4c;
  padding: 10px 20px;
  background: #eddbb5;
  border-radius: 10px 10px 0 0; }

.app-map-links {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px; }

.app-map__link {
  margin-right: 20px;
  border: 1px solid #eddbb5;
  border-radius: 10px;
  padding: 11px 20px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #6f5d4c;
  transition: all 0.2s ease-out; }
  .app-map__link:hover, .app-map__link.is-active {
    background: #eddbb5;
    color: #6f5d4c; }
  .app-map__link.is-active {
    font-family: "Museo Cyrl 700", sans-serif; }

.app-search-dropdown {
  z-index: 1000;
  top: 80px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0;
  border: 0;
  width: auto;
  padding: 15px;
  background: #fffbf2; }

.app-mobile-search__form {
  margin-bottom: 20px; }

.app-mobile-search__form-group {
  position: relative; }

.app-search__form-icon {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  left: 0; }

.app-mobile-search__list li {
  margin-bottom: 15px; }
  .app-mobile-search__list li a {
    display: inline-flex;
    font-family: "Museo Cyrl 300", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000; }

.app-menu-dropdown {
  z-index: 1000;
  top: 80px !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  width: auto;
  border: 0;
  padding: 0;
  background: #fffbf2; }
  .app-menu-dropdown .is-drilldown {
    min-height: calc(100vh - 80px) !important;
    max-width: unset !important;
    overflow-y: scroll; }

.app-menu-drilldown li:after {
  content: "";
  border-bottom: 1px solid #eddbb5;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 20px; }

.app-menu-drilldown a {
  background: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex: 1;
  padding: 20px 33px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #6f5d4c;
  transition: all 0.2s ease-out, font-weight 0s ease-out;
  border-radius: 10px;
  align-items: center;
  margin: -1px 0; }

.app-menu-drilldown .is-drilldown-submenu-parent > a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5.13397C10.1667 5.51887 10.1667 6.48113 9.5 6.86603L2 11.1962C1.33334 11.5811 0.500003 11.0999 0.500003 10.3301L0.500003 1.66987C0.500003 0.900073 1.33334 0.418948 2 0.803848L9.5 5.13397Z' fill='%23EDDBB5'/%3E%3C/svg%3E%0A");
  border: 0;
  width: 10px;
  height: 12px;
  right: 20px;
  top: auto;
  margin: 0; }

.app-menu-drilldown .is-drilldown-submenu a {
  background: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex: 1;
  padding: 20px 33px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #6f5d4c;
  transition: all 0.2s ease-out, font-weight 0s ease-out;
  border-radius: 10px;
  align-items: center;
  margin: -1px 0; }

.app-menu-drilldown .is-drilldown-submenu {
  background: #fffbf2;
  bottom: 0; }

.app-menu-drilldown .js-drilldown-back > a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5.13397C10.1667 5.51887 10.1667 6.48113 9.5 6.86603L2 11.1962C1.33334 11.5811 0.500003 11.0999 0.500003 10.3301L0.500003 1.66987C0.500003 0.900073 1.33334 0.418948 2 0.803848L9.5 5.13397Z' fill='%23EDDBB5'/%3E%3C/svg%3E%0A");
  border: 0;
  width: 10px;
  height: 12px;
  left: -10px;
  position: relative;
  top: auto;
  margin: 0;
  transform: rotate(180deg); }

.app-header-button[aria-expanded="false"] .svg-close-dims {
  display: none; }

.app-header-button[aria-expanded="false"] .svg-loop-dims {
  display: block; }

.app-header-button[aria-expanded="false"] .svg-menu-dims {
  display: block; }

.app-header-button[aria-expanded="true"] .svg-close-dims {
  display: block; }

.app-header-button[aria-expanded="true"] .svg-loop-dims {
  display: none; }

.app-header-button[aria-expanded="true"] .svg-menu-dims {
  display: none; }

.app-modal {
  outline: none;
  border: 0;
  border-radius: 20px;
  background: #fffbf2;
  padding: 20px; }

.app-roubles {
  font-family: "Roboto", sans-serif;
  font-weight: inherit; }

.app-roubles__bold {
  font-weight: 700; }

@media screen and (max-width: 840px) {
  .app-roubles {
    font-weight: 400; }
  .app-roubles__bold {
    font-weight: 700; } }

/* End */


/* Start:/local/templates/lenapillars/assets/css/custom.styles.css?17567937111108*/
.app-header__information {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.app-header__panel {
	flex-direction: column;
    display: flex;
    gap: 1rem;
    background: #eddbb5;
    border-radius: 10px 0 0 10px;
    padding: 8px;
}
.app-header-fixed .app-header__language,
.app-header-fixed .app-header__messages .svg-chat-dims,
.app-header-fixed .app-header__search .svg-loop-dims {
	color: #6f5d4c;
	fill: #6f5d4c;
}
.app-header__language:hover,
.app-header-fixed .app-header__language:hover,
.app-header-fixed .app-header__search:hover .svg-loop-dims,
.app-header-fixed .app-header__messages:hover .svg-chat-dims,
.app-header__search:hover .--svg-color-black,
.app-header__messages:hover .--svg-color-black {
	color: #877c65;
	fill: #877c65;
}

.app-header__medved-img {
	height: 60px;
}

.partners-logo__img {
	height: 120px;
}

.app-aside{
	display: none;  //боковое меню скрыто
}

@media screen and (max-width: 840px) {
	.app-fire-information {
		font-size: 14px;
	}
	.app-fire-bg-image .detail_picture {
	    height: 376px;
	}
}
/* End */


/* Start:/local/templates/lenapillars/components/bitrix/menu/menu-top/style.css?16193660901*/


/* End */


/* Start:/local/templates/lenapillars/components/bitrix/menu/menu-top-mobile/style.css?16188051382727*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;
	font-weight:bold;
	padding: 5px;
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/lenapillars/components/bitrix/menu/menu-top-mobile/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/local/templates/lenapillars/components/bitrix/menu/menu-top-mobile/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/lenapillars/components/bitrix/menu/menu-top-mobile/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/local/templates/lenapillars/components/bitrix/menu/menu-top-mobile/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/local/templates/lenapillars/components/bitrix/menu/menu-top-mobile/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

/* End */


/* Start:/local/templates/lenapillars/components/bitrix/menu/menu-bottom/style.css?1618802409581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/lenapillars/components/bitrix/menu/menu-bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/lenapillars/components/altasib/feedback.form/feedback/form_style.css?161970744946508*/
.modal_form{
        border-radius:5px;
        background:#fff;
        /*position:fixed;*/
        position:absolute;
        top:45%;
        left:50%;
        opacity:0;
        z-index:2001;
        transition:all 0.3s ease 0s;
        box-shadow:0 0 33px rgba(0,0,0,0.36);
        min-height:200px;
        height:auto;
        overflow:hidden;
        box-sizing:border-box;
        padding:40px 20px 40px;
}
.modal_close{
        width:14px;
        height:14px;
        position:absolute;
        background:#fff;
        top:20px;
        right:20px;
        cursor:pointer;
        display:block;
        overflow:hidden;
        opacity:0.6;
        -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        z-index:2;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
        -o-transition:all .2s ease-out;
        transition:all .2s ease-out;
}
.modal_close_ok{
        width:115px;
        height:36px;
        line-height:36px;
        background:#0097f6;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
        -webkit-box-shadow:0 2px 4px 2px #e6e6e6;
        -moz-box-shadow:0 2px 4px 2px #e6e6e6;
        box-shadow:0 2px 4px 2px #e6e6e6;
        border:none;
        outline:none;
        color:#fff;
        text-align:center;
        margin:0 auto 10px;
        display:block;
        cursor:pointer;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
        -o-transition:all .2s ease-out;
        transition:all .2s ease-out;
}
.modal_close_ok:hover{
        -webkit-box-shadow:0 2px 5px 3px #ccc;
        -moz-box-shadow:0 2px 5px 3px #ccc;
        box-shadow:0 2px 5px 3px #ccc;
}
.modal_close:hover{
        opacity:1;
        -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.modal_close__left:before{
        position:absolute;
        content:'';
        left:-3px;
        top:-5px;
        border:12px solid transparent;
        border-left-color:#767676;
}
.modal_close__left:after{
        position:absolute;
        content:'';
        left:-7px;
        top:-5px;
        border:12px solid transparent;
        border-left-color:#fff;
}
.modal_close__right:before{
        position:absolute;
        content:'';
        right:-3px;
        top:-5px;
        border:12px solid transparent;
        border-right-color:#767676;
}
.modal_close__right:after{
        position:absolute;
        content:'';
        right:-7px;
        top:-5px;
        border:12px solid transparent;
        border-right-color:#fff;
}

.alx_fb_overlay{
        z-index:2000;
        position:fixed;
        background-color:#000;
        opacity:0.2;
        width:100%;
        height:100%;
        top:0;
        left:0;
        cursor:pointer;
        display:none;
}
.alx_feedback_popup{
        cursor:pointer;
}
.alx-feedb-data-errorLoading{
        text-align:center;
        padding-top:50px;
}
.alx_fedb_wait{
        height:140px;
        left:45%;
        position:fixed;
        top:45%;
        width:140px;
        z-index:2001;
        text-align:center;
}
.alx-feedb-data{
        position:absolute;
        opacity:0;
}
.alx-feedb-data-view{
        position:relative;
        opacity:1;
        width:100%;
        transition:all 0.3s ease 0s;
}
.afbf_success_block{
        height:140px;
        display:table;
        vertical-align:middle;
        width:100%;
        margin-bottom:20px;
}
.afbf_success_block._without-popup{
        height:100px;
}
.afbf_success_block._without-popup .afbf_mess_ok{
        text-align:left;
        line-height:50px;
}
.afbf_success_block._without-popup .afbf_mess_ok .mess{
        margin-left:60px;
}
.afbf_success_block._without-popup .afbf_ok_icon{
        display:inline-block;
        width:auto;
        min-width:50px;
        float:left;
        margin-bottom:0;
}
.afbf_mess_ok{
        display:table-cell;
        vertical-align:middle;
        text-align:center;
}
/* animation loading */

@keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-moz-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-webkit-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-o-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-moz-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-webkit-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-o-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
@-moz-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
@-webkit-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
@-o-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
.alx-rotate-loading, .alx-feedb-loading{
        height:120px;
        position:relative;
        width:120px;
        border-radius:100%;
}
.alx-rotate-loading{
        margin:40px auto;
}
.alx-feedb-loading{
        border:13px solid transparent;
        border-color:transparent #fff transparent #FFF;
        -moz-animation:alx-rotate-loading 2s linear 0s infinite normal;
        -moz-transform-origin:50% 50%;
        -o-animation:alx-rotate-loading 2s linear 0s infinite normal;
        -o-transform-origin:50% 50%;
        -webkit-animation:alx-rotate-loading 2s linear 0s infinite normal;
        -webkit-transform-origin:50% 50%;
        animation:alx-rotate-loading 2s linear 0s infinite normal;
        transform-origin:50% 50%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
}
.alx-rotate-loading:hover .alx-feedb-loading{
        border-color:transparent #E45635 transparent #E45635;
}
.alx-rotate-loading:hover .alx-feedb-loading, .alx-rotate-loading .alx-feedb-loading{
        -webkit-transition:all 0.5s ease-in-out;
        -moz-transition:all 0.5s ease-in-out;
        -ms-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
}
.alx-feedb-loading-text{
        animation:2s linear 0s normal none infinite running loading-text-opacity;
        color:#fff;
        font-size:15px;
        font-weight:bold;
        margin-top:52.5px;
        position:absolute;
        text-align:center;
        text-transform:uppercase;
        top:0px;
        width:120px;
}

/* animation popup */

@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}
@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}
@-moz-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-o-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-moz-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}
@-o-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}

@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}
@keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}
@-moz-keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@-o-keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@-moz-keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}
@-o-keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}

@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@-webkit-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); opacity:1;}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0); opacity:0;}}
@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-moz-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@-o-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@-moz-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); opacity:1;}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0); opacity:0;}}
@-o-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}

@-webkit-keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-webkit-keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-moz-keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-o-keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-moz-keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-o-keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}

@keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-moz-keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@-moz-keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-moz-keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-o-keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@-o-keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-o-keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-webkit-keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@-webkit-keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-webkit-keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}

.alx-popup-show-anime1{
        animation:pulse .75s ease-in-out 0s both;
        display:block;
}
.alx-popup-hide-anime1{
        animation:bounceIn 0.5s;
}
.alx-popup-mess-show-anime1{
        animation:pulseMess .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}
.alx-popup-show-anime2{
        animation:rotateIn .75s ease-in-out 0s both;
        display:block;
}
.alx-popup-hide-anime2{
        animation:rotateOut 0.5s both;
}
.alx-popup-mess-show-anime2{
        animation:rotateIn .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}
.alx-popup-show-anime3{
        animation:fadeInRight .75s ease-in-out 0s both;
        display:block;
}
.alx-popup-hide-anime3{
        animation:fadeOutRight 0.5s both;
}
.alx-popup-mess-show-anime3{
        animation:fadeInRight .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}
.alx-popup-show-anime4{
        animation:bounceInDown .75s ease-in-out 0s;
        display:block;
}
.alx-popup-hide-anime4{
        animation:bounceOutDown 0.5s;
}
.alx-popup-mess-show-anime4{
        animation:bounceInDown .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}

/* feedb_styles */

.alx_feed_back{
        padding:0px;
        margin:0px;
        text-transform:none !important;
        text-align:left !important;
        line-height:normal !important;
        text-decoration:none !important;
}
.alx_feed_back form{
        padding:0px;
        margin:0px;
}
.modal_form .afbf_error_block{
        position:relative;
        margin-bottom:20px;
}
.modal_form .afbf_error_block:after{
        content:'';
        position:absolute;
        bottom:-10px;
        left:-20px;
        right:-20px;
        height:1px;
        background:#ccc;
}
.afbf_error_icon{
        float:left;
        margin-right:5px;
        width:50px;
        height:40px;
        background:url(/local/templates/lenapillars/components/altasib/feedback.form/feedback/images/afbf_danger-sign.png) no-repeat 0 0;
}
.afbf_error_block .afbf_error_text,
.afbf_error_block .afbf_error_ftext{
        font-size:16px;
        min-height:40px;
        /*line-height:40px;*/
        padding-bottom:30px;
        color:#f80000;
        display:block;
}
.afbf_ok_icon{
        margin:0 0 20px 0;
        width:100%;
        height:50px;
        background:url(/local/templates/lenapillars/components/altasib/feedback.form/feedback/images/afbf_check-box.png) no-repeat 50% 50%;
}

.modal_form .afbf_error_block td{
        vertical-align:top;
        text-align:left;
}
.alx-feedb-error{
        margin-top:20px;
}
.modal_form .alx-feedb-error{
        margin-top:0px;
}
.alx-feedb-error .afbf_error_block ul{
        list-style:none;
        padding-left:55px;
        font-size:14px;
        color:#f80101;
        margin:0;
}
.alx-feedb-error .afbf_error_block ul li{
        padding:0px 0px 4px 8px;
        margin:0px;
        display:block;
        list-style:none !important;
        background:transparent !important;
}
.alx-feedb-error .afbf_error_block ul li:before{
        content:'' !important;
}
.alx-feedb-error .afbf_error_block ul li span{
        position:relative;
        z-index:1;
        margin-left:-8px;
}
.modal_form .afbf_feedback_poles{
        padding:0px;
        margin:11px 0px 0px 0px;
}
.afbf_item_pole{
        padding:0px;
        margin:40px 0px 30px;
        position:relative;
}
*html .afbf_item_pole{
        position:relative;
        z-index:1;
        zoom:1;
}
.afbf_item_pole .afbf_name{
        padding:0px;
        margin:0px 0px 6px 0px;
}


.afbf_item_pole .afbf_select,
.afbf_item_pole .afbf_textarea,
.afbf_item_pole .afbf_inputtext{
        height:34px;
        width:100%;
        padding:7px 5px !important;
        font-size:14px;
        outline:none;
        border:1px solid #e0e0e0;
}
.afbf_item_pole.item_pole__captcha .afbf_inputtext{
        box-sizing:content-box;
        padding:7px 0px !important;
}
.afbf_item_pole select.afbf_inputtext.afbf_select_sect{
        height:auto;
}



/* -------- */
.afbf_item_pole .dropdownjs.feedback_dropdown> ul{
        right:0;
        left:auto;
        top:35px;
        bottom:auto;
        height:120px;
        padding:0;
        -webkit-transform-origin:top right;
        -ms-transform-origin:top right;
        transform-origin:top right;
        -webkit-box-shadow:0px 11px 22px 2px rgba(204,204,204,0.75);
        -moz-box-shadow:0px 11px 22px 2px rgba(204,204,204,0.75);
        box-shadow:0px 11px 22px 2px rgba(204,204,204,0.75);
}
.afbf_item_pole .dropdownjs.feedback_dropdown:after{
        content:'';
        position:absolute;
        right:10px;
        top:50%;
        margin-top:-2px;
        display:inline-block;
        border:5px solid transparent;
        border-top:5px solid #767676;
}
.afbf_item_pole .afbf_checkbox label{
        margin-left:20px;
        margin-bottom:5px;
        font-weight:normal;
        position:relative;
        cursor:pointer;
        font-size:14px;
        top:auto;
        left:auto;
        pointer-events:inherit;
        -webkit-transition:0.3s ease all;
        -o-transition:0.3s ease all;
        transition:0.3s ease all;
}
.afbf_checkbox{
        margin:10px 0 20px;
}
.afbf_checkbox input[type=checkbox]{
        position:absolute;
        opacity:0;
        width:0;
        height:0;
        margin:0;
        overflow:hidden;
        pointer-events:none;
}
.afbf_checkbox .afbf_checkbox_box{
        vertical-align:middle;
        position:relative;
        top:2px;
        margin-right:12px;
}
.afbf_checkbox_box .afbf_checkbox_check{
        position:relative;
        display:inline-block;
        width:18px;
        height:18px;
        border:2px solid rgba(0,0,0,.54);
        border-radius:2px;
        overflow:hidden;
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        z-index:1;
}
.afbf_checkbox input[type=checkbox]+ .afbf_checkbox_box .afbf_checkbox_check:before{
        content:'';
        position:absolute;
        -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        transform:rotate(45deg);
        display:block;
        margin-top:-4px;
        margin-left:5px;
        width:0;
        height:0;
        -webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;
        box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;
}
.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{
        content:'';
        position:absolute;
        color:#7b7f7f;
        -webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0px 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;
        box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0px 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;
}
.afbf_checkbox input[type=checkbox]:focus:checked+.afbf_checkbox_box .afbf_checkbox_check:before{
        -webkit-animation:checkbox-on 0.3s forwards;
        -o-animation:checkbox-on 0.3s forwards;
        animation:checkbox-on 0.3s forwards;
}
.afbf_checkbox input[type=checkbox]:focus+.afbf_checkbox_box .afbf_checkbox_check:before{
        -webkit-animation:checkbox-off 0.3s forwards;
        -o-animation:checkbox-off 0.3s forwards;
        animation:checkbox-off 0.3s forwards;
}
.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check{
        border:none;
}
.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{
        margin-top:-3px;
        margin-left:7px;
}
.afbf_item_pole.is_filled .afbf_name.static_name,
.afbf_item_pole.is_focused .afbf_name.static_name,
.afbf_name.static_name{
        position:static;
        color:inherit;
        font-size:inherit;
        margin-bottom:20px
}
.afbf_item_pole.item_pole__captcha .afbf_name{
        top:67px;
}
.afbf_item_pole.item_pole__captcha.is_filled .afbf_name,
.afbf_item_pole.item_pole__captcha.is_focused .afbf_name{
        top:55px;
}
.afbf_pole_captcha{
        margin-bottom:30px;
}
.afbf_pole_captcha .image{
        vertical-align:middle;
}
.afbf_pole_captcha .g-recaptcha{
        display:inline-block;
        vertical-align:middle;
}
.afbf_pole_captcha .afbf_captcha_reload{
        display:inline-block;
        vertical-align:middle;
        width:22px;
        height:16px;
        background:url(/local/templates/lenapillars/components/altasib/feedback.form/feedback/images/icon_reload.png) no-repeat 0 0;
        cursor:pointer;
        margin-left:20px;
}
.afbf_inputtext_bg .afbf_textarea{
        width:100%;
        z-index:100;
        height:102px;
        overflow:auto;
        resize:vertical;
        max-height:450px;
        max-width:100%;
        min-height:34px;
        min-width:100%;
}
.afbf_submit_block{
        margin:30px 0px 0px 0px;
        padding:0px;
        display:block;
        text-align:right !important;
}
.afbf_btn{
        display:inline-block;
        padding:15px 25px !important;
        border:none !important;
        text-transform:uppercase !important;
        text-decoration:none;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px !important;
        -webkit-box-shadow:0px 3px 4px 1px rgba(204,204,204,0.75);
        -moz-box-shadow:0px 3px 4px 1px rgba(204,204,204,0.75);
        box-shadow:0px 3px 4px 1px rgba(204,204,204,0.75);
        cursor:pointer;
        font-size:16px !important;
        outline:none;
        -webkit-transition:all 0.2s ease-out;
        -o-transition:all 0.2s ease-out;
        transition:all 0.2s ease-out;
}
.alx_feed_back .afbf_feedback_poles .afbf_btn:hover{
        -webkit-box-shadow:0px 6px 6px 1px rgba(204,204,204,0.75);
        -moz-box-shadow:0px 6px 6px 1px rgba(204,204,204,0.75);
        box-shadow:0px 6px 6px 1px rgba(204,204,204,0.75);
}
.afbf_inputtext_bg select{
        width:100%;
        padding:0px;
        margin:0px;
        border:0px;
}
.afbf_file_button{
        position:absolute;
        right:-1px;
        height:100%;
        top:-1px;
        z-index:1;
}
*html .alx_feed_back .afbf_feedback_poles div{
        zoom:1;
}
.afbf_inputtext_bg_calendar{
        position:relative;
        z-index:2;
        zoom:1;
}
.afbf_inputtext_bg_calendar .afbf_calendar_icon{
        position:absolute;
        top:3px;
        right:5px;
}
.afbf_error_text,
.afbf_error_ftext{
        display:none;
}
.afbf_item_pole.error_pole .afbf_error_text,
.afbf_item_pole.error_fpole .afbf_error_ftext{
        position:relative;
        display:block;
        margin:5px 0 0;
        padding-right:20px;
        color:#f80000;
        font-size:12px;
}
.afbf_item_pole.error_pole .afbf_error_text:after,
.afbf_item_pole.error_fpole .afbf_error_ftext:after{
        content:'';
        position:absolute;
        right:0;
        display:inline-block;
        width:17px;
        height:16px;
        background:url(/local/templates/lenapillars/components/altasib/feedback.form/feedback/images/icon_error.png) 0 0 no-repeat;
}

/* dropdown styles */

.dropdownjs{
        position:relative;
}
.dropdownjs *{
        box-sizing:border-box;
}
.dropdownjs> input{
        width:100%;
        padding-right:30px;
        text-overflow:ellipsis;
}
.dropdownjs> input.focus~ ul{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
}
.dropdownjs> ul{
        position:absolute;
        padding:0;
        margin:0;
        min-width:200px;
        -webkit-transform:scale(0);
        -ms-transform:scale(0);
        transform:scale(0);
        z-index:10000;
}
.dropdownjs> ul[placement=top-left]{
        -webkit-transform-origin:bottom left;
        -ms-transform-origin:bottom left;
        transform-origin:bottom left;
        bottom:0;
        left:0;
}
.dropdownjs> ul[placement=bottom-left]{
        -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
        transform-origin:top left;
        top:0;
        left:0;
}
.dropdownjs> ul> li{
        list-style:none;
        padding:10px 20px;
}
.dropdownjs> ul> li.dropdownjs-add{
        padding:0;
}
.dropdownjs> ul> li.dropdownjs-add> input{
        border:0;
        padding:10px 20px;
        width:100%;
}

/* Theme */

.dropdownjs> input[readonly]{
        cursor:pointer;
}
select[data-dropdownjs][disabled]+ .dropdownjs> input[readonly]{
        cursor:default;
}
.dropdownjs> ul{
        background:#FFF;
        box-shadow:0 1px 6px rgba(0,0,0,0.12),0 1px 6px rgba(0,0,0,0.12);
        -webkit-transition:-webkit-transform 0.2s ease-out;
        transition:transform 0.2s ease-out;
        padding:10px;
        overflow:auto;
        max-width:500px;
}
.dropdownjs> ul> li{
        cursor:pointer;
        word-wrap:break-word;
        -webkit-transition:background-color .15s ease 0s;
        -moz-transition:background-color .15s ease 0s;
        -ms-transition:background-color .15s ease 0s;
        -o-transition:background-color .15s ease 0s;
        transition:background-color .15s ease 0s;
}
.dropdownjs> ul> li:hover,
.dropdownjs> ul> li.selected,
.dropdownjs> ul> li:active{
        background-color:#eaeaea;
        outline:0;
}
.dropdownjs> ul> li:focus{
        outline:0;
        outline:1px solid #d4d4d4;
}
.dropdownjs> ul> li> .close:before{
        content:"\00d7";
        display:block;
        position:absolute;
        right:15px;
        float:right;
        font-size:21px;
        font-weight:700;
        line-height:1;
        color:#000;
        text-shadow:0 1px 0 #fff;
        opacity:.6;
}
.dropdownjs> ul> li:h> .close:hover:before{
        opacity:.9;
}
/* end dropdown styles */

/* Radio buttons */
.afbf_radio{
        margin:0 0 20px;
}
.afbf_radio label{
        padding-bottom:10px;
        padding-left:34px;
        position:relative;
        top:auto;
        left:auto;
        pointer-events:inherit;
        cursor:pointer;
        font-size:14px;
        color:#1b1b1b;
        line-height:20px !important;
        display:inline-block;
}
.afbf_radio input[type=radio]{
        position:absolute;
        opacity:0;
        height:0;
        width:0;
        overflow:hidden;
}
.afbf_radio span{
        display:block;
        position:absolute;
        left:0;
        -webkit-transition-duration:0.2s;
        -o-transition-duration:0.2s;
        transition-duration:0.2s;
}
.afbf_radio .afbf_radio_circle{
        border:2px solid rgba(0,0,0,.54);
        height:20px;
        width:20px;
        border-radius:50%;
}
.afbf_radio .afbf_radio_check{
        left:5px;
        top:5px;
        height:10px;
        width:10px;
        border-radius:100%;
        background-color:rgba(0,0,0,.54);
        -webkit-transform:scale3d(0,0,0);
        transform:scale3d(0,0,0);
}
.afbf_radio input[type=radio]:checked ~ .afbf_radio_check{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1);
}

/* Togglebuttons */
.afbf_checkbox.toggle{
        margin:0 0 40px;
}
.afbf_checkbox.toggle label{
        position:relative;
        cursor:pointer;
        font-size:14px;
        color:#1b1b1b;
        top:auto;
        left:auto;
        pointer-events:inherit;
}
.afbf_checkbox.toggle input[type=checkbox]{
        opacity:0;
        width:0;
        height:0;
        margin:0;
        position:absolute;
}
.afbf_checkbox.toggle label .afbf_checkbox_check{
        display:none;
}
.afbf_checkbox.toggle,
.afbf_checkbox.toggle label,
.afbf_checkbox.toggle input,
.afbf_checkbox.toggle .afbf_checkbox_box{
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
}
.afbf_checkbox.toggle label .afbf_checkbox_box{
        display:inline-block;
        width:36px;
        height:15px;
        background-color:#bbb9b9;
        border-radius:15px;
        margin-right:15px;
        -webkit-transition:background 0.3s ease;
        -o-transition:background 0.3s ease;
        transition:background 0.3s ease;
        vertical-align:middle;
        top:-2px;
}
.afbf_checkbox.toggle label .afbf_checkbox_box:after{
        content:"";
        display:inline-block;
        width:20px;
        height:20px;
        background-color:#f1f1f1;
        border-radius:20px;
        position:relative;
        -webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);
        box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);
        left:0;
        top:-3px;
        -webkit-transition:left 0.3s ease,background 0.3s ease,-webkit-box-shadow 0.1s ease;
        -o-transition:left 0.3s ease,background 0.3s ease,box-shadow 0.1s ease;
        transition:left 0.3s ease,background 0.3s ease,box-shadow 0.1s ease;
}


/* Fileinput */
.afbf_inputtext_bg.file input[type=file]{
        opacity:0;
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        width:100%;
        height:100%;
        z-index:100;
        cursor:pointer
}
.afbf_inputtext_bg.file .afbf_input_group{
        position:relative;
        display:table;
        width:100%;
        border-collapse:separate;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_inputtext{
        display:table-cell;
        width:100%;
        height:34px;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn{
        position:relative;
        display:table-cell;
        padding-left:5px;
        font-size:0;
        white-space:nowrap;
        width:1%;
        vertical-align:middle;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn .afbf_file_button{
        border-radius:50%;
        height:34px;
        margin:auto;
        width:34px;
        overflow:hidden;
        border:none;
        position:relative;
        line-height:normal;
        background:#fff url(/local/templates/lenapillars/components/altasib/feedback.form/feedback/images/icon_file.png) center no-repeat;
        cursor:pointer;
        -webkit-box-shadow:0px 1px 2px 1px rgba(231,231,231,1);
        -moz-box-shadow:0px 1px 2px 1px rgba(231,231,231,1);
        box-shadow:0px 1px 2px 1px rgba(231,231,231,1);
}
.afbf_inputtext_bg.file.load_file label{
        font-size:12px;
}
.afbf_radio .afbf_radio_circle{
        border:2px solid;
}
.afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box:after{
        left:15px;
}
/* -------- */
.afbf_send_another_message
{
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width:768px){
        .alx_feed_back{
                width:99% !important;
        }

        .modal_form{
                width:100% !important;
                margin-left:0 !important;
                left:0;
        }
}

/* Animation */
@-webkit-keyframes checkbox-on{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-o-keyframes checkbox-on{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@keyframes checkbox-on{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-webkit-keyframes checkbox-off{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@-o-keyframes checkbox-off{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@keyframes checkbox-off{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}

/* End */


/* Start:/local/templates/lenapillars/components/altasib/feedback.form/feedback/themes/theme_3578bd6d208f3593a3df445e9c801b35.css?16197074503124*/
#alx_feed_back_FID1 .afbf_radio_circle
{
	border-color:#009688;
}
#alx_feed_back_FID1 .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box:after,
#alx_feed_back_FID1 .afbf_radio_check
{
	background-color:#009688;
}
#alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn
{
	color:#fff !important;
	background:#009688 !important;
}
#alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn:hover
{
	color:#fff !important;
	background:#006153 !important;
}
#alx_feed_back_FID1 .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box
{
	background-color:#ABF1E3;
}
#alx_feed_back_FID1 .afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before,
#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_filled .afbf_name,
#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_focused .afbf_name
{
	color:#006153;
}
#alx_feed_back_FID1.form_inputs_line .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_inputtext,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#009688, #009688), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#009688, #009688), linear-gradient(#e0e0e0, #e0e0e0);
}
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_inputtext,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f80000), to(#f80000)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#f80000, #f80000), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#f80000, #f80000), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#f80000, #f80000), linear-gradient(#e0e0e0, #e0e0e0);
	-moz-background-size:100% 2px, 100% 1px;
	background-size:100% 2px, 100% 1px;
}
#alx_feed_back_FID1 .afbf_select, .afbf_textarea, .afbf_inputtext,
#alx_feed_back_FID1 .afbf_checkbox label
{
	color:#212121;
}
#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_inputtext{
	border-color:#009688;
}
/* End */


/* Start:/local/templates/lenapillars/styles.css?1759805897504*/
.swiper-container {
/*height:1180px!important;*/
/*max-height:700px!important;
width:700px;
}*/}

.app-card
{
width: 100%;
}

.app-news__blocks-item:nth-child(1) {
    grid-area: item-big;
    height: 630px;
}

.app-news__blocks-item:nth-child(2) {
    grid-area: item-medium;
    height: 360px;
}

.app-news__blocks-item:nth-child(3) {
    grid-area: item-mini;
    height: 250px;
}

.app-news__blocks-item:nth-child(4) {
    grid-area: item-mini;
    height: 250px;
}
body, html {
overflow-x: hidden;
}
/* End */


/* Start:/local/templates/lenapillars/template_styles.css?176360301219144*/
/*remove google translate stock styles*/
.fix_common {
  position: static!important;
  top: 0!important;
}
.skiptranslate {
  display: none!important;
}
.app-header__panel-item__lang {
  display: flex;
}
.app-header__panel-item__lang span {
  margin: 0 5px;
}
/*end - remove google translate stock styles*/
.app-catalog .app-card__content {
  min-height: auto;
}

.app-card__image {
  max-height: 630px; /*было 500px */
}
.app-team__card-director {
  flex-direction: row;
}
.app-team__card-director .app-team__card-image {
  max-width: 247px;
}
.app-team__card-director .app-team__card-image--undefined {
  border-bottom: 0;
  border-right: 1px solid #eddbb5;
}
.app-team__card-director .app-team__card-content {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
}
.app-team__card-director .app-team__card-name {
  margin-bottom: 30px;
  text-align: left;
}
#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}
.app-map-details {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.app-map__aside {
    height: 789px;
}
.app-map-links {
    flex-wrap: wrap;
}
.app-map__link {
    margin-bottom: 20px;
}
.app-iconContent {
    width: 31px;
    height: 31px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Museo Cyrl 900', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
.popover {
    position: absolute;
    z-index: 1010;
    max-width: 224px;
    padding: 15px 40px 15px 20px;
    text-align: left;
    white-space: normal;
    background: #EDDBB5;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.popover-title {
    font-family: 'Museo Cyrl 700', sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #6F5D4C;
}
.popover-description {
    font-family: 'Museo Cyrl 500', sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #6F5D4C;
    margin-top: 5px;
    padding-right: 15px;
}
.popover-description:empty {
    margin-top: 0;
    padding-right: 0;
}
.popover .close {
    position: absolute;
    right: 14px;
    top: 6px;
}
.popover-inner>ymaps::-webkit-scrollbar {
    width: 3px;
}
.popover-inner>ymaps::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: #DCC0A1;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.top .arrow::before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: #EDDBB5;
    top: -22px;
    left: -8px;
    z-index: 10;
    transform: rotate(
        45deg
    );
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.app-visitor__card-image {
    right: -2px;
}



.app-aside {
    width: 100%;
    min-width: 280px;
}
.app-team__card-contact span {
    font-size: 14px;
}
.app-card {
  width: 100%;
}
.app-card__description {
    line-height: 18px;
    margin: 5px 0 0;
}
.app-card__title {
    margin-bottom: 0px;
}
.app-card__meta {
    margin-top: 10px;
}
.app-header__navigation .dropdown.menu > li > a:hover {
    font-family: 'Museo Cyrl 900', sans-serif;
}
.accordion-menu a.is-active {
    background: rgba(237, 219, 181, 0.5);
    font-family: "Museo Cyrl 700", sans-serif;
    color: #6f5d4c;
}
.app-routes__titles {
justify-content: space-evenly;

}
.--active-route-content {
	flex-direction: column !important;
}
.app-static-header__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.app-breadcrumbs {
    white-space: nowrap;
}
.app-team__card-image {
    min-height: 400px;
    justify-content: center;
}
.app-team__card-image--undefined {
    border-bottom: 1px solid #eddbb5;
    border-radius: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-team__card-image--undefined img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 0;
}
.app-phones__element-position {
    text-transform: lowercase;
}
.submenu {
	display: none;
}
#bx-panel:not(.bx-panel-folded) + .app-header-fixed {
    top: 147px;
}
#bx-panel + .app-header-fixed {
    top: 39px;
}
.app-form__group {
    flex-direction: column;
}
.app-reviews-more {
    cursor: pointer;
}
.app-reviews-more::before {
    content: 'Читать весь отзыв';
}
.app-reviews-more[aria-expanded=true]::before {
    content: 'Скрыть';
}
.app-reviews-more[aria-expanded=true] .svg-more-beige {
    transform: rotate(270deg);
}
/****************** stars rating ******************/
.app-review-stars {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.app-rating-star {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
}
.star {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 3px;
}
.star .app-rating-star {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.52447 0.463525C8.67415 0.00287008 9.32585 0.00287008 9.47553 0.463525L11.1329 5.56434C11.1998 5.77035 11.3918 5.90983 11.6084 5.90983H16.9717C17.4561 5.90983 17.6575 6.52964 17.2656 6.81434L12.9266 9.96681C12.7514 10.0941 12.678 10.3198 12.745 10.5258L14.4023 15.6266C14.552 16.0873 14.0248 16.4704 13.6329 16.1857L9.29389 13.0332C9.11865 12.9059 8.88135 12.9059 8.70611 13.0332L4.3671 16.1857C3.97524 16.4704 3.448 16.0873 3.59768 15.6266L5.25503 10.5258C5.32197 10.3198 5.24864 10.0941 5.07339 9.96681L0.734384 6.81434C0.342527 6.52964 0.543915 5.90983 1.02828 5.90983H6.39159C6.6082 5.90983 6.80018 5.77035 6.86712 5.56434L8.52447 0.463525Z' fill='%23DFDFDF'/%3E%3C/svg%3E%0A");
}
.star.selected .app-rating-star,
.star.hover .app-rating-star {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.52447 0.463525C8.67415 0.00287008 9.32585 0.00287008 9.47553 0.463525L11.1329 5.56434C11.1998 5.77035 11.3918 5.90983 11.6084 5.90983H16.9717C17.4561 5.90983 17.6575 6.52964 17.2656 6.81434L12.9266 9.96681C12.7514 10.0941 12.678 10.3198 12.745 10.5258L14.4023 15.6266C14.552 16.0873 14.0248 16.4704 13.6329 16.1857L9.29389 13.0332C9.11865 12.9059 8.88135 12.9059 8.70611 13.0332L4.3671 16.1857C3.97524 16.4704 3.448 16.0873 3.59768 15.6266L5.25503 10.5258C5.32197 10.3198 5.24864 10.0941 5.07339 9.96681L0.734384 6.81434C0.342527 6.52964 0.543915 5.90983 1.02828 5.90983H6.39159C6.6082 5.90983 6.80018 5.77035 6.86712 5.56434L8.52447 0.463525Z' fill='%23F2C94C'/%3E%3C/svg%3E%0A");
}
.app-review-header__name .star {
    cursor: unset;
}
/****************** ./stars rating ******************/
.app-upload-file {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
.app-upload-file__area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border: 1px solid #EDDBB5;
    border-radius: 5px;

    font-family: 'Museo Cyrl 700', sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    color: #DCC0A1;

    padding: 4px 20px;
    cursor: pointer;
}
span.app-upload-file__text {
    font-size: 12px;
    line-height: 22px;
    color: #DCC0A1;
    font-family: 'Museo Cyrl 500', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    margin-bottom: 0;
}
.app-avatar__icon,
.app-avatar__svg-hidden {
    display: none;
}
.app-avatar__icon.loaded {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    max-width: none;
    object-fit: cover;
    margin-right: 5px;
}
#afbf_avatar_fid1 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.afbf_error_icon {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url(/local/templates/lenapillars/components/altasib/feedback.form/reviews/images/afbf_danger-sign.png);
}
.afbf_error_text{
    font-size: 14px !important;
}
.afbf_success_block._without-popup .afbf_ok_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    min-width: unset;
    float: left;
    margin-bottom: 0;
}
.afbf_success_block._without-popup .afbf_mess_ok .mess {
    margin-left: 34px;
    line-height: 21px;
}

.app-review-add {
    display: none;
}

.app-error {
    padding: 120px 0;
    position: relative;
}
.app-error::before {
    content: '';
    background-image: url(/local/templates/lenapillars/assets/images/pillars-l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.app-error::after {
    content: '';
    background: url(/local/templates/lenapillars/assets/images/pillars-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;

}
.app-error-content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.app-error-content__h1 {
    font-family: 'Museo Cyrl 900', sans-serif;
    font-style: normal;
    font-size: 260px;
    line-height: 312px;
    color: #6F5D4C;
}
.app-error-content__h3 {
    font-family: 'Museo Cyrl 900', sans-serif;
    font-style: normal;
    font-size: 36px;
    line-height: 43px;
    color: #6F5D4C;
    margin-top: -50px;
}
.app-error-content__p {
    font-family: 'Museo Cyrl 500', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #6F5D4C;
}
.app-error-content__p a {
    color: #919D7F;
}
.app-error-content__p a:hover {
    text-decoration: underline;
}
.app-search-modal {
    width: 100%;
    max-width: none;
    top: 0 !important;
    border: 0;
    background: #FFFBF2;
}
.app-search-modal__form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}
.app-search-modal__input {
    border: 0;
    background: 0;
    box-shadow: none;
    font-family: 'Museo Cyrl 500', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    transition: none;
    border-bottom: 4px solid transparent;
    height: 42px;
}
.app-search-modal__input::placeholder {
    color: #EDDBB5;
}
.app-search-modal__input:focus {
    border: 0;
    border-bottom: 4px solid #eddbb5;
    background: 0;
    box-shadow: none;
}
.app-search-page__form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.app-search-page__button {

}
.app-search-page__input {
    background: #ffffff;
    border-radius: 10px 0 0 10px;
    outline: 0;
    padding: 11px 30px;
    font-family: "Museo Cyrl 500", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #4b545e;
    display: flex;
    flex: 1;
    margin: 0;
    height: 100%;
    box-shadow: none;
    border: 1px solid #EDDBB5;
    margin-right: -20px;
}
.app-search-page__input:focus {
    box-shadow: none;
}
.app-feedback-title {
    font-family: "Museo Cyrl 900", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #4b545e;
    text-transform: uppercase;
    margin: 0 0 10px;
}

/* ********* votes ********* */
.app-vote-elements {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}
.app-vote-element {
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #919D7F;
    width: 100%;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
}
.app-vote-element:last-child {
    margin-bottom: 0;
}
.app-vote-element__value {
    font-family: 'Museo Cyrl 900', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #575D4B;
    z-index: 1;
}
.app-vote-element__counts {
    z-index: 1;
}
.app-vote-element__counts-percent {
    font-family: 'Museo Cyrl 900', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #575D4B;
}
.app-vote-element__counts-value {
    font-family: 'Museo Cyrl 500', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #C0C0AA;
}
.app-vote-element__bg {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    background: #919D7F;
    left: 0;
    color: #EDDBB5;
}
.app-vote .accordion-content {
    padding: 40px 0;
}
.app-vote-form-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.app-vote-form-item {
    margin-bottom: 20px;
}
.app-vote-form-item .app-selector__radio,
.app-vote-form-item .app-selector__checkbox {
    width: 24px;
    height: 24px;
}
.app-vote-form-item .app-selector__text {
    font-size: 16px;
    line-height: 24px;
}
/* ********* ./votes ********* */

.app-product-information {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}
.app-product-information__price {
    margin-top: auto;
}
.app-partners__blocks {
  margin: 30px 0 40px;
}
.app-partners__blocks .app-team__card-image {
  padding: 16px 16px 0 16px;
}
.app-partners__blocks .app-team__card-image img {
  object-fit: contain;
  border-radius: 0;
}
.app-partners__blocks .app-team__card-position {
  font-family: "Museo Cyrl 500", sans-serif;
}


.lang-rus:after {
content: "RUS";
}
.app-news-header__slider .swiper-slide {
height:1180px!important;
max-height:1180px;
}

@media screen and (max-width: 1200px) {
    .app-review-add {
        display: -webkit-flex;
            display: -ms-flex;
            display: flex;
    }
    .app-error {
        padding: 40px 0;
    }
    .app-error-content__h1 {
        font-size: 180px;
        line-height: 230px;
    }
    .app-error-content__h3 {
        font-size: 28px;
    }
    .app-error-content__p {
        font-size: 14px;
        line-height: 18px;
    }
    .app-map {
        grid-template-columns: 280px 1fr;
    }
    .app-map__aside {
        padding: 15px;
    }
    .app-map__aside .app-grid {
        grid-gap: 10px;
    }
    .app-map__card {
        height: 120px;
    }
    .app-map__card-content {
        padding: 6px 10px;
        min-height: 36px;
    }
	.app-news-header__slider .swiper-slide {
		max-height:880px;
		height:auto!important;
	}
	.swiper-container {
		max-height:880px!important;
		height:auto!important;
	}

}

@media screen and (max-width: 840px) {
    .app-breadcrumbs {
        white-space: nowrap;
        overflow-x: auto;
        margin: 0 -15px;
        justify-content: flex-start;
    }
    .app-breadcrumbs::before {
        content: '';
        padding-left: 15px;
    }
    .app-breadcrumbs::after {
        content: '';
        padding-right: 15px;
    }
    .app-map {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
    }
    #map {
        height: 294px;
    }
    .app-map-links {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        margin: 0 -15px;
    }
    .app-map-links::before {
        content: '';
        padding-left: 15px;
    }
    .app-map-links::after {
        content: '';
        padding-right: 15px;
    }
    .app-map__link:last-child {
        margin-right: 0;
    }
    .app-map__aside {
        height: auto;
        max-height: 408px;
    }
    .app-map__aside .app-grid {
        grid-template: auto/repeat(2, 1fr);
    }
    .app-team__blocks {
        margin: 25px 0;
    }
    .app-content > ul > li {
        font-size: 14px;
        line-height: 20px;
    }
    .app-news-content {
      font-family: "Museo Cyrl 300", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 20px;
    }
}

@media screen and (max-width: 640px) {
    .app-pagination__more {
        margin-left: 0 !important;
    }
    .app-error-content__h1 {
        font-size: 100px;
        line-height: 160px;
    }
    .app-error-content__h3 {
        font-size: 21px;
    }
    .app-error-content__p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 600px) {
  .app-team__card-director {
    flex-direction: column;
  }
  .app-team__card-director .app-team__card-image--undefined {
    border-bottom: 1px solid #eddbb5;
    border-right: 0;
  }
  .app-team__card-director .app-team__card-image {
    max-width: none;
  }
  .app-team__card-director .app-team__card-content {
    padding: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .app-team__card-director .app-team__card-name {
    text-align: center;
    margin-bottom: 10px;
  }
}

.app-card
{
width: 100%;
}

.app-news__blocks-item:nth-child(1) {
    grid-area: item-big;
    height: 630px;
}

.app-news__blocks-item:nth-child(2) {
    grid-area: item-medium;
    height: 360px;
}

.app-news__blocks-item:nth-child(3) {
    grid-area: item-mini;
    height: 250px;
}

.app-news__blocks-item:nth-child(4) {
    grid-area: item-mini;
    height: 250px;
}

.bx-yandex-view-map {
    display: hidden;
}
/*
.app-header__medved-img {
  transition: filter 0.4s ease;
}

.app-header__medved-img:hover {
  //filter: sepia(1) saturate(1.2) hue-rotate(10deg) brightness(1.05);
filter: sepia(0.3) saturate(1.3) hue-rotate(-10deg) brightness(1.05);
}*/

/* Карточки работников. Чтоб фото было по центру */


.app-team__card-image--defined > img {
object-fit: cover;
object-position: top center;
}
/* End */
/* /local/templates/lenapillars/assets/css/normalize.min.css?16187335306157 */
/* /local/templates/lenapillars/assets/css/foundation.min.css?1619630788132578 */
/* /local/templates/lenapillars/assets/css/jquery.fancybox.min.css?161874089212797 */
/* /local/templates/lenapillars/assets/css/swiper-bundle.min.css?161873353018040 */
/* /local/templates/lenapillars/assets/css/style.min.css?1764225169111846 */
/* /local/templates/lenapillars/assets/css/custom.styles.css?17567937111108 */
/* /local/templates/lenapillars/components/bitrix/menu/menu-top/style.css?16193660901 */
/* /local/templates/lenapillars/components/bitrix/menu/menu-top-mobile/style.css?16188051382727 */
/* /local/templates/lenapillars/components/bitrix/menu/menu-bottom/style.css?1618802409581 */
/* /local/templates/lenapillars/components/altasib/feedback.form/feedback/form_style.css?161970744946508 */
/* /local/templates/lenapillars/components/altasib/feedback.form/feedback/themes/theme_3578bd6d208f3593a3df445e9c801b35.css?16197074503124 */
/* /local/templates/lenapillars/styles.css?1759805897504 */
/* /local/templates/lenapillars/template_styles.css?176360301219144 */
