@charset "UTF-8";
@import "../fonts/icomoon/style.css";
/* header */
/* footer */
:root {
  --color-light: #fff;
  --color-dark: #333;
  --color-primary: #0B4A89;
  --color-primary-h: #0d57a1;
  --color-primary-d: #052749;
  --color-primary-l: #dceeff;
  --color-primary-s: #F3F5F6;
  --color-primary-c: #fff;
  --color-secondary: #a19568;
  --color-secondary-h: #aba078;
  --color-secondary-d: #645c3f;
  --color-secondary-l: #c8c1a7;
  --color-secondary-s: white;
  --color-secondary-c: #fff;
  --color-text: #333;
  --color-background: #fff;
  --color-title: var(--color-text);
  --color-title-s: var(--color-text);
  --color-link: var(--color-text);
  --color-link-h: var(--color-primary-h);
  --color-link-c: var(--color-light);
  --color-li: var(--color-primary);
  --color-hilight: var(--color-primary);
  --color-line: rgba(51, 51, 51, 0.1);
  --color-soft: #F3F5F6;
  --color-ok: #00aa00;
  --color-war: orange;
  --color-err: #aa0000;
  --color-gray: #3c3c44;
  --color-gray-s: #F3F5F6;
  --color-gray-l: #ddd;
  --color-gray-d: #1d1d21;
  --color-gray-b: #181818;
  --menu-bg: var(--color-soft);
  --menu-text: var(--color-text);
  --menu-link: var(--color-text);
  --menu-link-active: var(--color-primary);
  --color-soc-bg: var(--color-link);
  --color-soc-text: var(--color-link-c);
  --color-form-bg: var(--color-light);
  --color-form-text: var(--color-dark);
  --color-form-placeholder: #3c3c44;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4, .fragment.timeline .timeline-item-year, .search-item a strong {
  display: block;
  color: var(--color-title);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1, .h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 45.5px;
  line-height: 2.84375rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 58.5px;
    line-height: 3.65625rem;
  }
}
@media only screen and (min-width: 2000px) {
  h1, .h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 65px;
    line-height: 4.0625rem;
  }
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, .h1 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 2000px) {
  h1, .h1 {
    margin-bottom: 40px;
  }
}

.fragment.timeline .timeline-item-year, h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .fragment.timeline .timeline-item-year, h2, .h2 {
    font-size: 33.3333333333px;
    font-size: 2.0833333333rem;
    line-height: 43.3333333333px;
    line-height: 2.7083333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fragment.timeline .timeline-item-year, h2, .h2 {
    font-size: 36.6666666667px;
    font-size: 2.2916666667rem;
    line-height: 47.6666666667px;
    line-height: 2.9791666667rem;
  }
}
@media only screen and (min-width: 2000px) {
  .fragment.timeline .timeline-item-year, h2, .h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .fragment.timeline .timeline-item-year, h2, .h2 {
    margin-bottom: 23.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .fragment.timeline .timeline-item-year, h2, .h2 {
    margin-bottom: 26.6666666667px;
  }
}
@media only screen and (min-width: 2000px) {
  .fragment.timeline .timeline-item-year, h2, .h2 {
    margin-bottom: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32.5px;
  line-height: 2.03125rem;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 27.3333333333px;
    font-size: 1.7083333333rem;
    line-height: 35.5333333333px;
    line-height: 2.2208333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 29.6666666667px;
    font-size: 1.8541666667rem;
    line-height: 38.5666666667px;
    line-height: 2.4104166667rem;
  }
}
@media only screen and (min-width: 2000px) {
  h3, .h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 41.6px;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    margin-bottom: 18.6666666667px;
  }
}
@media only screen and (min-width: 1200px) {
  h3, .h3 {
    margin-bottom: 19.3333333333px;
  }
}
@media only screen and (min-width: 2000px) {
  h3, .h3 {
    margin-bottom: 20px;
  }
}

.search-item a strong, h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .search-item a strong, h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .search-item a strong, h4, .h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28.6px;
    line-height: 1.7875rem;
  }
}
@media only screen and (min-width: 2000px) {
  .search-item a strong, h4, .h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31.2px;
    line-height: 1.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .search-item a strong, h4, .h4 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-item a strong, h4, .h4 {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 2000px) {
  .search-item a strong, h4, .h4 {
    margin-bottom: 18px;
  }
}

.slideshow-slider-item-content a, .fragment.popup .floating-button a, .fragment.floating_bar .floatingbar a, .js input[type=file] + label:after, input[type=submit],
form button, .btn,
a.button,
a .button,
.button a,
.btn-container a, a.button-dark,
a .button-dark,
.button-dark a, .slideshow-slider-item-content a + a, .fragment.collapse .toggle-btn, a.button-light,
a .button-light,
.button-light a, .radio_button input[type=radio]:not(old) + label, .radio_button input[type=radio]:not(old) + span, a.button-blank,
a .button-blank,
.button-blank a, .btn.btn-secondary,
a.button-secondary,
a .button-secondary,
.button-secondary a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #a19568;
  font-family: "Poppins", sans-serif;
}
.slideshow-slider-item-content a:hover, .fragment.popup .floating-button a:hover, .fragment.floating_bar .floatingbar a:hover, .js input[type=file] + label:hover:after, input[type=submit]:hover,
form button:hover, .btn:hover,
a.button:hover,
a .button:hover,
.button a:hover,
.btn-container a:hover, a.button-dark:hover,
a .button-dark:hover,
.button-dark a:hover, .fragment.collapse .toggle-btn:hover, a.button-light:hover,
a .button-light:hover,
.button-light a:hover, .radio_button input[type=radio]:not(old) + label:hover, .radio_button input[type=radio]:not(old) + span:hover, a.button-blank:hover,
a .button-blank:hover,
.button-blank a:hover,
a.button-secondary:hover,
a .button-secondary:hover,
.button-secondary a:hover, .slideshow-slider-item-content a:focus, .fragment.popup .floating-button a:focus, .fragment.floating_bar .floatingbar a:focus, .js input[type=file] + label:focus:after, input[type=submit]:focus,
form button:focus, .btn:focus,
a.button:focus,
a .button:focus,
.button a:focus,
.btn-container a:focus, a.button-dark:focus,
a .button-dark:focus,
.button-dark a:focus, .fragment.collapse .toggle-btn:focus, a.button-light:focus,
a .button-light:focus,
.button-light a:focus, .radio_button input[type=radio]:not(old) + label:focus, .radio_button input[type=radio]:not(old) + span:focus, a.button-blank:focus,
a .button-blank:focus,
.button-blank a:focus,
a.button-secondary:focus,
a .button-secondary:focus,
.button-secondary a:focus {
  text-decoration: none;
  color: #aba078;
}

.slideshow-slider-item-content a, .fragment.popup .floating-button a, .fragment.floating_bar .floatingbar a, .js input[type=file] + label:after, input[type=submit],
form button, .btn,
a.button,
a .button,
.button a,
.btn-container a, a.button-dark,
a .button-dark,
.button-dark a, .slideshow-slider-item-content a + a, .fragment.collapse .toggle-btn, a.button-light,
a .button-light,
.button-light a, .radio_button input[type=radio]:not(old) + label, .radio_button input[type=radio]:not(old) + span, a.button-blank,
a .button-blank,
.button-blank a, .btn.btn-secondary,
a.button-secondary,
a .button-secondary,
.button-secondary a {
  padding: 18px 1.5625rem;
  text-align: center;
  text-decoration: none !important;
  background: var(--color-primary);
  border: 0px solid transparent;
  color: var(--color-link-c) !important;
  position: relative;
  margin: 0 0.625rem 0.625rem 0;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16.9px;
  line-height: 1.05625rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.slideshow-slider-item-content a:hover, .fragment.popup .floating-button a:hover, .fragment.floating_bar .floatingbar a:hover, .js input[type=file] + label:hover:after, input[type=submit]:hover,
form button:hover, .btn:hover,
a.button:hover,
a .button:hover,
.button a:hover,
.btn-container a:hover, a.button-dark:hover,
a .button-dark:hover,
.button-dark a:hover, .fragment.collapse .toggle-btn:hover, a.button-light:hover,
a .button-light:hover,
.button-light a:hover, .radio_button input[type=radio]:not(old) + label:hover, .radio_button input[type=radio]:not(old) + span:hover, a.button-blank:hover,
a .button-blank:hover,
.button-blank a:hover,
a.button-secondary:hover,
a .button-secondary:hover,
.button-secondary a:hover, .slideshow-slider-item-content a:focus, .fragment.popup .floating-button a:focus, .fragment.floating_bar .floatingbar a:focus, .js input[type=file] + label:focus:after, input[type=submit]:focus,
form button:focus, .btn:focus,
a.button:focus,
a .button:focus,
.button a:focus,
.btn-container a:focus, a.button-dark:focus,
a .button-dark:focus,
.button-dark a:focus, .fragment.collapse .toggle-btn:focus, a.button-light:focus,
a .button-light:focus,
.button-light a:focus, .radio_button input[type=radio]:not(old) + label:focus, .radio_button input[type=radio]:not(old) + span:focus, a.button-blank:focus,
a .button-blank:focus,
.button-blank a:focus,
a.button-secondary:focus,
a .button-secondary:focus,
.button-secondary a:focus, .slideshow-slider-item-content a.active, .fragment.popup .floating-button a.active, .fragment.floating_bar .floatingbar a.active, .js input[type=file] + label.active:after, input.active[type=submit],
form button.active, .active.btn,
a.active.button,
a .active.button,
.button a.active,
.btn-container a.active, a.active.button-dark,
a .active.button-dark,
.button-dark a.active, .fragment.collapse .active.toggle-btn, a.active.button-light,
a .active.button-light,
.button-light a.active, .radio_button input[type=radio]:not(old) + label.active, .radio_button input[type=radio]:not(old) + span.active, a.active.button-blank,
a .active.button-blank,
.button-blank a.active,
a.active.button-secondary,
a .active.button-secondary,
.button-secondary a.active {
  background: var(--color-link-h);
  color: var(--color-link-c) !important;
}

.btn.btn-secondary,
a.button-secondary,
a .button-secondary,
.button-secondary a {
  background: var(--color-secondary);
  color: var(--color-secondary-c) !important;
}
.btn.btn-secondary:hover,
a.button-secondary:hover,
a .button-secondary:hover,
.button-secondary a:hover, .btn.btn-secondary:focus,
a.button-secondary:focus,
a .button-secondary:focus,
.button-secondary a:focus, .active.btn.btn-secondary,
a.active.button-secondary,
a .active.button-secondary,
.button-secondary a.active {
  background: var(--color-secondary-h);
  color: var(--color-secondary-c) !important;
}

.radio_button input[type=radio]:not(old) + label, .radio_button input[type=radio]:not(old) + span, a.button-blank,
a .button-blank,
.button-blank a {
  background: transparent;
  border-color: var(--color-primary);
  color: var(--color-text) !important;
  border-width: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.radio_button input[type=radio]:not(old) + label:hover, .radio_button input[type=radio]:not(old) + span:hover, a.button-blank:hover,
a .button-blank:hover,
.button-blank a:hover, .radio_button input[type=radio]:not(old) + label:focus, .radio_button input[type=radio]:not(old) + span:focus, a.button-blank:focus,
a .button-blank:focus,
.button-blank a:focus, .radio_button input[type=radio]:not(old) + label.active, .radio_button input[type=radio]:not(old) + span.active, a.active.button-blank,
a .active.button-blank,
.button-blank a.active {
  background: var(--color-primary);
  color: var(--color-link-c) !important;
}

.slideshow-slider-item-content a + a, .fragment.collapse .toggle-btn, a.button-light,
a .button-light,
.button-light a {
  background: #fff;
  border-color: #fff;
  color: #0B4A89 !important;
}
.slideshow-slider-item-content a + a:hover, .fragment.collapse .toggle-btn:hover, a.button-light:hover,
a .button-light:hover,
.button-light a:hover, .slideshow-slider-item-content a + a:focus, .fragment.collapse .toggle-btn:focus, a.button-light:focus,
a .button-light:focus,
.button-light a:focus, .slideshow-slider-item-content a + a.active, .fragment.collapse .active.toggle-btn, a.active.button-light,
a .active.button-light,
.button-light a.active {
  background: #0B4A89;
  border-color: #0B4A89;
  color: #fff !important;
}

a.button-dark,
a .button-dark,
.button-dark a {
  background: #333;
  border-color: #333;
  color: #fff !important;
}
a.button-dark:hover,
a .button-dark:hover,
.button-dark a:hover, a.button-dark:focus,
a .button-dark:focus,
.button-dark a:focus, a.active.button-dark,
a .active.button-dark,
.button-dark a.active {
  background: #666666;
  border-color: #666666;
}

.mfp-wrap button.mfp-arrow, .slick-slider .slick-arrow {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-light);
  border: none;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  z-index: 1040;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 30px;
  font-size: 1.875rem;
}
.mfp-wrap button.mfp-arrow:before, .slick-slider .slick-arrow:before {
  content: "\f104";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
  border: none;
}
.mfp-wrap button.mfp-arrow:after, .slick-slider .slick-arrow:after {
  display: none;
}
.mfp-wrap button.mfp-arrow:active, .slick-slider .slick-arrow:active {
  margin: 0;
}

.mfp-wrap button.mfp-arrow.mfp-arrow-right, .slick-slider .slick-arrow.slick-next {
  left: auto;
}
.mfp-wrap button.mfp-arrow.mfp-arrow-right:before, .slick-slider .slick-arrow.slick-next:before {
  content: "\f105";
}

.editor ul li,
.wp-editor ul li {
  list-style-type: none;
  padding: 0 0 15px 25px;
  position: relative;
}
.editor ul li:before,
.wp-editor ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 2px;
  height: 18px;
  background: var(--color-li);
}

