@charset "utf-8";
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
@import '/components/node/node_modules/@splidejs/splide/dist/css/splide-core.min.css';
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../components/node_modules/@yarn/swipebox/src/img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../components/node_modules/@yarn/swipebox/src/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
body {
  font-size: 16px;
}
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table {
  margin: auto;
}
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  a[href]:after {
    content: none !important;
  }
  html,
  body {
    width: 100%;
  }
  html .container,
  body .container {
    width: 1200px;
  }
  .col-print-full,
  .col-print-half,
  .col-print-third {
    display: block;
    float: left;
  }
  .col-print-full {
    width: 100% !important;
  }
  .col-print-half {
    width: 50% !important;
  }
  .col-print-third {
    width: 33.33333333% !important;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five,
.col-xs-ten,
.col-sm-ten,
.col-md-ten,
.col-lg-ten {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .xs-pull-left {
    float: left !important;
  }
  .xs-pull-right {
    float: right !important;
  }
  .col-xs-five {
    width: 20% !important;
  }
  .col-xs-ten {
    width: 10% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .col-sm-five {
    width: 20% !important;
  }
  .col-sm-ten {
    width: 10% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-pull-left {
    float: left !important;
  }
  .md-pull-right {
    float: right !important;
  }
  .col-md-five {
    width: 20% !important;
  }
  .col-md-ten {
    width: 10% !important;
  }
}
@media (min-width: 1200px) {
  .lg-pull-left {
    float: left !important;
  }
  .lg-pull-right {
    float: right !important;
  }
  .col-lg-five {
    width: 20% !important;
  }
  .col-lg-ten {
    width: 10% !important;
  }
}
html.js .jshidden {
  display: none;
}
#tracy-debug {
  z-index: 9999;
}
#ajax-spinner {
  margin: 15px 0 0 15px;
  padding: 13px;
  background: white url("../artcms/images/spinner.gif") no-repeat 50% 50%;
  font-size: 0;
  z-index: 123456;
  display: none;
}
@media print {
  #ajax-spinner {
    display: none;
  }
}
a[href^="error:"] {
  background: red;
  color: white;
}
form .error {
  color: #D00;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flexible {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flexible > * {
  width: 100%;
  height: 100%;
}
.dragme {
  cursor: move !important;
}
.image-left {
  display: block;
  margin: 15px auto;
  text-align: center;
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .image-left {
    float: left;
    margin: 25px 25px 25px 0;
  }
}
.image-right {
  display: block;
  margin: 15px auto;
  text-align: center;
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .image-right {
    float: left;
    margin: 25px 25px 25px 0;
  }
}
@media (min-width: 768px) {
  .image-right {
    float: right;
    margin: 25px 0 25px 25px;
  }
}
.max-width,
.max-width * {
  max-width: 100%;
}
.hide {
  display: none;
}
.disabled {
  color: #999;
}
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.has-error {
  border: 1px solid red !important;
}
.no-error {
  border: 1px solid green !important;
  background: url("../project/images/ok.png") 99% 50% no-repeat !important;
  background-size: 23px !important;
  padding-right: 52px !important;
}
/*

http://cssload.net

<div class="ajaxloader">
	<div class="ajaxloader_1"></div>
	<div class="ajaxloader_2"></div>
	<div class="ajaxloader_3"></div>
	<div class="ajaxloader_4"></div>
	<div class="ajaxloader_5"></div>
	<div class="ajaxloader_6"></div>
	<div class="ajaxloader_7"></div>
	<div class="ajaxloader_8"></div>
</div>
*/
.ajaxloading {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ajaxloader {
  position: absolute;
  z-index: 450;
  width: 24px;
  height: 24px;
}
.ajaxloader > div {
  position: absolute;
  background-color: #80010b;
  width: 5px;
  height: 5px;
  -moz-border-radius: 4px;
  -moz-animation-name: bounce_circularG;
  -moz-animation-duration: 0.88s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 4px;
  -webkit-animation-name: bounce_circularG;
  -webkit-animation-duration: 0.88s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 4px;
  -ms-animation-name: bounce_circularG;
  -ms-animation-duration: 0.88s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 4px;
  -o-animation-name: bounce_circularG;
  -o-animation-duration: 0.88s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 4px;
  animation-name: bounce_circularG;
  animation-duration: 0.88s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
.ajaxloader .ajaxloader_1 {
  left: 0;
  top: 9px;
  -moz-animation-delay: 0.33s;
  -webkit-animation-delay: 0.33s;
  -ms-animation-delay: 0.33s;
  -o-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.ajaxloader .ajaxloader_2 {
  left: 3px;
  top: 3px;
  -moz-animation-delay: 0.44s;
  -webkit-animation-delay: 0.44s;
  -ms-animation-delay: 0.44s;
  -o-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.ajaxloader .ajaxloader_3 {
  top: 0;
  left: 9px;
  -moz-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.ajaxloader .ajaxloader_4 {
  right: 3px;
  top: 3px;
  -moz-animation-delay: 0.66s;
  -webkit-animation-delay: 0.66s;
  -ms-animation-delay: 0.66s;
  -o-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.ajaxloader .ajaxloader_5 {
  right: 0;
  top: 9px;
  -moz-animation-delay: 0.77s;
  -webkit-animation-delay: 0.77s;
  -ms-animation-delay: 0.77s;
  -o-animation-delay: 0.77s;
  animation-delay: 0.77s;
}
.ajaxloader .ajaxloader_6 {
  right: 3px;
  bottom: 3px;
  -moz-animation-delay: 0.88s;
  -webkit-animation-delay: 0.88s;
  -ms-animation-delay: 0.88s;
  -o-animation-delay: 0.88s;
  animation-delay: 0.88s;
}
.ajaxloader .ajaxloader_7 {
  left: 9px;
  bottom: 0;
  -moz-animation-delay: 0.99s;
  -webkit-animation-delay: 0.99s;
  -ms-animation-delay: 0.99s;
  -o-animation-delay: 0.99s;
  animation-delay: 0.99s;
}
.ajaxloader .ajaxloader_8 {
  left: 3px;
  bottom: 3px;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.datetimepicker .icon-arrow-left {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datetimepicker .icon-arrow-left:before {
  content: "\e091";
}
.datetimepicker .icon-arrow-right {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datetimepicker .icon-arrow-right:before {
  content: "\e092";
}
ul.popupmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.popupmenu li {
  display: block;
  position: relative;
  white-space: nowrap;
}
ul.popupmenu li a {
  display: block;
}
ul.popupmenu li .popupinner,
ul.popupmenu li > ul,
ul.popupmenu li:hover > ul,
ul.popupmenu li.active > ul {
  display: none;
  text-align: left;
  z-index: 500;
  padding: 20px 15px 15px;
}
ul.popupmenu li .popupinner li,
ul.popupmenu li > ul li,
ul.popupmenu li:hover > ul li,
ul.popupmenu li.active > ul li {
  display: block;
}
ul.popupmenu li .popupinner li a,
ul.popupmenu li > ul li a,
ul.popupmenu li:hover > ul li a,
ul.popupmenu li.active > ul li a {
  display: block;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  ul.popupmenu li .popupinner,
  ul.popupmenu li > ul,
  ul.popupmenu li:hover > ul,
  ul.popupmenu li.active > ul {
    position: absolute;
  }
}
ul.popupmenu li.active .popupinner,
ul.popupmenu li.active > ul {
  display: block;
}
@media (min-width: 768px) {
  ul.popupmenu li.active .popupinner,
  ul.popupmenu li.active > ul {
    display: none;
  }
}
@media (min-width: 768px) {
  ul.popupmenu li {
    display: inline-block;
  }
  ul.popupmenu li a {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  ul.popupmenu.collapse {
    display: block;
    visibility: visible;
    height: auto !important;
  }
}
/* Less file is created by GRID system DO NOT CHANGE */
.grid-row {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.grid-row > .grid {
  flex-grow: 1;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-width: 10%;
}
.grid.html,
.grid.text,
.grid.bullets {
  display: block;
}
.grid.b-col,
.grid.b-form,
.grid.b-image {
  flex-direction: column;
}
.grid.b-col.reverse,
.grid.b-form.reverse,
.grid.b-image.reverse {
  flex-direction: column-reverse;
}
.grid.b-col.b-center,
.grid.b-form.b-center,
.grid.b-image.b-center {
  align-items: center;
}
.grid.b-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.grid.b-row.reverse {
  flex-direction: row-reverse;
}
.grid.b-row.left {
  justify-content: left;
}
.grid.b-row.left > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.right {
  justify-content: right;
}
.grid.b-row.right > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.center {
  justify-content: center;
}
.grid.b-row.center > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.space-between {
  justify-content: space-between;
}
.grid.b-row.space-between > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.space-around {
  justify-content: space-around;
}
.grid.b-row.space-around > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.space-evenly {
  justify-content: space-evenly;
}
.grid.b-row.space-evenly > .grid-box {
  justify-content: flex-start;
}
.grid.b-link.b-center {
  justify-content: center;
  align-items: center;
}
.grid.b-image {
  position: relative;
  overflow: hidden;
}
.grid.b-image > img {
  width: 100%;
  height: auto;
}
.grid.b-image .bg-inner {
  position: absolute;
  top: 0;
}
.grid .b-row-1,
.grid .b-link-1,
.grid.b-image-1 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-1 > .grid,
.grid .b-link-1 > .grid,
.grid.b-image-1 > .grid,
.grid .b-row-1 > .grid-row,
.grid .b-link-1 > .grid-row,
.grid.b-image-1 > .grid-row {
  box-sizing: border-box;
  flex-basis: 100%;
}
.grid .b-row-1.column-count,
.grid .b-link-1.column-count,
.grid.b-image-1.column-count {
  display: block;
  column-count: 1;
}
.grid .b-row-1.column-count > .grid,
.grid .b-link-1.column-count > .grid,
.grid.b-image-1.column-count > .grid,
.grid .b-row-1.column-count > .grid-row,
.grid .b-link-1.column-count > .grid-row,
.grid.b-image-1.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-2,
.grid .b-link-2,
.grid.b-image-2 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-2 > .grid,
.grid .b-link-2 > .grid,
.grid.b-image-2 > .grid,
.grid .b-row-2 > .grid-row,
.grid .b-link-2 > .grid-row,
.grid.b-image-2 > .grid-row {
  box-sizing: border-box;
  flex-basis: 50%;
  min-width: calc(50% - 10px);
}
.grid .b-row-2.column-count,
.grid .b-link-2.column-count,
.grid.b-image-2.column-count {
  display: block;
  column-count: 2;
}
.grid .b-row-2.column-count > .grid,
.grid .b-link-2.column-count > .grid,
.grid.b-image-2.column-count > .grid,
.grid .b-row-2.column-count > .grid-row,
.grid .b-link-2.column-count > .grid-row,
.grid.b-image-2.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-3,
.grid .b-link-3,
.grid.b-image-3 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-3 > .grid,
.grid .b-link-3 > .grid,
.grid.b-image-3 > .grid,
.grid .b-row-3 > .grid-row,
.grid .b-link-3 > .grid-row,
.grid.b-image-3 > .grid-row {
  box-sizing: border-box;
  flex-basis: 33.33%;
  min-width: calc(33% - 10px);
}
.grid .b-row-3.column-count,
.grid .b-link-3.column-count,
.grid.b-image-3.column-count {
  display: block;
  column-count: 3;
}
.grid .b-row-3.column-count > .grid,
.grid .b-link-3.column-count > .grid,
.grid.b-image-3.column-count > .grid,
.grid .b-row-3.column-count > .grid-row,
.grid .b-link-3.column-count > .grid-row,
.grid.b-image-3.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-4,
.grid .b-link-4,
.grid.b-image-4 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-4 > .grid,
.grid .b-link-4 > .grid,
.grid.b-image-4 > .grid,
.grid .b-row-4 > .grid-row,
.grid .b-link-4 > .grid-row,
.grid.b-image-4 > .grid-row {
  box-sizing: border-box;
  flex-basis: 25%;
  min-width: calc(25% - 10px);
}
.grid .b-row-4.column-count,
.grid .b-link-4.column-count,
.grid.b-image-4.column-count {
  display: block;
  column-count: 4;
}
.grid .b-row-4.column-count > .grid,
.grid .b-link-4.column-count > .grid,
.grid.b-image-4.column-count > .grid,
.grid .b-row-4.column-count > .grid-row,
.grid .b-link-4.column-count > .grid-row,
.grid.b-image-4.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-5,
.grid .b-link-5,
.grid.b-image-5 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-5 > .grid,
.grid .b-link-5 > .grid,
.grid.b-image-5 > .grid,
.grid .b-row-5 > .grid-row,
.grid .b-link-5 > .grid-row,
.grid.b-image-5 > .grid-row {
  box-sizing: border-box;
  flex-basis: 20%;
  min-width: calc(20% - 10px);
}
.grid .b-row-5.column-count,
.grid .b-link-5.column-count,
.grid.b-image-5.column-count {
  display: block;
  column-count: 5;
}
.grid .b-row-5.column-count > .grid,
.grid .b-link-5.column-count > .grid,
.grid.b-image-5.column-count > .grid,
.grid .b-row-5.column-count > .grid-row,
.grid .b-link-5.column-count > .grid-row,
.grid.b-image-5.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-6,
.grid .b-link-6,
.grid.b-image-6 {
  flex-grow: 0;
  flex-wrap: wrap;
}
.grid .b-row-6 > .grid,
.grid .b-link-6 > .grid,
.grid.b-image-6 > .grid,
.grid .b-row-6 > .grid-row,
.grid .b-link-6 > .grid-row,
.grid.b-image-6 > .grid-row {
  box-sizing: border-box;
  flex-basis: 16.66%;
  min-width: calc(16% - 10px);
}
.grid .b-row-6.column-count,
.grid .b-link-6.column-count,
.grid.b-image-6.column-count {
  display: block;
  column-count: 6;
}
.grid .b-row-6.column-count > .grid,
.grid .b-link-6.column-count > .grid,
.grid.b-image-6.column-count > .grid,
.grid .b-row-6.column-count > .grid-row,
.grid .b-link-6.column-count > .grid-row,
.grid.b-image-6.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .grow-0 {
  flex-grow: 0;
}
.grid .grow-1 {
  flex-grow: 1;
}
.grid .grow-2 {
  flex-grow: 2;
}
.grid .grow-3 {
  flex-grow: 3;
}
.grid .grow-4 {
  flex-grow: 4;
}
.grid .grow-5 {
  flex-grow: 5;
}
.grid .grow-6 {
  flex-grow: 6;
}
.grid .shrink-1 {
  flex-shrink: 1;
}
.grid .shrink-2 {
  flex-shrink: 2;
}
.grid .shrink-3 {
  flex-shrink: 3;
}
.grid .shrink-4 {
  flex-shrink: 4;
}
.grid .shrink-5 {
  flex-shrink: 5;
}
.grid .shrink-6 {
  flex-shrink: 6;
}
.grid .g-visible {
  display: flex;
}
.grid .g-hidden {
  display: none;
}
.grid .html.gnum-1,
.grid .text.gnum-1,
.grid .bullets.gnum-1 {
  /*display: block;*/
  column-count: 1;
}
.grid .html.gnum-2,
.grid .text.gnum-2,
.grid .bullets.gnum-2 {
  /*display: block;*/
  column-count: 2;
}
.grid .html.gnum-3,
.grid .text.gnum-3,
.grid .bullets.gnum-3 {
  /*display: block;*/
  column-count: 3;
}
.grid .html.gnum-4,
.grid .text.gnum-4,
.grid .bullets.gnum-4 {
  /*display: block;*/
  column-count: 4;
}
.grid .html.gnum-5,
.grid .text.gnum-5,
.grid .bullets.gnum-5 {
  /*display: block;*/
  column-count: 5;
}
.grid .html.gnum-6,
.grid .text.gnum-6,
.grid .bullets.gnum-6 {
  /*display: block;*/
  column-count: 6;
}
.grid .space.gnum-1 {
  height: 10px;
}
.grid .space.gnum-2 {
  height: 20px;
}
.grid .space.gnum-3 {
  height: 40px;
}
.grid .space.gnum-4 {
  height: 60px;
}
.grid .space.gnum-5 {
  height: 80px;
}
.grid .space.gnum-6 {
  height: 100px;
}
@media (max-width: 1400px) {
  .grid.gxl-dir-row {
    flex-direction: row !important;
  }
  .grid.gxl-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gxl-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gxl-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gxl-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-1 > .grid,
  .grid .gxl-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gxl-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gxl-num-1.column-count > .grid,
  .grid .gxl-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-2 > .grid,
  .grid .gxl-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gxl-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gxl-num-2.column-count > .grid,
  .grid .gxl-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-3 > .grid,
  .grid .gxl-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gxl-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gxl-num-3.column-count > .grid,
  .grid .gxl-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-4 > .grid,
  .grid .gxl-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gxl-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gxl-num-4.column-count > .grid,
  .grid .gxl-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-5 > .grid,
  .grid .gxl-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gxl-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gxl-num-5.column-count > .grid,
  .grid .gxl-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gxl-num-6 > .grid,
  .grid .gxl-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gxl-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gxl-num-6.column-count > .grid,
  .grid .gxl-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-grow-0 {
    flex-grow: 0;
  }
  .grid .gxl-grow-1 {
    flex-grow: 1;
  }
  .grid .gxl-grow-2 {
    flex-grow: 2;
  }
  .grid .gxl-grow-3 {
    flex-grow: 3;
  }
  .grid .gxl-grow-4 {
    flex-grow: 4;
  }
  .grid .gxl-grow-5 {
    flex-grow: 5;
  }
  .grid .gxl-grow-6 {
    flex-grow: 6;
  }
  .grid .gxl-visible {
    display: flex;
  }
  .grid .gxl-hidden {
    display: none;
  }
  .grid .html.gxl-num-1,
  .grid .text.gxl-num-1,
  .grid .bullets.gxl-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gxl-num-2,
  .grid .text.gxl-num-2,
  .grid .bullets.gxl-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gxl-num-3,
  .grid .text.gxl-num-3,
  .grid .bullets.gxl-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gxl-num-4,
  .grid .text.gxl-num-4,
  .grid .bullets.gxl-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gxl-num-5,
  .grid .text.gxl-num-5,
  .grid .bullets.gxl-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gxl-num-6,
  .grid .text.gxl-num-6,
  .grid .bullets.gxl-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gxl-num-1 {
    height: 10px;
  }
  .grid .space.gxl-num-2 {
    height: 20px;
  }
  .grid .space.gxl-num-3 {
    height: 40px;
  }
  .grid .space.gxl-num-4 {
    height: 60px;
  }
  .grid .space.gxl-num-5 {
    height: 80px;
  }
  .grid .space.gxl-num-6 {
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .grid.glg-dir-row {
    flex-direction: row !important;
  }
  .grid.glg-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.glg-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.glg-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .glg-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-1 > .grid,
  .grid .glg-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .glg-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .glg-num-1.column-count > .grid,
  .grid .glg-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-2 > .grid,
  .grid .glg-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .glg-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .glg-num-2.column-count > .grid,
  .grid .glg-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-3 > .grid,
  .grid .glg-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .glg-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .glg-num-3.column-count > .grid,
  .grid .glg-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-4 > .grid,
  .grid .glg-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .glg-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .glg-num-4.column-count > .grid,
  .grid .glg-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-5 > .grid,
  .grid .glg-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .glg-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .glg-num-5.column-count > .grid,
  .grid .glg-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .glg-num-6 > .grid,
  .grid .glg-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .glg-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .glg-num-6.column-count > .grid,
  .grid .glg-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-grow-0 {
    flex-grow: 0;
  }
  .grid .glg-grow-1 {
    flex-grow: 1;
  }
  .grid .glg-grow-2 {
    flex-grow: 2;
  }
  .grid .glg-grow-3 {
    flex-grow: 3;
  }
  .grid .glg-grow-4 {
    flex-grow: 4;
  }
  .grid .glg-grow-5 {
    flex-grow: 5;
  }
  .grid .glg-grow-6 {
    flex-grow: 6;
  }
  .grid .glg-visible {
    display: flex;
  }
  .grid .glg-hidden {
    display: none;
  }
  .grid .html.glg-num-1,
  .grid .text.glg-num-1,
  .grid .bullets.glg-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.glg-num-2,
  .grid .text.glg-num-2,
  .grid .bullets.glg-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.glg-num-3,
  .grid .text.glg-num-3,
  .grid .bullets.glg-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.glg-num-4,
  .grid .text.glg-num-4,
  .grid .bullets.glg-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.glg-num-5,
  .grid .text.glg-num-5,
  .grid .bullets.glg-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.glg-num-6,
  .grid .text.glg-num-6,
  .grid .bullets.glg-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.glg-num-1 {
    height: 10px;
  }
  .grid .space.glg-num-2 {
    height: 20px;
  }
  .grid .space.glg-num-3 {
    height: 40px;
  }
  .grid .space.glg-num-4 {
    height: 60px;
  }
  .grid .space.glg-num-5 {
    height: 80px;
  }
  .grid .space.glg-num-6 {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .grid.gmd-dir-row {
    flex-direction: row !important;
  }
  .grid.gmd-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gmd-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gmd-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gmd-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-1 > .grid,
  .grid .gmd-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gmd-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gmd-num-1.column-count > .grid,
  .grid .gmd-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-2 > .grid,
  .grid .gmd-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gmd-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gmd-num-2.column-count > .grid,
  .grid .gmd-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-3 > .grid,
  .grid .gmd-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gmd-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gmd-num-3.column-count > .grid,
  .grid .gmd-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-4 > .grid,
  .grid .gmd-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gmd-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gmd-num-4.column-count > .grid,
  .grid .gmd-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-5 > .grid,
  .grid .gmd-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gmd-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gmd-num-5.column-count > .grid,
  .grid .gmd-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gmd-num-6 > .grid,
  .grid .gmd-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gmd-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gmd-num-6.column-count > .grid,
  .grid .gmd-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-grow-0 {
    flex-grow: 0;
  }
  .grid .gmd-grow-1 {
    flex-grow: 1;
  }
  .grid .gmd-grow-2 {
    flex-grow: 2;
  }
  .grid .gmd-grow-3 {
    flex-grow: 3;
  }
  .grid .gmd-grow-4 {
    flex-grow: 4;
  }
  .grid .gmd-grow-5 {
    flex-grow: 5;
  }
  .grid .gmd-grow-6 {
    flex-grow: 6;
  }
  .grid .gmd-visible {
    display: flex;
  }
  .grid .gmd-hidden {
    display: none;
  }
  .grid .html.gmd-num-1,
  .grid .text.gmd-num-1,
  .grid .bullets.gmd-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gmd-num-2,
  .grid .text.gmd-num-2,
  .grid .bullets.gmd-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gmd-num-3,
  .grid .text.gmd-num-3,
  .grid .bullets.gmd-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gmd-num-4,
  .grid .text.gmd-num-4,
  .grid .bullets.gmd-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gmd-num-5,
  .grid .text.gmd-num-5,
  .grid .bullets.gmd-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gmd-num-6,
  .grid .text.gmd-num-6,
  .grid .bullets.gmd-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gmd-num-1 {
    height: 10px;
  }
  .grid .space.gmd-num-2 {
    height: 20px;
  }
  .grid .space.gmd-num-3 {
    height: 40px;
  }
  .grid .space.gmd-num-4 {
    height: 60px;
  }
  .grid .space.gmd-num-5 {
    height: 80px;
  }
  .grid .space.gmd-num-6 {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .grid.gsm-dir-row {
    flex-direction: row !important;
  }
  .grid.gsm-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gsm-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gsm-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gsm-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-1 > .grid,
  .grid .gsm-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gsm-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gsm-num-1.column-count > .grid,
  .grid .gsm-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-2 > .grid,
  .grid .gsm-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gsm-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gsm-num-2.column-count > .grid,
  .grid .gsm-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-3 > .grid,
  .grid .gsm-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gsm-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gsm-num-3.column-count > .grid,
  .grid .gsm-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-4 > .grid,
  .grid .gsm-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gsm-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gsm-num-4.column-count > .grid,
  .grid .gsm-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-5 > .grid,
  .grid .gsm-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gsm-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gsm-num-5.column-count > .grid,
  .grid .gsm-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gsm-num-6 > .grid,
  .grid .gsm-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gsm-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gsm-num-6.column-count > .grid,
  .grid .gsm-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-grow-0 {
    flex-grow: 0;
  }
  .grid .gsm-grow-1 {
    flex-grow: 1;
  }
  .grid .gsm-grow-2 {
    flex-grow: 2;
  }
  .grid .gsm-grow-3 {
    flex-grow: 3;
  }
  .grid .gsm-grow-4 {
    flex-grow: 4;
  }
  .grid .gsm-grow-5 {
    flex-grow: 5;
  }
  .grid .gsm-grow-6 {
    flex-grow: 6;
  }
  .grid .gsm-visible {
    display: flex;
  }
  .grid .gsm-hidden {
    display: none;
  }
  .grid .html.gsm-num-1,
  .grid .text.gsm-num-1,
  .grid .bullets.gsm-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gsm-num-2,
  .grid .text.gsm-num-2,
  .grid .bullets.gsm-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gsm-num-3,
  .grid .text.gsm-num-3,
  .grid .bullets.gsm-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gsm-num-4,
  .grid .text.gsm-num-4,
  .grid .bullets.gsm-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gsm-num-5,
  .grid .text.gsm-num-5,
  .grid .bullets.gsm-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gsm-num-6,
  .grid .text.gsm-num-6,
  .grid .bullets.gsm-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gsm-num-1 {
    height: 10px;
  }
  .grid .space.gsm-num-2 {
    height: 20px;
  }
  .grid .space.gsm-num-3 {
    height: 40px;
  }
  .grid .space.gsm-num-4 {
    height: 60px;
  }
  .grid .space.gsm-num-5 {
    height: 80px;
  }
  .grid .space.gsm-num-6 {
    height: 100px;
  }
}
@media (max-width: 576px) {
  .grid.gxs-dir-row {
    flex-direction: row !important;
  }
  .grid.gxs-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gxs-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gxs-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gxs-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-1 > .grid,
  .grid .gxs-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gxs-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gxs-num-1.column-count > .grid,
  .grid .gxs-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-2 > .grid,
  .grid .gxs-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gxs-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gxs-num-2.column-count > .grid,
  .grid .gxs-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-3 > .grid,
  .grid .gxs-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gxs-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gxs-num-3.column-count > .grid,
  .grid .gxs-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-4 > .grid,
  .grid .gxs-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gxs-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gxs-num-4.column-count > .grid,
  .grid .gxs-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-5 > .grid,
  .grid .gxs-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gxs-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gxs-num-5.column-count > .grid,
  .grid .gxs-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gxs-num-6 > .grid,
  .grid .gxs-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gxs-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gxs-num-6.column-count > .grid,
  .grid .gxs-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-grow-0 {
    flex-grow: 0;
  }
  .grid .gxs-grow-1 {
    flex-grow: 1;
  }
  .grid .gxs-grow-2 {
    flex-grow: 2;
  }
  .grid .gxs-grow-3 {
    flex-grow: 3;
  }
  .grid .gxs-grow-4 {
    flex-grow: 4;
  }
  .grid .gxs-grow-5 {
    flex-grow: 5;
  }
  .grid .gxs-grow-6 {
    flex-grow: 6;
  }
  .grid .gxs-visible {
    display: flex;
  }
  .grid .gxs-hidden {
    display: none;
  }
  .grid .html.gxs-num-1,
  .grid .text.gxs-num-1,
  .grid .bullets.gxs-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gxs-num-2,
  .grid .text.gxs-num-2,
  .grid .bullets.gxs-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gxs-num-3,
  .grid .text.gxs-num-3,
  .grid .bullets.gxs-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gxs-num-4,
  .grid .text.gxs-num-4,
  .grid .bullets.gxs-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gxs-num-5,
  .grid .text.gxs-num-5,
  .grid .bullets.gxs-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gxs-num-6,
  .grid .text.gxs-num-6,
  .grid .bullets.gxs-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gxs-num-1 {
    height: 10px;
  }
  .grid .space.gxs-num-2 {
    height: 20px;
  }
  .grid .space.gxs-num-3 {
    height: 40px;
  }
  .grid .space.gxs-num-4 {
    height: 60px;
  }
  .grid .space.gxs-num-5 {
    height: 80px;
  }
  .grid .space.gxs-num-6 {
    height: 100px;
  }
}
/* Less file is created by GRID system DO NOT CHANGE */
@font-face {
  font-family: 'FontFlaticon';
  src: url("/tmpl/paris/fonts/flaticon/flaticon.eot");
  src: url("/tmpl/paris/fonts/flaticon/flaticon.eot#iefix") format("embedded-opentype"), url("/tmpl/paris/fonts/flaticon/flaticon.woff") format("woff"), url("/tmpl/paris/fonts/flaticon/flaticon.woff2") format("woff2"), url("/tmpl/paris/fonts/flaticon/flaticon.ttf") format("truetype"), url("/tmpl/paris/fonts/flaticon/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: 'FontFlaticon';
}
[class^="flaticon-"].gray {
  color: #eeeeee;
}
[class^="flaticon-"].black {
  color: #535353;
}
[class^="flaticon-"].orange {
  color: #dd190a;
}
.flaticon-down-arrow:before {
  content: "\f101";
}
.flaticon-right-arrow:before {
  content: "\f102";
}
.flaticon-menu:before {
  content: "\f103";
}
.flaticon-search:before {
  content: "\f104";
}
.flaticon-user:before {
  content: "\f105";
}
.flaticon-right-arrow-1:before {
  content: "\f106";
}
.flaticon-shopping-cart:before {
  content: "\f107";
}
.flaticon-fast-delivery:before {
  content: "\f108";
}
.flaticon-express-delivery:before {
  content: "\f109";
}
.flaticon-warehouse:before {
  content: "\f10a";
}
.flaticon-star:before {
  content: "\f10b";
}
.flaticon-facebook:before {
  content: "\f10c";
}
.flaticon-instagram:before {
  content: "\f10d";
}
.flaticon-youtube-logotype:before {
  content: "\f10e";
}
.flaticon-youtube:before {
  content: "\f10e";
}
.flaticon-linkedin-logo:before {
  content: "\f10f";
}
.flaticon-linkedin:before {
  content: "\f10f";
}
.flaticon-twitter:before {
  content: "\f110";
}
.flaticon-printer:before {
  content: "\f111";
}
.flaticon-share:before {
  content: "\f112";
}
.flaticon-left-arrow:before {
  content: "\f113";
}
.flaticon-close:before {
  content: "\f114";
}
.flaticon-chat:before {
  content: "\f115";
}
.flaticon-right-chevron:before {
  content: "\f116";
}
.flaticon-left-chevron:before {
  content: "\f117";
}
/* Less file is created by decorator DO NOT CHANGE */
@font-face {
  font-family: 'Fors';
  src: url('/tmpl/custom/fonts/fors/woff2/fors-black.woff2') format('woff2'), url('/tmpl/custom/fonts/fors/woff/fors-black.woff') format('woff'), url('/tmpl/custom/fonts/fors/ttf/fors-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Fors';
  src: url('/tmpl/custom/fonts/fors/woff2/TT_Fors_Bold.woff2') format('woff2'), url('/tmpl/custom/fonts/fors/woff/TT_Fors_Bold.woff') format('woff'), url('/tmpl/custom/fonts/fors/ttf/TT_Fors_Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Fors';
  src: url('/tmpl/custom/fonts/fors/woff2/TT_Fors_Light.woff2') format('woff2'), url('/tmpl/custom/fonts/fors/woff/TT_Fors_Light.woff') format('woff'), url('/tmpl/custom/fonts/fors/ttf/TT_Fors_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fors';
  src: url('/tmpl/custom/fonts/fors/woff2/TT_Fors_Medium.woff2') format('woff2'), url('/tmpl/custom/fonts/fors/woff/TT_Fors_Medium.woff') format('woff'), url('/tmpl/custom/fonts/fors/ttf/TT_Fors_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Fors';
  src: url('/tmpl/custom/fonts/fors/woff2/TT_Fors_Regular.woff2') format('woff2'), url('/tmpl/custom/fonts/fors/woff/TT_Fors_Regular.woff') format('woff'), url('/tmpl/custom/fonts/fors/ttf/TT_Fors_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Fors';
  src: url('/tmpl/custom/fonts/fors/woff2/TT_Fors_DemiBold.woff2') format('woff2'), url('/tmpl/custom/fonts/fors/woff/TT_Fors_DemiBold.woff') format('woff'), url('/tmpl/custom/fonts/fors/ttf/TT_Fors_DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Fors';
  src: url('/tmpl/custom/fonts/fors/woff2/TT_Fors_Thin.woff2') format('woff2'), url('/tmpl/custom/fonts/fors/woff/TT_Fors_Thin.woff') format('woff'), url('/tmpl/custom/fonts/fors/ttf/TT_Fors_Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
.ptrn-header {
  background-position: center center;
  background-size: auto 200%;
  overflow: hidden;
}
.ptrn-header:has(bg-source) {
  background-size: auto 100%;
}
.ptrn-header > img {
  min-height: 600px;
  min-width: 100%;
  width: auto;
  visibility: hidden;
}
.ptrn-header .bg-inner {
  width: 100%;
  height: 100%;
}
.ptrn-header .bg-inner .wrapper {
  height: 100%;
  padding-bottom: 50px;
}
.ptrn-header .bg-inner .wrapper .grid-row:has(.menu-box) {
  position: absolute;
  top: 0;
  z-index: 1000;
  max-width: unset;
}
.ptrn-header .bg-inner .wrapper .grid-row:has(.menu-box) .menu-box {
  position: fixed;
  top: 0;
  right: 30px;
}
.ptrn-header .bg-inner .wrapper .grid-row:has(.menu-box) .menu-box > .grid {
  padding: 0 10px;
}
@media (max-width: 576px) {
  .ptrn-header .bg-inner .wrapper .grid-row:has(.menu-box) .menu-box > .grid {
    padding: 0 5px;
  }
}
.ptrn-header .bg-inner .top-banner .image {
  margin: 20px 0;
  width: 100%;
  flex-basis: 100%;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 576px) {
  .ptrn-header .bg-inner .top-banner .image {
    align-items: flex-start;
  }
}
.ptrn-header .bg-inner .content {
  align-items: center;
  padding-bottom: 30px;
}
.ptrn-header .bg-inner .content h1 {
  margin-top: 30px;
  width: 500px;
  max-width: 100%;
  color: #ffffff;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
}
.ptrn-header .bg-inner .content h2 {
  margin-top: 30px;
  max-width: 100%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 350px) {
  .ptrn-header .bg-inner .content h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .ptrn-header .bg-inner .content h2 {
    line-height: 30px;
  }
}
.ptrn-header .bg-inner .bottom-banner {
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  flex-basis: auto;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}
.ptrn-header .bg-inner .bottom-banner .heading {
  color: #333940;
  position: absolute;
  top: -38px;
  left: calc(50% - 120px);
  width: 240px;
  height: 52px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("/tmpl/custom/img/temp/cats_bg.svg") top center no-repeat;
  background-size: auto 110%;
}
.ptrn-header .bg-inner .bottom-banner .heading:before {
  content: '';
  width: 70px;
  height: 70px;
  background: url("/tmpl/custom/img/temp/arrows.gif") center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: -60px;
  left: calc((100% - 70px) / 2);
}
.ptrn-header .bg-inner:has(bg-source) .bottom-banner {
  display: none;
}
.ptrn-header.animation.active {
  transition: background-size 10s;
  background-size: auto 100%;
}
.ptrn-languages {
  flex-basis: auto !important;
  min-width: 0 !important;
}
.ptrn-languages ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.ptrn-languages ul li {
  list-style: none;
}
.ptrn-languages ul li::marker {
  display: none;
}
.ptrn-languages ul li a {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: #535353;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 576px) {
  .ptrn-languages ul li a {
    width: 40px;
    height: 40px;
  }
}
.ptrn-languages ul li.active a {
  display: flex;
}
.ptrn-languages ul.open {
  row-gap: 10px;
}
.ptrn-languages ul.open li a {
  display: flex;
}
.ptrn-footer .footer-bg-box .bg-inner .content {
  width: 900px;
  max-width: calc(100vw - 40px);
  background-color: #ffffff;
  padding: 40px;
  row-gap: 30px;
}
.ptrn-footer .footer-bg-box .bg-inner .content .heading {
  text-align: center;
  justify-content: center;
  color: #535353;
}
.ptrn-footer .footer-bg-box .bg-inner .content h4 {
  font-size: 32px;
  line-height: 40px;
}
.ptrn-footer .footer-bg-box .bg-inner .content .contacts {
  justify-content: center;
  column-gap: 40px;
}
.ptrn-footer .footer-bg-box .bg-inner .content .contacts > * {
  flex-basis: auto;
  min-width: 200px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .ptrn-footer .footer-bg-box {
    background-size: auto 100%;
  }
  .ptrn-footer .footer-bg-box > img {
    display: none;
  }
  .ptrn-footer .footer-bg-box .bg-inner {
    position: relative;
    height: auto;
  }
}
.ptrn-footer .bottom-banner {
  padding: 40px 0;
}
.ptrn-footer .bottom-banner .heading {
  align-items: center;
}
.ptrn-footer .bottom-banner .right-box {
  align-items: center;
}
.ptrn-footer .bottom-banner .right-box > * {
  border-right: solid 1px #535353;
  height: 20px;
}
.ptrn-footer .bottom-banner .right-box > *:last-child {
  border-right: none;
}
@media (max-width: 576px) {
  .ptrn-footer .bottom-banner .right-box {
    padding: 20px 0;
    row-gap: 20px;
  }
  .ptrn-footer .bottom-banner .right-box > * {
    border-right: none;
  }
}
.ptrn-banner-three-images {
  margin-top: 10px;
  overflow: hidden;
}
.ptrn-banner-three-images > img {
  min-height: min(650px, 70vw);
  min-width: 100%;
  width: auto;
  height: auto;
}
.ptrn-banner-three-images .bg-inner {
  width: 100%;
  height: 100%;
  padding: 0 20px 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ptrn-banner-three-images .bg-inner > .grid-row {
  flex: 0 0 auto;
}
.ptrn-banner-three-images .bg-inner .content {
  align-items: center;
  width: 1400px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  color: #ffffff;
  row-gap: 10px;
}
.ptrn-banner-three-images .bg-inner .content h3 {
  text-align: center;
  font-weight: bold;
}
.ptrn-banner-three-images .bg-inner .content .b-link {
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  background-color: transparent;
  border: solid 1px lightblue;
  border-radius: 20px;
  color: #ffffff;
  padding: 0 25px;
}
.ptrn-banner-three-images .bg-inner .images .image {
  max-height: min(450px, 45vw);
}
.ptrn-banner-three-images .bg-inner .images .image img {
  max-height: min(450px, 45vw);
  max-width: max(100%, 70vw);
}
@media (max-width: 992px) {
  .ptrn-banner-three-images > img {
    min-height: 70vw;
  }
}
@media (max-width: 768px) {
  .ptrn-banner-three-images > img {
    min-height: 80vw;
  }
  .ptrn-banner-three-images > .bg-inner .content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .ptrn-banner-three-images > img {
    min-height: max(400px, 100vw);
  }
}
.ptrn-banner-three-images .bg-inner .images {
  justify-content: center;
}
.ptrn-banner-three-images .bg-inner .images .image {
  flex-basis: auto;
  min-width: unset;
  max-height: 400px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
}
.ptrn-banner-three-images .bg-inner .images .image img {
  max-height: 400px;
}
.ptrn-banner-three-images.animation .bg-inner .images .image:first-of-type {
  left: -10%;
  transition: left 2s;
}
.ptrn-banner-three-images.animation .bg-inner .images .image:nth-of-type(2) {
  z-index: 50;
}
.ptrn-banner-three-images.animation .bg-inner .images .image:last-of-type {
  left: 10%;
  transition: left 2s;
}
.ptrn-banner-three-images.animation.active .bg-inner .images .image:first-of-type {
  left: 50px;
  transition: left 2s;
}
.ptrn-banner-three-images.animation.active .bg-inner .images .image:last-of-type {
  left: -50px;
  transition: left 2s;
}
@media (max-width: 768px) {
  .ptrn-banner-three-images .bg-inner .image {
    flex-basis: auto;
    min-width: unset;
    max-width: 33%;
    max-height: 400px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  .ptrn-banner-three-images .bg-inner .image img {
    max-height: 400px;
  }
  .ptrn-banner-three-images.animation.active .bg-inner .images .image:first-of-type {
    left: 0;
    transition: left 2s;
  }
  .ptrn-banner-three-images.animation.active .bg-inner .images .image:last-of-type {
    left: 0;
    transition: left 2s;
  }
}
.ptrn-banner-one-image {
  margin-top: 10px;
  overflow: hidden;
}
.ptrn-banner-one-image > img {
  min-height: min(650px, 70vw);
  min-width: 100%;
  width: auto;
  height: auto;
}
.ptrn-banner-one-image .bg-inner {
  width: 100%;
  height: 100%;
  padding: 0 20px 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ptrn-banner-one-image .bg-inner > .grid-row {
  flex: 0 0 auto;
}
.ptrn-banner-one-image .bg-inner .content {
  align-items: center;
  width: 1400px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  color: #ffffff;
  row-gap: 10px;
}
.ptrn-banner-one-image .bg-inner .content h3 {
  text-align: center;
  font-weight: bold;
}
.ptrn-banner-one-image .bg-inner .content .b-link {
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  background-color: transparent;
  border: solid 1px lightblue;
  border-radius: 20px;
  color: #ffffff;
  padding: 0 25px;
}
.ptrn-banner-one-image .bg-inner .images .image {
  max-height: min(450px, 45vw);
}
.ptrn-banner-one-image .bg-inner .images .image img {
  max-height: min(450px, 45vw);
  max-width: max(100%, 70vw);
}
@media (max-width: 992px) {
  .ptrn-banner-one-image > img {
    min-height: 70vw;
  }
}
@media (max-width: 768px) {
  .ptrn-banner-one-image > img {
    min-height: 80vw;
  }
  .ptrn-banner-one-image > .bg-inner .content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .ptrn-banner-one-image > img {
    min-height: max(400px, 100vw);
  }
}
.ptrn-banner-one-image .bg-inner .images {
  justify-content: center;
  overflow: hidden;
}
.ptrn-banner-one-image .bg-inner .images .image {
  flex-basis: auto;
  width: auto;
  max-width: 100vw;
  min-width: 400px;
  max-height: 400px;
  position: relative;
  top: 0;
  left: 0;
  justify-content: center;
}
.ptrn-banner-one-image .bg-inner .images .image img {
  max-height: 400px;
}
.ptrn-banner-one-image.overflow {
  margin-top: -40px;
}
.ptrn-banner-one-image.overflow > img {
  position: relative;
  top: 50px;
}
.ptrn-banner-one-image.overflow .bg-inner .images .image {
  z-index: 100;
}
.ptrn-banner-one-image.overflow .bg-inner .images .image img {
  width: auto;
}
.ptrn-banner-one-image.animation .bg-inner .images .image {
  left: 25%;
}
.ptrn-banner-one-image.animation.from-left .bg-inner .images .image {
  left: -25%;
}
.ptrn-banner-one-image.animation.active .bg-inner .images .image {
  left: 0;
  transition: left 2s;
}
.ptrn-banner-two-images {
  margin-top: 10px;
  overflow: hidden;
}
.ptrn-banner-two-images > img {
  min-height: min(650px, 70vw);
  min-width: 100%;
  width: auto;
  height: auto;
}
.ptrn-banner-two-images .bg-inner {
  width: 100%;
  height: 100%;
  padding: 0 20px 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ptrn-banner-two-images .bg-inner > .grid-row {
  flex: 0 0 auto;
}
.ptrn-banner-two-images .bg-inner .content {
  align-items: center;
  width: 1400px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  color: #ffffff;
  row-gap: 10px;
}
.ptrn-banner-two-images .bg-inner .content h3 {
  text-align: center;
  font-weight: bold;
}
.ptrn-banner-two-images .bg-inner .content .b-link {
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  background-color: transparent;
  border: solid 1px lightblue;
  border-radius: 20px;
  color: #ffffff;
  padding: 0 25px;
}
.ptrn-banner-two-images .bg-inner .images .image {
  max-height: min(450px, 45vw);
}
.ptrn-banner-two-images .bg-inner .images .image img {
  max-height: min(450px, 45vw);
  max-width: max(100%, 70vw);
}
@media (max-width: 992px) {
  .ptrn-banner-two-images > img {
    min-height: 70vw;
  }
}
@media (max-width: 768px) {
  .ptrn-banner-two-images > img {
    min-height: 80vw;
  }
  .ptrn-banner-two-images > .bg-inner .content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .ptrn-banner-two-images > img {
    min-height: max(400px, 100vw);
  }
}
.ptrn-banner-two-images .bg-inner > .grid-row {
  overflow: visible;
}
.ptrn-banner-two-images .bg-inner .images {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.ptrn-banner-two-images .bg-inner .images .image {
  min-width: unset;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  top: 0;
  left: 0;
}
.ptrn-banner-two-images .bg-inner .images .image img {
  position: relative;
  left: 0;
}
.ptrn-banner-two-images .bg-inner .images .image:first-of-type {
  align-items: flex-end;
}
.ptrn-banner-two-images .bg-inner .images .image:first-of-type img {
  position: relative;
  left: 0;
}
.ptrn-banner-two-images.overflow {
  margin-top: -40px;
}
.ptrn-banner-two-images.overflow > img {
  position: relative;
  top: 50px;
}
.ptrn-banner-two-images.overflow .bg-inner .images .image {
  z-index: 100;
}
.ptrn-banner-two-images.overflow .bg-inner .images .image img {
  width: auto;
}
.ptrn-banner-two-images.animation .bg-inner .images .image:first-of-type {
  left: -20%;
  transition: left 2s;
  z-index: 101;
}
.ptrn-banner-two-images.animation .bg-inner .images .image:last-of-type {
  left: 20%;
  transition: left 2s;
}
.ptrn-banner-two-images.animation.active .bg-inner .images .image:first-of-type {
  left: 0;
  transition: left 2s;
}
.ptrn-banner-two-images.animation.active .bg-inner .images .image:last-of-type {
  left: 0;
  transition: left 2s;
}
.ptrn-banner-two-images.overlap-5 .bg-inner .images .image img {
  left: -5%;
}
.ptrn-banner-two-images.overlap-5 .bg-inner .images .image:first-of-type img {
  left: 5%;
}
.ptrn-banner-two-images.overlap-10 .bg-inner .images .image img {
  left: -10%;
}
.ptrn-banner-two-images.overlap-10 .bg-inner .images .image:first-of-type img {
  left: 10%;
}
.ptrn-banner-two-images.overlap-15 .bg-inner .images .image img {
  left: -15%;
}
.ptrn-banner-two-images.overlap-15 .bg-inner .images .image:first-of-type img {
  left: 15%;
}
.ptrn-banner-two-images.overlap-20 .bg-inner .images .image img {
  left: -20%;
}
.ptrn-banner-two-images.overlap-20 .bg-inner .images .image:first-of-type img {
  left: 20%;
}
.ptrn-banner-two-images.overlap-25 .bg-inner .images .image img {
  left: -25%;
}
.ptrn-banner-two-images.overlap-25 .bg-inner .images .image:first-of-type img {
  left: 25%;
}
.ptrn-banner-two-images.overlap-30 .bg-inner .images .image img {
  left: -30%;
}
.ptrn-banner-two-images.overlap-30 .bg-inner .images .image:first-of-type img {
  left: 30%;
}
.ptrn-banner-double {
  column-gap: 10px;
  margin-top: 10px;
}
.ptrn-banner-double > .b-image {
  position: relative;
  left: 0;
  top: 0;
  flex-basis: calc(50% - 5px) !important;
  background-size: auto 100%;
  background-position: center bottom;
}
.ptrn-banner-double > .b-image .bg-inner {
  width: 100%;
  height: 100%;
  padding: 0 20px 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ptrn-banner-double > .b-image .bg-inner > .grid-row {
  flex: 0 0 auto;
}
.ptrn-banner-double > .b-image .bg-inner .content {
  align-items: center;
  width: 1400px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  color: #ffffff;
  row-gap: 10px;
}
.ptrn-banner-double > .b-image .bg-inner .content h3 {
  text-align: center;
  font-weight: bold;
}
.ptrn-banner-double > .b-image .bg-inner .content .b-link {
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  background-color: transparent;
  border: solid 1px lightblue;
  border-radius: 20px;
  color: #ffffff;
  padding: 0 25px;
}
.ptrn-banner-double > .b-image .bg-inner .images .image {
  max-height: min(450px, 45vw);
}
.ptrn-banner-double > .b-image .bg-inner .images .image img {
  max-height: min(450px, 45vw);
  max-width: max(100%, 70vw);
}
.ptrn-banner-double > .b-image .bg-inner .content {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
.ptrn-banner-double > .b-image .bg-inner .content h3,
.ptrn-banner-double > .b-image .bg-inner .content h5 {
  text-align: center;
}
.ptrn-banner-double.animation > .b-image:first-of-type {
  left: -100px;
}
.ptrn-banner-double.animation > .b-image:last-of-type {
  left: 100px;
}
.ptrn-banner-double.animation.active > .b-image {
  left: 0;
  transition: left 2s;
}
@media (max-width: 1200px) {
  .ptrn-banner-double > .b-image > img.mask {
    aspect-ratio: 1/1.3;
  }
}
@media (max-width: 992px) {
  .ptrn-banner-double > .b-image > img.mask {
    aspect-ratio: 1/1.6;
  }
}
@media (max-width: 768px) {
  .ptrn-banner-double > .b-image > img.mask {
    aspect-ratio: 1/2;
  }
}
@media (max-width: 576px) {
  .ptrn-banner-double {
    flex-direction: column !important;
    row-gap: 20px !important;
  }
  .ptrn-banner-double > .b-image > img.mask {
    aspect-ratio: auto;
  }
  .ptrn-banner-double.animation > .b-image:first-of-type {
    left: 0;
  }
  .ptrn-banner-double.animation > .b-image:last-of-type {
    left: 0;
  }
}
.ptrn-banner-with-map {
  max-width: 1400px;
  margin: 20px auto 0;
  column-gap: 20px;
}
.ptrn-banner-with-map .image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  align-items: flex-start;
}
.ptrn-banner-with-map > .grid {
  flex-basis: calc(50% - 10px) !important;
}
.ptrn-banner-with-map .content {
  padding: 40px 0;
  align-items: flex-start;
}
.ptrn-banner-with-map .content .text {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .ptrn-banner-with-map {
    flex-direction: column !important;
    row-gap: 20px !important;
  }
  .ptrn-banner-with-map .content {
    padding: 40px 20px;
    align-items: flex-start;
  }
}
.ptrn-banner-tiles {
  background: linear-gradient(transparent 250px, #112037 250px);
}
.ptrn-banner-tiles .banner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  row-gap: 20px;
  padding: 0 0 100px 0;
}
.ptrn-banner-tiles .banner.b-row {
  max-width: calc(1440px);
}
.ptrn-banner-tiles .banner.b-row > * {
  padding-left: 10px;
  padding-right: 10px;
}
.ptrn-banner-tiles .banner.grid-row,
.ptrn-banner-tiles .banner .grid-row {
  width: 100%;
  max-width: 1400px;
}
.ptrn-banner-tiles .banner.grid-row > .b-row,
.ptrn-banner-tiles .banner .grid-row > .b-row,
.ptrn-banner-tiles .banner.grid-row > .b-col,
.ptrn-banner-tiles .banner .grid-row > .b-col,
.ptrn-banner-tiles .banner.grid-row > .b-image,
.ptrn-banner-tiles .banner .grid-row > .b-image,
.ptrn-banner-tiles .banner.grid-row > .b-link,
.ptrn-banner-tiles .banner .grid-row > .b-link {
  margin: 0 -10px;
}
.ptrn-banner-tiles .banner.grid-row > .b-row > *,
.ptrn-banner-tiles .banner .grid-row > .b-row > *,
.ptrn-banner-tiles .banner.grid-row > .b-col > *,
.ptrn-banner-tiles .banner .grid-row > .b-col > *,
.ptrn-banner-tiles .banner.grid-row > .b-image > *,
.ptrn-banner-tiles .banner .grid-row > .b-image > *,
.ptrn-banner-tiles .banner.grid-row > .b-link > *,
.ptrn-banner-tiles .banner .grid-row > .b-link > * {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1440px) {
  .ptrn-banner-tiles .banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ptrn-banner-tiles .banner h3 {
  font-size: 32px;
  line-height: 48px;
  max-width: 600px;
  align-self: flex-start;
  margin: 0;
}
.ptrn-banner-tiles .banner .tiles .box {
  background-color: #2c4870;
  border-radius: 15px;
  padding: 40px 30px;
  height: 100%;
}
.ptrn-banner-tiles .banner .tiles .box > * {
  color: #ffffff;
}
.ptrn-banner-tiles .banner .tiles .box h4 {
  font-size: 46px;
  line-height: 52px;
}
.ptrn-banner-tiles .banner .tiles .box .text {
  flex-grow: 1;
  margin-top: 20px;
}
.ptrn-banner-tiles .banner .tiles .box .image {
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.ptrn-banner-tiles .banner .content {
  align-self: flex-end;
  width: 50%;
  font-size: 16px;
  text-align: right;
  color: #ffffff;
}
.ptrn-banner-tiles.animation .banner h3 {
  opacity: 0;
}
.ptrn-banner-tiles.animation .banner .grid-row {
  overflow: visible;
}
.ptrn-banner-tiles.animation .banner .grid-row .tiles > .grid {
  position: relative;
  top: 0;
  left: 0;
}
.ptrn-banner-tiles.active .banner h3 {
  opacity: 1;
  transition: opacity 1s;
  transition-delay: 2s;
}
.ptrn-banner-tiles.active .banner .tiles > .grid:nth-of-type(1) {
  top: 120px;
  transition: top 2s;
}
.ptrn-banner-tiles.active .banner .tiles > .grid:nth-of-type(2) {
  top: 40px;
  transition: top 2s;
}
.ptrn-banner-tiles.active .banner .tiles > .grid:nth-of-type(3) {
  top: -40px;
  transition: top 2s;
}
.ptrn-banner-tiles.active .banner .tiles > .grid:nth-of-type(4) {
  top: -120px;
  transition: top 2s;
}
@media (max-width: 992px) {
  .ptrn-banner-tiles.animation h3 {
    opacity: 1 !important;
  }
  .ptrn-banner-tiles.animation .tiles {
    flex-wrap: wrap;
  }
  .ptrn-banner-tiles.animation .tiles > .grid {
    width: 50%;
    min-width: 50%;
    flex-basis: 50%;
  }
  .ptrn-banner-tiles.animation.active .banner .tiles > .grid {
    top: 0 !important;
  }
  .ptrn-banner-tiles.animation .content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .ptrn-banner-tiles .banner .tiles {
    flex-direction: column;
    row-gap: 20px;
  }
  .ptrn-banner-tiles .banner .tiles > .grid {
    width: 100%;
  }
}
.ptrn-menu {
  flex-basis: auto !important;
  min-width: 0 !important;
}
.ptrn-menu .menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: #535353;
  text-transform: uppercase;
  margin: 15px 0;
  cursor: pointer;
}
@media (max-width: 576px) {
  .ptrn-menu .menu-toggle {
    width: 40px;
    height: 40px;
  }
}
.ptrn-menu .menu-toggle:after {
  content: "\f103";
  font-family: 'FontFlaticon';
}
.ptrn-menu .grid-menu {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  width: 60%;
  min-width: 300px;
}
.ptrn-menu .grid-menu .close {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: #535353;
  text-transform: uppercase;
  margin: 15px 0;
  cursor: pointer;
}
.ptrn-menu .grid-menu .close:after {
  content: "\f114";
  font-family: 'FontFlaticon';
}
@media (max-width: 576px) {
  .ptrn-menu .grid-menu .close {
    right: 15px;
    width: 40px;
    height: 40px;
  }
}
.ptrn-menu .grid-menu ul {
  list-style: none;
  padding: 0;
}
.ptrn-menu .grid-menu ul li {
  list-style: none;
  margin: 0;
  font-size: 18px;
}
.ptrn-menu .grid-menu ul li a {
  color: #333940;
}
.ptrn-menu .grid-menu > ul {
  margin-top: 120px;
  padding: 0 40px;
}
.ptrn-menu .grid-menu > ul > li {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .ptrn-menu .grid-menu > ul {
    margin-top: 80px;
  }
}
.ptrn-menu .grid-menu .submenu > ul {
  margin: 10px 0 30px;
}
.ptrn-menu .grid-menu .submenu > ul > li {
  font-weight: normal;
  padding: 10px 0;
}
.ptrn-menu .grid-menu .submenu > ul > li a {
  color: #535353;
}
.ptrn-banner-solutions.wrapper {
  padding: 0 !important;
}
.ptrn-banner-solutions.wrapper .solutions {
  max-width: 100%;
  padding: 40px 0;
}
.ptrn-banner-solutions.wrapper .solutions .grid-row {
  max-width: 100%;
}
.ptrn-banner-solutions.wrapper .solutions .grid-row > .tiles {
  margin: 0;
}
.ptrn-banner-solutions.wrapper .solutions .grid-row > .tiles > .grid {
  padding: 0;
}
.ptrn-banner-solutions .solutions {
  position: relative;
  padding: 20px 0;
}
.ptrn-banner-solutions .solutions .solutions-title {
  font-size: 15px;
  color: #333940;
  position: absolute;
  top: -38px;
  left: calc(50% - 120px);
  width: 240px;
  height: 52px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("/tmpl/custom/img/temp/cats_bg.svg") top center no-repeat;
  background-size: auto 110%;
}
.ptrn-banner-solutions .tiles > .grid {
  padding: 0;
}
.ptrn-banner-solutions .tiles .box {
  height: 100%;
  position: relative;
}
.ptrn-banner-solutions .tiles .box .image img {
  border-radius: 15px;
  overflow: hidden;
}
.ptrn-banner-solutions .tiles .box.grid {
  margin: 0 15px;
}
.ptrn-banner-solutions .tiles .box .inner {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10%;
  align-items: center;
}
.ptrn-banner-solutions .tiles .box .inner > * {
  color: #ffffff;
  text-align: center;
  justify-content: center;
}
.ptrn-banner-solutions .tiles .box .inner .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.ptrn-banner-solutions .tiles .box .inner .subtitle {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  opacity: 0.7;
  min-height: 36px;
}
.ptrn-banner-solutions .tiles .box .inner .link {
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  background-color: transparent;
  border: solid 1px lightblue;
  border-radius: 20px;
  color: #ffffff;
  padding: 0 25px;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .ptrn-banner-solutions .tiles {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
    row-gap: 30px;
  }
  .ptrn-banner-solutions .tiles > .grid,
  .ptrn-banner-solutions .tiles > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .ptrn-banner-solutions .tiles.column-count {
    display: block;
    column-count: 3;
  }
  .ptrn-banner-solutions .tiles.column-count > .grid,
  .ptrn-banner-solutions .tiles.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .ptrn-banner-solutions .tiles .box .inner {
    top: 0;
    left: 0;
    bottom: 0;
    right: 35%;
    padding: 7%;
    align-items: flex-start;
  }
  .ptrn-banner-solutions .tiles .box .inner > * {
    text-align: left;
    justify-content: flex-start;
  }
  .ptrn-banner-solutions .tiles .box .inner .subtitle {
    min-height: 0;
  }
}
@media (max-width: 1200px) {
  .ptrn-banner-solutions .tiles .box .inner .title {
    font-size: 16px;
    line-height: 20px;
  }
  .ptrn-banner-solutions .tiles .box .inner .subtitle {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .ptrn-banner-solutions .tiles {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
    row-gap: 30px;
  }
  .ptrn-banner-solutions .tiles > .grid,
  .ptrn-banner-solutions .tiles > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .ptrn-banner-solutions .tiles.column-count {
    display: block;
    column-count: 2;
  }
  .ptrn-banner-solutions .tiles.column-count > .grid,
  .ptrn-banner-solutions .tiles.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .ptrn-banner-solutions .tiles {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
    row-gap: 15px;
    max-width: 555px;
    margin: 0 auto !important;
  }
  .ptrn-banner-solutions .tiles > .grid,
  .ptrn-banner-solutions .tiles > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .ptrn-banner-solutions .tiles.column-count {
    display: block;
    column-count: 1;
  }
  .ptrn-banner-solutions .tiles.column-count > .grid,
  .ptrn-banner-solutions .tiles.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .ptrn-banner-solutions .tiles .box .inner .title {
    font-size: 24px;
    line-height: 30px;
  }
  .ptrn-banner-solutions .tiles .box .inner .subtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .ptrn-banner-solutions .tiles {
    max-width: 555px;
    margin: 0 auto;
  }
  .ptrn-banner-solutions .tiles .box .inner .title {
    font-size: 16px;
    line-height: 20px;
  }
  .ptrn-banner-solutions .tiles .box .inner .subtitle {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
body {
  background: #ffffff;
  overflow-x: hidden !important;
  font: 400 15px / normal 'Fors';
  color: #535353;
  margin: 0;
  /* rewrite /www/artcms/css/base.less */
}
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  font-family: 'Fors';
  font-weight: normal;
}
body.text-center,
body h1.text-center,
body h2.text-center,
body h3.text-center,
body h4.text-center,
body h5.text-center,
body h6.text-center,
body p.text-center {
  text-align: center;
  justify-content: center;
}
body.text-left,
body h1.text-left,
body h2.text-left,
body h3.text-left,
body h4.text-left,
body h5.text-left,
body h6.text-left,
body p.text-left {
  text-align: left;
  justify-content: flex-start;
}
body.text-right,
body h1.text-right,
body h2.text-right,
body h3.text-right,
body h4.text-right,
body h5.text-right,
body h6.text-right,
body p.text-right {
  text-align: right;
  justify-content: flex-end;
}
body h1 {
  font-size: 65px;
  line-height: 85px;
}
body h2 {
  font-size: 45px;
  line-height: 60px;
}
body h3 {
  font-size: 35px;
  line-height: 47px;
}
body h4 {
  font-size: 25px;
  line-height: 33px;
}
body h5,
body h6,
body p,
body div.html {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1400px) {
  body h1 {
    font-size: 55px;
    line-height: 65px;
  }
  body h2 {
    font-size: 40px;
    line-height: 50px;
  }
  body h3 {
    font-size: 32px;
    line-height: 40px;
  }
  body h4 {
    font-size: 20px;
    line-height: 28px;
  }
  body h5,
  body h6,
  body p,
  body div.html {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  body h1 {
    font-size: 35px;
    line-height: 50px;
  }
  body h2 {
    font-size: 32px;
    line-height: 40px;
  }
  body h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
body a {
  text-decoration: none;
  color: #dd190a;
}
body a:hover {
  text-decoration: underline;
}
body .image img {
  max-width: 100%;
  height: auto;
}
body .text-center {
  text-align: center;
}
body .text-left {
  text-align: left;
}
body .text-right {
  text-align: right;
}
body .bullets ul,
body .bullets ol {
  list-style-position: outside;
  padding-left: 30px;
}
body .bullets ul li,
body .bullets ol li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
body .bullets ul {
  list-style: none;
}
body .bullets ul li {
  position: relative;
}
body .bullets ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #535353;
  border-left: solid 2px #535353;
  position: absolute;
  transform: rotate(135deg);
  top: 9px;
  left: -25px;
}
body .more-button {
  margin-top: 40px;
  width: auto;
  padding: 20px 50px;
  align-self: flex-start;
  background-color: #112037;
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}
body .more-button a {
  color: #ffffff;
}
body .wrapper > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body .wrapper > *.b-row {
  max-width: calc(1440px);
}
body .wrapper > *.b-row > * {
  padding-left: 20px;
  padding-right: 20px;
}
body .wrapper > *.grid-row,
body .wrapper > * .grid-row {
  width: 100%;
  max-width: 1400px;
}
body .wrapper > *.grid-row > .b-row,
body .wrapper > * .grid-row > .b-row,
body .wrapper > *.grid-row > .b-col,
body .wrapper > * .grid-row > .b-col,
body .wrapper > *.grid-row > .b-image,
body .wrapper > * .grid-row > .b-image,
body .wrapper > *.grid-row > .b-link,
body .wrapper > * .grid-row > .b-link {
  margin: 0 -20px;
}
body .wrapper > *.grid-row > .b-row > *,
body .wrapper > * .grid-row > .b-row > *,
body .wrapper > *.grid-row > .b-col > *,
body .wrapper > * .grid-row > .b-col > *,
body .wrapper > *.grid-row > .b-image > *,
body .wrapper > * .grid-row > .b-image > *,
body .wrapper > *.grid-row > .b-link > *,
body .wrapper > * .grid-row > .b-link > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  body .wrapper > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .wrapper.b-image {
  position: relative;
}
body .wrapper.b-image > img,
body .wrapper.b-image > .bg-inner {
  max-width: none;
  padding: 0;
}
body .wrapper.b-image > img {
  min-width: 1400px;
}
@media (max-width: 1400px) {
  body .wrapper.b-image > img {
    margin-left: calc(((1400px - 100%) / 2) * -1);
  }
}
body .wrapper.b-image > .bg-inner {
  height: 100%;
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .wrapper.b-image > .bg-inner > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body .wrapper.b-image > .bg-inner > *.b-row {
  max-width: calc(1440px);
}
body .wrapper.b-image > .bg-inner > *.b-row > * {
  padding-left: 20px;
  padding-right: 20px;
}
body .wrapper.b-image > .bg-inner > *.grid-row,
body .wrapper.b-image > .bg-inner > * .grid-row {
  width: 100%;
  max-width: 1400px;
}
body .wrapper.b-image > .bg-inner > *.grid-row > .b-row,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-row,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-col,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-col,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-image,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-image,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-link,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-link {
  margin: 0 -20px;
}
body .wrapper.b-image > .bg-inner > *.grid-row > .b-row > *,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-row > *,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-col > *,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-col > *,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-image > *,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-image > *,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-link > *,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-link > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  body .wrapper.b-image > .bg-inner > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .wrapper > .unwrap {
  max-width: none !important;
  margin: 0 !important;
}
body .wrapper > h1.heading {
  padding-right: clamp(30px, calc(100% - 950px), 450px);
  font-size: 35px;
  line-height: 50px;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 1400px) {
  body .wrapper > h1.heading {
    font-size: 30px;
    line-height: 40px;
  }
}
body .grid-root > .wrapper {
  background-color: #ffffff;
  color: #535353;
  border-color: #535353;
  padding: 100px 0;
}
body .grid-root > .wrapper.b-image {
  background-color: #112037;
  color: #ffffff;
  border-color: #ffffff;
}
body .grid-root > .wrapper.b-image * {
  color: #ffffff;
}
body .grid-root > .wrapper.b-image:has(> img) {
  padding: 0;
}
@media (max-width: 992px) {
  body .grid-root > .wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  body .grid-root > .wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  body .grid-root > .wrapper {
    padding: 30px 0;
  }
}
body .grid-root > .wrapper.tight {
  padding: 0;
}
body .pagination {
  margin: 40px auto 20px auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  row-gap: 20px;
}
body .pagination .sr-only {
  display: none;
}
body .pagination li {
  padding: 5px 10px;
  height: 30px;
  display: flex;
  align-items: center;
}
body .pagination li a {
  color: #535353;
  transition: font-size 0.2s ease-in-out;
}
body .pagination li:hover a {
  font-size: 130%;
  text-decoration: none;
}
body .pagination li.active a {
  font-size: 130%;
  color: #dd190a;
}
body .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
body .modal .modal-content {
  position: relative;
  background-color: #ffffff;
  border-top: 5px solid #4e84ea;
  margin: 15% auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatemodal;
  animation-duration: 0.4s;
}
body .modal .modal-content.danger {
  border-top: 5px solid #d52a2a;
}
body .modal .modal-content.warning {
  border-top: 5px solid #d0a517;
}
body .modal .modal-content.success {
  border-top: 5px solid #758e30;
}
body .modal .modal-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.5s;
}
body .modal .modal-content .modal-body {
  padding: 0;
}
body .modal .modal-content .modal-body ul {
  padding: 20px;
  list-style: none;
}
body .modal .modal-content .modal-body ul li {
  list-style: none;
  text-align: left;
  margin: 5px 0;
}
body .modal .modal-content .modal-body ul li::before {
  content: "";
}
body .up-button {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 20%;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1440px) {
  body .up-button {
    right: 20px;
  }
}
body .up-button:before {
  width: 10px;
  height: 10px;
  content: '';
  border-top: solid 2px #535353;
  border-left: solid 2px #535353;
  rotate: 45deg;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 6px);
}
body .up-button.active {
  display: block;
}
@media (max-width: 768px) {
  body .up-button {
    bottom: 50px;
  }
}
body .mobile-table-box {
  max-width: calc(100vw - 40px);
  overflow-x: auto;
}
body .footer-copyrights {
  border-top: solid 1px #535353;
}
body .footer-copyrights > div {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}
body .footer-copyrights > div .author {
  font-size: 16px;
  line-height: 17px;
}
@media (max-width: 768px) {
  body .footer-copyrights > div {
    justify-content: center;
  }
}
/* Less file is created by decorator DO NOT CHANGE */
/* LESS file for project style customization (style differences from basic template), in E-shop HAS TO STAY EMPTY !!! */
/*
* Zde můžete vložit vlastní styly stránky.
*/
@media only screen and (min-width: 0px) {
  html {
    scroll-behavior: smooth;
  }
  body p {
    font-size: 16px;
  }
  .image-panel .image img {
    border-radius: 8px;
  }
  .benefity-title {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  /*footer pruhledne bile pozadi*/
  .ptrn-footer .footer-bg-box .bg-inner .content {
    background: rgba(255, 255, 255, 0.9);
  }
  /*title poloha textu*/
  .ptrn-header .bg-inner .content h1 {
    text-align: left;
    width: 600px;
    font-size: 40px;
    font-weight: 600;
  }
  .ptrn-header .bg-inner .content h2 {
    text-align: left;
    font-size: 20px;
  }
  .ptrn-header .bg-inner .content {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 385px) {
  .ptrn-header .bg-inner .content h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .grid .gxs-num-1 > .grid .b-link {
    box-sizing: border-box;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .ptrn-banner-with-map .b-row .b-row-2 .grid .b-col .content {
    margin-top: 40px;
  }
  /*poloha textu*/
  .ptrn-header .bg-inner .content {
    align-items: normal;
    margin-left: 120px;
  }
  /*poloha loga*/
  .ptrn-header .bg-inner .top-banner .image {
    align-items: normal;
    margin-left: 120px;
    max-width: 250px;
  }
  body .bg-inner > .wrapper > *.grid-row {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .grid .gmd-num-2 > .benefity-title {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gmd-num-2 > .grid .b-link {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 993px) {
  .grid .b-row-4 > .benefity-title {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .grid .b-row-4 > .grid .b-link {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .panel-title-margin {
    margin-bottom: 0px;
    margin-top: 42px;
  }
  .ptrn-header .bg-inner .content {
    margin-bottom: 90px;
  }
}
/*
* Zde můžete vložit vlastní styly stránky.
*/
.no-scroll {
  overflow: hidden;
}
.cookie-consent .reopen-cookie-consent {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013461;
  color: #f0f0f0;
  text-decoration: none;
  margin-top: 5px;
  min-width: 250px;
  max-width: 450px;
}
@media (max-width: 991px) {
  .cookie-consent .reopen-cookie-consent {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cookie-consent .reopen-cookie-consent {
    height: 50px;
  }
}
.cookie-consent table {
  margin: 0;
}
.cookie-consent table tr th {
  border-top: 1px solid grey;
}
.cookie-consent table tr td,
.cookie-consent table tr th {
  padding: 6px;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}
.cookie-consent table tr td:first-child,
.cookie-consent table tr th:first-child {
  border-left: 1px solid grey;
}
.cookie-law-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5123456789;
}
.cookie-law-wrapper .cookie-law {
  background: #f0f0f0;
  padding: 5px 15px 20px;
  border-top: 1px solid #013461;
  font-size: 13px;
  line-height: 150%;
  display: flex;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law {
    flex-direction: row;
  }
}
.cookie-law-wrapper .cookie-law div.consent-info .close-cookie-modal {
  float: right;
  font-size: 28px;
  text-decoration: none;
  color: red;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law div.consent-info {
    width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law div.consent-info {
    width: 80%;
    padding: 0 45px;
  }
}
.cookie-law-wrapper .cookie-law div.consent-info label {
  line-height: 150%;
}
.cookie-law-wrapper .cookie-law div.consent-info label p {
  font-weight: normal;
}
.cookie-law-wrapper .cookie-law div.consent-info label strong {
  color: black;
}
.cookie-law-wrapper .cookie-law div.consent-buttons {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons {
  display: flex;
  flex-direction: column-reverse;
}
.cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons .close {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 862px) {
  .cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons {
    flex-direction: row;
    justify-content: space-around;
    gap: 14px;
    width: 515px;
  }
}
.cookie-law-wrapper .cookie-law p {
  color: black;
  font-size: 14px;
}
.cookie-law-wrapper .cookie-law p strong {
  font-size: 30px;
  color: black;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law p strong {
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law p strong {
    line-height: 250%;
  }
}
.cookie-law-wrapper .cookie-law .more,
.cookie-law-wrapper .cookie-law .close {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013461;
  color: #f0f0f0;
  text-decoration: none;
  margin-top: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 862px) {
  .cookie-law-wrapper .cookie-law .more,
  .cookie-law-wrapper .cookie-law .close {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law .more,
  .cookie-law-wrapper .cookie-law .close {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.cookie-law-wrapper .cookie-law .more.green,
.cookie-law-wrapper .cookie-law .close.green {
  background: #176d34;
}
.cookie-law-wrapper .cookie-law .more.red,
.cookie-law-wrapper .cookie-law .close.red {
  background: #ff2828;
}
@media (max-width: 630px) {
  .cookie-law-wrapper .cookie-law .more.red span,
  .cookie-law-wrapper .cookie-law .close.red span {
    line-height: 110%;
  }
}
.cookie-law-wrapper .cookie-law .more {
  background: transparent;
  color: #013461;
  text-decoration: underline;
}
.cookie-law-wrapper.floating {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.77);
}
.cookie-law-wrapper.floating .cookie-law {
  position: fixed;
  border: 1px solid;
  border-radius: 15px;
  padding: 5px 30px 20px 30px;
  flex-direction: column;
  overflow-y: scroll;
}
@media (max-width: 520px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 5%;
    left: 10%;
    right: 10%;
    bottom: 5%;
  }
}
@media (min-width: 521px) and (max-width: 991px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 15%;
    left: 20%;
    right: 20%;
    bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .cookie-law-wrapper.floating .cookie-law {
    position: revert;
    width: 900px;
    max-height: calc(100vh - 160px);
    margin: 90px auto 0 auto;
  }
}
.cookie-law-wrapper.floating .cookie-law div.consent-info {
  width: 100%;
  margin-top: 28px;
  padding: 0;
}
.cookie-law-wrapper.floating .cookie-law div.consent-info .close.submit {
  max-width: 250px;
}
.cookie-law-wrapper.floating .cookie-law div.consent-buttons {
  align-items: center;
}
@media (max-width: 470px) {
  .cookie-law-wrapper.floating .cookie-law {
    font-size: 17px;
  }
  .cookie-law-wrapper.floating .cookie-law p {
    font-size: 15px;
  }
  .cookie-law-wrapper.floating .cookie-law p strong {
    font-size: 22px;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons {
    margin: 38px 5% 0 5%;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.green,
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.red {
    margin-top: 7px;
  }
}
@media (min-width: 471px) {
  .cookie-law-wrapper.floating .cookie-law {
    font-size: 17px;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons {
    margin: 38px 10% 0 10%;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.green,
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.red {
    margin-top: 12px;
  }
  .cookie-law-wrapper.floating .cookie-law p {
    font-size: 17px;
  }
}
.modal .close {
  cursor: pointer;
  padding: 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  background: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
a.fancybox {
  padding: 0 !important;
}
#swipebox-overlay {
  background: rgba(13, 13, 13, 0.85);
}
.service-special select {
  color: black;
}