.service-list .service-item-icon:before, .service-grid .tile-item-icon:before, .estate-image:before, .fragment.topmedia .topmedia-item-bg:after, .fragment.text_image .image-wrapper.__layout-shaped:before, .bg-image:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CIRCLE */
/* SVG */
/* FLAT */
/*
$flag_cz:url('data:image/png;base64,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');
$flag_en:url('data:image/png;base64,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');
$flag_de:url('data:image/png;base64,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');
$flag_fr:url('data:image/png;base64,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');
*/
/* GRAPHIC: */
/*
$flag_cz:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAB2ElEQVRIS2NMrdnipyjxbuafv78lGOgIuDg5nquqyDsyqjg2/WX6/4vJ1VaSQVyEg45OYGAAOYJR3Lj8P8hWXcsIhvZsJQYtRS66OKJ35iKwPXAHqJuGgwX87YQZ0gIkGZiYGGnqEJwOANkqKcLG0JWjxCAiwEozR+B1AMzW0hhZBicTAZo4gigHgGw20eRlqEmSY2BnZaKqQ4h2AMhWLg4mhvYsJQY1OU6qOYIkB8BsDXcVZYjzkmCgRvokywEgh8hJsDN05igxCPCwUBQaZDsAnHcZGRiqEuQYbPT5yXYERQ6A2QpyQFmsLAMrC+llBlUcYPryEEP6pVYG1n+/SA6J9a8/Yi8JiTGJ8f9/hrwLdQxGr44QoxyrGrIdIPf5LkP56WIGnt8QH5ALyHJAyO05DD73ljEwMoDrL4oASQ4A+bbqVAGD9JcHFFmKrJloB1g+38uQcqWTgeXfb6pZDjKIoAOY//9lyD9fw6D/+gRVLYYZhtcBCp9uMZSdKWHg/v2ZJpbjDYGIm9MZPB6spkpCw+d6jBAw03NjqDydzyD59THNfI01EaqYlP7l+f6Syff5ZgbBX+/pYjnMEnZmxieMeYYRzip3Vy/98++vOD1tB1kuw8rmAgAVQ71vh/L1VAAAAABJRU5ErkJggg==');
$flag_en:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAFJklEQVRIS+2Wa1BUZRjHf2f3wAK7G4iKiOItNRgZawxdaSa/mF3GcHJSKTPvhXjBTEnLQMOAtMQL5XhDx2tZQ5OCHwybRmcSSR2VodEhvCIBXgYW2HV195zTnHfdlU1KqQ/1ofPlvM/7Ppf/+7zPTRpHUvZgKpZacBgAWtcV6j/2bYFfKm+Kddsve10XQVrmzwjY98llzb8vExYmsyQvIoDPJ9eKWa1gcI6UjVnxGW8LYMaECQwftouampa/BcBolCj6diwVl4+2C0DYwqxK+aDpxLThCUhR0Zgzc5AThwmhxiYPKSkXabYrfiWlpQOxWo00xMej2u1i3xAeTrdz52hpURg1qkrsrS+IZWiiGUmSUG9cx/lxJp6fj/n1bD9eKdZ+AFOGDfIeShIhE6cQOisdKTiY5maFjIwazp69LY4fBiA5uZqNG3sRFxcq+O/+WIojdzlasxcsRhl53EQKFy72msteVyg8MF9r4u6+neC+Kw7kAU9gyV6J3H8giqJRVNRIfn7DXwK4fVulsdFDTEwwmqOV1s9yuVPynf/WRtuzmNIXY+jVB1VV2L+/+j6AjLenotbW4CpYhefoD150JhPmOQsIe2MKigpHjrRgs1kwmw0BT2Ds0YOoEyfQNOFA3GdO0Zy5GKX2mveJevclJH0xctIIQZ8+7SQv7xDFxReQYKX2wgt9ycp6iSFDwgSD/lbOtXmoF38VdLAtifDslWidu6EHl26kbQwYY2OJKi9HR9BSkI9jx1ZQFCSLlZDpszGNnwRBQdTXuykpsbN79y3Ky4u9l9QB6AubLZmUlEiSkyPo2TNIKHAV7eX2pvWoLXYMj4UT8eFHhL74shBsD4By4zr1I59BkgyYxrxKaNq7GCI7C/6DB+1s2HAdh0MVtB+ALwYy06f73+pRFu164FEE7/GsWL8tMAj/NQC+OvBa9+4dwP/PWb+qq/N64H8APg9MjIvrkF/V5maRdt5EN2CwWjskv/f8+f9IEPrS8J1pUwQiWZYwmQyi2KCpaE4nmqogBZswhIT4b9leGmoeN6rT2zMMoaEgB4m1x6Phcnnz3/et3b7D64G2hSgjI5rRo8PFQcuhg9QtmoeutNeaz+n0ylixrztdx/ZndcB1oZpLUyfhqqoicmYaUe8vQ5JlysocrF5dz82bHqEnoBJ2725mz57JJCWZ0dxuGnKyuFW4CVPvPvTbsZuwQQniua/WuOjSOfjBXuArxfeup7S2cnleGk3FBwh9eiixG7YR1KMnDQ0e1q5toKys9cFKqDcjd+01rrw1GeeZU4Q/N4rHN29DjohAUTW+L7XzSW49JSUDHpgHjDExRJ08ib1ZISREwhRsQNM06taspjZvBUZrOLEFm7GOfF5A1PvB+PFbAoMwtU83rqan4mlqosfCRfT8IBPJaOSOW+XTVfWUFHv7+cPmgdTUK3yxoRedImTB33S4lOqZ04TebnMXEL0kC0k2cuBAFXPnHr5fiGzWUIwWM/03FdI5eYxX2O5hdtpVLl684w+ehwHQJ6KwMAM5uTGidRskCdflS5x/fQLOykostiT6btnJ1n6xXg/46sCIpxKI//JrwuLihftOnHKw5L1anM7A6H0UAD60k96MZFZqV2TZgOJwUD0njRvf7COoa1eOXam99wR/GErnuRWWLf+J3JyygLTxER2ZinWZxMRoSg+nULBjj1DRdppuxapI+lj+JBVLzffG8n3Dd1F+/Ld2jeubHQWgy3TqFMKC5ZYAALrxChJyfwdy2oeb0oaIwAAAAABJRU5ErkJggg==');
$flag_us:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAABT0lEQVRIS2PMFlaJ3SwbPO8dqwgLAwgwM4Ephr//IDQRfCYONobqI7kQ9cSDl///M6QyyhmU/37LKAixnEzAyM7KUHummBzdLxl5TLv////zl2HnvBQGRkYGhpiGC2CDFtcbEM1nZmNhODXXgiQHTJm3FKwe7oBd81MYGBkYGKKhDljSYEA0n5mVheHUPHIdYNH7///P3wxi8iYk+xzmZVZudoZtpyJJCoG1959AQwDNAaT4HGYjGzc7w1ayHTCaBkbTwGgaQEsDJGVmqGKKygE+h8n///34xSAhZ8zA8J+BgYmNGVwC/v39l2g+Oy8Hw/q9gSS5HV4QNU2c+5+dnY0hNTqUJAMoVQyvCwbcAZ0soIBnYAhWlKHUUyTph0fBgDtgwKNgwB3QycLwgoGBQZykCKSe4meMHcwMvoyMDHMYGBjEqGcuUSY9+/+fIQMA7YEh8yRPGe0AAAAASUVORK5CYII=');
$flag_sk:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAACGUlEQVRIS2PcuO+I+u07D/d/+/5DkoGOgIuT47mqirwjY8+spc/obTnMnyBHMDZNnPsfJFCcHkdH/zMw9M5cBLZv1AGDOwRYWZgYmBkZGZiYGFHSx79//xn+/v/P8PvPP7LTDcE0ALKclZkJrwW///4j2xFwBzBq1v9nZmFl0DZ2RbFsQZUWg4EqD8OrOD+Gn+dPo8gxGVkxSC9cy3DxzheG+NZrZIXCpZPbILkAlwMuzDcDK3isi1k+fWPlZVA/dwssb5B4iv4O+M4jwqB2/DLDz1//GMzTz9DfAR9EVRl09x1i+PztL4Nt9lnaOuCBniwD8/8/KJa8FdNkMNi7jz4OOGLtwCD/6SaKA84ZxDH4L+5keP72F4NnyQXahMCZOaYMLMyMDOkZOxl8b81iYPv7E2zRKy4ZhoNWxQyza1UZHr/6yeBbfpE2DljRqMOgIcfFkDrhFcPtp79RLHE34WKoDBdk2HT0DUPdnHuUOWC5AAO4NrSWkUAxSLCyhYEnKpnh6sNfDIv2fGb4+RusjEFKmJkh3YufgZ+bieFdQzHD17XLyHLA0ScvIOUALgeAJMVX72Zg09DBasG3nZsY3pakk2U5SBNRDgAp/FtQzfDTypGBhY0NbNmXF88YxPZsYfizZgnZlpPkAIpswaOZ6BAYEQ64zMDAgD2l0cr7CHPPMy7jZhBnYmPY9/8/gxbt7UOx4fz/3wyeAPefBh77NilYAAAAAElFTkSuQmCC');
$flag_de:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAlklEQVRIS2NkYGAQZ2Bg2MPAwKDDQF9whYGBwYWRgYHh8gBYDvPqFZAD/oN46urqdPX/zZs3wfaNOmA0BAY+BHYxMvxnZmJiUJOSomsuuP7kCSQXjDpgNARGQ2DAQ+BUA6Q2NA2QoGs5cHrDC0g5MOqA0RAYDCEwcI1SRobzjCdaGcSZfjPsY2Bg0KJrPmRkOP+PhcETAFVyagAlg6MsAAAAAElFTkSuQmCC');
$flag_fr:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAjUlEQVRIS2N01pktzszMvIeBgUGHAQ+wSfqPTxpDTrkyF696RgaGKwyMjC6MbvrzLhOyHGQStR0AMhPkCJADwF5TEA7B6+L+bZwkhcAHVSW86g+8fQuWH3XAaAiMhsBoCIyGwGgIjIbAaAiMhsCgCIEBa5QyMDCcZwQ1y5mYmfcxMjBo0bNZDrackdETAIE6sTOFYlSxAAAAAElFTkSuQmCC');
$flag_ru:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAo0lEQVRIS2PcuO+I+u07D/d/+/5DkoGOgIuT47mqirwjY8+spc/obTnMnyBHMDZNnPsfJFCcHkdH/zMw9M5cBLZv1AGjITDwIcCoWf+fhZWNwcotnq654NDW2ZBcMOqA0RAYDYEBD4HlAgzg2tBaRoKu5cDRJy8g5cCoA0ZDYDCEwGUGBgYdumYBhGXnGZdxM4gzsTHs+/+fQYvOjjj//zeDJwBxf34P7r+YUwAAAABJRU5ErkJggg==');
$flag_it:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAjElEQVRIS2NkqPITZ2D4s4eBgUGHAQ9oEg/GJ40hp5mfhVc9IwPDlV8MLC6MDFVelwlZDjKJ2g4AmQlyBMgB/0EcfTNdvC4+5tFCUgj89/bHq3773r1g+VEHjIbAaAiMhsBoCIyGwGgIjIbAaAgMihAYsEYpA8P/84zQZvk+BgYGLXo2y0GW/2Zg9QQAktGyguiWVuAAAAAASUVORK5CYII=');
$flag_pl:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAlklEQVRIS2PcuO+I+u07D/d/+/5DkoGOgIuT47mqirwjY8+spc/obTnMnyBHMDZNnPsfJFCcHkdH/zMw9M5cBLZv1AGjITAaAqMhMPAhMJmBAVwSeqlK07Uk3Hb7KaQkHHXAaAiMhsBoCAx4CMxkZnr26+8/uraIYUUuOzPTE8aNvLzqL759PfDr7z8JepbFIMvFubhdABr9hiLY/1hmAAAAAElFTkSuQmCC');
*/
/* USAGE: background-image: svg($separator-shap, $color-background); */
.theme_color_orange {
  --color-primary: #EA7E0F;
  --color-primary-h: #eb8d2c;
  --color-li: var(--color-primary);
  --color-hilight: var(--color-primary);
  --color-link-h: var(--color-primary-h);
  --menu-link-active: var(--color-primary);
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px !important;
  color: #666;
  cursor: pointer;
}
.selectric-items li:before {
  display: none !important;
}
.selectric-items li.selected {
  background: #EEEEEE;
  color: #444;
}
.selectric-items li.highlighted {
  background: #DDDDDD;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.slick-slider .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.slick-slider .slick-slide {
  position: relative;
  height: auto;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slider .slick-arrow.slick-prev {
  left: 15px;
}
.slick-slider .slick-arrow.slick-next {
  right: 15px;
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.slick-dotted .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-dotted .slick-dots li {
  display: inline-block;
  padding: 5px;
}
.slick-dotted .slick-dots li button {
  display: block;
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-indent: 50px;
  background: none;
  border: none;
  cursor: pointer;
}
.slick-dotted .slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  margin: -5px 0 0 -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.slick-dotted .slick-dots li button:hover:before {
  background: var(--color-primary);
}
.slick-dotted .slick-dots li.slick-active button:before {
  background: var(--color-primary);
  -ms-transform: scale(1.6, 1.6);
  /* IE 9 */
  webkit-transform: scale(1.6, 1.6);
  /* Safari */
  transform: scale(1.6, 1.6);
}

.slick-list {
  margin: 0 0 0 -3.125rem;
}
.slick-list .slick-slide {
  padding: 0 0 0 3.125rem;
}

.grid-collapse .slick-list {
  margin: 0;
}
.grid-collapse .slick-list .slick-slide {
  padding: 0;
}

.grid-small .slick-list {
  margin: 0 0 0 -1.25rem;
}
.grid-small .slick-list .slick-slide {
  padding: 0 0 0 1.25rem;
}

.grid-large .slick-list {
  margin: 0 0 0 -6.25rem;
}
.grid-large .slick-list .slick-slide {
  padding: 0 0 0 6.25rem;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1400px;
}

.mfp-inline-holder .mfp-content {
  max-width: 800px;
}

.mfp-container {
  padding: 15px;
}

.mfp-content table tr td {
  vertical-align: top;
}

.white-popup {
  background: #fff;
}
.white-popup .popup {
  padding: 40px 15px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .white-popup .popup {
    padding: 40px;
  }
}
.white-popup.loading {
  text-align: center;
  padding: 100px 30px;
}
.white-popup.loading:before {
  content: "";
  margin: auto;
  display: block;
  width: 80px;
  height: 80px;
  border: 5px solid #0B4A89;
  border-left-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-animation: rotation 2s linear 0s infinite;
  -moz-animation: rotation 2s linear 0s infinite;
  -ms-animation: rotation 2s linear 0s infinite;
  -o-animation: rotation 2s linear 0s infinite;
  animation: rotation 2s linear 0s infinite;
}

.mfp-wrap button.mfp-arrow {
  left: 30px;
  z-index: 1050;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
}
.mfp-wrap button.mfp-arrow.mfp-arrow-right {
  right: 30px;
  z-index: 1050;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 350ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 400ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 450ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 500ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 550ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 600ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 650ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 700ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 750ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 800ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 850ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 900ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 950ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 3050ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 3100ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 3150ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 3200ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 3250ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3300ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}
body:not(.no-js) [data-aos] .row > div {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-duration: 700ms;
  transition-property: opacity, transform;
}
body:not(.no-js) [data-aos].aos-animate .row > div {
  opacity: 1;
  transition-duration: 0;
  transform: translate3d(0, 0, 0);
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(0) {
  transition-delay: 0ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(1) {
  transition-delay: 100ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(2) {
  transition-delay: 200ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(3) {
  transition-delay: 300ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(4) {
  transition-delay: 400ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(5) {
  transition-delay: 500ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(6) {
  transition-delay: 600ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(7) {
  transition-delay: 700ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(8) {
  transition-delay: 800ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(9) {
  transition-delay: 900ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(10) {
  transition-delay: 1000ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(11) {
  transition-delay: 1100ms;
}
body:not(.no-js) [data-aos].aos-animate .row > div:nth-child(12) {
  transition-delay: 1200ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
body:not(.no-js) {
  /**
   * Zoom animations:
   * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
   * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
   */
  /**
   * Slide animations
   */
  /**
   * Flip animations:
   * flip-left, flip-right, flip-up, flip-down
   */
}
body:not(.no-js) [data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
body:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}
body:not(.no-js) [data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
body:not(.no-js) [data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
body:not(.no-js) [data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}
body:not(.no-js) [data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
body:not(.no-js) [data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}
body:not(.no-js) [data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
body:not(.no-js) [data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
body:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
body:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
body:not(.no-js) [data-aos=zoom-in] {
  transform: scale(0.6);
}
body:not(.no-js) [data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
body:not(.no-js) [data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
body:not(.no-js) [data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
body:not(.no-js) [data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
body:not(.no-js) [data-aos=zoom-out] {
  transform: scale(1.2);
}
body:not(.no-js) [data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
body:not(.no-js) [data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
body:not(.no-js) [data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
body:not(.no-js) [data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
body:not(.no-js) [data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
body:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}
body:not(.no-js) [data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
body:not(.no-js) [data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
body:not(.no-js) [data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
body:not(.no-js) [data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
body:not(.no-js) [data-aos^=slide][data-aos^=slide] {
  position: relative;
  transition-property: top;
  top: 100px;
}
body:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
  top: 0;
}
body:not(.no-js) [data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
body:not(.no-js) [data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
body:not(.no-js) [data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
body:not(.no-js) [data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
body:not(.no-js) [data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
body:not(.no-js) [data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
body:not(.no-js) [data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
body:not(.no-js) [data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
body:not(.no-js) [data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.map-wrapper {
  position: relative;
  z-index: 1;
}

.smap {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.smap img {
  max-width: none;
  filter: grayscale(100%);
}
.smap img[src*=marker] {
  filter: grayscale(0%);
}
.smap .map-marker {
  display: block;
  width: 30px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.smap .map-marker:before {
  content: "\e903";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  display: inline-block;
  color: var(--color-primary);
  vertical-align: bottom;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.smap .card-header:empty,
.smap .card-footer:empty {
  display: none;
}
.smap .marker-cluster {
  border: none !important;
  color: #fff !important;
  width: 100px !important;
  height: 100px !important;
  top: -50px !important;
  left: -50px !important;
  text-align: center !important;
}
.smap .marker-cluster:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  border-radius: 50%;
  opacity: 0.6;
}
.smap .marker-cluster span {
  display: block;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 100px;
  line-height: 6.25rem;
}
.smap .leaflet-attribution-flag {
  display: none !important;
}

.cookie-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.cookie-button:hover, .cookie-button:focus {
  color: #fff;
  background: var(--color-primary-h);
}

.cookiebar-wrapper {
  display: block;
  color: black;
  background: #fff;
  position: fixed;
  z-index: 9900;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}
.cookiebar-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0;
}
.cookiebar-close:before {
  content: "×";
  font-size: 50px;
  line-height: 15px;
  color: #ccc;
}
.cookiebar-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cookiebar-content a {
  display: block;
  margin: 0 0 0 10px;
}
.cookiebar-content a:hover, .cookiebar-content a:focus {
  color: inherit;
  color: #fff;
  opacity: 0.9;
}
.cookiebar-content-label {
  width: 100%;
  margin: 0 0 20px;
}
.cookiebar-content-label > *:last-child {
  margin: 0;
}
.cookiebar-content-label a {
  margin: 0;
  display: inline;
  color: inherit;
  text-decoration: underline;
}
.cookiebar-content-label a:hover, .cookiebar-content-label a:focus {
  color: var(--color-primary);
}
.cookiebar-content a[data-cookie-settings] {
  background: #999;
}
.cookiebar-wrapper.cookie-bar-top {
  bottom: auto;
  top: 0;
}

.cookiebar-wrapper.cookie-bar-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9950;
  overflow-x: hidden;
  overflow-y: auto;
}
.cookiebar-wrapper.cookie-bar-popup > div {
  padding: 50px 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.cookiebar-wrapper.cookie-bar-popup .container {
  width: 900px;
}
.cookiebar-wrapper.cookie-bar-popup .cookiebar {
  width: 100%;
}
.cookiebar-wrapper.cookie-bar-popup .cookiebar-inner {
  position: relative;
}
.cookiebar-wrapper.cookie-bar-popup .cookiebar-content {
  padding: 40px;
  background: white;
}

@media only screen and (min-width: 991px) {
  .cookiebar-wrapper.cookie-bar-top .cookiebar-content,
.cookiebar-wrapper.cookie-bar-bottom .cookiebar-content {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cookiebar-wrapper.cookie-bar-top .cookiebar-content-label,
.cookiebar-wrapper.cookie-bar-bottom .cookiebar-content-label {
    width: auto;
    margin: 0;
    flex: 1 1 auto;
  }
}
.cookiebar-settings {
  width: 100%;
}
.cookiebar-settings-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9950;
  overflow-x: hidden;
  overflow-y: auto;
}
.cookiebar-settings-wrapper > div {
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.cookiebar-settings-inner {
  padding: 30px;
  background: #fff;
  color: #000;
}
.cookiebar-settings-cta-all {
  margin: 15px 0 40px;
  text-align: center;
}
.cookiebar-settings-cta-selected {
  text-align: center;
  margin: 40px 0 0;
}
.cookiebar-settings-options-item {
  border-bottom: 1px solid #bbb;
}
.cookiebar-settings-options-item-header {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookiebar-settings-options-item-header a {
  font-size: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}
.cookiebar-settings-options-item-header h3 {
  margin: 0;
  width: 70%;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 25px;
}
.cookiebar-settings-options-item-header label {
  text-align: right;
  width: 150px;
  font-weight: 700;
  color: green;
  line-height: 0px;
}
.cookiebar-settings-options-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
}
.cookiebar-settings-options-item-body-description {
  padding: 0 0 25px;
}
.cookiebar-settings-options-item.open .cookiebar-settings-options-item-header a {
  border-color: var(--color-primary);
}
.cookiebar-settings-options-item.open .cookiebar-settings-options-item-body {
  max-height: 500px;
  transition: max-height 0.15s ease-in;
}
.cookiebar-settings input[type=checkbox]:not(old) {
  display: none;
}
.cookiebar-settings input[type=checkbox]:not(old) + label, .cookiebar-settings input[type=checkbox]:not(old) + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 2px 0 0 30px;
  height: 20px;
}
.cookiebar-settings input[type=checkbox]:not(old) + label:before, .cookiebar-settings input[type=checkbox]:not(old) + span:before {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 200ms;
}
.cookiebar-settings input[type=checkbox]:not(old) + label:after, .cookiebar-settings input[type=checkbox]:not(old) + span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-primary);
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 200ms;
}
.cookiebar-settings input[type=checkbox]:not(old):checked + label:before, .cookiebar-settings input[type=checkbox]:not(old):checked + span:before {
  background: var(--color-primary-l);
}
.cookiebar-settings input[type=checkbox]:not(old):checked + label:after, .cookiebar-settings input[type=checkbox]:not(old):checked + span:after {
  left: 22px;
}

body.cookie-popup-open {
  overflow: hidden;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: var(--color-primary);
  font-weight: 700;
}

.datepicker-panel > ul > li.highlighted,
.datepicker-panel > ul > li:hover {
  background-color: var(--color-primary-s);
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: var(--color-primary);
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: var(--color-primary);
}

.datepicker-container {
  font-size: 14px;
  font-size: 0.875rem;
}

.datepicker-dropdown {
  box-shadow: none;
}

div.wpcf7 {
  position: relative;
}
div.wpcf7-form input[type=submit] {
  display: table;
}
div.wpcf7-not-valid {
  border: #aa0000 1px solid !important;
  background: #fee;
}
div.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7-response-output {
  margin: 30px 0 !important;
  padding: 20px !important;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22.5px;
  line-height: 1.40625rem;
}
div.wpcf7-validation-errors {
  color: #a00;
  border: #a00 1px solid !important;
  background: #fee;
}
div.wpcf7-mail-sent-ok {
  color: #0a0;
  border: #0a0 1px solid !important;
  background: #efe;
}
div.wpcf7 .ajax-loader, div.wpcf7 .wpcf7-spinner {
  background: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
div.wpcf7 .ajax-loader:before, div.wpcf7 .wpcf7-spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 3px solid var(--color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border-left-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -ms-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

html {
  font-size: 100%;
}

html * {
  box-sizing: border-box;
  outline: none !important;
}

body {
  color: var(--color-text);
  background: var(--color-background);
  line-height: 1.4em;
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22.5px;
  line-height: 1.40625rem;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25.5px;
    line-height: 1.59375rem;
  }
}
@media only screen and (min-width: 2000px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}

main {
  min-height: 100vh;
  overflow: hidden;
}

input, textarea, a, button {
  font-family: inherit;
}

a {
  color: var(--color-link);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover {
  color: var(--color-link-h);
}

strong {
  font-weight: 700;
}

em {
  color: inherit;
}

p {
  margin: 0 0 0.9375rem;
}

img {
  max-width: 100%;
  height: auto;
}

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

.small {
  display: inline-block;
  font-size: 0.8em;
}
h1 .small, h2 .small, h3 .small {
  line-height: 0.7em;
}

.big {
  display: inline-block;
  font-size: 1.3em;
}
h1 .big, h2 .big, h3 .big {
  line-height: 1.3em;
}

.thin {
  font-weight: 400;
}

.perex {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
}
@media only screen and (min-width: 768px) {
  .perex {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 26.88px;
    line-height: 1.68rem;
  }
}
@media only screen and (min-width: 992px) {
  .perex {
    font-size: 20.4px;
    font-size: 1.275rem;
    line-height: 28.56px;
    line-height: 1.785rem;
  }
}
@media only screen and (min-width: 1200px) {
  .perex {
    font-size: 21.6px;
    font-size: 1.35rem;
    line-height: 30.24px;
    line-height: 1.89rem;
  }
}
@media only screen and (min-width: 1600px) {
  .perex {
    font-size: 22.8px;
    font-size: 1.425rem;
    line-height: 31.92px;
    line-height: 1.995rem;
  }
}
@media only screen and (min-width: 2000px) {
  .perex {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 33.6px;
    line-height: 2.1rem;
  }
}

.color {
  color: var(--color-highlight);
}

.marker {
  color: red;
  display: block;
  border-left: 5px solid red;
  padding: 0 0 0 20px;
}

hr {
  margin: 15px 0;
  border-color: var(--color-text);
  opacity: 0.3;
  filter: alpha(opacity=30);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
}
table tr, table tr td, table tr th {
  width: auto !important;
  height: auto !important;
}
table tr td {
  border: rgba(51, 51, 51, 0.1) 1px solid;
  padding: 12px 30px;
}
table thead tr td,
table tr th {
  background: rgba(51, 51, 51, 0.1);
}
table p {
  margin: 0;
}
table img {
  min-width: 28px;
}
table.noborder tr td {
  border: none;
}
table.bt td:before {
  text-align: left !important;
}

.table-wrapper {
  overflow: auto;
  margin: 0 0 30px;
}
.table-wrapper table {
  margin: 0;
}

a.button-arrow,
a .button-arrow,
.button-arrow a {
  white-space: nowrap;
}
a.button-arrow:after,
a .button-arrow:after,
.button-arrow a:after {
  content: "\e907";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 15px;
  font-size: 1.6em;
}

a.button-back,
a .button-back,
.button-back a {
  white-space: nowrap;
}
a.button-back:before,
a .button-back:before,
.button-back a:before {
  content: "\e925";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 2px 0;
  font-size: 1.2em;
}

.editor:after, .editor:before,
.wp-editor:after,
.wp-editor:before {
  content: " ";
  display: table;
  clear: both;
}
.editor > *:last-child,
.wp-editor > *:last-child {
  margin-bottom: 0;
}
.editor a,
.wp-editor a {
  text-decoration: underline;
}
.editor a:hover, .editor a:focus,
.wp-editor a:hover,
.wp-editor a:focus {
  text-decoration: none;
}
.editor * + h1,
.editor * + h2,
.editor * + h3,
.editor * + h4,
.wp-editor * + h1,
.wp-editor * + h2,
.wp-editor * + h3,
.wp-editor * + h4 {
  margin-top: 40px;
}
.editor ul,
.wp-editor ul {
  margin: 0 0 15px;
  padding: 0 0 0 0;
}
.editor ul[style*=list-style-type] li,
.wp-editor ul[style*=list-style-type] li {
  border: none;
  padding: 0 0 10px 20px;
}
.editor ul[style*=list-style-type] li:before,
.wp-editor ul[style*=list-style-type] li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-li);
  top: 9px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.editor ul[style*=list-style-type][style*=circle] li:before, .editor ul[style*=list-style-type][style*=disc] li:before,
.wp-editor ul[style*=list-style-type][style*=circle] li:before,
.wp-editor ul[style*=list-style-type][style*=disc] li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.editor ul[style*=list-style-type][style*=circle] li:before,
.wp-editor ul[style*=list-style-type][style*=circle] li:before {
  border: 2px solid var(--color-li);
  background: none;
}
.editor ul[style*=center] li,
.wp-editor ul[style*=center] li {
  padding-left: 0;
}
.editor ul[style*=center] li:before,
.wp-editor ul[style*=center] li:before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 2px 0;
}
.editor ol,
.wp-editor ol {
  margin: 0 0 20px;
  padding: 0 0 0 0;
  list-style: none;
  counter-reset: li-counter;
}
.editor ol li,
.wp-editor ol li {
  counter-increment: li-counter;
  padding: 0 0 5px 25px;
  position: relative;
}
.editor ol li:before,
.wp-editor ol li:before {
  content: counter(li-counter) ".";
  color: var(--color-li);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 0;
  top: -1px;
}
.editor ol[style*=list-style-type],
.wp-editor ol[style*=list-style-type] {
  padding: 0 0 0 22px;
}
.editor ol[style*=list-style-type] li,
.wp-editor ol[style*=list-style-type] li {
  padding-left: 10px;
}
.editor ol[style*=list-style-type] li:before,
.wp-editor ol[style*=list-style-type] li:before {
  display: none;
}
.editor iframe,
.wp-editor iframe {
  width: 100%;
  height: auto;
}

.bg-soft {
  --color-text: var(--color-dark);
  --color-li: var(--color-primary);
  --color-link: var(--color-primary);
  --color-link-h: var(--color-primary);
  --color-link-c: var(--color-light);
  color: var(--color-text);
}

.bg-dark, .bg-image.editor-dark {
  --color-text: var(--color-light);
  --color-title: var(--color-light);
  --color-title-s: var(--color-light);
  --color-li: var(--color-light);
  --color-link: var(--color-primary-l);
  color: var(--color-text);
}

.bg-color {
  --color-text: var(--color-soft);
  --color-title: var(--color-light);
  --color-title-s: var(--color-light);
  --color-li: var(--color-light);
  --color-highlight: var(--color-light);
  --color-link: var(--color-light);
  --color-link-h: var(--color-soft);
  --color-link-c: var(--color-primary);
  color: var(--color-text);
}

form {
  text-align: left;
}

label {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
label strong {
  display: none;
}
label + br, label br {
  content: "";
  display: none;
  line-height: 0;
}
label > * {
  font-weight: 400;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=password],
textarea,
.selectric {
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 0 0 10px;
  border: 1px solid var(--color-line);
  color: var(--color-form-text);
  background: var(--color-form-bg);
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.selectric::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-form-placeholder);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
.selectric::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-form-placeholder);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.selectric:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-form-placeholder);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
.selectric:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-form-placeholder);
}

input[type=submit],
form button {
  margin: 10px 0 0;
}

.row.grid-gap input[type=text],
.row.grid-gap input[type=email],
.row.grid-gap input[type=tel],
.row.grid-gap input[type=date],
.row.grid-gap input[type=password],
.row.grid-gap textarea,
.row.grid-gap .selectric,
.row.grid-gap input[type=submit], form .row.grid-gap button {
  margin: 0;
}

textarea {
  padding: 20px;
  height: 200px;
  resize: none;
}

.selectric {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.selectric .label {
  margin-left: 20px;
}
.selectric .button {
  background: none;
  color: #3c3c44;
  top: 50%;
  margin: -19px 0 0;
}

.bg-soft input[type=text],
.bg-soft input[type=email],
.bg-soft input[type=password],
.bg-soft textarea,
.bg-soft .selectric {
  background: #fff;
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  display: none;
}
input[type=checkbox]:not(old) + label, input[type=checkbox]:not(old) + span,
input[type=radio]:not(old) + label,
input[type=radio]:not(old) + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 2px 0 0 36px;
  height: 28px;
  vertical-align: middle;
}
input[type=checkbox]:not(old) + label:before, input[type=checkbox]:not(old) + span:before,
input[type=radio]:not(old) + label:before,
input[type=radio]:not(old) + span:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: var(--color-soft);
  border: 1px solid var(--color-li);
  position: absolute;
  top: 0;
  left: 0;
}
input[type=checkbox]:not(old):checked + label:after, input[type=checkbox]:not(old):checked + span:after,
input[type=radio]:not(old):checked + label:after,
input[type=radio]:not(old):checked + span:after {
  content: "\f00c";
  text-align: center;
  font-family: "icomoon" !important;
  color: var(--color-primary);
  position: absolute;
  width: 28px;
  top: 0;
  left: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 28px;
}

input[type=radio]:not(old) {
  display: none;
}
input[type=radio]:not(old) + label:before, input[type=radio]:not(old) + span:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
input[type=radio]:not(old):checked + label:after, input[type=radio]:not(old):checked + span:after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 7px 0 0 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: var(--color-primary);
}

.radio_button input[type=radio]:not(old) + label, .radio_button input[type=radio]:not(old) + span {
  height: auto;
}
.radio_button input[type=radio]:not(old) + label:before, .radio_button input[type=radio]:not(old) + label:after, .radio_button input[type=radio]:not(old) + span:before, .radio_button input[type=radio]:not(old) + span:after {
  display: none;
}
.radio_button input[type=radio]:not(old):checked + label, .radio_button input[type=radio]:not(old):checked + span {
  background: var(--color-primary);
  color: var(--color-primary-c) !important;
}

.js input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.js input[type=file] + label {
  display: block;
  width: 100%;
  padding: 10px 35px;
  margin: 0 0 10px;
  border: none;
  background: var(--color-light);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
.js input[type=file] + label * {
  pointer-events: none;
}
.js input[type=file] + label:before {
  font-family: "icomoon" !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  color: var(--color-primary);
  margin: 0 10px 0 0;
}
.js input[type=file] + label:after {
  content: attr(data-button);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 100%;
  line-height: 70px;
  padding: 0 30px;
  white-space: nowrap;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.js input[type=file]:focus + label:before, .js input[type=file] + label:hover:before, .js input[type=file] + label.active:before {
  color: inherit;
}

.no-js input[type=file] + label {
  display: none;
}

.form-register {
  max-width: 500px;
  margin: auto;
}

.form-wrapper .form-item.error input {
  border: 1px solid #aa0000;
}
.form-wrapper .form-item-error {
  display: block;
  font-size: 0.8em;
  margin: -10px 0 10px;
  text-align: right;
  color: #aa0000;
}
.form-wrapper .form-error {
  display: block;
  padding: 10px 15px;
  margin: 0 0 20px;
  text-align: center;
  border: 1px solid #aa0000;
  color: #aa0000;
  background: rgba(170, 0, 0, 0.2);
}
.form-wrapper .form-links {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 50px 0 0;
  padding: 10px 0;
  font-size: 0.9em;
}
.form-wrapper .form-links a {
  display: table;
}

.input-number {
  display: inline-block;
  vertical-align: bottom;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 40px;
}
.input-number input[type=text] {
  display: block;
  padding: 0;
  font-weight: 700;
  width: 40px !important;
  height: 100%;
  text-align: center;
  float: left;
  margin: 0 0 0 -40px !important;
  font-size: 15px;
  font-size: 0.9375rem;
}
.input-number-up, .input-number-down {
  display: block;
  width: 40px;
  height: 19px;
  line-height: 19px;
  background: #666666;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  font-size: 0;
}
.input-number-up:hover, .input-number-up:focus, .input-number-down:hover, .input-number-down:focus {
  color: white;
  background: #444444;
  text-decoration: none;
}
.input-number-up:before, .input-number-down:before {
  content: "\f107";
  font-size: 12px;
  font-family: "icomoon" !important;
}
.input-number-up {
  margin-bottom: 2px;
}
.input-number-up:before {
  content: "\f106";
}

.d- {
  display: initial;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.d-t {
  display: table;
}

.d-ib {
  display: inline-block;
}

.v-v {
  visibility: visible;
}

.v-h {
  visibility: hidden;
}

.tt- {
  text-transform: none;
}

.tt-uc {
  text-transform: uppercase;
}

.tt-lc {
  text-transform: lowercase;
}

.td- {
  text-decoration: none;
}

.td-ul {
  text-decoration: underline;
}

.td-ol {
  text-decoration: overline;
}

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

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

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

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

.fl- {
  float: none;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-c {
  float: none;
  clear: both;
}

.f- {
  font-weight: 400;
  font-style: normal;
}

.f-i {
  font-weight: 400;
  font-style: italic;
}

.f-b {
  font-weight: 700;
  font-style: normal;
}

.f-bi, .f-ib {
  font-weight: 700;
  font-style: italic;
}

.f-p {
  font-family: "Poppins", sans-serif;
}

.f-s {
  font-family: "Poppins", sans-serif;
}

.c- {
  color: var(--color-text);
}

.c-p {
  color: var(--color-highlight);
}

.c-s {
  color: var(--color-secondary);
}

.f-11x {
  font-size: 1.1em;
}

.f-12x {
  font-size: 1.2em;
}

.f-14x {
  font-size: 1.4em;
}

.f-16x {
  font-size: 1.6em;
}

.f-18x {
  font-size: 1.8em;
}

.f-20x {
  font-size: 2em;
}

.f-24x {
  font-size: 2.4em;
}

.f-30x {
  font-size: 3em;
}

.pt- {
  padding-top: 0;
}

.pt-s {
  padding-top: 3.125rem;
}

.pt-m, .pt-l, .pt-xl {
  padding-top: 6.25rem;
}

@media only screen and (min-width: 992px) {
  .pt-l, .pt-xl {
    padding-top: 9.375rem;
  }
}

@media only screen and (min-width: 1200px) {
  .pt-xl {
    padding-top: 12.5rem;
  }
}

.mt- {
  margin-top: 0;
}

.mt-s {
  margin-top: 3.125rem;
}

.mt-m, .mt-l, .mt-xl {
  margin-top: 6.25rem;
}

@media only screen and (min-width: 992px) {
  .mt-l, .mt-xl {
    margin-top: 9.375rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mt-xl {
    margin-top: 12.5rem;
  }
}

.pb- {
  padding-bottom: 0;
}

.pb-s {
  padding-bottom: 3.125rem;
}

.pb-m, .pb-l, .pb-xl {
  padding-bottom: 6.25rem;
}

@media only screen and (min-width: 992px) {
  .pb-l, .pb-xl {
    padding-bottom: 9.375rem;
  }
}

@media only screen and (min-width: 1200px) {
  .pb-xl {
    padding-bottom: 12.5rem;
  }
}

.mb- {
  margin-bottom: 0;
}

.mb-s {
  margin-bottom: 3.125rem;
}

.mb-m, .mb-l, .mb-xl {
  margin-bottom: 6.25rem;
}

@media only screen and (min-width: 992px) {
  .mb-l, .mb-xl {
    margin-bottom: 9.375rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mb-xl {
    margin-bottom: 12.5rem;
  }
}

.va-c,
.va-t,
.va-b {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.va-c > div,
.va-t > div,
.va-b > div {
  width: 100%;
}

.va-c {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.va-t {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.va-b {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.p-s {
  position: static;
}

.p-f {
  position: fixed;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.anchor {
  display: block;
  visibility: hidden;
  width: 100%;
  height: 5rem;
  margin: -5rem 0 0;
  clear: both;
}

.bg-none {
  background: none;
}
.bg-none + .bg-none:not(.keep-gap) .block {
  padding-top: 0;
}

.bg-soft {
  background: var(--color-soft);
}
.bg-soft + .bg-soft:not(.keep-gap) .block {
  padding-top: 0;
}

.bg-white {
  background: var(--color-light);
}
.bg-white + .bg-white:not(.keep-gap) .block {
  padding-top: 0;
}

.bg-dark {
  background: var(--color-dark) !important;
}
.bg-dark + .bg-dark:not(.keep-gap) .block {
  padding-top: 0;
}

.bg-color {
  background: var(--color-primary);
}
.bg-color + .bg-color:not(.keep-gap) .block {
  padding-top: 0;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.bg-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
}
.bg-image > div {
  position: relative;
}

.bg-texture-light {
  background: var(--color-soft);
  overflow: hidden;
  position: relative;
}
.bg-texture-light:before, .bg-texture-light:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  max-width: 500px;
  height: 100%;
  background-image: url(../img/blueprint.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  background-position: bottom left;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
  opacity: 0.25;
  filter: alpha(opacity=25);
  pointer-events: none;
}
.bg-texture-light:after {
  left: auto;
  right: 0;
  width: 100%;
  height: 150%;
  max-width: 1500px;
  transform-origin: center center;
  background-position: bottom right;
  -webkit-transform: translate(20%, -20%) rotate(-70deg);
  -moz-transform: translate(20%, -20%) rotate(-70deg);
  -ms-transform: translate(20%, -20%) rotate(-70deg);
  -o-transform: translate(20%, -20%) rotate(-70deg);
  transform: translate(20%, -20%) rotate(-70deg);
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.bg-texture-light > div {
  position: relative;
  z-index: 1;
}

.bg-texture-dark {
  background-image: url(../img/texture-dark.jpg);
}

.bg-texture-color {
  background: linear-gradient(135deg, #a19568 0%, #0B4A89 100%);
  position: relative;
}
.bg-texture-color > div {
  position: relative;
  z-index: 2;
}
.bg-texture-color:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: url("../img/texture-shape.png") no-repeat 80% 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media only screen and (min-width: 992px) {
  .bg-texture-color:after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.bg-grad-light {
  background: linear-gradient(0deg, var(--color-soft) 0%, var(--color-light) 20%, var(--color-soft) 80%);
}

.block {
  padding: 5rem 0;
}
.block-divide {
  border-top: 1px solid #ddd;
}
.block-collapse {
  padding: 0;
}
.block-small {
  padding: 1.25rem 0;
}
.block-large {
  padding: 3.4375rem 0;
}
@media only screen and (min-width: 768px) {
  .block {
    padding: 5rem 0;
  }
  .block-collapse {
    padding: 0;
  }
  .block-small {
    padding: 2.5rem 0;
  }
  .block-large {
    padding: 6.875rem 0;
  }
}

.block-divider:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--color-line);
}

.block-collapse-top .block {
  padding-top: 0;
}

.block-collapse-bottom .block {
  padding-bottom: 0;
}

.block-collapse-next .block {
  padding-bottom: 3.125rem;
}
.block-collapse-next + .fragment .block {
  padding-top: 0;
}

.block .content-divider .fragment-inner {
  position: relative;
}
.block .content-divider .fragment-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 1px;
  background: var(--color-line);
  top: -2.5rem;
}
@media only screen and (min-width: 768px) {
  .block .content-divider .fragment-inner:before {
    top: -5rem;
  }
}

.block-large .content-divider .fragment-inner:before {
  top: -3.4375rem;
}
@media only screen and (min-width: 768px) {
  .block-large .content-divider .fragment-inner:before {
    top: -6.875rem;
  }
}

.block-small .content-divider .fragment-inner:before {
  top: -1.25rem;
}
@media only screen and (min-width: 768px) {
  .block-small .content-divider .fragment-inner:before {
    top: -2.5rem;
  }
}

.block-collapse .content-divider .fragment-inner:before {
  top: 0;
}
@media only screen and (min-width: 768px) {
  .block-collapse .content-divider .fragment-inner:before {
    top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .strict-block-small .block {
    padding: 2.5rem 0;
  }
  .strict-block-small .block-divide {
    border-top: 1px solid #ddd;
  }
  .strict-block-small .block-collapse {
    padding: 0;
  }
  .strict-block-small .block-small {
    padding: 1.25rem 0;
  }
  .strict-block-small .block-large {
    padding: 3.4375rem 0;
  }
}

.container {
  width: 107.5rem;
  max-width: 100% !important;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.container-large {
  width: 139.375rem;
}
.container-thin {
  width: 90rem;
}
.container-100 {
  width: 100%;
}
.container-full {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
.container-70 > * {
  max-width: 800px;
}
.container .container:not(.container-strict):not(.container-child) {
  width: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.strict-container .container {
  width: 107.5rem !important;
}
.strict-container-thin .container {
  width: 90rem !important;
}
.strict-container-large .container {
  width: 139.375rem !important;
}

.container .container-child {
  width: 107.5rem !important;
}
.container-thin .container-child {
  width: 90rem !important;
}
.container-large .container-child {
  width: 139.375rem !important;
}

.overflow-container {
  width: 100%;
  overflow: hidden;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.row .col-1-5 {
  max-width: 20%;
}
@media only screen and (min-width: 576px) {
  .row .col-sm-1-5 {
    max-width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .row .col-md-1-5 {
    max-width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  .row .col-xl-1-5 {
    max-width: 20%;
  }
}

.row {
  margin: 0 0 0 -1.25rem;
}
.row > *[class^=col] {
  padding: 0 0 0 1.25rem;
}
.row.grid-gap {
  margin-bottom: -1.25rem;
}
.row.grid-gap > *[class^=col] {
  padding-bottom: 1.25rem;
}
.row.grid-line {
  margin: 0 0 -1px -1px !important;
}
.row.grid-line > *[class^=col] {
  padding: 0 0 1px 1px !important;
}
.row.grid-collapse {
  margin: 0 !important;
}
.row.grid-collapse > *[class^=col] {
  padding: 0 !important;
}
@media only screen and (min-width: 576px) {
  .row {
    margin: 0 0 0 -3.125rem;
  }
  .row > *[class^=col] {
    padding: 0 0 0 3.125rem;
  }
  .row.grid-gap {
    margin-bottom: -3.125rem;
  }
  .row.grid-gap > *[class^=col] {
    padding-bottom: 3.125rem;
  }
  .row.grid-small {
    margin-left: -1.25rem;
  }
  .row.grid-small > *[class^=col] {
    padding-left: 1.25rem;
  }
  .row.grid-gap.grid-small {
    margin-bottom: -1.25rem;
  }
  .row.grid-gap.grid-small > *[class^=col] {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .row.grid-large {
    margin-left: -6.25rem;
  }
  .row.grid-large > *[class^=col] {
    padding-left: 6.25rem;
  }
  .row.grid-gap.grid-large {
    margin-bottom: -6.25rem;
  }
  .row.grid-gap.grid-large > *[class^=col] {
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 400px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xs-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xs-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-xs-1 {
    margin-left: 8.333333%;
  }

  .offset-xs-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xs-4 {
    margin-left: 33.333333%;
  }

  .offset-xs-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xs-7 {
    margin-left: 58.333333%;
  }

  .offset-xs-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xs-10 {
    margin-left: 83.333333%;
  }

  .offset-xs-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 2000px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-xxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.grid-divider {
  margin: 0 !important;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-width: 0 0 0 2px;
}
.grid-divider > div {
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-width: 2px 2px 2px 0;
  margin: 0 0 -2px;
  padding: 0 !important;
}

.grid-separator > *[class^=col] > div {
  height: 100%;
  position: relative;
}
.grid-separator > *[class^=col] > div:before, .grid-separator > *[class^=col] > div:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  position: absolute;
  top: 0;
}
.grid-separator > *[class^=col] > div:before {
  left: -1.5625rem;
  margin: 0 0 0 -1px;
}
.grid-separator > *[class^=col] > div:after {
  right: -1.5625rem;
}
.grid-separator.grid-large > *[class^=col] > div:before {
  left: -3.125rem;
}
.grid-separator.grid-large > *[class^=col] > div:after {
  right: -3.125rem;
}
.grid-separator.grid-small > *[class^=col] > div:before {
  left: -0.625rem;
}
.grid-separator.grid-small > *[class^=col] > div:after {
  right: -0.625rem;
}

.row.grid-1 > div {
  max-width: 100%;
  flex-basis: 100%;
}
.row.grid-2 > div {
  max-width: 50%;
  flex-basis: 50%;
}
.row.grid-3 > div {
  max-width: 33.33333%;
  flex-basis: 33.33333%;
}
.row.grid-4 > div {
  max-width: 25%;
  flex-basis: 25%;
}
.row.grid-5 > div {
  max-width: 20%;
  flex-basis: 20%;
}
.row.grid-6 > div {
  max-width: 16.666666%;
  flex-basis: 16.666666%;
}
.row.grid-10 > div {
  max-width: 10%;
  flex-basis: 10%;
}
@media only screen and (min-width: 576px) {
  .row.grid-sm-1 > div {
    max-width: 100%;
    flex-basis: 100%;
  }
  .row.grid-sm-2 > div {
    max-width: 50%;
    flex-basis: 50%;
  }
  .row.grid-sm-3 > div {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .row.grid-sm-4 > div {
    max-width: 25%;
    flex-basis: 25%;
  }
  .row.grid-sm-5 > div {
    max-width: 20%;
    flex-basis: 20%;
  }
  .row.grid-sm-6 > div {
    max-width: 16.666666%;
    flex-basis: 16.666666%;
  }
  .row.grid-sm-10 > div {
    max-width: 10%;
    flex-basis: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .row.grid-md-1 > div {
    max-width: 100%;
    flex-basis: 100%;
  }
  .row.grid-md-2 > div {
    max-width: 50%;
    flex-basis: 50%;
  }
  .row.grid-md-3 > div {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .row.grid-md-4 > div {
    max-width: 25%;
    flex-basis: 25%;
  }
  .row.grid-md-5 > div {
    max-width: 20%;
    flex-basis: 20%;
  }
  .row.grid-md-6 > div {
    max-width: 16.666666%;
    flex-basis: 16.666666%;
  }
  .row.grid-md-10 > div {
    max-width: 10%;
    flex-basis: 10%;
  }
}
@media only screen and (min-width: 992px) {
  .row.grid-lg-1 > div {
    max-width: 100%;
    flex-basis: 100%;
  }
  .row.grid-lg-2 > div {
    max-width: 50%;
    flex-basis: 50%;
  }
  .row.grid-lg-3 > div {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .row.grid-lg-4 > div {
    max-width: 25%;
    flex-basis: 25%;
  }
  .row.grid-lg-5 > div {
    max-width: 20%;
    flex-basis: 20%;
  }
  .row.grid-lg-6 > div {
    max-width: 16.666666%;
    flex-basis: 16.666666%;
  }
  .row.grid-lg-10 > div {
    max-width: 10%;
    flex-basis: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .row.grid-xl-1 > div {
    max-width: 100%;
    flex-basis: 100%;
  }
  .row.grid-xl-2 > div {
    max-width: 50%;
    flex-basis: 50%;
  }
  .row.grid-xl-3 > div {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .row.grid-xl-4 > div {
    max-width: 25%;
    flex-basis: 25%;
  }
  .row.grid-xl-5 > div {
    max-width: 20%;
    flex-basis: 20%;
  }
  .row.grid-xl-6 > div {
    max-width: 16.666666%;
    flex-basis: 16.666666%;
  }
  .row.grid-xl-10 > div {
    max-width: 10%;
    flex-basis: 10%;
  }
}

.columns {
  column-count: 1;
  column-gap: 3.125rem;
  column-width: 300px;
}
.columns-2 {
  column-count: 2;
}
.columns-3 {
  column-count: 3;
}
.columns-4 {
  column-count: 4;
  column-width: 250px;
}
.columns-5 {
  column-count: 5;
  column-width: 200px;
}
.columns-6 {
  column-count: 6;
  column-width: 200px;
}
.columns-small {
  column-gap: 1.25rem;
}
.columns-large {
  column-gap: 6.25rem;
}
.columns-divider {
  column-gap: 6.25rem;
  column-rule: 1px solid rgba(51, 51, 51, 0.1);
}
.columns-divider.columns-small {
  column-gap: 2.5rem;
}
.columns-divider.columns-large {
  column-gap: 12.5rem;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  margin: 0 0 -40px;
  color: #3c3c44;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.breadcrumb-inner {
  padding: 10px 0 5px;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb a + span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.breadcrumb a + span:before {
  content: "\f105";
  font-family: "icomoon" !important;
  display: inline-block;
  margin: 0 10px 5px 0;
}
.breadcrumb span.home:before {
  content: "\f015";
  font-family: "icomoon" !important;
  font-size: 1.3em;
}

.panel {
  background: none;
  color: inherit;
  padding: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .panel {
    padding: 6.25rem;
  }
}

.btn-prev,
.btn-next {
  display: inline-block;
  margin: 0 1px 0 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
}
.btn-prev:before,
.btn-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.btn-prev:hover,
.btn-next:hover {
  background: var(--color-primary-h);
  color: #fff;
}

.btn-prev:before {
  content: "<";
}

.btn-next:before {
  content: ">";
}

.iframe-wrapper[data-iframe-src*="."] {
  display: block;
  position: relative;
  width: 100%;
}
.iframe-wrapper[data-iframe-src*="."]:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.iframe-wrapper[data-iframe-src*="."] iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  position: relative;
}
.loader.loading {
  padding: 1px;
}
.loader.loading:before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 70px;
  height: 70px;
  border: 10px solid var(--color-primary);
  border-color: transparent var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -ms-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

a.loading:before, button.loading:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #bbb;
  margin: 0 10px 0 0;
  border-left-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -ms-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

a.disabled, button.disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
  pointer-events: none;
}

.load-more-container {
  text-align: center;
  margin: 30px 0 0;
}

.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 !important;
}
.social li:before {
  display: none !important;
}
.social li a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  background: var(--color-soc-bg);
  color: var(--color-soc-text);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.social li a:before {
  content: "";
  display: block;
  width: 100%;
  margin: 0 0 50px;
  font-family: "icomoon" !important;
}
.social li a:hover {
  text-decoration: none;
}
.social li.social_fb a:before {
  content: "\f09a";
}
.social li.social_yt a:before {
  content: "\f16a";
}
.social li.social_ig a:before {
  content: "\f16d";
}
.social li.social_in a:before {
  content: "\f0e1";
}
.social li.social_tw a:before {
  content: "\f099";
}
.social li.social_phone a:before {
  content: "\f095";
}
.social li.social_email a:before {
  content: "\f003";
}
.social li.social_web a {
  width: 32px;
  height: 32px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: none;
  color: #3c3c44;
}
.social li.social_web a:before {
  content: "\e908";
}

*[class*=respo-image] {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
*[class*=respo-image]:after {
  content: "";
  display: block;
  padding-top: 100%;
}
*[class*=respo-image] img {
  display: none !important;
}

*[class*=respo-shape] {
  position: relative;
}
*[class*=respo-shape]:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.respo-image-140:after, .respo-shape-140:after {
  padding-top: 140%;
}

.respo-image-100:after, .respo-shape-100:after {
  padding-top: 100%;
}

.respo-image-90:after, .respo-shape-90:after {
  padding-top: 90%;
}

.respo-image-80:after, .respo-shape-80:after {
  padding-top: 80%;
}

.respo-image-70:after, .respo-shape-70:after {
  padding-top: 70%;
}

.respo-image-60:after, .respo-shape-60:after {
  padding-top: 60%;
}

.respo-image-50:after, .respo-shape-50:after {
  padding-top: 50%;
}

.respo-image-40:after, .respo-shape-40:after {
  padding-top: 40%;
}

.respo-image-30:after, .respo-shape-30:after {
  padding-top: 30%;
}

.respo-image-20:after, .respo-shape-20:after {
  padding-top: 20%;
}

.respo-image-1-1:after, .respo-shape-1-1:after, .respo-shape-square:after {
  padding-top: 100%;
}

.respo-image-4-3:after, .respo-shape-4-3:after {
  padding-top: 75%;
}

.respo-image-16-9:after, .respo-shape-16-9:after {
  padding-top: 56.25%;
}

.active-image {
  position: relative;
}
.active-image-play {
  display: block;
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
}
.active-image-play:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-left-color: #fff;
  border-width: 48px 0 48px 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
}
.active-image iframe, .active-image .iframe-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-item {
  position: relative;
  display: block;
}
.gallery-item img {
  width: 100%;
}
.gallery-item-label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 30px 10px 10px;
  background: linear-gradient(0deg, #000, transparent);
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.gallery-item-label strong,
.gallery-item-label span {
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.gallery-item-label strong {
  width: 100px;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  .gallery {
    margin: 0 0 30px;
  }
}

.block-collapse .container-full .gallery .row {
  margin: 0 !important;
}
.block-collapse .container-full .gallery .row > *[class^=col] {
  padding: 0 !important;
}

.divider {
  display: block;
  width: 100%;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.divider:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.logo_list img {
  display: inline-block;
  margin: 0 25px 15px;
  vertical-align: middle;
  max-width: 130px;
  max-height: 80px;
  width: auto !important;
  filter: grayscale(100%);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.logo_list img:hover {
  filter: grayscale(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 992px) {
  .logo_list img {
    margin: 0 35px 25px;
    max-width: 220px;
    max-height: 120px;
  }
}

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

.tile-item {
  display: block;
  box-shadow: 0px 0px 30px rgba(60, 60, 68, 0.3);
  height: 100%;
  position: relative;
}
.tile-item-image {
  position: relative;
}
.tile-item-image-overlay {
  display: block;
  position: absolute;
  padding: 40px 20px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, #000);
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.tile-item-image:after {
  padding-top: 70%;
}
.tile-item-image + .tile-item-inner .tile-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30%;
  line-height: 0;
  color: #fff;
}
.tile-item-icon {
  text-align: center;
  color: var(--color-primary);
  font-size: 80px;
  font-size: 5rem;
  line-height: 120px;
  line-height: 7.5rem;
}
.tile-item-inner {
  display: block;
  padding: 15px 20px;
}
.tile-item-header {
  padding: 15px 15px 15px;
}
.tile-item-body {
  border-top: 1px solid var(--color-soft);
  padding: 15px 15px 15px;
}
.tile-item-title {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  color: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
}
@media only screen and (min-width: 768px) {
  .tile-item-title {
    font-size: 19.3333333333px;
    font-size: 1.2083333333rem;
    line-height: 25.1333333333px;
    line-height: 1.5708333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tile-item-title {
    font-size: 20.6666666667px;
    font-size: 1.2916666667rem;
    line-height: 26.8666666667px;
    line-height: 1.6791666667rem;
  }
}
@media only screen and (min-width: 2000px) {
  .tile-item-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28.6px;
    line-height: 1.7875rem;
  }
}
.tile-item-perex {
  display: block;
  color: inherit;
  margin: 0 0 15px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19.5px;
  line-height: 1.21875rem;
}
.tile-item-perex span + span {
  color: var(--color-secondary);
  white-space: nowrap;
}
.tile-item-perex span + span:before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.tile-item-content {
  display: block;
}
.tile-item-list {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
}
.tile-item-list ul li {
  text-transform: uppercase;
  padding: 0;
}
.tile-item-list ul li a {
  color: var(--color-secondary);
}
.tile-item-tag {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  display: block;
  padding: 8px 15px;
  background: var(--color-primary);
  color: var(--color-primary-c);
  margin: 15px;
  z-index: 20;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem;
  letter-spacing: 0.05em;
}
.tile-item-date {
  display: block;
  color: var(--color-primary);
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.tile-item-flag {
  display: inline-block;
  white-space: nowrap;
  padding: 4px 8px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.tile-item-cta a {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .tile-item-inner {
    padding: 25px 30px;
  }
  .tile-item-header {
    padding: 15px 35px 15px;
  }
  .tile-item-body {
    padding: 15px 35px 15px;
  }
}

a.tile-item .tile-item-image,
.tile-item a.tile-item-image {
  display: block;
  position: relative;
  overflow: hidden;
}
a.tile-item .tile-item-image > span,
.tile-item a.tile-item-image > span {
  position: absolute;
  top: -6%;
  left: -6%;
  width: 112%;
  height: 112%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  webkit-transform: scale(0.9, 0.9);
  /* Safari */
  transform: scale(0.9, 0.9);
  background-position: center center;
}

.tile-item a.tile-item-image:hover span,
a.tile-item:hover .tile-item-image span {
  -ms-transform: scale(1.02, 1.02);
  /* IE 9 */
  webkit-transform: scale(1.02, 1.02);
  /* Safari */
  transform: scale(1.02, 1.02);
}

.tile-list .tile-item {
  margin: 0 0 15px;
}
@media only screen and (min-width: 576px) {
  .tile-list .tile-item {
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .tile-list .tile-item-image {
    width: 20%;
    min-width: 100px;
    max-width: 150px;
    margin: 0 15px 0 0;
  }
  .tile-list .tile-item-image:after {
    padding-top: 100%;
  }
  .tile-list .tile-item-inner {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .tile-list .tile-item-title {
    display: block;
    margin: 0 0 15px;
  }
  .tile-list .tile-item-perex {
    margin: 0 0 30px;
  }
}

.contact ul:not(.social) {
  margin: 40px 0 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.contact ul:not(.social) li {
  width: 100%;
  border: 5px solid #ddd;
  border-width: 0 0 0 5px;
  padding: 20px 20px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.contact ul:not(.social) li:first-child {
  border-color: var(--color-primary);
}
.contact ul:not(.social) li:before {
  display: none;
}
.contact ul:not(.social) li .small {
  display: inline-block;
  margin: 0 0 5px;
}
.contact ul.social {
  text-align: center;
  margin: 40px 0 20px;
}
.contact ul.social li a {
  width: 40px;
  height: 40px;
  background: none;
  color: var(--color-primary);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.contact ul.social li a:hover, .contact ul.social li a:focus {
  color: var(--color-primary-h);
}
@media only screen and (min-width: 400px) {
  .contact ul:not(.social) li {
    width: 50%;
    border-width: 5px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact ul:not(.social) li {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .contact ul:not(.social) li {
    padding: 20px 70px;
  }
}

.filter {
  margin: 30px 0;
}
.filter label {
  display: none;
}
.filter input[type=submit] {
  display: inline-block !important;
}

.search-list {
  margin: 0 0 50px;
}
.search-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.search-item a {
  display: block;
  padding: 30px 0;
  color: #3c3c44;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.search-item a strong {
  color: var(--color-text);
  display: block;
}

.email_link,
.phone_link,
.address_label,
.name_label {
  display: block;
  margin: 0 0 0.9375rem;
  position: relative;
}
.email_link:before,
.phone_link:before,
.address_label:before,
.name_label:before {
  content: "\f003";
  color: var(--color-li);
  font-weight: 400;
  font-family: "icomoon" !important;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
  font-size: 1em;
  width: 15px;
  text-align: center;
}
.email_link a,
.phone_link a,
.address_label a,
.name_label a {
  text-decoration: none;
}

.email_link {
  white-space: nowrap;
}

.phone_link {
  white-space: nowrap;
}
.phone_link:before {
  content: "\f095";
}

.name_label:before {
  content: "\f007";
}

.address_label:before {
  content: "\f042";
  position: relative;
  vertical-align: top;
}
.address_label p {
  display: inline-block;
}

p .email_link,
p .phone_link,
p .name_label,
p .address_label {
  display: inline-block;
  margin: 0;
}

.is-xs {
  display: none;
}
@media only screen and (min-width: 400px) {
  .is-xs {
    display: block;
  }
}

.is-sm {
  display: none;
}
@media only screen and (min-width: 576px) {
  .is-sm {
    display: block;
  }
}

.is-md {
  display: none;
}
@media only screen and (min-width: 768px) {
  .is-md {
    display: block;
  }
}

.is-lg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .is-lg {
    display: block;
  }
}

.is-xl {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .is-xl {
    display: block;
  }
}

.is-xxl {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .is-xxl {
    display: block;
  }
}

.visibility-mobile-hide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .visibility-mobile-hide {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .visibility-desktop-hide {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .visibility-mobile-visible {
    display: none;
  }
}

.visibility-desktop-visible {
  display: none;
}
@media only screen and (min-width: 992px) {
  .visibility-desktop-visible {
    display: block;
  }
}

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 5px;
  /* IE 9 */
  float: left\9 ;
  width: 100% \9 ;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) "";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 50%;
  max-width: 200px;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

*[data-simple-tooltip] {
  position: relative;
}
*[data-simple-tooltip]:before {
  width: 300px;
  content: attr(data-simple-tooltip);
  display: block;
  padding: 10px 15px;
  background: var(--color-primary-l);
  color: var(--color-primary);
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: 0 0 20px;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  pointer-events: none;
}
*[data-simple-tooltip]:hover:before {
  margin: 0 0 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: var(--color-primary);
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.cookie-bar > div a {
  color: inherit;
  text-decoration: underline;
}
.cookie-bar > div p {
  margin: 0;
}
.cookie-bar button {
  display: table;
  margin: 15px auto 0;
  background: #fff;
  color: var(--color-primary);
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .cookie-bar {
    text-align: right;
  }
  .cookie-bar > div {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
  }
  .cookie-bar button {
    display: inline-block;
    margin: 0 0 0 30px;
  }
}

img:not([src]),
img[src=""],
span.lazyload:not([style]), span.lazyload[style=""],
div.lazyload:not([style]), div.lazyload[style=""],
a.lazyload:not([style]), a.lazyload[style=""] {
  visibility: hidden;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  opacity: 0;
  filter: alpha(opacity=0);
}

img,
span.lazyload,
div.lazyload,
a.lazyload {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.lazy-fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazy-fade.loaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.no-js img[src=""], body.no-js img:not([src]) {
  display: none;
}
body.no-js span.lazyload:not([style]), body.no-js span.lazyload[style=""],
body.no-js div.lazyload:not([style]), body.no-js div.lazyload[style=""],
body.no-js a.lazyload:not([style]), body.no-js a.lazyload[style=""] {
  visibility: visible;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -ms-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
}
body.no-js *[class*=respo-image] {
  position: relative;
}
body.no-js *[class*=respo-image] img {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@-moz-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@-o-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fragment.carousel .block, .fragment.carousel .container {
  padding: 0;
  width: 100%;
}
.fragment.carousel .gallery {
  margin: 0;
}
.fragment.carousel .slick-wrapper {
  padding: 0;
}
.fragment.carousel .slick-list {
  margin: 0;
}
.fragment.carousel + .fragment {
  padding-top: 50px;
}

.fragment.collapse {
  display: block;
}
.fragment.collapse .toggle {
  padding: 20px 20px;
  border-bottom: 2px solid var(--color-primary);
}
.fragment.collapse .toggle-target {
  display: none;
}
.fragment.collapse .toggle-btn span:nth-of-type(2) {
  display: none;
}
.fragment.collapse .toggle.open .toggle-target {
  display: block;
}
.fragment.collapse .toggle.open .toggle-btn span {
  display: none;
}
.fragment.collapse .toggle.open .toggle-btn span:nth-of-type(2) {
  display: block;
}

.fragment.downloads .download-item a {
  color: inherit;
}
.fragment.downloads .download-item a:before {
  color: var(--color-primary);
  content: "\f019";
  font-family: "icomoon" !important;
  display: inline-block;
  margin: 0 15px 0 0;
}
.fragment.downloads .download-item-size {
  color: #3c3c44;
  font-size: 0.8em;
}
.fragment.downloads .download-item-cta:after {
  color: var(--color-primary);
  content: "\f019";
  font-family: "icomoon" !important;
  display: inline-block;
  margin: 0 0 0 15px;
}
.fragment.downloads .download-list {
  text-align: center;
}
.fragment.downloads .download-list ul li {
  padding: 0 0 15px 0;
}
.fragment.downloads .download-list .download-item a:before {
  font-size: 1.4em;
}
.fragment.downloads .download-table {
  max-width: 800px;
  margin: auto;
}
.fragment.downloads .download-table tr td {
  border-width: 1px 0;
  padding: 10px 15px;
}
.fragment.downloads .download-table tr td:nth-last-child(-n+1), .fragment.downloads .download-table tr td:nth-last-child(-n+2) {
  text-align: right;
  width: 1% !important;
  white-space: nowrap;
}
.fragment.downloads .download-table tr:hover td {
  background: rgba(243, 245, 246, 0.15);
}
.fragment.downloads .download-table tr:nth-of-type(even):hover td {
  background: rgba(243, 245, 246, 0.45) !important;
}
.fragment.downloads .download-list-format .download-item[class*=image] a:before {
  content: "\f03e";
}
.fragment.downloads .download-list-format .download-item[class*=application] a:before {
  content: "\f15b";
}
.fragment.downloads .download-list-format .download-item a[href$=pdf]:before {
  content: "\f1c1";
}
.fragment.downloads .download-list-format .download-item a[href$=zip]:before,
.fragment.downloads .download-list-format .download-item a[href$=rar]:before {
  content: "\f1c6";
}
.fragment.downloads .download-list-format .download-item a[href$=csv]:before,
.fragment.downloads .download-list-format .download-item a[href$=xls]:before,
.fragment.downloads .download-list-format .download-item a[href$=xlsx]:before {
  content: "\f1c3";
}
.fragment.downloads .download-list-format .download-item a[href$=txt]:before,
.fragment.downloads .download-list-format .download-item a[href$=doc]:before,
.fragment.downloads .download-list-format .download-item a[href$=odt]:before,
.fragment.downloads .download-list-format .download-item a[href$=docx]:before {
  content: "\f15c";
}
.fragment.downloads .download-list-format .download-item a[href$=json]:before,
.fragment.downloads .download-list-format .download-item a[href$=xhtml]:before,
.fragment.downloads .download-list-format .download-item a[href$=js]:before,
.fragment.downloads .download-list-format .download-item a[href$=css]:before,
.fragment.downloads .download-list-format .download-item a[href$=html]:before {
  content: "\f1c9";
}
.fragment.downloads .download-list-format .download-item a[href$=mov]:before,
.fragment.downloads .download-list-format .download-item a[href$=mp4]:before,
.fragment.downloads .download-list-format .download-item a[href$=avi]:before,
.fragment.downloads .download-list-format .download-item a[href$=mpeg]:before,
.fragment.downloads .download-list-format .download-item a[href$=mkv]:before {
  content: "\f1c8";
}
.fragment.downloads .download-list-format .download-item a[href$=mp3]:before,
.fragment.downloads .download-list-format .download-item a[href$=wav]:before {
  content: "\f1c7";
}

.fragment.floating_bar {
  position: static !important;
}
.fragment.floating_bar .block, .fragment.floating_bar .container, .fragment.floating_bar .fragment-content {
  position: static !important;
  padding: 0;
  width: 100%;
  transform: none !important;
}
.fragment.floating_bar .floatingbar {
  position: fixed;
}
.fragment.floating_bar .floatingbar a {
  margin: 0;
}

.fragment.gallery {
  padding: 0;
  margin: 0;
}
.fragment.gallery .gallery-carousel .gallery-item {
  padding: 0 10px;
  margin: 0;
}
.fragment.gallery .gallery-carousel .gallery-item-label {
  position: static;
  background: none;
  color: var(--color-text);
}
.fragment.gallery .gallery-logo .gallery-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fragment.gallery .gallery-logo .gallery-item > div {
  width: 16.6666%;
}

.fragment.gallery .container-full .gallery-carousel {
  margin: 0;
}
.fragment.gallery .container-full .gallery-carousel .gallery-item {
  padding: 0;
}

.fragment.image_block {
  background: #F3F5F6;
  position: relative;
  padding-top: 130px;
  margin-top: 100px;
}
.fragment.image_block .fragment-topimage img {
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -100px 0 0 -100px;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.fragment.introduce .content {
  padding: 15px;
  background: var(--color-soft);
  position: relative;
}
.fragment.introduce .content:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-left-color: var(--color-soft);
  border-width: 20px 0 20px 20px;
  border-width: 0 0 30px 30px;
  position: absolute;
  top: 100%;
  left: 50%;
}
@media only screen and (min-width: 576px) {
  .fragment.introduce .content {
    padding: 30px 40px;
  }
  .fragment.introduce .content:after {
    left: 100%;
    top: 25%;
  }
  .fragment.introduce .flex-row-reverse .content:after {
    left: auto;
    right: 100%;
    display: block;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-right-color: var(--color-soft);
    border-width: 20px 20px 20px 0;
    border-width: 0px 30px 30px 0px;
  }
}

.fragment.map_image .map-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fragment.map_image .map-container .map-wrapper {
  width: 100%;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fragment.map_image .map-content {
  position: relative;
  z-index: 3;
}
.fragment.map_image .map-content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .fragment.map_image .map-container {
    position: relative;
  }
  .fragment.map_image .map-content-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .fragment.map_image .map-content-text {
    padding: 0 50px 20px 0;
    text-align: right;
    width: 60%;
  }
  .fragment.map_image .map-content-image {
    width: 35%;
    box-shadow: 0px 0px 20px rgba(60, 60, 68, 0.4);
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 1200px) {
  .fragment.map_image .map-content-image {
    margin-bottom: -150px;
  }
}

.fragment.modal .block, .fragment.modal .container {
  padding: 0;
  width: 100%;
}
.fragment.modal table tr td {
  vertical-align: top;
}

.fragment.module {
  padding: 0;
}

.fragment.parallax *[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
.fragment.parallax .parallax-container {
  position: relative;
  min-height: 60vh;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fragment.parallax .parallax-inner {
  width: 100%;
}
.fragment.parallax .parallax-content {
  padding: 40px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
.fragment.parallax .parallax-image {
  width: auto;
  max-width: none;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -ms-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
}

.fragment.popup {
  padding: 0;
}
.fragment.popup .block, .fragment.popup .container {
  padding: 0;
  width: 100%;
  position: static !important;
}
.fragment.popup .fragment-content {
  top: 0;
  position: static !important;
  transform: none !important;
}
.fragment.popup table tr td {
  vertical-align: top;
}
.fragment.popup .floating-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 200;
}
.with-cookiebar .floating-button {
  bottom: 70px !important;
}

.fragment.text_image .fragment-inner {
  position: relative;
}
.fragment.text_image .content {
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.fragment.text_image .image-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.fragment.text_image .image-wrapper .image {
  display: block;
  width: 100%;
}
.fragment.text_image .image-wrapper.stretch .image {
  height: 100%;
}
.fragment.text_image .image-wrapper.__layout-shaped .shape-bg {
  --bgSize: 5.35rem;
  --stop1: 0.5rem;
  --stop2: 2rem;
  --bgPosition: calc(var(--bgSize) / 2);
  background: radial-gradient(var(--color-primary-s), #000);
  position: absolute;
  width: 100%;
}
.fragment.text_image .image-wrapper.__layout-shaped .shape-bg > * {
  filter: contrast(20);
  mix-blend-mode: normal;
}
.fragment.text_image .image-wrapper.__layout-shaped .shape-bg > *:after {
  mask-image: radial-gradient(red, rgba(0, 0, 0, 0));
  -webkit-mask-image: radial-gradient(red, rgba(0, 0, 0, 0));
}
.fragment.text_image .image-wrapper.__layout-shaped .shape-bg:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fragment.text_image .image-wrapper.__layout-shaped:before {
  content: "";
  background: url("../svg/brush-shape1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  z-index: -1;
  -webkit-transform: scale(1.2) rotate(0deg);
  -moz-transform: scale(1.2) rotate(0deg);
  -ms-transform: scale(1.2) rotate(0deg);
  -o-transform: scale(1.2) rotate(0deg);
  transform: scale(1.2) rotate(0deg);
}
.fragment.text_image .image-wrapper.__layout-shaped .image, .fragment.text_image .image-wrapper.__layout-shaped img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  .fragment.text_image .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .fragment.text_image .content {
    padding: 50px 40px 50px 0;
  }
  .fragment.text_image .flex-row-reverse .content {
    padding: 50px 0 50px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fragment.text_image .image-wrapper.stretch {
    margin: 0 -1.5625rem !important;
  }
}

.tile-grid.person-list .tile-item {
  text-align: center;
  background: none;
  color: var(--color-text);
}
.tile-grid.person-list .tile-item-perex {
  margin: -5px 0 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tile-grid.person-list .tile-item-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0 auto;
  max-width: 200px;
}
.tile-grid.person-list .tile-item-image:after {
  padding-top: 100%;
}

.tile-grid.steps .tile-item {
  text-align: center;
  background: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.tile-grid.steps .tile-item-title {
  font-weight: 400;
}
.tile-grid.steps .tile-item-icon {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 70px;
  line-height: 4.375rem;
}
.tile-grid.steps .tile-item-content {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.tile-grid.counter .tile-item {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px 15px;
  height: 100%;
  background: var(--color-gray-d);
  max-width: 400px;
  margin: auto;
}
.tile-grid.counter .tile-item-title {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .tile-grid.counter .tile-item-title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tile-grid.counter .tile-item-title {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 70px;
    line-height: 4.375rem;
  }
}
@media only screen and (min-width: 2000px) {
  .tile-grid.counter .tile-item-title {
    font-size: 80px;
    font-size: 5rem;
    line-height: 80px;
    line-height: 5rem;
  }
}
.tile-grid.counter .tile-item-content {
  font-weight: 400;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (min-width: 768px) {
  .tile-grid.counter .tile-item {
    padding: 20px 30px;
  }
}

.tile-grid.faq-list .faq-item-title {
  display: block;
  padding: 15px 25px 15px 50px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
}
.tile-grid.faq-list .faq-item-title:before, .tile-grid.faq-list .faq-item-title:after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -2px 0 0;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.tile-grid.faq-list .faq-item-title:after {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.tile-grid.faq-list .faq-item-content {
  padding: 15px 25px 25px 40px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-width: 0 1px 1px;
}
.tile-grid.faq-list .faq-item-title:not(.collapsed) {
  border-bottom: 0;
}
.tile-grid.faq-list .faq-item-title:not(.collapsed):before, .tile-grid.faq-list .faq-item-title:not(.collapsed):after {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fragment.timeline .timeline {
  position: relative;
  margin: 160px 0 0;
  border-left: 1px solid var(--color-primary);
}
.fragment.timeline .timeline:before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background: url("../../img/crest.png") no-repeat center bottom;
  position: absolute;
  top: -160px;
  left: -80px;
}
.fragment.timeline .timeline-item {
  width: 100%;
  padding: 15px 0;
}
.fragment.timeline .timeline-item-year {
  width: 150px;
  margin: 20px 100px 20px 0;
  padding: 0 0 0 15px;
  border-bottom: 1px solid var(--color-primary);
  text-transform: uppercase;
  position: relative;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.fragment.timeline .timeline-item-inner {
  padding: 0 15px;
}
.fragment.timeline .timeline-item-content {
  padding: 30px 100px -10px 0;
}
.fragment.timeline .timeline-item-content > *:last-child {
  margin-bottom: 0;
}
.fragment.timeline .timeline-item-image {
  width: 500px;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .fragment.timeline .timeline-item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .fragment.timeline .timeline-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fragment.timeline .timeline-item-year {
    margin: 0 100px 0 0;
  }
  .fragment.timeline .timeline-item-year span {
    position: absolute;
    bottom: 0;
    left: 30px;
  }
  .fragment.timeline .timeline-item-inner {
    padding: 0;
  }
}

.fragment.topmedia {
  --color-text: var(--color-light);
  --color-title: var(--color-text);
  --color-bg: var(--color-primary-d);
}
.fragment.topmedia .topmedia-item-desing-light {
  --color-text: var(--color-dark);
  --color-title: var(--color-text);
  --color-bg: var(--color-light);
}
.fragment.topmedia .topmedia-item {
  position: relative;
  height: 100%;
  color: var(--color-text);
  min-height: 60vh;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fragment.topmedia .topmedia-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fragment.topmedia .topmedia-item-bg > div, .fragment.topmedia .topmedia-item-bg video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.fragment.topmedia .topmedia-item-bg:after {
  content: "";
  background-color: var(--color-bg);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fragment.topmedia .topmedia-item-bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.fragment.topmedia .topmedia-item-bg + div {
  position: relative;
  z-index: 2;
}
.fragment.topmedia .topmedia-item-inner {
  width: 100%;
  padding: 70px 25px 0;
}
.fragment.topmedia .topmedia-item-content {
  position: relative;
  max-width: 1200px;
}
.fragment.topmedia .topmedia-item-content * {
  position: relative;
  z-index: 2;
}
.fragment.topmedia .topmedia-item-content h1, .fragment.topmedia .topmedia-item-content h2, .fragment.topmedia .topmedia-item-content h3, .fragment.topmedia .topmedia-item-content h4 {
  color: var(--color-title);
}
.fragment.topmedia .topmedia-item-content h1 _u, .fragment.topmedia .topmedia-item-content h1 *[style*=_underline], .fragment.topmedia .topmedia-item-content h2 _u, .fragment.topmedia .topmedia-item-content h2 *[style*=_underline], .fragment.topmedia .topmedia-item-content h3 _u, .fragment.topmedia .topmedia-item-content h3 *[style*=_underline], .fragment.topmedia .topmedia-item-content h4 _u, .fragment.topmedia .topmedia-item-content h4 *[style*=_underline] {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
.fragment.topmedia .topmedia-item-content h1 _u:before, .fragment.topmedia .topmedia-item-content h1 *[style*=_underline]:before, .fragment.topmedia .topmedia-item-content h2 _u:before, .fragment.topmedia .topmedia-item-content h2 *[style*=_underline]:before, .fragment.topmedia .topmedia-item-content h3 _u:before, .fragment.topmedia .topmedia-item-content h3 *[style*=_underline]:before, .fragment.topmedia .topmedia-item-content h4 _u:before, .fragment.topmedia .topmedia-item-content h4 *[style*=_underline]:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: -20px;
  z-index: -1;
  height: 30px;
  background: var(--color-primary);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.fragment.topmedia .topmedia-item-scrolldown {
  display: block;
  margin: 40px auto;
  width: 60px;
  height: 70px;
  overflow: hidden;
  font-size: 0;
}
.fragment.topmedia .topmedia-item-scrolldown:before {
  content: "\e904";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  display: block;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 0;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.fragment.topmedia .topmedia-item-scrolldown:hover, .fragment.topmedia .topmedia-item-scrolldown:focus {
  text-decoration: none;
}
.fragment.topmedia .topmedia-item-scrolldown:hover:before, .fragment.topmedia .topmedia-item-scrolldown:focus:before {
  top: 10px;
}
.fragment.topmedia .topmedia-slider .slick-dots {
  bottom: 30px;
}
.fragment.topmedia .topmedia-slider .slick-dots li button:before {
  background: var(--color-light);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fragment.topmedia .topmedia-slider .slick-dots li button:hover:before {
  background: var(--color-light);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fragment.topmedia .topmedia-slider .slick-dots li.slick-active button:before {
  background: var(--color-light);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 992px) {
  .fragment.topmedia .topmedia-item-inner {
    padding: 150px 0 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .fragment.topmedia .topmedia-item-inner {
    padding: 200px 0 150px;
  }
  .fragment.topmedia .topmedia-item-scrolldown {
    margin: 100px auto 40px;
  }
}

.fragment.video .tile-item {
  position: relative;
}
.fragment.video .tile-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.fragment.video .tile-item:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fragment.video .tile-item .tile-image:before {
  content: "\f01d";
  display: block;
  font-family: "icomoon" !important;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  font-weight: 400;
  z-index: 2;
  font-size: 60px;
  font-size: 3.75rem;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.fragment.video .tile-item .tile-image span {
  filter: grayscale(100%);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.fragment.video .tile-item .tile-image:hover span {
  filter: grayscale(0%);
}

.fragment {
  position: relative;
}
.fragment-content[class*=bg-] {
  padding: 15px;
}
.fragment .fragment-inner + .fragment-inner,
.fragment .container + .container .fragment-inner {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .fragment-content[class*=bg-] {
    padding: 30px;
  }
  .fragment-image {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 55%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
  .fragment-image + * .fragment-inner {
    width: 50%;
    margin: 0 0 0 auto;
  }
}

.fragment.slideshow > .block, .fragment.slideshow .block > .container {
  padding: 0;
  width: 100%;
}
.fragment.slideshow .fragment-content {
  transform: none;
}

.slideshow {
  position: relative;
}
.slideshow .text-light-shadow {
  text-shadow: 2px 2px 5px #000;
}
.slideshow-content {
  padding: 80px 15px 80px;
  position: relative;
  z-index: 2;
  min-height: 80vh;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slideshow-content-inner {
  color: #fff;
  text-align: center;
  pointer-events: auto;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 45px;
  line-height: 2.8125rem;
}
.slideshow-content-inner hr {
  border-top: 2px solid #fff;
}
.slideshow-anchor {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
  text-align: center;
}
.slideshow-anchor a {
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  border-width: 0 3px 3px 0;
  width: 50px;
  height: 50px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.slideshow-anchor a:hover {
  border-color: var(--color-secondary);
}
.slideshow-slider-item {
  height: 100%;
  padding: 30px 0 50px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.slideshow-slider-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
}
.slideshow-slider-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slideshow-slider-item-content {
  padding: 30px 0;
}
.slideshow-slider-item-content a {
  margin: 25px auto 0;
}
.slideshow-slider-item .image-center-center {
  background-position: center center;
}
.slideshow-slider-item .image-center-left {
  background-position: left center;
}
.slideshow-slider-item .image-center-right {
  background-position: right center;
}
.slideshow-slider-item .image-top-center {
  background-position: center top;
}
.slideshow-slider-item .image-top-left {
  background-position: left top;
}
.slideshow-slider-item .image-top-right {
  background-position: right top;
}
.slideshow-slider-item .image-bottom-center {
  background-position: center bottom;
}
.slideshow-slider-item .image-bottom-left {
  background-position: left bottom;
}
.slideshow-slider-item .image-bottom-right {
  background-position: right bottom;
}
.slideshow-slider.overlay-black30 .slideshow-slider-item:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.slideshow-slider.overlay-black50 .slideshow-slider-item:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.slideshow-slider.overlay-white30 .slideshow-slider-item:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.slideshow-slider.overlay-white50 .slideshow-slider-item:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.slideshow-slider.overlay-color30 .slideshow-slider-item:before {
  background-color: rgba(var(--color-primary), 0.3);
}
.slideshow-slider.overlay-color50 .slideshow-slider-item:before {
  background-color: rgba(var(--color-primary), 0.5);
}
.slideshow-slider.texture-dark1 .slideshow-slider-item:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEjpMcPgAAAABJRU5ErkJggg==");
}
.slideshow-slider.texture-dark2 .slideshow-slider-item:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAF0lEQVQYV2NkYGD4z8DAwMgAI0AMDA4AI3EBBMY7CTgAAAAASUVORK5CYII=");
}
.slideshow-slider.texture-light1 .slideshow-slider-item:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIElEQVQYV2NkQAL/////zwjjgzkgABKAcUBsRmQOSAAAIAYQASyLe4sAAAAASUVORK5CYII=");
}
.slideshow-slider.texture-light2 .slideshow-slider-item:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQYV2P8////f0ZGRkYGBgYGMAEDKBwAkmUEBJlpJvMAAAAASUVORK5CYII=");
}
.slideshow.with-content .slideshow-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slick-slider .slick-list {
  height: 100%;
}
.slideshow .slick-slider .slick-arrow {
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
}
.slideshow .slick-slider .slick-next {
  right: 15px;
}
.slideshow .slick-slider .slick-prev {
  left: 15px;
}
.slideshow .slick-slider .slick-dots {
  bottom: 20px;
}
.slideshow .slick-slider .slick-dots > li button:before {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .slideshow-slider-item {
    min-height: 70vh;
    padding: 100px 0;
  }
  .slideshow-slider-item-image.gap-left {
    padding-left: 30px;
  }
  .slideshow-slider-item-image.gap-right {
    padding-right: 30px;
  }
  .slideshow .slick-slider .slick-dots {
    bottom: 30px;
  }
}

.header {
  --color-link: var(--menu-text);
  --color-link-active: var(--menu-text);
  position: relative;
  color: var(--menu-text);
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  padding: 5px 0;
  z-index: 100;
  background: var(--menu-bg);
  border-bottom: 1px solid transparent;
  border-bottom: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  /*
  CZ:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAB2ElEQVRIS2NMrdnipyjxbuafv78lGOgIuDg5nquqyDsyqjg2/WX6/4vJ1VaSQVyEg45OYGAAOYJR3Lj8P8hWXcsIhvZsJQYtRS66OKJ35iKwPXAHqJuGgwX87YQZ0gIkGZiYGGnqEJwOANkqKcLG0JWjxCAiwEozR+B1AMzW0hhZBicTAZo4gigHgGw20eRlqEmSY2BnZaKqQ4h2AMhWLg4mhvYsJQY1OU6qOYIkB8BsDXcVZYjzkmCgRvokywEgh8hJsDN05igxCPCwUBQaZDsAnHcZGRiqEuQYbPT5yXYERQ6A2QpyQFmsLAMrC+llBlUcYPryEEP6pVYG1n+/SA6J9a8/Yi8JiTGJ8f9/hrwLdQxGr44QoxyrGrIdIPf5LkP56WIGnt8QH5ALyHJAyO05DD73ljEwMoDrL4oASQ4A+bbqVAGD9JcHFFmKrJloB1g+38uQcqWTgeXfb6pZDjKIoAOY//9lyD9fw6D/+gRVLYYZhtcBCp9uMZSdKWHg/v2ZJpbjDYGIm9MZPB6spkpCw+d6jBAw03NjqDydzyD59THNfI01EaqYlP7l+f6Syff5ZgbBX+/pYjnMEnZmxieMeYYRzip3Vy/98++vOD1tB1kuw8rmAgAVQ71vh/L1VAAAAABJRU5ErkJggg==
  EN:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAFJklEQVRIS+2Wa1BUZRjHf2f3wAK7G4iKiOItNRgZawxdaSa/mF3GcHJSKTPvhXjBTEnLQMOAtMQL5XhDx2tZQ5OCHwybRmcSSR2VodEhvCIBXgYW2HV195zTnHfdlU1KqQ/1ofPlvM/7Ppf/+7zPTRpHUvZgKpZacBgAWtcV6j/2bYFfKm+Kddsve10XQVrmzwjY98llzb8vExYmsyQvIoDPJ9eKWa1gcI6UjVnxGW8LYMaECQwftouampa/BcBolCj6diwVl4+2C0DYwqxK+aDpxLThCUhR0Zgzc5AThwmhxiYPKSkXabYrfiWlpQOxWo00xMej2u1i3xAeTrdz52hpURg1qkrsrS+IZWiiGUmSUG9cx/lxJp6fj/n1bD9eKdZ+AFOGDfIeShIhE6cQOisdKTiY5maFjIwazp69LY4fBiA5uZqNG3sRFxcq+O/+WIojdzlasxcsRhl53EQKFy72msteVyg8MF9r4u6+neC+Kw7kAU9gyV6J3H8giqJRVNRIfn7DXwK4fVulsdFDTEwwmqOV1s9yuVPynf/WRtuzmNIXY+jVB1VV2L+/+j6AjLenotbW4CpYhefoD150JhPmOQsIe2MKigpHjrRgs1kwmw0BT2Ds0YOoEyfQNOFA3GdO0Zy5GKX2mveJevclJH0xctIIQZ8+7SQv7xDFxReQYKX2wgt9ycp6iSFDwgSD/lbOtXmoF38VdLAtifDslWidu6EHl26kbQwYY2OJKi9HR9BSkI9jx1ZQFCSLlZDpszGNnwRBQdTXuykpsbN79y3Ky4u9l9QB6AubLZmUlEiSkyPo2TNIKHAV7eX2pvWoLXYMj4UT8eFHhL74shBsD4By4zr1I59BkgyYxrxKaNq7GCI7C/6DB+1s2HAdh0MVtB+ALwYy06f73+pRFu164FEE7/GsWL8tMAj/NQC+OvBa9+4dwP/PWb+qq/N64H8APg9MjIvrkF/V5maRdt5EN2CwWjskv/f8+f9IEPrS8J1pUwQiWZYwmQyi2KCpaE4nmqogBZswhIT4b9leGmoeN6rT2zMMoaEgB4m1x6Phcnnz3/et3b7D64G2hSgjI5rRo8PFQcuhg9QtmoeutNeaz+n0ylixrztdx/ZndcB1oZpLUyfhqqoicmYaUe8vQ5JlysocrF5dz82bHqEnoBJ2725mz57JJCWZ0dxuGnKyuFW4CVPvPvTbsZuwQQniua/WuOjSOfjBXuArxfeup7S2cnleGk3FBwh9eiixG7YR1KMnDQ0e1q5toKys9cFKqDcjd+01rrw1GeeZU4Q/N4rHN29DjohAUTW+L7XzSW49JSUDHpgHjDExRJ08ib1ZISREwhRsQNM06taspjZvBUZrOLEFm7GOfF5A1PvB+PFbAoMwtU83rqan4mlqosfCRfT8IBPJaOSOW+XTVfWUFHv7+cPmgdTUK3yxoRedImTB33S4lOqZ04TebnMXEL0kC0k2cuBAFXPnHr5fiGzWUIwWM/03FdI5eYxX2O5hdtpVLl684w+ehwHQJ6KwMAM5uTGidRskCdflS5x/fQLOykostiT6btnJ1n6xXg/46sCIpxKI//JrwuLihftOnHKw5L1anM7A6H0UAD60k96MZFZqV2TZgOJwUD0njRvf7COoa1eOXam99wR/GErnuRWWLf+J3JyygLTxER2ZinWZxMRoSg+nULBjj1DRdppuxapI+lj+JBVLzffG8n3Dd1F+/Ld2jeubHQWgy3TqFMKC5ZYAALrxChJyfwdy2oeb0oaIwAAAAABJRU5ErkJggg==
  US:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAABT0lEQVRIS2PMFlaJ3SwbPO8dqwgLAwgwM4Ephr//IDQRfCYONobqI7kQ9cSDl///M6QyyhmU/37LKAixnEzAyM7KUHummBzdLxl5TLv////zl2HnvBQGRkYGhpiGC2CDFtcbEM1nZmNhODXXgiQHTJm3FKwe7oBd81MYGBkYGKKhDljSYEA0n5mVheHUPHIdYNH7///P3wxi8iYk+xzmZVZudoZtpyJJCoG1959AQwDNAaT4HGYjGzc7w1ayHTCaBkbTwGgaQEsDJGVmqGKKygE+h8n///34xSAhZ8zA8J+BgYmNGVwC/v39l2g+Oy8Hw/q9gSS5HV4QNU2c+5+dnY0hNTqUJAMoVQyvCwbcAZ0soIBnYAhWlKHUUyTph0fBgDtgwKNgwB3QycLwgoGBQZykCKSe4meMHcwMvoyMDHMYGBjEqGcuUSY9+/+fIQMA7YEh8yRPGe0AAAAASUVORK5CYII=
  SK:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAACGUlEQVRIS2PcuO+I+u07D/d/+/5DkoGOgIuT47mqirwjY8+spc/obTnMnyBHMDZNnPsfJFCcHkdH/zMw9M5cBLZv1AGDOwRYWZgYmBkZGZiYGFHSx79//xn+/v/P8PvPP7LTDcE0ALKclZkJrwW///4j2xFwBzBq1v9nZmFl0DZ2RbFsQZUWg4EqD8OrOD+Gn+dPo8gxGVkxSC9cy3DxzheG+NZrZIXCpZPbILkAlwMuzDcDK3isi1k+fWPlZVA/dwssb5B4iv4O+M4jwqB2/DLDz1//GMzTz9DfAR9EVRl09x1i+PztL4Nt9lnaOuCBniwD8/8/KJa8FdNkMNi7jz4OOGLtwCD/6SaKA84ZxDH4L+5keP72F4NnyQXahMCZOaYMLMyMDOkZOxl8b81iYPv7E2zRKy4ZhoNWxQyza1UZHr/6yeBbfpE2DljRqMOgIcfFkDrhFcPtp79RLHE34WKoDBdk2HT0DUPdnHuUOWC5AAO4NrSWkUAxSLCyhYEnKpnh6sNfDIv2fGb4+RusjEFKmJkh3YufgZ+bieFdQzHD17XLyHLA0ScvIOUALgeAJMVX72Zg09DBasG3nZsY3pakk2U5SBNRDgAp/FtQzfDTypGBhY0NbNmXF88YxPZsYfizZgnZlpPkAIpswaOZ6BAYEQ64zMDAgD2l0cr7CHPPMy7jZhBnYmPY9/8/gxbt7UOx4fz/3wyeAPefBh77NilYAAAAAElFTkSuQmCC
  DE:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAlklEQVRIS2NkYGAQZ2Bg2MPAwKDDQF9whYGBwYWRgYHh8gBYDvPqFZAD/oN46urqdPX/zZs3wfaNOmA0BAY+BHYxMvxnZmJiUJOSomsuuP7kCSQXjDpgNARGQ2DAQ+BUA6Q2NA2QoGs5cHrDC0g5MOqA0RAYDCEwcI1SRobzjCdaGcSZfjPsY2Bg0KJrPmRkOP+PhcETAFVyagAlg6MsAAAAAElFTkSuQmCC
  FR:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAjUlEQVRIS2N01pktzszMvIeBgUGHAQ+wSfqPTxpDTrkyF696RgaGKwyMjC6MbvrzLhOyHGQStR0AMhPkCJADwF5TEA7B6+L+bZwkhcAHVSW86g+8fQuWH3XAaAiMhsBoCIyGwGgIjIbAaAiMhsCgCIEBa5QyMDCcZwQ1y5mYmfcxMjBo0bNZDrackdETAIE6sTOFYlSxAAAAAElFTkSuQmCC
  RU:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAo0lEQVRIS2PcuO+I+u07D/d/+/5DkoGOgIuT47mqirwjY8+spc/obTnMnyBHMDZNnPsfJFCcHkdH/zMw9M5cBLZv1AGjITDwIcCoWf+fhZWNwcotnq654NDW2ZBcMOqA0RAYDYEBD4HlAgzg2tBaRoKu5cDRJy8g5cCoA0ZDYDCEwGUGBgYdumYBhGXnGZdxM4gzsTHs+/+fQYvOjjj//zeDJwBxf34P7r+YUwAAAABJRU5ErkJggg==
  IT:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAjElEQVRIS2NkqPITZ2D4s4eBgUGHAQ9oEg/GJ40hp5mfhVc9IwPDlV8MLC6MDFVelwlZDjKJ2g4AmQlyBMgB/0EcfTNdvC4+5tFCUgj89/bHq3773r1g+VEHjIbAaAiMhsBoCIyGwGgIjIbAaAgMihAYsEYpA8P/84zQZvk+BgYGLXo2y0GW/2Zg9QQAktGyguiWVuAAAAAASUVORK5CYII=
  PL:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAlklEQVRIS2PcuO+I+u07D/d/+/5DkoGOgIuT47mqirwjY8+spc/obTnMnyBHMDZNnPsfJFCcHkdH/zMw9M5cBLZv1AGjITAaAqMhMPAhMJmBAVwSeqlK07Uk3Hb7KaQkHHXAaAiMhsBoCAx4CMxkZnr26+8/uraIYUUuOzPTE8aNvLzqL759PfDr7z8JepbFIMvFubhdABr9hiLY/1hmAAAAAElFTkSuQmCC
  */
}
.header:before {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-light);
  pointer-events: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header > * {
  position: relative;
  z-index: 2;
}
.header-placeholder {
  height: 4.375rem;
}
.header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-inner > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-inner > div:last-child {
  text-align: right;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header-logo {
  padding: 8px 15px 8px 0;
}
.header-logo a {
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.header-logo a img {
  min-width: 100px;
  max-height: 45px;
}
.header-hamburger {
  display: inline-block;
}
.header-hamburger a {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  position: relative;
  overflow: hidden;
  background: none;
}
.header-hamburger a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 3px;
  margin: -1px 0 0;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--menu-text);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
  font-size: 0;
  text-indent: 100px;
}
.header-hamburger a span:before, .header-hamburger a span:after {
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--menu-text);
}
.header-hamburger a span:after {
  top: 9px;
  transform: rotate(0);
}
.header-hamburger a span:before {
  bottom: 9px;
  transform: rotate(0);
}
.header-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: left;
  max-height: 0;
  overflow-y: auto;
  background: var(--menu-bg);
  text-align: center;
  -webkit-transition: max-height 200ms;
  -moz-transition: max-height 200ms;
  -ms-transition: max-height 200ms;
  -o-transition: max-height 200ms;
  transition: max-height 200ms;
}
.header-menu a:hover, .header-menu a:focus {
  text-decoration: none;
}
.header-menu > ul > li {
  position: relative;
}
.header-menu > ul > li > a {
  color: var(--color-link);
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-menu > ul > li > a:hover, .header-menu > ul > li > a:focus {
  color: var(--color-link-h);
}
.header-menu > ul > li > ul {
  display: none;
  background: var(--menu-bg);
}
.header-menu > ul > li > ul > li {
  display: block;
}
.header-menu > ul > li > ul > li > a {
  display: block;
  padding: 15px 25px;
  color: #333;
}
.header-menu > ul > li > ul > li ul {
  background: var(--menu-bg);
}
.header-menu > ul > li > ul > li ul li {
  padding: 0 0 0 30px;
  position: relative;
}
.header-menu > ul > li > ul > li ul li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: var(--color-primary);
  position: absolute;
  top: 15px;
  left: 30px;
}
.header-menu > ul > li > ul > li ul li a {
  display: block;
  padding: 10px 25px;
}
.header-menu > ul > li > ul > li ul li a:hover, .header-menu > ul > li > ul > li ul li a:focus {
  color: var(--color-primary);
}
.header-menu .menu-toggle {
  display: block;
  position: absolute;
  top: 5px;
  right: 20px;
  padding: 10px;
  border: none;
}
.header-menu .menu-toggle:before {
  display: block;
  content: "\f105";
  font-family: "icomoon" !important;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.header-menu .open + .menu-toggle:before {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header.open {
  -webkit-transition: background 0ms;
  -moz-transition: background 0ms;
  -ms-transition: background 0ms;
  -o-transition: background 0ms;
  transition: background 0ms;
}
.header.open .header-hamburger a span {
  background-color: transparent;
}
.header.open .header-hamburger a span:after {
  top: 0;
  transform: rotate(-45deg);
}
.header.open .header-hamburger a span:before {
  bottom: 0;
  transform: rotate(45deg);
}
.header.open .header-menu {
  max-height: 90vh;
}
.header-lang {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 0 0 15px;
}
.header-lang ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
}
.header-lang ul li {
  display: none;
  margin: 0 1px 0 0;
  order: 2;
}
.header-lang ul li a {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  background: #3c3c44;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 0;
  margin: 0 0 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb25zLWN6IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg1MTJ2MjU2SDB6Ii8+CiAgPHBhdGggZmlsbD0iI2Q3MTQxYSIgZD0iTTAgMjU2aDUxMnYyNTZIMHoiLz4KICA8cGF0aCBmaWxsPSIjMTE0NTdlIiBkPSJNMzAwIDI1NiAwIDU2djQwMHoiLz4KPC9zdmc+Cg==") no-repeat center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0 5px #ddd;
}
.header-lang ul li a:hover, .header-lang ul li a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-lang ul li.lang-item-en a {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb25zLWdiIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg1MTJ2NTEySDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTUxMiAwdjY0TDMyMiAyNTZsMTkwIDE4N3Y2OWgtNjdMMjU0IDMyNCA2OCA1MTJIMHYtNjhsMTg2LTE4N0wwIDc0VjBoNjJsMTkyIDE4OEw0NDAgMHoiLz4KICA8cGF0aCBmaWxsPSIjQzgxMDJFIiBkPSJtMTg0IDMyNCAxMSAzNEw0MiA1MTJIMHYtM3ptMTI0LTEyIDU0IDggMTUwIDE0N3Y0NXpNNTEyIDAgMzIwIDE5NmwtNC00NEw0NjYgMHpNMCAxbDE5MyAxODktNTktOEwwIDQ5eiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNzYgMHY1MTJoMTYwVjB6TTAgMTc2djE2MGg1MTJWMTc2eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDIwOHY5Nmg1MTJ2LTk2ek0yMDggMHY1MTJoOTZWMHoiLz4KPC9zdmc+Cg==");
}
.header-lang ul li.lang-item-de a {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb25zLWRlIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+CiAgPHBhdGggZmlsbD0iI2ZjMCIgZD0iTTAgMzQxLjNoNTEyVjUxMkgweiIvPgogIDxwYXRoIGZpbGw9IiMwMDAwMDEiIGQ9Ik0wIDBoNTEydjE3MC43SDB6Ii8+CiAgPHBhdGggZmlsbD0icmVkIiBkPSJNMCAxNzAuN2g1MTJ2MTcwLjZIMHoiLz4KPC9zdmc+Cg==");
}
.header-lang ul li.current-lang {
  display: block;
  order: 1;
}
.header-lang ul li.current-lang a {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: none;
}
.header-lang ul:hover li, .header-lang ul:focus li {
  display: block;
}
.header-social {
  white-space: nowrap;
}
.header-social ul li a {
  background: var(--menu-text);
  color: var(--color-light);
}
.header-search {
  display: inline-block;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-search-btn {
  font-weight: 400;
  color: var(--color-text);
  width: 40px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.header-search-btn:before {
  content: "\f002";
  font-family: "icomoon" !important;
  display: inline-block;
  width: 100%;
  padding: 0 3px 0 0;
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.header-search-btn:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  border: 0px solid transparent;
  border-width: 0 10px 12px;
  border-bottom-color: var(--color-primary);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -ms-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
}
.header-search-form {
  display: none;
  width: 280px;
  background: var(--color-primary);
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  right: -10px;
}
.header-search-form form {
  position: relative;
}
.header-search-form input {
  background: #fff;
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.header-search-form input[type=submit] {
  border: none;
  background: var(--color-primary);
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
}
.header-search-form input[type=submit]:hover {
  background: var(--color-primary-s);
  color: var(--color-primary);
}
.header-search-btn.open {
  color: var(--color-primary);
}
.header-search-btn.open:after {
  margin-top: -12px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.header-search-btn.open + .header-search-form {
  display: block;
}
@media only screen and (min-width: 400px) {
  .header {
    position: fixed;
  }
  .header-placeholder {
    height: 4.375rem;
  }
  .header-logo {
    padding: 15px 15px 15px 0;
  }
  .header-logo a img {
    max-height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    padding-bottom: 0;
  }
  .header-placeholder {
    height: 5rem;
  }
  .header .header-hamburger {
    display: none;
  }
  .header-inner {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}

.admin-bar .header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  .admin-bar .header {
    top: 32px;
  }
}

.home .header {
  box-shadow: none;
}

.scrolling .header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.scrolling .header:before {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header.open,
.header.open .header-menu {
  background: white;
}

@media only screen and (min-width: 400px) {
  ._first-fragment-topimage:not(.scrolling) .header,
._first-fragment-topmedia:not(.scrolling) .header,
._menu-overlay:not(.scrolling) .header {
    --menu-text: var(--color-light);
    --menu-link: var(--menu-text);
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  ._first-fragment-topimage:not(.scrolling) .header-logo img,
._first-fragment-topmedia:not(.scrolling) .header-logo img,
._menu-overlay:not(.scrolling) .header-logo img {
    filter: brightness(0) invert(1);
  }
  ._first-fragment-topimage:not(.scrolling) .header-social ul li a,
._first-fragment-topmedia:not(.scrolling) .header-social ul li a,
._menu-overlay:not(.scrolling) .header-social ul li a {
    background: var(--menu-text);
    color: var(--color-primary);
  }
  ._first-fragment-topimage:not(.scrolling) .header.open,
._first-fragment-topmedia:not(.scrolling) .header.open,
._menu-overlay:not(.scrolling) .header.open {
    --menu-text: var(--color-primary);
  }
  ._first-fragment-topimage:not(.scrolling) .header.open .header-logo img,
._first-fragment-topmedia:not(.scrolling) .header.open .header-logo img,
._menu-overlay:not(.scrolling) .header.open .header-logo img {
    filter: none;
  }
  ._first-fragment-topimage:not(.scrolling) .header.open .header-social ul li a,
._first-fragment-topmedia:not(.scrolling) .header.open .header-social ul li a,
._menu-overlay:not(.scrolling) .header.open .header-social ul li a {
    color: var(--color-light);
  }

  ._first-fragment-topimage .header-placeholder,
._first-fragment-topmedia .header-placeholder,
._menu-overlay .header-placeholder {
    display: none;
  }
}
.footer {
  --color-li: var(--color-light);
  clear: both;
  text-align: center;
  background: #0B4A89;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22.5px;
  line-height: 1.40625rem;
}
.footer:before {
  content: "";
  display: block;
  height: 1px;
  background: radial-gradient(circle at 50% 0px, rgba(255, 255, 255, 0.1) 0%, transparent 80%) top left;
}
.footer a {
  color: white;
}
.footer a:hover, .footer a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer h1, .footer h2, .footer h3 {
  font-weight: 700;
  text-transform: none;
  color: white;
  margin: 0 0 18px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.footer-inner {
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-inner > div {
  width: 100%;
  padding: 0 0 30px;
}
.footer-menu ul li {
  padding: 0 0 8px;
}
.footer-intro-logo {
  margin: 0 auto 40px;
  max-width: 200px;
}
.footer-intro-content {
  max-width: 300px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer .social li {
  display: block;
}
.footer .social li a {
  display: inline;
  text-align: left;
  background: none;
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.footer .social li a:before {
  display: none;
}
.footer-copy {
  position: relative;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.footer-sign {
  margin: 15px 0 0;
}
.footer-sign a {
  display: inline-block;
}
.footer-sign img {
  vertical-align: baseline;
  height: 1.1em;
  margin: 0 0 0 0.5em;
}
.footer-sign:first-child {
  margin: 0 0 15px;
}
@media only screen and (min-width: 576px) {
  .footer {
    text-align: left;
  }
  .footer-inner {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer-inner > div {
    padding: 0 20px 50px 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 992px) {
  .footer-inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .footer-inner > div {
    width: auto;
    padding: 0 50px 0 0;
  }
  .footer-sign {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .header-menu {
    display: block;
    position: static;
    max-height: none;
    overflow-y: visible;
    background: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header-menu .menu-toggle {
    display: none;
  }
  .header-menu > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header-menu > ul > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 0 0 30px;
    position: relative;
  }
  .header-menu > ul > li > a {
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    color: var(--menu-link);
    border: none;
    padding: 20px 0 20px;
  }
  .header-menu > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    margin: 0;
    background: var(--menu-link-active);
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  .header-menu > ul > li.current-menu-item > a:before, .header-menu > ul > li.current_page_parent > a:before,
.header-menu > ul > li > a:hover:before,
.header-menu > ul > li > a:focus:before {
    width: 100%;
    margin-left: -50%;
  }
  .header-menu > ul > li.menu-item-has-children > _a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-bottom-color: var(--color-primary);
    border-width: 0 10px 12px;
    margin: 0 0 0 -6px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -ms-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms;
  }
  .header-menu > ul > li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-weight: 400;
    font-family: "icomoon" !important;
    font-style: normal;
    margin: 0 0 0 6px;
  }
  .header-menu > ul > li.menu-item-has-children:hover > a:before {
    margin-top: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  .header-menu > ul > li:hover > ul {
    display: block;
  }
  .header-menu > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    text-align: left;
    border-width: 0 1px 1px;
    padding: 15px 0px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  .header-menu > ul > li > ul > li {
    display: block;
  }
  .header-menu > ul > li > ul > li a {
    background: none;
    display: block;
    font-weight: 500;
    padding: 8px 10px 8px 20px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  .header-menu > ul > li > ul > li a:hover {
    background: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .header-menu > ul > li > ul > li ul li {
    padding: 0 0 0 30px;
    position: relative;
  }
  .header-menu > ul > li > ul > li ul li:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: var(--color-secondary);
    position: absolute;
    top: 15px;
    left: 30px;
  }
  .header-menu > ul > li > ul > li ul li a {
    display: block;
    padding: 10px 25px;
  }
  .header-menu > ul > li > ul > li ul li a:hover, .header-menu > ul > li > ul > li ul li a:focus {
    color: var(--color-secondary);
  }
  .header-menu > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .header-menu > ul > li {
    padding: 0 0 0 60px;
  }
}
.first-fragment-topimage:not(.scrolling) .header-menu > ul > li > ul,
.first-fragment-topmedia:not(.scrolling) .header-menu > ul > li > ul,
.menu-overlay:not(.scrolling) .header-menu > ul > li > ul {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.first-fragment-topimage:not(.scrolling) .header-menu > ul > li > ul > li a,
.first-fragment-topmedia:not(.scrolling) .header-menu > ul > li > ul > li a,
.menu-overlay:not(.scrolling) .header-menu > ul > li > ul > li a {
  color: #fff;
}

.shape-bg {
  --dotSize: 1.25rem;
  --bgSize: 5.35rem;
  --bgColor: black;
  --stop1: 0.26rem;
  --stop2: 1.0rem;
  --bgPosition: calc(var(--bgSize) / 2);
  display: block;
  position: relative;
  background: linear-gradient(45deg, red, blue);
}
.shape-bg > * {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: white;
  filter: contrast(8);
  mix-blend-mode: screen;
}
.shape-bg > *:after {
  /* Cover our element */
  content: "";
  position: absolute;
  inset: 0;
  /* Dotted background */
  background-image: radial-gradient(circle at center, var(--bgColor) var(--stop1), transparent var(--stop2)), radial-gradient(circle at center, var(--bgColor) var(--stop1), transparent var(--stop2));
  background-size: var(--bgSize) var(--bgSize);
  background-position: 0 0, var(--bgPosition) var(--bgPosition);
  mask-image: linear-gradient(black, rgba(0, 0, 0, 0));
  -webkit-mask-image: radial-gradient(black, rgba(0, 0, 0, 0));
}

h1 .small, h2 .small {
  display: inline-block;
  margin: 0 0 1em;
  font-weight: 300;
  font-size: 0.6em;
  padding: 10px 20px;
  background: var(--color-primary-l);
  color: var(--color-primary);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.block-title h1, .block-title h2, ._topmedia h1, ._topmedia h2 {
  color: var(--color-title-s);
  position: relative;
  max-width: 800px;
}
.block-title h1:before, .block-title h2:before, ._topmedia h1:before, ._topmedia h2:before {
  position: absolute;
  display: block;
  background: var(--color-hilight);
  width: 4px;
  height: 40px;
  bottom: 100%;
  left: 0;
  margin: 0 0 20px;
}
.block-title h1[style*=align][style*=center], .block-title h2[style*=align][style*=center], ._topmedia h1[style*=align][style*=center], ._topmedia h2[style*=align][style*=center] {
  margin-left: auto;
  margin-right: auto;
}
.block-title h1[style*=align][style*=center]:before, .block-title h2[style*=align][style*=center]:before, ._topmedia h1[style*=align][style*=center]:before, ._topmedia h2[style*=align][style*=center]:before {
  left: 50%;
  margin-left: -2px;
}

._topmedia h1,
._topmedia h2,
.block-title > h1,
.block-title > h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  ._topmedia h1,
._topmedia h2,
.block-title > h1,
.block-title > h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  ._topmedia h1,
._topmedia h2,
.block-title > h1,
.block-title > h2 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 2000px) {
  ._topmedia h1,
._topmedia h2,
.block-title > h1,
.block-title > h2 {
    margin-bottom: 40px;
  }
}
._topmedia h1:before,
._topmedia h2:before,
.block-title > h1:before,
.block-title > h2:before {
  left: 50%;
  margin-left: -2px;
}
._topmedia h1 .small,
._topmedia h2 .small,
.block-title > h1 .small,
.block-title > h2 .small {
  margin-bottom: 2em;
}

h1:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  margin: 20px auto 0 0;
  background: var(--color-li);
}
h1[style*=align][style*=center]:after {
  margin-left: auto;
}

.topmedia h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 65px;
  line-height: 4.0625rem;
}
@media only screen and (min-width: 768px) {
  .topmedia h1 {
    font-size: 93.3333333333px;
    font-size: 5.8333333333rem;
    line-height: 121.3333333333px;
    line-height: 7.5833333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .topmedia h1 {
    font-size: 136.6666666667px;
    font-size: 8.5416666667rem;
    line-height: 177.6666666667px;
    line-height: 11.1041666667rem;
  }
}
@media only screen and (min-width: 2000px) {
  .topmedia h1 {
    font-size: 180px;
    font-size: 11.25rem;
    line-height: 234px;
    line-height: 14.625rem;
  }
}
.topmedia h1:after {
  display: none;
}
.topmedia h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 33px;
  line-height: 2.0625rem;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (min-width: 768px) {
  .topmedia h2 {
    font-size: 43.3333333333px;
    font-size: 2.7083333333rem;
    line-height: 47.6666666667px;
    line-height: 2.9791666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .topmedia h2 {
    font-size: 56.6666666667px;
    font-size: 3.5416666667rem;
    line-height: 62.3333333333px;
    line-height: 3.8958333333rem;
  }
}
@media only screen and (min-width: 2000px) {
  .topmedia h2 {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 77px;
    line-height: 4.8125rem;
  }
}
.topmedia img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute !important;
  right: -25%;
  top: 50%;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topmedia p {
  position: static !important;
}

.tile-item-date {
  white-space: nowrap;
  margin: 0;
}
.tile-item-date:before {
  content: "\f073";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 2px 0;
}

.tile-grid a:hover, .tile-grid a:focus {
  text-decoration: none;
}

a.tile-item, a.tile-item-wrapper {
  color: inherit;
}

.estate-grid,
.article-grid,
.development-grid {
  text-align: left;
}

.article-grid .tile-item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid var(--color-line);
}
.article-grid .tile-item-cta a {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-primary);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
}

.estate-grid .tile-item {
  background: var(--color-light);
}
.estate-grid .tile-item-price {
  display: block;
  color: var(--color-primary);
  margin: 0 0 5px;
  font-weight: 700;
}
.estate-grid .tile-item-title {
  font-weight: 400;
}
.estate-grid .tile-item-location {
  display: block;
  color: var(--color-primary);
  margin: 0 0 5px;
}
.estate-grid .tile-item-location:before {
  content: "\e947";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  color: var(--color-primary);
  display: inline-block;
  font-size: 1.2em;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
.estate-grid .tile-item-params {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22.1px;
  line-height: 1.38125rem;
}
.estate-grid .tile-item-params > * {
  flex: 1;
  padding: 3px 10px 3px 0;
  white-space: nowrap;
}
.estate-grid .tile-item-params > * span {
  display: inline-block;
  margin: 0 5px 3px 0;
  vertical-align: middle;
}
.estate-grid .tile-item-params > *:not(:first-child) {
  border-left: 1px solid var(--color-line);
  padding-left: 15px;
}

.estate-filter {
  margin: 0 auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1200px;
  background: var(--color-primary);
  color: var(--color-primary-c);
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .estate-filter {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .estate-filter {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 2000px) {
  .estate-filter {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .estate-filter {
    padding: 26.6666666667px;
  }
}
@media only screen and (min-width: 1200px) {
  .estate-filter {
    padding: 33.3333333333px;
  }
}
@media only screen and (min-width: 2000px) {
  .estate-filter {
    padding: 40px;
  }
}
.estate-filter-section {
  --color-li: var(--color-light);
  --color-text: var(--color-light);
  padding: 10px 0;
}
.estate-filter-section-delimiter {
  display: block;
  display: none;
  width: 1px;
  height: 80px;
  background: var(--color-primary-c);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.estate-filter-section .radio_button input[type=radio]:not(old) + label, .estate-filter-section .radio_button input[type=radio]:not(old) + span {
  border-color: var(--color-li);
}
.estate-filter-section .radio_button input[type=radio]:not(old):checked + label, .estate-filter-section .radio_button input[type=radio]:not(old):checked + span {
  background: var(--color-li);
  color: var(--color-primary) !important;
}
.estate-filter-section > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -15px;
}
.estate-filter-section > ul li {
  display: block;
  margin: 0 25px 15px 0;
}
.estate-filter-section > ul li a {
  color: var(--color-primary);
}
.estate-filter-section > ul li a:after {
  display: block;
  margin: 5px auto 0;
  width: 100%;
  height: 5px;
  background: var(--color-primary);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.estate-filter-section > ul li a:hover, .estate-filter-section > ul li a:focus {
  text-decoration: none;
}
.estate-filter-section > ul li:not(.active) a {
  color: var(--color-text) !important;
}
.estate-filter-section > ul li:not(.active) a:after {
  width: 0;
}
.estate-filter-section > ul li:not(.active) a:hover {
  color: var(--color-primary-h);
}
@media only screen and (min-width: 768px) {
  .estate-filter {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .estate-filter-section {
    padding: 0;
  }
}

.fragment:has(.estate-filter) {
  margin: -50px 0 0;
}
.fragment:has(.estate-filter) .block {
  padding-top: 0;
}

.estate-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 25px;
  color: var(--color-light);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .estate-image {
    padding: 33.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .estate-image {
    padding: 41.6666666667px;
  }
}
@media only screen and (min-width: 2000px) {
  .estate-image {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .estate-image {
    font-size: 33.3333333333px;
    font-size: 2.0833333333rem;
    line-height: 43.3333333333px;
    line-height: 2.7083333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .estate-image {
    font-size: 36.6666666667px;
    font-size: 2.2916666667rem;
    line-height: 47.6666666667px;
    line-height: 2.9791666667rem;
  }
}
@media only screen and (min-width: 2000px) {
  .estate-image {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
}
.estate-image:after {
  order: 1;
  width: 100%;
  padding-top: 20%;
}
.estate-image:before {
  content: "";
  background: linear-gradient(0deg, rgba(5, 39, 73, 0.7) 20%, rgba(5, 39, 73, 0.2) 50%);
}
.estate-image > * {
  order: 2;
  position: relative;
  z-index: 2;
}
.estate-title {
  color: inherit;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (min-width: 768px) {
  .estate-title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 66px;
    line-height: 4.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .estate-title {
    font-size: 80px;
    font-size: 5rem;
    line-height: 88px;
    line-height: 5.5rem;
  }
}
@media only screen and (min-width: 2000px) {
  .estate-title {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 110px;
    line-height: 6.875rem;
  }
}
.estate-cta-gallery {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: inline-block;
  border: 2px solid var(--color-primary-c);
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: var(--color-primary-c);
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 25px 0 0;
}
.estate-cta-gallery:before {
  content: "\f03e";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  display: inline-block;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  font-size: 1.2em;
}
.estate-cta-gallery:hover, .estate-cta-gallery:focus {
  text-decoration: none;
  color: var(--color-primary-c);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.estate-info {
  margin: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.estate-info ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.estate-info ul li {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 700;
}
.estate-info ul li em {
  font-style: normal;
  text-transform: uppercase;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 400;
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.estate-info ul li span:before {
  color: var(--color-primary);
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 2px 0;
}
.estate-info ul li:not(:first-child) {
  padding: 0 0 10px 0;
}
.estate-cta {
  margin: 25px 0 0;
}
@media only screen and (min-width: 768px) {
  .estate-cta-gallery {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 50;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .estate-cta-gallery {
    bottom: 33.3333333333px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .estate-cta-gallery {
    bottom: 41.6666666667px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 2000px) {
  .estate-cta-gallery {
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .estate-cta-gallery {
    right: 33.3333333333px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .estate-cta-gallery {
    right: 41.6666666667px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 2000px) {
  .estate-cta-gallery {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .estate-info ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .estate-info ul li:not(:first-child) {
    padding: 0;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .estate-info ul li:not(:first-child) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .estate-info ul li:not(:first-child) {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 2000px) {
  .estate-info ul li:not(:first-child) {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .estate-info {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .estate-cta {
    margin: 0 0 0 25px;
    text-align: right;
  }
  .estate-cta a {
    margin: 0 0 10px 10px;
  }
}

.development-list {
  margin-bottom: -50px;
}
@media only screen and (min-width: 768px) {
  .development-list {
    margin-bottom: -66.6666666667px;
  }
}
@media only screen and (min-width: 1200px) {
  .development-list {
    margin-bottom: -83.3333333333px;
  }
}
@media only screen and (min-width: 2000px) {
  .development-list {
    margin-bottom: -100px;
  }
}
.development-list .tile-item {
  box-shadow: none;
  border: none;
  padding: 0;
  display: block;
  margin-bottom: 50px;
  gap: 25px;
}
@media only screen and (min-width: 768px) {
  .development-list .tile-item {
    margin-bottom: 66.6666666667px;
  }
}
@media only screen and (min-width: 1200px) {
  .development-list .tile-item {
    margin-bottom: 83.3333333333px;
  }
}
@media only screen and (min-width: 2000px) {
  .development-list .tile-item {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .development-list .tile-item {
    gap: 43.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .development-list .tile-item {
    gap: 61.6666666667px;
  }
}
@media only screen and (min-width: 2000px) {
  .development-list .tile-item {
    gap: 80px;
  }
}
.development-list .tile-item-gallery {
  width: 100%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  margin: 0 0 25px;
}
.development-list .tile-item-gallery > .d-g {
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.development-list .tile-item-gallery > .d-g > div {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.development-list .tile-item-inner {
  padding: 0;
}
.development-list .tile-item:nth-of-type(even) .tile-item-gallery {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 992px) {
  .development-list .tile-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .development-list .tile-item-gallery {
    width: 65%;
  }
}
.service-grid .tile-item-icon {
  display: block;
  max-width: 150px;
  margin: 0 auto 30px;
  position: relative;
}
.service-grid .tile-item-icon:before {
  content: "";
  background: url("../svg/brush-shape1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  -webkit-transform: scale(1.5) rotate(0deg);
  -moz-transform: scale(1.5) rotate(0deg);
  -ms-transform: scale(1.5) rotate(0deg);
  -o-transform: scale(1.5) rotate(0deg);
  transform: scale(1.5) rotate(0deg);
}
.service-grid .tile-item-icon svg {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.service-grid .tile-item-icon svg, .service-grid .tile-item-icon svg * {
  fill: var(--color-primary) !important;
}
.service-grid a.tile-item-wrapper {
  display: block;
  height: 100%;
}
.service-grid a.tile-item-wrapper .tile-item {
  position: relative;
  top: 0;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.service-grid a.tile-item-wrapper:has(.tile-item-cta) .tile-item-inner {
  padding-bottom: 60px;
  position: relative;
  height: 100%;
}
.service-grid a.tile-item-wrapper:has(.tile-item-cta) .tile-item-inner .tile-item-cta {
  position: absolute;
  left: 0;
  bottom: 30px;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: var(--color-primary);
  letter-spacing: 0.05em;
}
.service-grid a.tile-item-wrapper:has(.tile-item-cta) .tile-item-inner .tile-item-cta:after {
  content: "\e924";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 12px;
}
.service-grid a.tile-item-wrapper:hover, .service-grid a.tile-item-wrapper:focus {
  background: var(--color-primary);
  color: var(--color-primary-c);
}
.service-grid a.tile-item-wrapper:hover .tile-item-cta, .service-grid a.tile-item-wrapper:focus .tile-item-cta {
  color: inherit !important;
}
.service-grid a.tile-item-wrapper:hover .tile-item-icon svg, .service-grid a.tile-item-wrapper:hover .tile-item-icon svg *, .service-grid a.tile-item-wrapper:focus .tile-item-icon svg, .service-grid a.tile-item-wrapper:focus .tile-item-icon svg * {
  fill: var(--color-primary-c) !important;
}
.service-grid a.tile-item-wrapper:hover .tile-item-icon:before, .service-grid a.tile-item-wrapper:focus .tile-item-icon:before {
  filter: brightness(0) invert(1);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.service-list {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .service-list {
    margin-top: 33.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-list {
    margin-top: 66.6666666667px;
  }
}
@media only screen and (min-width: 2000px) {
  .service-list {
    margin-top: 100px;
  }
}
.service-list .service-item {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .service-list .service-item {
    margin-bottom: 133.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-list .service-item {
    margin-bottom: 166.6666666667px;
  }
}
@media only screen and (min-width: 2000px) {
  .service-list .service-item {
    margin-bottom: 200px;
  }
}
.service-list .service-item-image {
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.service-list .service-item-image-wrapper {
  margin: 0 0 25px;
}
.service-list .service-item-title {
  text-align: center;
  margin: 0 0 30px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
}
@media only screen and (min-width: 768px) {
  .service-list .service-item-title {
    font-size: 36.6666666667px;
    font-size: 2.2916666667rem;
    line-height: 47.6666666667px;
    line-height: 2.9791666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .service-list .service-item-title {
    font-size: 43.3333333333px;
    font-size: 2.7083333333rem;
    line-height: 56.3333333333px;
    line-height: 3.5208333333rem;
  }
}
@media only screen and (min-width: 2000px) {
  .service-list .service-item-title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 65px;
    line-height: 4.0625rem;
  }
}
.service-list .service-item-title h2 {
  margin: 0;
}
.service-list .service-item-icon {
  text-align: center;
  max-width: 100px;
  margin: auto;
}
.service-list .service-item-icon:before {
  content: "";
  background: url("../svg/brush-shape1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  -webkit-transform: scale(1.5) rotate(0deg);
  -moz-transform: scale(1.5) rotate(0deg);
  -ms-transform: scale(1.5) rotate(0deg);
  -o-transform: scale(1.5) rotate(0deg);
  transform: scale(1.5) rotate(0deg);
  display: none;
}
.service-list .service-item-icon svg {
  margin: auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.service-list .service-item-icon svg, .service-list .service-item-icon svg * {
  fill: var(--color-primary) !important;
}
.service-list .service-item-image {
  position: relative;
  z-index: 2;
}
.service-list .service-item-image-wrapper {
  position: relative;
}
.service-list .service-item__reverse .row {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 992px) {
  .service-list .service-item-title {
    text-align: left;
  }
  .service-list .service-item-icon {
    max-width: none;
  }
  .service-list .service-item-icon:before {
    display: block;
  }
  .service-list .service-item-image-wrapper {
    margin: 0 0 0 40px;
  }
  .service-list .service-item__reverse .service-item-image-wrapper {
    margin: 0 40px 0 0;
  }
}

.person-grid .tile-item {
  background: none;
  border: none;
  box-shadow: none;
  text-align: center;
}
.person-grid .tile-item-image {
  max-width: 250px;
  margin: 0 auto 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0px 0px 30px rgba(60, 60, 68, 0.3);
}
.person-grid .tile-item-image:after {
  padding-top: 100%;
}

.person-list .tile-item {
  text-align: center;
  white-space: nowrap;
  padding: 0;
  border: none;
  overflow: visible;
  margin: 0 0 50px;
}
.person-list .tile-item-inner {
  white-space: initial;
  padding: 0;
}
.person-list .tile-item-perex {
  margin-bottom: 15px;
}
.person-list .tile-item-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0px 0px 20px rgba(60, 60, 68, 0.4);
  border: 3px solid var(--color-primary);
}
.person-list .tile-item-title {
  font-weight: 700;
}
.person-list .tile-item-email, .person-list .tile-item-phone {
  margin: 0 0 8px;
  font-weight: 400;
}
@media only screen and (min-width: 576px) {
  .person-list .tile-item {
    text-align: left;
  }
  .person-list .tile-item-image {
    margin: 0 30px 0 0;
  }
}

.person-list.layout-bio .tile-item {
  display: block;
  box-shadow: none;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.person-list.layout-bio .tile-item-face {
  max-width: 250px;
  margin: 0 auto 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0px 0px 30px rgba(60, 60, 68, 0.3);
}
.person-list.layout-bio .tile-item-image {
  display: none;
  border: none;
  box-shadow: none;
  max-width: 30%;
  width: 350px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .person-list.layout-bio .tile-item-image {
    margin-right: 53.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .person-list.layout-bio .tile-item-image {
    margin-right: 76.6666666667px;
  }
}
@media only screen and (min-width: 2000px) {
  .person-list.layout-bio .tile-item-image {
    margin-right: 100px;
  }
}
.person-list.layout-bio .tile-item-image img {
  position: relative;
  z-index: 2;
}
.person-list.layout-bio .tile-item-image-backdrop {
  position: absolute;
  top: 50px;
  left: 250px;
  color: var(--color-primary);
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  opacity: 0.1;
  filter: alpha(opacity=10);
  font-weight: 700;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .person-list.layout-bio .tile-item-image-backdrop {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .person-list.layout-bio .tile-item-image-backdrop {
    font-size: 150px;
    font-size: 9.375rem;
    line-height: 150px;
    line-height: 9.375rem;
  }
}
@media only screen and (min-width: 2000px) {
  .person-list.layout-bio .tile-item-image-backdrop {
    font-size: 200px;
    font-size: 12.5rem;
    line-height: 200px;
    line-height: 12.5rem;
  }
}
.person-list.layout-bio .tile-item-inner {
  position: relative;
  z-index: 3;
  margin: 30px 0 0;
  max-width: 800px;
}
.person-list.layout-bio .tile-item-title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
}
@media only screen and (min-width: 768px) {
  .person-list.layout-bio .tile-item-title {
    font-size: 36.6666666667px;
    font-size: 2.2916666667rem;
    line-height: 47.6666666667px;
    line-height: 2.9791666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .person-list.layout-bio .tile-item-title {
    font-size: 43.3333333333px;
    font-size: 2.7083333333rem;
    line-height: 56.3333333333px;
    line-height: 3.5208333333rem;
  }
}
@media only screen and (min-width: 2000px) {
  .person-list.layout-bio .tile-item-title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 65px;
    line-height: 4.0625rem;
  }
}
.person-list.layout-bio .tile-item-perex {
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32.5px;
  line-height: 2.03125rem;
  color: var(--color-primary);
  font-weight: 300;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (min-width: 768px) {
  .person-list.layout-bio .tile-item-perex {
    font-size: 28.3333333333px;
    font-size: 1.7708333333rem;
    line-height: 36.8333333333px;
    line-height: 2.3020833333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .person-list.layout-bio .tile-item-perex {
    font-size: 31.6666666667px;
    font-size: 1.9791666667rem;
    line-height: 41.1666666667px;
    line-height: 2.5729166667rem;
  }
}
@media only screen and (min-width: 2000px) {
  .person-list.layout-bio .tile-item-perex {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 45.5px;
    line-height: 2.84375rem;
  }
}
.person-list.layout-bio .tile-item:nth-of-type(even) {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.person-list.layout-bio .tile-item:nth-of-type(even) .tile-item-image {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  .person-list.layout-bio .tile-item:nth-of-type(even) .tile-item-image {
    margin-left: 53.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .person-list.layout-bio .tile-item:nth-of-type(even) .tile-item-image {
    margin-left: 76.6666666667px;
  }
}
@media only screen and (min-width: 2000px) {
  .person-list.layout-bio .tile-item:nth-of-type(even) .tile-item-image {
    margin-left: 100px;
  }
}
.person-list.layout-bio .tile-item:nth-of-type(even) .tile-item-image-backdrop {
  left: auto;
  right: 250px;
}
@media only screen and (min-width: 992px) {
  .person-list.layout-bio .tile-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .person-list.layout-bio .tile-item-image {
    display: block;
  }
  .person-list.layout-bio .tile-item-face {
    display: none;
  }
  .person-list.layout-bio .tile-item-inner {
    margin-top: 80px;
  }
  .person-list.layout-bio .tile-item-title {
    text-align: left;
  }
  .person-list.layout-bio .tile-item-perex {
    text-align: left;
  }
}

.AAAAAarticle-grid .tile-item {
  text-align: left;
}
.AAAAAarticle-grid .tile-item-wrapper {
  height: auto;
  position: relative;
}
.AAAAAarticle-grid .tile-item-image {
  margin: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.AAAAAarticle-grid .tile-item-inner {
  padding: 25px;
}
.AAAAAarticle-grid .tile-item-perex {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.AAAAAarticle-grid .tile-item-date {
  color: #3c3c44;
  position: relative;
  bottom: -15px;
}
.AAAAAarticle-grid .tile-item-cta a {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-30px, 50%);
}
.AAAAAarticle-grid .tile-item-cta a:before {
  content: "\e924";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #a19568 0%, #0B4A89 100%);
  color: var(--color-light);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 40px;
  line-height: 2.5rem;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  left: -10px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.AAAAAarticle .block:has(+ .fragment) {
  padding-bottom: 0;
}
.AAAAAarticle h1 {
  margin-top: 0;
}
.AAAAAarticle-date {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.AAAAAarticle-author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.AAAAAarticle-author .tile-item-image {
  width: 150px;
}

.d-g {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.d-g > .c1-c1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.d-g > .c1-c2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.d-g > .c1-c3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
.d-g > .c1-c4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}
.d-g > .c1-c5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
}
.d-g > .c1-c6 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
}
.d-g > .c1-c7 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1/8;
}
.d-g > .c1-c8 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
}
.d-g > .c1-c9 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
}
.d-g > .c1-c10 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1/11;
}
.d-g > .c1-c11 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: 1/12;
}
.d-g > .c1-c12 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
}
.d-g > .c2-c2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.d-g > .c2-c3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}
.d-g > .c2-c4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/5;
}
.d-g > .c2-c5 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
}
.d-g > .c2-c6 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2/7;
}
.d-g > .c2-c7 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
  grid-column: 2/8;
}
.d-g > .c2-c8 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 7;
  grid-column: 2/9;
}
.d-g > .c2-c9 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 8;
  grid-column: 2/10;
}
.d-g > .c2-c10 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 9;
  grid-column: 2/11;
}
.d-g > .c2-c11 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  grid-column: 2/12;
}
.d-g > .c2-c12 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 11;
  grid-column: 2/13;
}
.d-g > .c3-c3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.d-g > .c3-c4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}
.d-g > .c3-c5 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
}
.d-g > .c3-c6 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3/7;
}
.d-g > .c3-c7 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-column: 3/8;
}
.d-g > .c3-c8 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 6;
  grid-column: 3/9;
}
.d-g > .c3-c9 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 7;
  grid-column: 3/10;
}
.d-g > .c3-c10 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 8;
  grid-column: 3/11;
}
.d-g > .c3-c11 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 9;
  grid-column: 3/12;
}
.d-g > .c3-c12 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/13;
}
.d-g > .c4-c4 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
.d-g > .c4-c5 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
}
.d-g > .c4-c6 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
}
.d-g > .c4-c7 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 4/8;
}
.d-g > .c4-c8 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 5;
  grid-column: 4/9;
}
.d-g > .c4-c9 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4/10;
}
.d-g > .c4-c10 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 7;
  grid-column: 4/11;
}
.d-g > .c4-c11 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 8;
  grid-column: 4/12;
}
.d-g > .c4-c12 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  grid-column: 4/13;
}
.d-g > .c5-c5 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
}
.d-g > .c5-c6 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
}
.d-g > .c5-c7 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-column: 5/8;
}
.d-g > .c5-c8 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 5/9;
}
.d-g > .c5-c9 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-column: 5/10;
}
.d-g > .c5-c10 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 6;
  grid-column: 5/11;
}
.d-g > .c5-c11 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-column: 5/12;
}
.d-g > .c5-c12 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
  grid-column: 5/13;
}
.d-g > .c6-c6 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/7;
}
.d-g > .c6-c7 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-column: 6/8;
}
.d-g > .c6-c8 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/9;
}
.d-g > .c6-c9 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 4;
  grid-column: 6/10;
}
.d-g > .c6-c10 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 5;
  grid-column: 6/11;
}
.d-g > .c6-c11 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 6;
  grid-column: 6/12;
}
.d-g > .c6-c12 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  grid-column: 6/13;
}
.d-g > .c7-c7 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 1;
  grid-column: 7/8;
}
.d-g > .c7-c8 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-column: 7/9;
}
.d-g > .c7-c9 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/10;
}
.d-g > .c7-c10 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-column: 7/11;
}
.d-g > .c7-c11 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-column: 7/12;
}
.d-g > .c7-c12 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-column: 7/13;
}
.d-g > .c8-c8 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 1;
  grid-column: 8/9;
}
.d-g > .c8-c9 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 2;
  grid-column: 8/10;
}
.d-g > .c8-c10 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-column: 8/11;
}
.d-g > .c8-c11 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 4;
  grid-column: 8/12;
}
.d-g > .c8-c12 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 5;
  grid-column: 8/13;
}
.d-g > .c9-c9 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
  grid-column: 9/10;
}
.d-g > .c9-c10 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-column: 9/11;
}
.d-g > .c9-c11 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-column: 9/12;
}
.d-g > .c9-c12 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/13;
}
.d-g > .c10-c10 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 1;
  grid-column: 10/11;
}
.d-g > .c10-c11 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 2;
  grid-column: 10/12;
}
.d-g > .c10-c12 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10/13;
}
.d-g > .c11-c11 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
  grid-column: 11/12;
}
.d-g > .c11-c12 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-column: 11/13;
}
.d-g > .c12-c12 {
  -ms-grid-column: 12;
  -ms-grid-column-span: 1;
  grid-column: 12/13;
}
.d-g > .r1-r1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.d-g > .r1-r2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.d-g > .r1-r3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
.d-g > .r1-r4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}
.d-g > .r1-r5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/6;
}
.d-g > .r1-r6 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/7;
}
.d-g > .r1-r7 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  grid-row: 1/8;
}
.d-g > .r1-r8 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 8;
  grid-row: 1/9;
}
.d-g > .r1-r9 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 9;
  grid-row: 1/10;
}
.d-g > .r1-r10 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 10;
  grid-row: 1/11;
}
.d-g > .r1-r11 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 11;
  grid-row: 1/12;
}
.d-g > .r1-r12 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 12;
  grid-row: 1/13;
}
.d-g > .r2-r2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.d-g > .r2-r3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}
.d-g > .r2-r4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/5;
}
.d-g > .r2-r5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  grid-row: 2/6;
}
.d-g > .r2-r6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  grid-row: 2/7;
}
.d-g > .r2-r7 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 6;
  grid-row: 2/8;
}
.d-g > .r2-r8 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 7;
  grid-row: 2/9;
}
.d-g > .r2-r9 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 8;
  grid-row: 2/10;
}
.d-g > .r2-r10 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 9;
  grid-row: 2/11;
}
.d-g > .r2-r11 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 10;
  grid-row: 2/12;
}
.d-g > .r2-r12 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 11;
  grid-row: 2/13;
}
.d-g > .r3-r3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.d-g > .r3-r4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
}
.d-g > .r3-r5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3/6;
}
.d-g > .r3-r6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 4;
  grid-row: 3/7;
}
.d-g > .r3-r7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  grid-row: 3/8;
}
.d-g > .r3-r8 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 6;
  grid-row: 3/9;
}
.d-g > .r3-r9 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 7;
  grid-row: 3/10;
}
.d-g > .r3-r10 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 8;
  grid-row: 3/11;
}
.d-g > .r3-r11 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 9;
  grid-row: 3/12;
}
.d-g > .r3-r12 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 10;
  grid-row: 3/13;
}
.d-g > .r4-r4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}
.d-g > .r4-r5 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/6;
}
.d-g > .r4-r6 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4/7;
}
.d-g > .r4-r7 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  grid-row: 4/8;
}
.d-g > .r4-r8 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 5;
  grid-row: 4/9;
}
.d-g > .r4-r9 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 6;
  grid-row: 4/10;
}
.d-g > .r4-r10 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 7;
  grid-row: 4/11;
}
.d-g > .r4-r11 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 8;
  grid-row: 4/12;
}
.d-g > .r4-r12 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 9;
  grid-row: 4/13;
}
.d-g > .r5-r5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}
.d-g > .r5-r6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5/7;
}
.d-g > .r5-r7 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  grid-row: 5/8;
}
.d-g > .r5-r8 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  grid-row: 5/9;
}
.d-g > .r5-r9 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  grid-row: 5/10;
}
.d-g > .r5-r10 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 6;
  grid-row: 5/11;
}
.d-g > .r5-r11 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 7;
  grid-row: 5/12;
}
.d-g > .r5-r12 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 8;
  grid-row: 5/13;
}
.d-g > .r6-r6 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
}
.d-g > .r6-r7 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  grid-row: 6/8;
}
.d-g > .r6-r8 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 3;
  grid-row: 6/9;
}
.d-g > .r6-r9 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 4;
  grid-row: 6/10;
}
.d-g > .r6-r10 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 5;
  grid-row: 6/11;
}
.d-g > .r6-r11 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 6;
  grid-row: 6/12;
}
.d-g > .r6-r12 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 7;
  grid-row: 6/13;
}
.d-g > .r7-r7 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/8;
}
.d-g > .r7-r8 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7/9;
}
.d-g > .r7-r9 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  grid-row: 7/10;
}
.d-g > .r7-r10 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 4;
  grid-row: 7/11;
}
.d-g > .r7-r11 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 5;
  grid-row: 7/12;
}
.d-g > .r7-r12 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 6;
  grid-row: 7/13;
}
.d-g > .r8-r8 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
}
.d-g > .r8-r9 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  grid-row: 8/10;
}
.d-g > .r8-r10 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  grid-row: 8/11;
}
.d-g > .r8-r11 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 4;
  grid-row: 8/12;
}
.d-g > .r8-r12 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 5;
  grid-row: 8/13;
}
.d-g > .r9-r9 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  grid-row: 9/10;
}
.d-g > .r9-r10 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 2;
  grid-row: 9/11;
}
.d-g > .r9-r11 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  grid-row: 9/12;
}
.d-g > .r9-r12 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 4;
  grid-row: 9/13;
}
.d-g > .r10-r10 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  grid-row: 10/11;
}
.d-g > .r10-r11 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 2;
  grid-row: 10/12;
}
.d-g > .r10-r12 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 3;
  grid-row: 10/13;
}
.d-g > .r11-r11 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 1;
  grid-row: 11/12;
}
.d-g > .r11-r12 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 2;
  grid-row: 11/13;
}
.d-g > .r12-r12 {
  -ms-grid-row: 12;
  -ms-grid-row-span: 1;
  grid-row: 12/13;
}

.version-2 {
  --shape-color: rgba(11, 74, 137, 0.1);
}
.version-2 .fragment.text_image .image-wrapper.__layout-shaped:before,
.version-2 .service-grid .tile-item-icon:before,
.version-2 .service-list .service-item-icon:before {
  background: transparent repeating-linear-gradient(135deg, var(--shape-color) 0 15px, transparent 0 30px);
  top: 50%;
  left: 50%;
  height: auto;
  padding-top: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transform: scale(0.8) translate(-50%, -50%);
  -moz-transform: scale(0.8) translate(-50%, -50%);
  -ms-transform: scale(0.8) translate(-50%, -50%);
  -o-transform: scale(0.8) translate(-50%, -50%);
  transform: scale(0.8) translate(-50%, -50%);
}
.version-2 .service-grid .tile-item-icon:before,
.version-2 .service-list .service-item-icon:before {
  background: transparent repeating-linear-gradient(135deg, var(--shape-color) 0 10px, transparent 0 20px);
  width: 140%;
  padding-top: 140%;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.version-2 .service-list .service-item-icon:before {
  width: 80%;
  padding-top: 80%;
}

.version-3 {
  --shape-color: rgba(11, 74, 137, 0.1);
}
.version-3 .fragment.text_image .image-wrapper.__layout-shaped:before,
.version-3 .service-grid .tile-item-icon:before,
.version-3 .service-list .service-item-icon:before {
  background: transparent;
  top: 50%;
  left: 50%;
  height: auto;
  padding-top: 70%;
  -webkit-transform: scale(1) translate(-50%, -60%);
  -moz-transform: scale(1) translate(-50%, -60%);
  -ms-transform: scale(1) translate(-50%, -60%);
  -o-transform: scale(1) translate(-50%, -60%);
  transform: scale(1) translate(-50%, -60%);
  border: 30px solid var(--shape-color);
}
.version-3 .service-grid .tile-item-icon:before,
.version-3 .service-list .service-item-icon:before {
  width: 140%;
  padding-top: 140%;
  border: none;
  background: var(--shape-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.version-3 .service-list .service-item-icon:before {
  width: 80%;
  padding-top: 80%;
}

@media print {
  .header, .footer {
    display: none;
  }

  *[data-aos],
*[data-aos] .row > div {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    transition-duration: 0ms !important;
  }

  *[class*=respo-image] {
    position: relative;
  }
  *[class*=respo-image] img {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

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