/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! jQuery UI - v1.12.0 - 2016-08-15
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  box-sizing: border-box;
  min-width: 100%; /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

.select2-results {
  display: block;
}

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

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

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

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

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

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

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/Futura/FuturaPTMedium.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/Futura/FuturaPTBook.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/Futura/FuturaPTMediumOblique.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Deutschlander_advanzregular";
  src: url("../fonts/deutschlanderadvanz/deutschlanderadvanz_2-webfont.woff2") format("woff2"), url("../fonts/deutschlanderadvanz/deutschlanderadvanz_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* exut */
.ratio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}
.ratio::before {
  display: block;
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ratio-32by15::before {
  padding-top: 46.875%;
}

.ratio-21by9::before {
  padding-top: 42.8571428571%;
}

.ratio-16by9::before {
  padding-top: 56.25%;
}

.ratio-6by4::before {
  padding-top: 66.6666666667%;
}

.ratio-4by3::before {
  padding-top: 75%;
}

.ratio-1by1::before {
  padding-top: 100%;
}

.header {
  background: rgba(25, 92, 104, 0.8);
  position: relative;
  z-index: 2;
}
.header-wrapper {
  padding: 24px 0;
}
@media only screen and (min-width:1360px) {
  .header-wrapper {
    padding: 27px 64px;
  }
}
.header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width:1023px) {
  .header ul {
    display: flex;
  }
}
.header ul li {
  margin-right: 15px;
}
@media only screen and (min-width:1360px) {
  .header ul li {
    margin-right: 43px;
  }
}
.header ul li:last-child {
  margin-right: 0;
}
.header a,
.header .search-form input,
.header .your-region,
.header .login,
.header .account {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.29;
  letter-spacing: 1px;
}
.header .main-menu a,
.header .m-regions a {
  position: relative;
}
.header .main-menu a:hover, .header .main-menu a.active,
.header .m-regions a:hover,
.header .m-regions a.active {
  color: #ffffff;
  text-decoration: none;
}
.header .main-menu a:hover:before, .header .main-menu a.active:before,
.header .m-regions a:hover:before,
.header .m-regions a.active:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #94c11f;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.header-logo {
  margin-right: 26px;
  max-width: 200px;
}
@media only screen and (max-width:768px) {
  .header-logo {
    max-width: auto;
  }
}
@media only screen and (min-width:1023px) {
  .header-logo {
    max-width: 300px;
  }
}
@media only screen and (min-width:1360px) {
  .header-logo {
    margin-right: 66px;
  }
}
.header-logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header .wrap-menu {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
  background: #195c68;
  color: #000000;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  left: -1000px;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out, left 0.2s ease-in;
}
@media only screen and (min-width:1023px) {
  .header .wrap-menu {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background: transparent;
    z-index: inherit;
    opacity: 1;
    visibility: visible;
    left: 0;
  }
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
@media only screen and (min-width:1023px) {
  .header-menu {
    display: block;
    margin-left: 0;
  }
}
.header .your-region {
  margin-left: auto;
}
.header .your-region:before {
  background: url(../images/icons/Chat.png) center/cover no-repeat;
}
@media only screen and (min-width:1023px) {
  .header .your-region {
    padding: 0 20px 0 31px;
  }
}
.header .login {
  margin-left: 18px;
}
.header .login:before {
  background: url(../images/icons/Login.png) center/cover no-repeat;
}
@media only screen and (min-width:1023px) {
  .header .login {
    padding: 0 0 0 31px;
  }
}
.header .account {
  margin-left: 18px;
}
.header .account:before {
  background: url(../images/icons/Account.png) center/cover no-repeat;
}
@media only screen and (min-width:1023px) {
  .header .account {
    padding: 0 20px 0 31px;
  }
}
.header .your-region:after,
.header .account:after {
  content: "";
  display: block;
  position: absolute;
}
.header .your-region,
.header .login,
.header .account {
  position: relative;
  cursor: pointer;
}
.header .your-region[hidden],
.header .login[hidden],
.header .account[hidden] {
  visibility: hidden;
}
.header .your-region:before,
.header .login:before,
.header .account:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 17px;
  left: 0px;
  top: 2px;
}
.header .your-region:after,
.header .login:after,
.header .account:after {
  width: 12px;
  height: 6px;
  background: url(../images/icons/Arr.png) center/cover no-repeat;
  right: 1px;
  top: 7px;
  transition: transform 0.1s ease-out;
}
.header .your-region.m-active:after,
.header .login.m-active:after,
.header .account.m-active:after {
  transform: rotate(180deg);
}
.header .your-region .m-regions,
.header .login .m-regions,
.header .account .m-regions {
  position: absolute;
  top: -30px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  min-width: 160px;
  transition: top 0.1s ease-out, opacity 0.1s ease-out, visibility 0.1s ease-out;
  background: rgba(25, 92, 104, 0.8);
}
.header .your-region .m-regions.m-active,
.header .login .m-regions.m-active,
.header .account .m-regions.m-active {
  top: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header .your-region .m-regions ul,
.header .login .m-regions ul,
.header .account .m-regions ul {
  display: block;
  padding: 0;
}
.header .your-region .m-regions ul li,
.header .login .m-regions ul li,
.header .account .m-regions ul li {
  margin: 7px 0;
  text-align: center;
}
.header .your-region .m-regions ul li a:hover:before,
.header .login .m-regions ul li a:hover:before,
.header .account .m-regions ul li a:hover:before {
  bottom: -5px;
}
.header .your-region .m-regions ul li.is-active a:before,
.header .login .m-regions ul li.is-active a:before,
.header .account .m-regions ul li.is-active a:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #94c11f;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.header .search-form {
  position: fixed;
  top: -200px;
  background: #195c68;
  width: 100%;
  padding: 50px 30px;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out, top 0.2s ease-in;
  left: 0;
}
@media only screen and (min-width:768px) {
  .header .search-form {
    padding: 70px 60px;
  }
}
@media only screen and (min-width:1023px) {
  .header .search-form {
    background: transparent;
    top: 0;
    position: relative;
    width: auto;
    padding: 0;
    margin-left: 18px;
  }
}
.header .search-form:before {
  content: "";
  width: 105%;
  height: 2px;
  background: #679aa3;
  display: block;
  position: absolute;
  bottom: -8px;
  left: -4px;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.header .search-form.m-focus:before {
  opacity: 1;
}
@media only screen and (max-width:540px) {
  .header .search-form.m-focus input {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid #679aa3 !important;
    border-radius: 0;
  }
}
@media only screen and (min-width:768px) {
  .header .search-form.m-focus input {
    max-width: 87px;
  }
}
@media only screen and (min-width:1360px) {
  .header .search-form.m-focus input {
    max-width: 207px;
  }
}
.header .search-form form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.header .search-form input {
  background: none;
  box-shadow: none;
  margin-left: 6px;
  transition: max-width 0.1s ease-out;
  max-width: 100%;
  width: 85%;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 7px;
  border: 1px solid white;
  margin-left: auto;
  font-family: inherit;
}
@media only screen and (min-width:768px) {
  .header .search-form input {
    width: 90%;
    margin-left: 0;
    font-size: 20px;
  }
}
@media only screen and (min-width:1023px) {
  .header .search-form input {
    font-size: inherit;
    width: auto;
    max-width: 90px;
    padding: 0;
    border: none;
  }
}
.header .search-form input::-moz-placeholder {
  color: #ffffff;
}
.header .search-form input::placeholder {
  color: #ffffff;
}
.header .search-form input::-webkit-search-cancel-button {
  display: none;
}
.header .search-form input:before {
  content: "";
}
.header .search-form input:focus {
  border: none;
  outline: none;
}
.header .search-form input:hover {
  text-decoration: none;
}
.header .search-form button {
  font-size: 0;
  box-shadow: none;
  border: none;
  width: 18px;
  height: 18px;
  background: url(../images/icons/Search.png) center/cover no-repeat;
  margin-right: 0;
}
@media only screen and (min-width:768px) {
  .header .search-form button {
    margin-right: 20px;
  }
}
@media only screen and (min-width:1023px) {
  .header .search-form button {
    width: 22px;
    height: 18px;
    margin-right: 3px;
  }
}

@media only screen and (min-width:1023px) {
  html:lang(en-AU) .search-form {
    flex: auto;
  }
}

.m-show {
  display: block;
}
@media only screen and (min-width:1023px) {
  .m-show {
    display: none;
  }
}

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

.m-search {
  background: url(../images/icons/Search.png) center/cover no-repeat;
  width: 23px;
  height: 23px;
  margin-left: 20px;
  position: relative;
}
.m-search:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width:1023px) {
  .m-search {
    display: none;
  }
}
.m-search.close {
  background: transparent;
  position: fixed;
  right: 30px;
  top: 30px;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.m-search.close:before, .m-search.close:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: white;
}
.m-search.close:before {
  transform: rotate(45deg);
}
.m-search.close:after {
  transform: rotate(-45deg);
  bottom: inherit;
  top: 0;
}

.hamburger {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.hamburger.close {
  position: fixed;
  right: 30px;
  top: 30px;
}
.hamburger.close:before {
  transform: rotate(45deg);
}
.hamburger.close:after {
  transform: rotate(-45deg);
  bottom: inherit;
  top: 0;
}
.hamburger.close span {
  display: none;
}
.hamburger:before, .hamburger:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: white;
}
.hamburger:before {
  top: 0;
}
.hamburger:after {
  bottom: 0;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background: white;
  display: block;
  position: relative;
}
.hamburger span:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: -10px;
  top: -19px;
}
@media only screen and (min-width:1023px) {
  .hamburger {
    display: none;
  }
}

.m-menu-open,
.m-search-open {
  overflow: hidden;
}
.m-menu-open .header,
.m-search-open .header {
  z-index: 5;
}

.m-menu-open .header a {
  color: #ffffff;
}
.m-menu-open .header ul {
  display: block;
  padding: 50px;
}
.m-menu-open .header ul li {
  text-align: center;
  margin: 20px 0;
}
.m-menu-open .wrap-menu {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.m-menu-open .your-region,
.m-menu-open .login,
.m-menu-open .account {
  text-align: center;
  color: #ffffff;
  max-width: 170px;
  margin: 10px auto;
}

.m-search-open .search-form {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.m-search-open .m-search.close {
  opacity: 1;
  z-index: 5;
}
.m-search-open .header .search-form:before {
  height: 100vh;
  background: rgba(25, 92, 104, 0.5);
  top: 0;
  z-index: -1;
  bottom: inherit;
  display: block;
  position: fixed;
  opacity: 1;
}

.empty-header-blocks {
  background-color: #195c68;
}

.hidden {
  visibility: hidden !important;
}

.footer {
  background-color: #195c68;
  padding: 25px 0;
  position: relative;
  color: #ffffff;
}
@media only screen and (min-width:1023px) {
  .footer {
    padding: 75px 0;
  }
}
@media only screen and (min-width:1360px) {
  .footer {
    padding: 75px 70px;
  }
}
@media only screen and (min-width:1023px) {
  .footer-menu__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-menu__row {
  text-align: center;
  margin: 10px 0;
}
@media only screen and (min-width:1023px) {
  .footer-menu__row {
    text-align: inherit;
    margin: 0;
  }
}
@media only screen and (min-width:1023px) {
  .footer-menu__row:nth-child(2) {
    margin-right: 58px;
  }
}
.footer-menu__row:last-child {
  width: auto;
  max-width: 377px;
  margin: 30px auto 0;
}
@media only screen and (min-width:1023px) {
  .footer-menu__row:last-child {
    margin-top: 0;
    margin-left: auto;
  }
}
.footer-menu__row form {
  width: 100%;
  max-width: 377px;
}
.footer-menu__row .form-group {
  width: 100%;
  margin-bottom: 20px;
}
.footer-menu__row .form-group input, .footer-menu__row .form-group textarea {
  width: 100%;
}
.footer-menu__row .form-group input, .footer-menu__row .form-group textarea {
  font-family: "Futura-lt";
  font-size: 1.8rem;
  line-height: 1.39;
  letter-spacing: normal;
  color: #8f8f8f;
  padding: 10px;
}
.footer-menu__row .form-group input::-moz-placeholder, .footer-menu__row .form-group textarea::-moz-placeholder {
  letter-spacing: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.footer-menu__row .form-group input::placeholder, .footer-menu__row .form-group textarea::placeholder {
  letter-spacing: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.footer-menu__row .form-group textarea {
  height: 100px;
  resize: vertical;
  min-height: 100px;
}
.footer-menu__row input {
  margin: 0;
}
.footer-menu__row .form-checkbox {
  width: 100%;
  margin-bottom: 20px;
}
.footer-menu__row .form-checkbox label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}
.footer-menu__row .form-checkbox .checkbox {
  margin: 0;
  margin-right: 10px;
  display: block;
}
.footer-menu__row button#submit {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background: #94c11f;
  border: none;
  box-shadow: none;
  padding: 12px 60px;
}
.footer h4 {
  color: #679aa3;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.52;
  margin: 0 0 17px;
  font-family: "FuturaPT";
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width:1023px) {
  .footer ul li {
    margin-bottom: 8px;
  }
}
.footer ul a {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  text-decoration: none;
  margin-bottom: 7px;
  color: #ffffff;
}
.footer ul a:hover {
  text-decoration: underline;
}
.footer-logo {
  max-width: 220px;
  max-height: 40px;
  margin: 0 auto;
}
@media only screen and (min-width:1023px) {
  .footer-logo {
    margin-right: 99px;
    margin-left: 0;
  }
}
.footer-copyright {
  position: relative;
  bottom: 0;
  margin: 40px 0 0;
  text-align: center;
}
@media only screen and (min-width:1023px) {
  .footer-copyright {
    text-align: inherit;
    position: absolute;
    bottom: 72px;
    margin: 0;
  }
}
.footer-copyright p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #679aa3;
}

footer .block-link {
  padding: 0;
}
footer .block-link:hover {
  text-decoration: underline;
}

.header-block {
  position: relative;
  min-height: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width:1023px) {
  .header-block {
    padding-top: 105px;
    padding-bottom: 105px;
    min-height: 500px;
  }
}
@media only screen and (min-width:1360px) {
  .header-block {
    min-height: 630px;
  }
}
.header-block:before {
  content: "";
  background: url(../images/header-section-line.png) bottom left/cover no-repeat;
  width: 98%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70px;
}
@media only screen and (min-width:1445px) {
  .header-block:before {
    height: 15%;
    min-height: 70px;
  }
}
.header-block img {
  display: none;
}
.header-block .title-text {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 5px;
  color: #ffffff;
  text-transform: uppercase;
}
.header-block .main-text {
  font-size: 3.6rem;
  line-height: 1.24;
  letter-spacing: -2px;
  color: #ffffff;
  margin-top: 25px;
  max-width: 847px;
}
@media only screen and (min-width:768px) {
  .header-block .main-text {
    font-size: 54px;
    line-height: 1.15;
  }
}
@media only screen and (min-width:1360px) {
  .header-block .main-text {
    font-size: 72px;
  }
}
.header-block .main-text p {
  margin: 0;
}
.header-block .bottom-text {
  font-size: 1.8rem;
  line-height: 25px;
  margin-top: 25px;
  max-width: 553px;
  color: #ffffff;
  overflow: hidden;
}
.header-block__text {
  top: 25px;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .header-block__text {
    padding: 0 25px;
  }
}
@media only screen and (min-width:1023px) {
  .header-block__text {
    top: 125px;
    padding: 0;
  }
}
@media only screen and (min-width:1360px) {
  .header-block__text {
    top: 122px;
  }
}
@media only screen and (min-width:1445px) {
  .header-block__text {
    top: 172px;
  }
}
.header-block__text h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.header-banner {
  background-image: linear-gradient(to left, rgba(25, 92, 104, 0), rgba(25, 92, 104, 0.5) 30%, rgba(25, 92, 104, 0.75) 0%);
}
.header-banner.m-about img {
  display: none;
}
.header-banner.m-about .main-text {
  font-size: 3.6rem;
  line-height: 1.24;
  letter-spacing: -2px;
}
@media only screen and (min-width:768px) {
  .header-banner.m-about .main-text {
    font-size: 54px;
    line-height: 1.06;
    letter-spacing: -2px;
    min-height: 70px;
  }
}
@media only screen and (min-width:1023px) {
  .header-banner.m-about .main-text {
    font-size: 64px;
    line-height: 1.06;
    letter-spacing: -2px;
    min-height: 70px;
  }
}
.header-banner.m-about .header-block__text {
  top: 152px;
}
.header-banner.m-about.m-src .header-block__text {
  top: 190px;
}

@media only screen and (min-width:768px) {
  .menu-categories-node {
    height: 100px;
  }
}

.header-sub__menu .container {
  position: relative;
  padding: 0;
  max-width: none;
}
.header-sub__menu ul {
  position: absolute;
  left: 0;
  z-index: 3;
  list-style: none;
  margin: 0 15px;
  padding: 10px 0;
  background-color: #195c68;
  display: none;
  width: calc(100% - 30px);
}
@media only screen and (min-width:768px) {
  .header-sub__menu ul {
    padding: 16px 15px 9px;
    top: 0;
    left: 50%;
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    transform: translate(-50%, 0);
    width: 100%;
    margin: 0;
  }
}
.header-sub__menu ul li {
  font-size: 1.8rem;
  line-height: 1.39;
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width:768px) {
  .header-sub__menu ul li {
    width: auto;
    margin-right: 20px;
    color: #195c68;
  }
}
.header-sub__menu ul li.m-active {
  color: #94c11f;
}
.header-sub__menu ul li:hover {
  color: #94c11f;
}
.header-sub__menu ul a {
  text-decoration: none;
  color: inherit;
  transition: color 0.1s ease-out;
  padding: 0 15px;
}
.header-sub__menu ul a:hover {
  text-decoration: underline;
}

.dropdown-title {
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.39;
  text-align: center;
  border: 1px solid #8f8f8f;
  cursor: pointer;
  color: #195c68;
  padding: 15px 40px;
  margin: 20px 15px 0;
}
@media only screen and (min-width:768px) {
  .dropdown-title {
    display: none;
  }
}
.dropdown-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #8f8f8f;
  border-top: 0;
  border-left: 0;
  transform: translate(0, -50%) rotate(45deg);
  transition: transform 0.1s ease-out;
}

.dropdown-title.active::after {
  transform: translate(0, -50%) rotate(-135deg);
}

.information {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:768px) {
  .information {
    margin-top: -48px;
  }
}
@media only screen and (min-width:1360px) {
  .information {
    margin-top: -108px;
  }
}
.information-block {
  max-width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin: 15px;
  text-decoration: none;
  width: 220px;
}
.information-block:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.information-block .popup-preview__content {
  padding: 30px;
  text-align: center;
  width: 100%;
  min-height: 150px;
  position: relative;
  z-index: 2;
}
.information-block .popup-preview__content .block-description {
  font-size: 1.2rem;
  line-height: 1.58;
  color: #ffffff;
  max-width: 465px;
  margin: 0 auto;
}
.information-block .popup-preview__content .block-description a {
  color: #ffffff;
  cursor: pointer;
}
.information-block:nth-child(1) {
  background-image: linear-gradient(to bottom, rgba(148, 193, 31, 0.4), #94c11f 70%, #94c11f);
}
.information-block:nth-child(1) .block-link {
  background: #195c68;
}
.information-block:nth-child(1) .block-link:hover {
  background: #26a3b9;
}
.information-block:nth-child(2) {
  background-image: linear-gradient(to bottom, rgba(167, 19, 103, 0.5), #a71367 70%, #a71367);
}
.information-block:nth-child(2) .block-link {
  background: #f193ac;
}
.information-block:nth-child(2) .block-link:hover {
  background: #fdc4d3;
}
.information-block:nth-child(3) {
  background-image: linear-gradient(to bottom, rgba(0, 145, 179, 0.5), #0091b3 70%, #0091b3);
}
.information-block:nth-child(3) .block-link {
  background: #034170;
}
.information-block:nth-child(3) .block-link:hover {
  background: #136db1;
}
.information-block:nth-child(4) {
  background-image: linear-gradient(to bottom, rgba(25, 92, 104, 0.4), #195c68 70%, #195c68);
}
.information-block:nth-child(4) .block-link {
  background: #94c11f;
}
.information-block:nth-child(4) .block-link:hover {
  background: #abcc56;
}
.information-block:nth-child(5) {
  background-image: linear-gradient(to bottom, rgba(78, 20, 140, 0.4), #4e148c 70%, #4e148c);
}
.information-block:nth-child(5) .block-link {
  background: #4CCAF0;
}
.information-block:nth-child(5) .block-link:hover {
  background: #7cd8f4;
}
@media only screen and (min-width:1023px) {
  .information-block:last-child {
    margin-right: 0;
  }
}
.information-block img {
  position: relative;
  z-index: -1;
  border-radius: 2px;
}
.information-inner {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width:1023px) {
  .information-inner {
    margin: 0 auto;
  }
}

.conditions-page .information {
  margin-top: 0;
}
@media only screen and (min-width:1023px) {
  .conditions-page .header-block__text {
    top: 202px;
  }
}
.conditions-page .information-inner {
  margin: 50px 0;
}
@media only screen and (min-width:1023px) {
  .conditions-page .information-inner {
    margin: 50px 0 150px;
  }
}
.conditions-page .information-block {
  width: 300px;
  padding: 0;
  max-width: 400px;
  min-height: 369px;
  background-image: linear-gradient(to bottom, rgba(25, 92, 104, 0.4), #195c68 70%, #195c68);
  margin: 15px;
}
@media only screen and (min-width:1023px) {
  .conditions-page .information-block .information-block {
    margin: 0;
  }
}
.conditions-page .block-text .block-description {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  font-size: 1.6rem;
  line-height: 1.56;
  color: #ffffff;
}
.conditions-page .block-text .block-link {
  background: #94c11f;
}
.conditions-page .block-text .block-link:hover {
  background: #abcc56;
}

.start-inner {
  max-width: 769px;
  margin: 50px 15px;
}
@media only screen and (min-width:1023px) {
  .start-inner {
    margin: 70px auto 136px;
  }
}
.start-inner h1 {
  font-size: 48px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #195c68;
  font-weight: 300;
  margin: 0;
}
.start-inner p {
  font-size: 2.1rem;
  line-height: 32px;
  color: #195c68;
  margin: 20px 0 0;
}
.start-inner a {
  margin-top: 30px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  padding: 12px 43px;
  background: #94c11f;
  display: inline-block;
  transition: background 0.1s ease-out;
}
.start-inner a:hover {
  background: #abcc56;
}

.body-fieldset-inner h2 {
  font-size: 2.1rem;
  line-height: 1.17;
  letter-spacing: -1px;
  color: #195c68;
  font-weight: 300;
  margin: 35px 0;
}
@media only screen and (min-width:1023px) {
  .body-fieldset-inner h2 {
    font-size: 3.4rem;
  }
}

h3 {
  font-size: 2.6rem;
  color: #195c68;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 15px;
}

.body-fieldset-block h4 {
  margin: 0;
  color: #195c68;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 20px 0 15px;
  letter-spacing: 5px;
}

.result-wrapper {
  max-width: 721px;
  margin: 30px auto 40px;
  padding: 0 15px;
}
@media only screen and (min-width:1023px) {
  .result-wrapper {
    margin: 90px auto 150px;
  }
}
.result-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 5px;
  color: #8f8f8f;
  margin-bottom: 20px;
}
@media only screen and (min-width:1023px) {
  .result-title {
    margin-bottom: 50px;
  }
}
.result-items {
  margin: 0;
  padding: 0;
}
.result-item {
  margin-bottom: 30px;
}
@media only screen and (min-width:1023px) {
  .result-item {
    margin-bottom: 50px;
  }
}
.result-item:last-child {
  margin-bottom: 0;
}
.result-item__title {
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: -1px;
  color: #195c68;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}
.result-item__description {
  font-size: 1.8rem;
  line-height: 1.39;
  color: #8f8f8f;
  max-height: 75px;
  overflow: hidden;
}
.result-item__description p {
  margin: 0;
}
.result-item__more {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #94c11f;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (min-width:1023px) {
  .result-item__more {
    margin-top: 30px;
  }
}
.result-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
.result-pagination__counts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  width: 100%;
}
@media only screen and (min-width:1023px) {
  .result-pagination__counts {
    margin: 0;
    width: auto;
  }
}
.result-pagination__counts a, .result-pagination__counts span {
  color: #8f8f8f;
  font-size: 1.6rem;
  line-height: 1.56;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 45px;
  background: #f5f5f5;
  margin-right: 4px;
  cursor: pointer;
  text-decoration: none;
}
.result-pagination__counts a:last-child, .result-pagination__counts span:last-child {
  margin-right: 0;
}
.result-pagination__counts a.current, .result-pagination__counts span.current {
  background: #94c11f;
  color: white;
}
.result-pagination__counts span:not(.current) {
  position: relative;
  font-size: 0;
}
.result-pagination__counts span:not(.current):before {
  position: absolute;
  left: 10px;
  top: -4px;
  content: "...";
  font-size: 26px;
  font-weight: 700;
}
.result-prev, .result-next {
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1px;
  color: #8f8f8f;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (min-width:1023px) {
  .result-prev {
    margin-right: 55px;
  }
}
@media only screen and (min-width:1023px) {
  .result-next {
    margin-left: 55px;
  }
}

.m-search-cnd {
  padding: 50px 0;
}
@media only screen and (min-width:1023px) {
  .m-search-cnd {
    padding: 50px 0 150px;
  }
}
.m-search-cnd .acromegaly-entries {
  max-width: 955px;
  padding: 0 15px;
  margin: 70px auto 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width:750px) {
  .m-search-cnd .acromegaly-entries {
    padding: 0 25px;
  }
}
@media only screen and (max-width:540px) {
  .m-search-cnd .acromegaly-entries {
    display: block;
  }
}
.m-search-cnd .acromegaly-entries .acromegaly-block {
  margin: 0 15px 15px 0;
  max-width: 220px;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(25, 92, 104, 0.4), #195c68 70%, #195c68);
}
@media only screen and (max-width:540px) {
  .m-search-cnd .acromegaly-entries .acromegaly-block {
    margin: 0 auto 15px !important;
  }
}
@media only screen and (max-width:750px) {
  .m-search-cnd .acromegaly-entries .acromegaly-block:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:1023px) {
  .m-search-cnd .acromegaly-entries .acromegaly-block:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:750px) {
  .m-search-cnd .acromegaly-entries .acromegaly-block:nth-child(3n) {
    margin-right: 15px;
  }
}
.m-search-cnd .acromegaly-entries .acromegaly-block:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width:1023px) {
  .m-search-cnd .acromegaly-entries .acromegaly-block:nth-child(4n) {
    margin-right: 15px;
  }
}
@media only screen and (max-width:750px) {
  .m-search-cnd .acromegaly-entries .acromegaly-block:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:750px) {
  .m-search-cnd .acromegaly-entries .acromegaly-block:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:1023px) {
  .m-search-cnd .acromegaly-entries .acromegaly-block:nth-child(12n) {
    margin-right: 0;
  }
}
.m-search-cnd .acromegaly-entries .acromegaly-block .block-description {
  display: block;
  width: 100%;
  margin: 10px 0 23px;
  font-size: 1.6rem;
  line-height: 1.56;
}
.m-search-cnd .acromegaly-entries .acromegaly-block .block-description p {
  margin: 0;
}
.m-search-cnd .acromegaly-entries .acromegaly-block img {
  position: relative;
  z-index: -1;
}

.m-alph-wrap ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
}
.m-alph-wrap ul li {
  color: #8f8f8f;
  font-size: 1.6rem;
  line-height: 1.56;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 45px;
  background: #f5f5f5;
  margin: 0 4px 4px 0;
  cursor: pointer;
  text-decoration: none;
}
.m-alph-wrap ul li:last-child {
  margin-right: 0;
}
.m-alph-wrap ul li.current {
  background: #94c11f;
  color: white;
}

.body-fieldset-text {
  width: 100%;
}
.body-fieldset-text pre {
  width: 100%;
  white-space: break-spaces;
  padding: 25px 20px;
  font-size: 2.1rem;
  line-height: 1.52;
  letter-spacing: normal;
  background: #f5f5f5;
  font-family: inherit;
  color: #636363;
  margin: 0 0 25px;
}
.body-fieldset-text p {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  color: #8f8f8f;
  margin-bottom: 25px;
}
.body-fieldset-text .m-padding {
  font-size: 2.1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  padding: 0 20px;
  color: #636363;
  margin-bottom: 25px;
}
.body-fieldset-text h2, .body-fieldset-text h3, .body-fieldset-text h4 {
  font-family: "FuturaPT";
  color: #195c68;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  display: inline-block;
}
.body-fieldset-text h4 {
  margin: 30px 0 14px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.body-fieldset-text h3 {
  font-size: 2.1rem;
  line-height: 1.52;
  letter-spacing: normal;
  margin: 25px 0 25px;
}
.body-fieldset-text h2 {
  font-size: 3.4rem;
  letter-spacing: -1px;
  line-height: 1.18;
  margin: 30px 0 25px;
  font-family: "Futura-lt";
}

.about-inner.m-conditionals {
  margin-bottom: 150px;
}
.about-inner.m-conditionals .body-fieldset-text {
  border-bottom: 1px solid #d3d3d4;
  margin-bottom: 50px;
}
.about-inner.m-conditionals .references-block {
  padding-top: 0;
  margin-top: 20px;
  border-top: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-inner.m-conditionals .references-block ol li:before {
  left: -27px;
  content: "";
  top: 8px;
  width: 4px;
  height: 4px;
  background: #636363;
  border-radius: 200%;
}

.reference-full-description {
  width: 100%;
}

.three-block-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 956px;
  padding: 0 15px;
}
@media only screen and (min-width:1023px) {
  .three-block-inner {
    margin-left: calc(-50vw + 61.5%);
    margin-right: calc(-50vw + 50%);
    justify-content: space-between;
  }
}
.three-block-inner .reference-full-description {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  max-width: 100%;
  order: inherit;
  padding-right: 15px;
  padding-left: 15px;
  margin: 30px auto 0;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (min-width:1023px) {
  .three-block-inner .reference-full-description {
    max-width: 800px;
    padding-right: 95px;
    padding-bottom: 50px;
    margin: 50px auto 0;
  }
}
.three-block-inner .reference-full-description:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d3d3d4;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width:1023px) {
  .three-block-inner .reference-full-description:before {
    left: 15px;
    width: calc(100% - 110px);
  }
}
.three-block-inner .reference-block {
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .three-block-inner .reference-block {
    max-width: 46%;
  }
}
@media only screen and (min-width:1023px) {
  .three-block-inner .reference-block {
    max-width: 298px;
    margin-bottom: 0;
  }
}
.three-block-inner .reference-block:nth-child(1) {
  background-image: linear-gradient(to bottom, rgba(148, 193, 31, 0.4), #94c11f 70%, #94c11f);
}
.three-block-inner .reference-block:nth-child(2) {
  background-image: linear-gradient(to bottom, rgba(167, 19, 103, 0.5), #a71367 70%, #a71367);
}
.three-block-inner .reference-block:nth-child(3) {
  background-image: linear-gradient(to bottom, rgba(0, 145, 179, 0.5), #0091b3 70%, #0091b3);
}
.three-block-inner .reference-block img {
  position: relative;
  z-index: -1;
}
.three-block-inner .reference-block .reference-text-inner {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 26px;
  color: white;
  bottom: 23px;
  display: block;
}
.three-block-inner .reference-block .reference-title {
  font-size: 1.8rem;
  line-height: 1.11;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.three-block-inner .reference-block .reference-description {
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
}

.about-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 40px;
  position: relative;
}
@media only screen and (min-width:1023px) {
  .about-inner {
    padding: 90px 0;
  }
}
.about-inner .container {
  order: 1;
}
@media only screen and (min-width:1023px) {
  .about-inner .container {
    max-width: 800px;
    order: inherit;
  }
}
@media only screen and (min-width:1280px) {
  .about-inner .container {
    padding-right: 92px;
  }
}
.about-inner .body-text {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width:1023px) {
  .about-inner .body-text {
    display: block;
  }
}
@media only screen and (min-width:1280px) {
  .about-inner .body-text {
    width: auto;
    min-width: 785px;
    min-height: 300px;
  }
}
.about-inner .sidebar-menu {
  top: 0;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width:1023px) {
  .about-inner .sidebar-menu {
    padding: 0;
    position: absolute;
    right: 20px;
    height: 100%;
    max-width: 800px;
    margin: 0;
  }
}
@media only screen and (min-width:1280px) {
  .about-inner .sidebar-menu {
    right: -237px;
    top: 9px;
    max-width: 100%;
  }
}
.about-inner .sidebar-menu ul,
.about-inner .sidebar-menu .body-buttons-inner-container {
  list-style: none;
  margin: 0;
  padding: 13px 16px 16px 15px;
  width: 100%;
  max-width: 251px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.about-inner .sidebar-menu ul li,
.about-inner .sidebar-menu .body-buttons-inner-container li {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: 1px;
  font-family: "FuturaPT";
  padding-bottom: 7px;
  border-bottom: 2px solid #b9b9ba;
  text-transform: uppercase;
  margin-bottom: 25px;
  transition: all 0.1s ease-out;
}
@media only screen and (min-width:1023px) {
  .about-inner .sidebar-menu ul li,
.about-inner .sidebar-menu .body-buttons-inner-container li {
    text-align: left;
  }
}
.about-inner .sidebar-menu ul li:last-child,
.about-inner .sidebar-menu .body-buttons-inner-container li:last-child {
  margin-bottom: 0;
}
.about-inner .sidebar-menu ul li.m-active,
.about-inner .sidebar-menu .body-buttons-inner-container li.m-active {
  border-color: #94c11f;
}
.about-inner .sidebar-menu ul li.m-active a,
.about-inner .sidebar-menu .body-buttons-inner-container li.m-active a {
  color: #94c11f;
}
.about-inner .sidebar-menu ul li:hover,
.about-inner .sidebar-menu .body-buttons-inner-container li:hover {
  border-color: #94c11f;
}
.about-inner .sidebar-menu ul li:hover a,
.about-inner .sidebar-menu .body-buttons-inner-container li:hover a {
  color: #94c11f;
}
.about-inner .sidebar-menu ul li a,
.about-inner .sidebar-menu .body-buttons-inner-container li a {
  text-decoration: none;
  color: #8f8f8f;
  transition: color 0.1s ease-out;
}
.about-inner .sidebar-menu ul li a:hover,
.about-inner .sidebar-menu .body-buttons-inner-container li a:hover {
  text-decoration: none;
}
.about-inner .body-fieldset-block {
  color: #8f8f8f;
  font-size: 1.8rem;
  line-height: 1.39;
}
.about-inner .body-fieldset-block a {
  color: #94c11f;
}
.about-inner .body-fieldset-block .text-inner .body-fieldset-images {
  margin-bottom: 22px;
  text-align: center;
}
.about-inner .body-fieldset-block .text-inner .body-fieldset-images figure {
  margin-inline: 0;
}
@media only screen and (min-width:768px) {
  .about-inner .body-fieldset-block .fullWidth .body-fieldset-images {
    margin: 50px calc(-50vw + 50%) 25px;
    margin-bottom: 85px;
    max-width: 1006px;
  }
}
.about-inner .body-fieldset-noteText {
  font-size: 1.8rem;
  line-height: 1.56;
  color: #195c68;
  top: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width:1280px) {
  .about-inner .body-fieldset-noteText {
    margin-bottom: 0;
    position: absolute;
    left: -234px;
    max-width: 204px;
  }
}
.about-inner .body-fieldset-text {
  position: relative;
}
.about-inner .body-fieldset-heading {
  font-size: 48px;
  line-height: 0.96;
  letter-spacing: -1px;
  color: #195c68;
  margin-bottom: 21px;
}
.about-inner .body-fieldset-subtitle {
  color: #195c68;
  font-size: 2.1rem;
  line-height: 1.52;
  margin: 0 0 25px;
}
.about-inner .text-inner.rightPosition,
.about-inner .text-inner.leftPosition {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width:768px) {
  .about-inner .text-inner.rightPosition,
.about-inner .text-inner.leftPosition {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.about-inner p {
  margin: 0px 0 25px;
}
.about-inner .references-block {
  color: #636363;
  font-size: 14px;
  line-height: 1.43;
  padding-top: 10px;
  margin-top: 50px;
  border-top: 1px solid #8f8f8f;
  display: flex;
  justify-content: center;
}
.about-inner .references-block a {
  color: #94c11f;
  text-decoration: none;
}
.about-inner .references-block h4 {
  margin-bottom: 11px;
  letter-spacing: 2px;
  line-height: 18px;
}
.about-inner .references-block ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item;
  padding-left: 30px;
}
.about-inner .references-block ol li {
  position: relative;
}
.about-inner .references-block ol li:before {
  content: counter(item) ".";
  display: inline-block;
  counter-increment: item;
  width: auto;
  position: absolute;
  left: -30px;
}
.about-inner .references-block .reference-inner {
  width: 100%;
}
.about-inner .reference-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  word-break: break-word;
}
.about-inner .reference-block div,
.about-inner .reference-block a {
  display: contents;
}
.about-inner .text-inner .body-fieldset-text {
  order: 0;
  word-break: break-word;
}
@media only screen and (min-width:768px) {
  .about-inner .text-inner.rightPosition .body-fieldset-text {
    max-width: 300px;
  }
}
@media only screen and (min-width:768px) {
  .about-inner .text-inner.rightPosition .body-fieldset-images {
    max-width: 295px;
    width: 43%;
    order: 1;
  }
}
.about-inner .text-inner.fullWidth {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-inner .body-fieldset-block h1 + .body-fieldset-subtitle {
  margin: -5px 0 25px;
}

.body-buttons-inner {
  margin-top: 5px;
}
@media only screen and (min-width:1023px) {
  .body-buttons-inner {
    margin-top: 17px;
  }
}
.body-buttons-inner .block-link {
  background: #94c11f;
}
.body-buttons-inner .block-link:hover {
  background: #abcc56;
}

.categories-preview-menu {
  margin: 0 0;
}
@media only screen and (min-width:1023px) {
  .categories-preview-menu {
    margin: 0 0 150px;
  }
}
.categories-preview-menu .information-block {
  width: 100%;
  min-height: 305px;
  max-width: 298px;
  margin: 15px;
}
.categories-preview-menu .information-block:nth-child(1) {
  background-image: linear-gradient(to bottom, rgba(0, 145, 179, 0.5), #0091b3 70%, #0091b3);
}
.categories-preview-menu .information-block:nth-child(1) .block-button {
  background: #94c11f;
}
.categories-preview-menu .information-block:nth-child(1) .block-button:hover {
  background: #abcc56;
}
.categories-preview-menu .information-block:nth-child(2) .block-button {
  background: #f193ac;
}
.categories-preview-menu .information-block:nth-child(2) .block-button:hover {
  background: #fdc4d3;
}
.categories-preview-menu .information-block:nth-child(3) {
  background-image: linear-gradient(to bottom, rgba(148, 193, 31, 0.4), #94c11f 70%, #94c11f);
}
.categories-preview-menu .information-block:nth-child(3) .block-button {
  background: #034170;
}
.categories-preview-menu .information-block:nth-child(3) .block-button:hover {
  background: #136db1;
}
.categories-preview-menu .information-block:nth-child(5) {
  background-image: linear-gradient(to bottom, rgba(78, 20, 140, 0.4), #4e148c 70%, #4e148c);
}
.categories-preview-menu .information-block:nth-child(5) .block-button {
  background: #4CCAF0;
}
.categories-preview-menu .information-block:nth-child(5) .block-button:hover {
  background: #7cd8f4;
}

@media only screen and (min-width:1023px) {
  .menu-entries {
    position: sticky;
    top: 0;
  }
}

.body-fieldset-block h1 {
  line-height: 1;
  margin: 25px 0;
}

.body-fieldset-block h1,
.wrapper-form h1 {
  font-family: "FuturaPT";
  font-size: 3.2rem;
  line-height: 0.96;
  color: #195c68;
  font-weight: 500;
}
@media only screen and (min-width:1023px) {
  .body-fieldset-block h1,
.wrapper-form h1 {
    margin-top: 0;
    font-size: 4.8rem;
  }
}

.remark-text-decoration {
  font-size: 1.2rem;
  line-height: 1.43;
  color: #636363;
}

.body-fieldset-text ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.body-fieldset-text ul li {
  position: relative;
}
.body-fieldset-text ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -20px;
  width: 5px;
  height: 5px;
  background-color: #94c11f;
  border-radius: 50%;
}

.body-fieldset-text p + ul.gray-background {
  margin-top: -68px;
}

.body-fieldset-text ul.gray-background {
  padding-left: 70px;
}

.body-fieldset-text ul {
  list-style: none;
}
.body-fieldset-text ul li {
  position: relative;
}
.body-fieldset-text ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -20px;
  width: 5px;
  height: 5px;
  background-color: #94c11f;
  border-radius: 50%;
}
.body-fieldset-text ul ul li {
  position: relative;
}
.body-fieldset-text ul ul li:after {
  background-color: transparent;
  border: 1px solid #94c11f;
}

.about-page h3 {
  font-family: "FuturaPT";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.18;
  letter-spacing: -1px;
  color: #195c68;
  margin: 15px 0;
}
@media only screen and (min-width:1023px) {
  .about-page h3 {
    margin: 0 0 28px;
  }
}
.about-page .body-fieldset-block {
  margin-bottom: 50px;
}
.about-page .body-fieldset-block p:last-child {
  margin: 0;
}
.about-page .body-fieldset-images {
  margin: 0 0 35px;
}
@media only screen and (min-width:1023px) {
  .about-page .body-fieldset-images {
    margin: 0 0 25Px;
  }
}
.about-page .about-inner.m-page {
  overflow: visible;
  padding-top: 30px;
}
.about-page .sidebar-menu {
  height: 100%;
  display: none;
}
@media only screen and (min-width:1023px) {
  .about-page .sidebar-menu {
    display: block;
    max-width: 16%;
  }
}
@media only screen and (min-width:1280px) {
  .about-page .sidebar-menu {
    max-width: 100%;
  }
}
.about-page .about-inner .container {
  padding-top: 0;
}
@media only screen and (min-width:1023px) {
  .about-page .about-inner .container {
    padding-top: 60px;
  }
}
.about-page .body-image-bottom.information-block {
  max-width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 145, 179, 0.5), #0091b3 70%, #0091b3);
  margin: 50px 0 50px;
  width: auto;
  align-items: center;
}
@media only screen and (min-width:1023px) {
  .about-page .body-image-bottom.information-block {
    margin: 0 0 60px;
  }
}
.about-page .block-button {
  background: #94c11f;
}
.about-page .block-button:hover {
  background: #abcc56;
}

.gray-background {
  padding: 25px 20px;
  background-color: #f5f5f5;
  margin: 25px 0;
  font-size: 2.1rem;
  line-height: 1.52;
  color: #636363;
  display: block;
}

.horizontal-line {
  height: 1px;
  background-color: #d3d3d4;
  margin: 21.5px 0 50px;
}

/* contacts us */
.contact-form {
  background-color: #f5f5f5;
  padding: 40px 20px;
  color: #195c68;
  font-size: 1.8rem;
  line-height: 1.3;
  max-width: 691px;
  margin: 0 auto;
}
@media only screen and (min-width:768px) {
  .contact-form {
    padding: 81px 78px 90px 79px;
  }
}
.contact-form label {
  display: block;
}
.contact-form .form-group,
.contact-form .form-select,
.contact-form .form-checkbox {
  margin-bottom: 15px;
}
.contact-form input,
.contact-form textarea,
.contact-form .select2-selection {
  width: 100%;
  height: auto;
  font-family: "FuturaPT";
  border: solid 2px #ffffff;
  margin: 3px 0 0;
  padding: 9px 10px 11px;
  color: #090909;
  font-size: 1.6rem;
  line-height: 1.55;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  font-family: "Gilroy";
  font-size: 1.6rem;
  line-height: 1.55;
  color: #8f8f8f;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-family: "Gilroy";
  font-size: 1.6rem;
  line-height: 1.55;
  color: #8f8f8f;
}
.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  border: 2px solid #94c11f;
  border-left: none;
  border-top: none;
  right: 15px;
  left: auto;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.contact-form .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 2px solid #94c11f;
  border-right: none;
  border-bottom: none;
}
.contact-form textarea {
  resize: vertical;
  min-height: 159px;
}
.contact-form .form-group h5 {
  margin: 0;
  letter-spacing: 5px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.contact-form .btn-success {
  width: -moz-fit-content;
  width: fit-content;
  background: #94c11f;
  font-family: "Futura-lt";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  word-break: break-all;
  padding: 12px 57px;
  transition: background 0.1s ease-out;
  border: none;
  cursor: pointer;
  margin-top: 17px;
}
.contact-form .btn-success:hover {
  background: #abcc56;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #090909;
  font-size: 1.6rem;
  line-height: 1.55;
}

.form-select .select2-container {
  width: 100% !important;
}

.select2-container li {
  color: #090909;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 9px 10px 11px;
}
.select2-container .select2-dropdown {
  border: none;
}

.select2-container .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffffff;
  color: #94c11f;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.contact-form label {
  color: #195c68;
}

.form-checkbox {
  position: relative;
}
.form-checkbox .checkbox {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form-checkbox label {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 32px;
  cursor: pointer;
  color: #090909;
}
.form-checkbox label:after, .form-checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
}
.form-checkbox label:after {
  left: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #8f8f8f;
  background-color: #ffffff;
}
.form-checkbox a {
  color: #94c11f;
}
.form-checkbox .checkbox:checked + label::before {
  left: 7px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: 2px solid #94c11f;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  z-index: 3;
}

.form-radio {
  position: relative;
  margin-bottom: 25px;
}
.form-radio .radio {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form-radio label {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 32px;
  cursor: pointer;
  color: #090909;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-radio label:after, .form-radio label:before {
  content: "";
  position: absolute;
  top: 0;
}
.form-radio label:after {
  left: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #8f8f8f;
  background-color: #ffffff;
  border-radius: 50%;
}
.form-radio label[for=radio1] {
  margin-right: 25px;
}
.form-radio .radio:checked + label::after {
  border-color: #94c11f;
}
.form-radio .radio:checked + label::before {
  left: 5px;
  top: 5px;
  width: 9px;
  height: 9px;
  background-color: #94c11f;
  border-radius: 50%;
  z-index: 3;
}
.form-radio .radio-grid {
  display: flex;
}

.form-radio.radio-grid {
  display: flex;
}

.body-fullimage-bottom {
  margin-bottom: 100px;
  height: 202px;
}
@media only screen and (min-width:1023px) {
  .body-fullimage-bottom {
    margin-bottom: 202px;
  }
}
.body-fullimage-bottom .body-image-bottom.information-block {
  height: 100%;
  margin: 0 auto;
  display: block;
  padding: 0;
  max-width: 926px;
  background-image: linear-gradient(to bottom, rgba(25, 92, 104, 0.4), #195c68 70%, #195c68);
  width: 100%;
}
.body-fullimage-bottom .body-image-bottom.information-block > div {
  max-height: 100%;
  overflow: hidden;
}
.body-fullimage-bottom .body-image-bottom.information-block .block-button {
  background-color: #94c11f;
}

.errors {
  padding-left: 0;
  margin-top: -10px;
}
.errors li {
  list-style-type: none;
  color: red;
  font-size: 1.2rem;
}

.about-inner .patient-support {
  padding-right: 15px;
}
.about-inner .patient-support h1 {
  font-size: 4.8rem;
  color: #195b67;
  font-weight: normal;
  line-height: 1.15;
  max-width: 80%;
  margin-top: 0;
}
.about-inner .patient-support .data-text,
.about-inner .patient-support .data-subtitle {
  line-height: 1.4;
  font-size: 1.8rem;
  color: #8f8f8f;
  text-align: justify;
}
.about-inner .patient-support .data-subtitle p {
  color: #636363;
  font-size: 2.1rem;
}
.about-inner .patient-support-form {
  border: 1px solid #d3d3d4;
  margin: 50px 0 0;
  max-width: 100%;
}
@media only screen and (min-width:768px) {
  .about-inner .patient-support-form {
    margin: 50px 0 90px;
  }
}
.about-inner .patient-support-form .terms-checkbox a {
  color: #94c11f;
  text-decoration: none;
}
.about-inner .patient-support-form .terms-checkbox h2 {
  font-size: 1.8rem;
}
.about-inner .patient-support-form input,
.about-inner .patient-support-form textarea,
.about-inner .patient-support-form .select2-selection {
  padding: 7px 10px;
  font-size: 1.8rem;
}
.about-inner .patient-support .start-inner {
  margin: 40px 0 90px;
}
.about-inner .patient-support .start-inner a {
  margin-top: 0;
}

.symptoms-checker-inner {
  padding: 51px 30px 30px;
  text-align: center;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}
.symptoms-checker-inner h3 {
  font-size: 1.8rem;
  line-height: 1.11;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: normal;
}
.symptoms-checker-inner p {
  font-size: 1.6rem;
  line-height: 1.56;
  color: #ffffff;
  margin-bottom: 23px;
}
.symptoms-checker-inner .btn.btn-primary {
  width: 221px;
  height: 45px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 12px 40px 13px;
  background-color: #0091b3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  border-radius: 0;
  border: none;
  font-family: "Futura-lt";
}
.symptoms-checker-inner .btn.btn-primary:hover {
  background-color: #26a3b9;
}
.symptoms-checker-inner .btn.btn-primary:focus {
  border: none;
  background-color: #0091b3;
  box-shadow: none;
}
.symptoms-checker-inner .btn-primary:not(:disabled):not(.disabled):active {
  border: none;
  background-color: #0091b3;
  box-shadow: none;
}

.symptoms-checker__content {
  position: relative;
  z-index: 2;
}

.symptoms-checker {
  position: relative;
  max-width: 926px;
  min-height: 202px;
  margin: 0 auto 16px;
}
.symptoms-checker:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(3, 65, 112, 0.5), #034170 70%, #034170);
}

.popup-inner {
  position: fixed;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  width: 612px;
  max-width: 100%;
  padding: 60px 10px;
  border-radius: 2px;
  background-color: #f5f5f5;
  text-align: center;
  max-height: 100%;
  overflow: auto;
}
@media only screen and (min-width:768px) {
  .popup-inner {
    padding: 60px 39px;
  }
}
.popup-inner .close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  color: transparent;
}
.popup-inner .close-popup:after, .popup-inner .close-popup:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #8f8f8f;
}
.popup-inner .close-popup:after {
  right: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}
.popup-inner .close-popup:before {
  left: 49%;
  transform: translate(-50%, 0) rotate(45deg);
}
.popup-inner .close-popup:hover:after, .popup-inner .close-popup:hover:before {
  background-color: #94c11f;
}
.popup-inner .block-title {
  color: #636363;
  line-height: 1.3;
  font-size: 2.6rem;
  margin-bottom: 25px;
}
.popup-inner .block-description {
  color: #195c68;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 500;
}
.popup-inner .adjacent-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.popup-inner .adjacent-buttons a {
  display: block;
  padding: 12px 40px;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.25;
  font-weight: 500;
}
.popup-inner .adjacent-buttons div {
  transition: background 0.1s ease-out;
}
.popup-inner .adjacent-buttons div:first-child {
  background-color: #195c68;
  margin-right: 20px;
}
.popup-inner .adjacent-buttons div:first-child:hover {
  background-color: #258494;
}
.popup-inner .adjacent-buttons div:last-child {
  background-color: #94c11f;
}
.popup-inner .adjacent-buttons div:last-child:hover {
  background-color: #abcc56;
}

.popup-inner.open {
  visibility: visible;
  opacity: 1;
  z-index: 5;
  top: 50%;
}

body.styleHCP {
  font-size: 1.2rem;
  font-family: "Gilroy";
}

body.mytolacHcp {
  font-family: "FuturaPT";
}

.styleHCP body {
  color: #636363;
}
.styleHCP .header {
  position: absolute;
  width: 1240px;
  max-width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #636363;
}
@media only screen and (min-width:1023px) {
  .styleHCP .header {
    background-color: transparent;
  }
  .styleHCP .header .wrap-menu {
    background: #69c3c6;
  }
}
.styleHCP .header .wrap-menu {
  background: #69c3c6;
}
@media only screen and (min-width:1023px) {
  .styleHCP .header .wrap-menu {
    background: transparent;
  }
}
.styleHCP .header .search-form:before {
  width: 100%;
  left: 0;
}
.styleHCP .header a,
.styleHCP .header .your-region,
.styleHCP .header .search-form input {
  line-height: 1.4;
  font-weight: 700;
}
.styleHCP .header .search-form:before {
  background-color: #69c3c6;
}
.styleHCP .header-block {
  background-repeat: no-repeat;
  background-size: cover;
}
.styleHCP .header a:hover:before, .styleHCP .header a.active:before {
  background: #ffffff;
}
.styleHCP .header-block:before {
  display: none;
}
.styleHCP .main-text {
  font-family: "Gilroy";
  margin: 0;
}
.styleHCP .header-banner.m-about .main-text sup {
  vertical-align: text-top;
  line-height: 1;
  font-size: 64%;
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}
.styleHCP .header-banner.m-about .main-text {
  font-size: 6.5rem;
  font-family: "Deutschlander_advanzregular";
  color: #f5b3c5;
  letter-spacing: normal;
}
@media only screen and (min-width:1023px) {
  .styleHCP .header-banner.m-about .main-text {
    font-size: 12rem;
  }
}
@media only screen and (min-width:1023px) {
  .styleHCP .header-banner.m-about .main-text,
.styleHCP .header-banner.m-about .title-text,
.styleHCP .header-banner.m-about .bottom-text {
    margin-left: 77px;
  }
}
.styleHCP .header-banner.m-about .title-text {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
  letter-spacing: 4.69px;
  margin-bottom: 20px;
}
.styleHCP .header-banner.m-about .header-block {
  min-height: 550px;
  display: flex;
  align-items: center;
}
.styleHCP .header-banner.m-about .header-block__text {
  top: auto;
  bottom: auto;
  position: relative;
}
.styleHCP .about-inner {
  padding: 30px 0;
}
@media only screen and (min-width:1023px) {
  .styleHCP .about-inner {
    padding: 90px 0;
  }
}
.styleHCP .body-fieldset-inner h2 {
  color: #f5b3c5;
}
.styleHCP h2 {
  font-size: 3.2rem;
  color: #f5b3c5;
  margin: 50px 0 20px;
}
.styleHCP h3 {
  font-size: 2rem;
  line-height: 1.55;
  font-weight: 500;
  color: #636363;
  margin: 0 0 20px;
}
.styleHCP .about-inner .body-fieldset-block h4 {
  color: #f5b3c5;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 25px 0;
}
@media only screen and (min-width:1023px) {
  .styleHCP .about-inner .body-fieldset-block h4 {
    margin: 30px 0 0;
  }
}
.styleHCP .body-fieldset-block h1 {
  font-size: 3.2rem;
  line-height: 1;
  color: #f5b3c5;
  font-family: "Gilroy";
}
@media only screen and (min-width:1023px) {
  .styleHCP .body-fieldset-block h1 {
    font-size: 4.2rem;
  }
}
.styleHCP .about-inner .sidebar-menu ul li.m-active a, .styleHCP .about-inner .sidebar-menu ul li:hover a {
  border-color: #69c3c6;
  color: #69c3c6;
}
.styleHCP .about-inner .sidebar-menu ul li.m-active, .styleHCP .about-inner .sidebar-menu ul li:hover {
  border-color: #69c3c6;
}
.styleHCP .body-fieldset-text ul li:after {
  background-color: #69c3c6;
}
.styleHCP .about-inner .references-block {
  font-weight: normal;
  color: #636363;
  font-size: 1.2rem;
  line-height: 1.58;
}
.styleHCP .about-inner .references-block h4 {
  font-weight: normal;
}
.styleHCP .footer {
  background-color: #636363;
}
.styleHCP .footer h4 {
  font-size: 2rem;
  color: #b9b9ba;
}
@media only screen and (min-width:1023px) {
  .styleHCP .footer {
    padding: 75px 79px;
  }
}
.styleHCP .footer-copyright p {
  color: #b9b9ba;
  font-size: 1.2rem;
  line-height: 1.58;
}
.styleHCP .footer ul a {
  font-size: 1.6rem;
  line-height: 1.55;
}
.styleHCP .form-checkbox .checkbox:checked + label::before {
  border-color: #69c3c6;
}
.styleHCP .footer-menu__row .form-group input, .styleHCP .footer-menu__row .form-group textarea {
  font-size: 1.6rem;
  line-height: 1.35;
}
.styleHCP .header .your-region .m-regions {
  background: rgba(241, 147, 172, 0.8);
}
.styleHCP .header .your-region .m-regions ul li.is-active a:before {
  background: #ffffff;
}
.styleHCP .about-inner .sidebar-menu ul li {
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.2rem;
}
.styleHCP .gray-background, .styleHCP .about-inner .body-fieldset-block {
  font-size: 2rem;
  line-height: 1.55;
  color: #636363;
}
.styleHCP .body-fieldset-text p, .styleHCP .body-fieldset-text ul li {
  color: #636363;
  font-size: 1.6rem;
  line-height: 1.6;
}
.styleHCP .body-fieldset-text ul li p {
  margin-bottom: 0;
}
.styleHCP .body-fieldset-text ul li:after {
  width: 4px;
  height: 4px;
}
.styleHCP .about-inner .references-block h4 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.styleHCP .about-inner .references-block {
  border-top: 1px solid #d3d3d4;
  margin-top: 50px;
}
.styleHCP .about-inner .references-block h4 {
  margin-top: 20px;
}
.styleHCP .footer-menu__row .form-checkbox label {
  font-size: 1.2rem;
  line-height: 1.58;
}
.styleHCP .about-inner .body-fieldset-noteText {
  font-size: 16.5px;
  line-height: 1.58;
  color: #f193ac;
  font-family: "Gilroy";
}
.styleHCP .footer-menu__row button#submit, .styleHCP .body-buttons-inner .block-link {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  background-color: #69c3c6;
}
.styleHCP .footer-menu__row button#submit:hover, .styleHCP .body-buttons-inner .block-link:hover {
  background-color: #63d8dc;
}
.styleHCP .about-inner .body-fieldset-block a, .styleHCP .about-inner .references-block a {
  color: #63d8dc;
  text-decoration: none;
}
.styleHCP .about-inner .body-fieldset-block a:hover, .styleHCP .about-inner .references-block a:hover {
  text-decoration: underline;
}
.styleHCP .download-pdf-table {
  display: flex;
}
.styleHCP .download-pdf-table > div {
  background-color: rgba(211, 211, 212, 0.35);
  padding: 12px 20px;
  color: #636363;
  font-size: 1.2rem;
}
.styleHCP .download-pdf-table > div:first-child {
  width: 77%;
  margin: 0 3px 3px 0;
}
.styleHCP .download-pdf-table .col-file {
  margin-bottom: 3px;
}
.styleHCP .download-pdf-table a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #636363;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 39px;
}
.styleHCP .remark-text-decoration {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.55;
}
.styleHCP .pdf-buttons-inner {
  display: inline-block;
}
.styleHCP .pdf-block-link {
  padding: 12px 27px;
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .styleHCP .pdf-block-link {
    width: auto;
    padding: 12px 38px;
  }
}
.styleHCP .wrapper-form {
  background-color: #f5f5f5;
  padding: 40px 20px;
}
@media only screen and (min-width:768px) {
  .styleHCP .wrapper-form {
    padding: 47px 79px;
  }
}
.styleHCP .wrapper-form h1 {
  font-family: "Gilroy";
  font-size: 4.2rem;
  color: #f193ac;
  margin-bottom: 38px;
}
.styleHCP .wrapper-form .contact-form {
  padding: 0;
}
.styleHCP .wrapper-form .contact-form .form-group label, .styleHCP .wrapper-form .contact-form .form-group h5, .styleHCP .wrapper-form .contact-form label {
  font-size: 1.6rem;
  color: #f193ac;
  font-weight: 500;
  line-height: 1.55;
}
.styleHCP .wrapper-form input,
.styleHCP .wrapper-form textarea {
  border: solid 2px #ffffff;
  margin: 3px 0 0;
  padding: 10px;
  color: #8f8f8f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.styleHCP .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Gilroy";
  color: #8f8f8f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.styleHCP .select2-container li {
  color: #8f8f8f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.styleHCP .select2-container .select2-results__option--selected, .styleHCP .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #f193ac;
}
.styleHCP .wrapper-form .form-checkbox label {
  font-size: 1.2rem;
  color: #090909;
  line-height: 1.58;
  margin: 0 0 12px 0;
}
.styleHCP .contact-form .btn-success {
  background-color: #69c3c6;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: normal;
}
.styleHCP .contact-form .btn-success:hover {
  background-color: #63d8dc;
}
.styleHCP .contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #69c3c6;
}
.styleHCP .menu-categories a {
  color: #ffffff;
}
@media only screen and (min-width:768px) {
  .styleHCP .menu-categories a {
    color: #636363;
  }
}
.styleHCP .menu-categories a:hover {
  text-decoration: none;
  color: #69c3c6;
}
.styleHCP .menu-categories .m-active a {
  color: #69c3c6;
}
.styleHCP .about-inner .body-fieldset-block .body-fieldset-images {
  margin: 30px 0;
}
@media only screen and (min-width:768px) {
  .styleHCP .about-inner .body-fieldset-block .body-fieldset-images {
    margin: 50px 0;
  }
}
.styleHCP .about-inner .text-inner .caption-text {
  text-align: start;
  font-size: 1.4rem;
  color: #090909;
}
.styleHCP .about-inner .text-inner .caption-text p {
  width: 100%;
}
.styleHCP .about-inner .text-inner video, .styleHCP .about-inner .text-inner iframe {
  max-height: 690px;
}
.styleHCP .about-inner .text-inner.fullWidth {
  display: flex;
}
.styleHCP .about-inner .body-fieldset-block .fullWidth .body-fieldset-images {
  margin: 25px calc(-50vw + 50%);
  width: 100%;
}
@media only screen and (min-width:768px) {
  .styleHCP .about-inner .body-fieldset-block .fullWidth .body-fieldset-images {
    max-height: 697px;
    max-width: 1160px;
    width: calc(100vw - 60px);
  }
}
.styleHCP .fullWidth .body-fieldset-text figure {
  margin: 0;
}
.styleHCP .fullWidth .body-fieldset-text figure iframe {
  width: 100% !important;
}
.styleHCP .body-fieldset-subtitle {
  color: #f193ac;
  text-transform: uppercase;
  line-height: 1.15;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin: -10px 0 30px;
}
.styleHCP .body-buttons-inner {
  margin-bottom: 50px;
}
.styleHCP .about-inner .text-inner.rightPosition .body-fieldset-images,
.styleHCP .about-inner .text-inner.leftPosition .body-fieldset-images {
  margin: 30px 0;
}
@media only screen and (min-width:768px) {
  .styleHCP .about-inner .text-inner.rightPosition .body-fieldset-images,
.styleHCP .about-inner .text-inner.leftPosition .body-fieldset-images {
    margin: 0;
  }
}
.styleHCP .about-inner .text-inner.rightPosition .body-fieldset-images .caption-text,
.styleHCP .about-inner .text-inner.leftPosition .body-fieldset-images .caption-text {
  margin: 10px 0 0;
}
@media only screen and (min-width:768px) {
  .styleHCP .about-inner .text-inner.rightPosition .body-fieldset-text,
.styleHCP .about-inner .text-inner.leftPosition .body-fieldset-text {
    margin-left: 90px;
    max-width: 220px;
  }
}
.styleHCP .popup-block ul {
  color: #636363;
  font-size: 1.5rem;
  text-align: start;
}
.styleHCP .information-block a {
  color: #ffffff;
  text-decoration: none;
}
.styleHCP .information-block a:hover {
  text-decoration: underline;
}
.styleHCP .information-block.w-100 {
  width: 100%;
  margin: 0;
}
.styleHCP .categories-preview-menu .information-block {
  margin: 15px;
}
.styleHCP .categories-preview-menu .information-block:nth-child(1) {
  background-image: linear-gradient(to bottom, rgba(105, 195, 198, 0.5), #69c3c6 70%, #69c3c6);
}
.styleHCP .categories-preview-menu .information-block:nth-child(1) .block-button {
  background: #612d89;
}
.styleHCP .categories-preview-menu .information-block:nth-child(1) .block-button:hover {
  background: #9f6bc7;
}
.styleHCP .categories-preview-menu .information-block:nth-child(2) {
  background-image: linear-gradient(to bottom, rgba(97, 45, 137, 0.5), #612d89 70%, #612d89);
}
.styleHCP .categories-preview-menu .information-block:nth-child(2) .block-button {
  background: #69c3c6;
}
.styleHCP .categories-preview-menu .information-block:nth-child(2) .block-button:hover {
  background: #7fe1e4;
}
.styleHCP .categories-preview-menu .information-block:nth-child(3) {
  background-image: linear-gradient(to bottom, rgba(252, 196, 89, 0.5), #fcc459 70%, #fcc459);
}
.styleHCP .categories-preview-menu .information-block:nth-child(3) .block-button {
  background: #008892;
}
.styleHCP .categories-preview-menu .information-block:nth-child(3) .block-button:hover {
  background: #08bfcc;
}
.styleHCP .popup-preview {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 179px;
}
@media only screen and (max-width:768px) {
  .styleHCP .popup-preview {
    min-height: auto;
  }
}
.styleHCP .popup-preview:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 136, 146, 0.5), #008892 70%, #008892);
  z-index: 2;
}
.styleHCP .popup-preview > * {
  z-index: 3;
}
.styleHCP .popup-preview .block-link {
  position: static;
  background-color: #69c3c6;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
  transform: none;
  margin: 0 auto 30px;
}
.styleHCP .popup-preview .block-link:hover {
  background-color: #63d8dc;
}
.styleHCP .popup-preview .popup-preview__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  text-align: center;
  width: 100%;
  min-height: auto;
  flex: 1 1 100%;
}
.styleHCP .popup-preview .popup-preview__content .block-description {
  font-size: 1.2rem;
  line-height: 1.58;
  color: #ffffff;
  max-width: 465px;
  margin: 0 auto;
}
.styleHCP .popup-preview .popup-preview__content .block-description p {
  margin: 0;
}
.styleHCP .close-popup:hover:after, .styleHCP .close-popup:hover:before {
  background-color: #69c3c6;
}

.body-fieldset-text figure {
  text-align: center;
}
@media only screen and (max-width:768px) {
  .body-fieldset-text figure {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width:768px) {
  .body-fieldset-text figure iframe {
    width: 100% !important;
  }
}

.disease-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 25px 0;
}
.disease-blocks a {
  color: #ffffff;
}

.body-disease-element {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.body-disease-element:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:520px) {
  .body-disease-element {
    margin-right: 16px;
    width: calc(50% - 8px);
  }
  .body-disease-element:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width:768px) {
  .body-disease-element {
    margin-right: 16px;
    width: calc(33.33% - 11px);
  }
  .body-disease-element:nth-child(2n) {
    margin-right: 16px;
  }
  .body-disease-element:nth-child(3n) {
    margin-right: 0;
  }
}
.body-disease-element img {
  position: relative;
  z-index: -1;
  border-radius: 2px;
}

.body-disease-element.purple {
  height: 240px;
}
.body-disease-element.purple:after {
  background: linear-gradient(to bottom, rgba(97, 45, 137, 0.5), #612d89 70%, #612d89 100%);
}

.body-disease-element.blue:after {
  background-image: linear-gradient(to bottom, rgba(0, 125, 168, 0.5), #007da8 70%, #007da8);
}

.body-disease-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 30px;
  z-index: 3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.body-disease-content .disease-block-description {
  font-size: 1.2rem;
  line-height: 1.4;
}

.block-button, .pdf-block-link {
  background-color: #69c3c6;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 700;
  transition: background 0.1s ease-out;
  cursor: pointer;
}
.block-button:hover, .pdf-block-link:hover {
  background-color: #63d8dc;
}

.stylePalmeux {
  font-family: "Helvetica";
  color: #636363;
}
.stylePalmeux figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.stylePalmeux .header,
.stylePalmeux .footer {
  font-family: "FuturaPT";
}
.stylePalmeux .header {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #636363;
}
@media only screen and (min-width:1023px) {
  .stylePalmeux .header {
    background-color: rgba(78, 20, 140, 0.8);
  }
  .stylePalmeux .header .wrap-menu {
    background: #4CCAF0;
  }
}
.stylePalmeux .header .wrap-menu {
  background: #4CCAF0;
}
@media only screen and (min-width:1023px) {
  .stylePalmeux .header .wrap-menu {
    background: transparent;
  }
}
.stylePalmeux .header .search-form:before {
  width: 100%;
  left: 0;
}
.stylePalmeux .header a,
.stylePalmeux .header .your-region,
.stylePalmeux .header .search-form input {
  line-height: 1.4;
  font-weight: 700;
}
.stylePalmeux .header .search-form:before {
  background-color: #4CCAF0;
}
.stylePalmeux .header-sub__menu ul {
  background-color: #4e148c;
}
@media only screen and (min-width:768px) {
  .stylePalmeux .header-sub__menu ul {
    background-color: #f5f5f5;
  }
}
.stylePalmeux .header-sub__menu ul a {
  font-size: 1.6rem;
}
.stylePalmeux .header-block {
  background-repeat: no-repeat;
  background-size: cover;
}
.stylePalmeux .header a:hover:before,
.stylePalmeux .header a.active:before {
  background: #ffffff;
}
.stylePalmeux .header-block:before {
  display: none;
}
.stylePalmeux .dropdown-title {
  color: #4CCAF0;
}
.stylePalmeux .menu-categories a {
  color: #ffffff;
  font-family: "Helvetica";
  display: block;
}
@media only screen and (min-width:768px) {
  .stylePalmeux .menu-categories a {
    color: #4e148c;
  }
}
.stylePalmeux .menu-categories a:hover {
  text-decoration: none;
  color: #4CCAF0;
}
.stylePalmeux .menu-categories .m-active a {
  color: #4CCAF0;
}
@media only screen and (min-width:768px) {
  .stylePalmeux .menu-categories .menu-item.m-active a::after {
    content: "";
    display: flex;
    border-bottom: 1px solid #4CCAF0;
    margin-top: -1px;
  }
}
.stylePalmeux .main-text {
  font-family: "Helvetica";
  letter-spacing: normal;
  font-weight: 700;
  margin: 0;
}
.stylePalmeux .header-banner.m-about .main-text {
  letter-spacing: -0.05rem;
  font-size: 4.2rem;
}
@media only screen and (min-width:768px) {
  .stylePalmeux .header-banner.m-about .main-text {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width:1023px) {
  .stylePalmeux .header-banner.m-about .main-text {
    font-size: 5.8rem;
  }
}
.stylePalmeux .header-banner.m-about .header-block {
  min-height: 550px;
  display: flex;
  align-items: center;
}
.stylePalmeux .header-banner.m-about .header-block__text {
  top: auto;
  bottom: auto;
  position: relative;
}
.stylePalmeux .about-inner {
  padding: 30px 0;
}
@media only screen and (min-width:1023px) {
  .stylePalmeux .about-inner {
    padding: 90px 0;
  }
}
.stylePalmeux .body-fieldset-inner h2 {
  color: #4e148c;
  line-height: 1.3;
}
.stylePalmeux h2 {
  font-size: 3.2rem;
  font-family: "Helvetica";
  color: #4e148c;
  font-weight: 700;
  letter-spacing: -0.05rem;
}
.stylePalmeux h3 {
  font-size: 2.1rem;
  font-family: "Helvetica";
  font-weight: 700;
  color: #4CCAF0;
  margin: 0 0 20px;
}
.stylePalmeux h4 {
  font-size: 1.4rem;
  font-family: "Helvetica";
  font-weight: 700;
  color: #4CCAF0;
  margin: 0 0 20px;
}
.stylePalmeux .about-inner .body-fieldset-block h4 {
  color: #4e148c;
  font-weight: 700;
  margin: 25px 0;
}
@media only screen and (min-width:1023px) {
  .stylePalmeux .about-inner .body-fieldset-block h4 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.stylePalmeux .body-fieldset-block h1 {
  font-size: 4.2rem;
  font-family: "Helvetica";
  color: #4e148c;
  line-height: 1.3;
  font-weight: 700;
}
.stylePalmeux .about-inner .sidebar-menu ul li.m-active a,
.stylePalmeux .about-inner .sidebar-menu ul li:hover a {
  border-color: #4CCAF0;
  color: #4CCAF0;
}
.stylePalmeux .about-inner .sidebar-menu ul li.m-active,
.stylePalmeux .about-inner .sidebar-menu ul li:hover {
  border-color: #4CCAF0;
}
.stylePalmeux .body-fieldset-text ul li:after {
  top: 9px;
  background-color: #4e148c;
}
.stylePalmeux .about-inner .references-block {
  font-weight: normal;
  color: #636363;
  font-size: 1.2rem;
  line-height: 1.58;
}
.stylePalmeux .about-inner .references-block h4 {
  font-weight: normal;
}
.stylePalmeux .footer {
  background-color: #d3d3d4;
  color: #4e148c;
}
.stylePalmeux .footer .logo-palmeux img {
  filter: saturate(0%) brightness(0%) invert(31.3725490196%) opacity(1);
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 0.3058823529          0 0 0 0 0.0784313725          0 0 0 0 0.5490196078          0 0 0 1 0        "/>      </filter>    </svg>  #recolor');
}
.stylePalmeux .footer h4 {
  font-size: 2rem;
  color: #4e148c;
}
@media only screen and (min-width:1023px) {
  .stylePalmeux .footer {
    padding: 75px 79px;
  }
}
.stylePalmeux .footer-copyright p {
  color: #4e148c;
}
.stylePalmeux .footer ul a {
  color: #4e148c;
}
.stylePalmeux .footer .block-link {
  color: #4e148c;
}
.stylePalmeux .form-checkbox .checkbox:checked + label::before {
  border-color: #69c3c6;
}
.stylePalmeux .footer-menu__row .form-group input,
.stylePalmeux .footer-menu__row .form-group textarea {
  font-size: 1.6rem;
  line-height: 1.35;
}
.stylePalmeux .header .your-region .m-regions {
  background: rgba(78, 20, 140, 0.8);
}
.stylePalmeux .header .your-region .m-regions ul li.is-active a:before {
  background: #ffffff;
}
.stylePalmeux .about-inner .sidebar-menu ul li a {
  font-size: 1.2rem;
  font-weight: 700;
}
.stylePalmeux .gray-background,
.stylePalmeux .about-inner .body-fieldset-block,
.stylePalmeux .body-fieldset-block p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #636363;
}
.stylePalmeux .body-fieldset-text h2:first-child {
  margin-top: 0;
}
.stylePalmeux .body-fieldset-text p,
.stylePalmeux .body-fieldset-text ul li {
  color: #4e148c;
}
.stylePalmeux .body-fieldset-text ul li p {
  margin-bottom: 0;
}
.stylePalmeux .body-fieldset-text ul li:after {
  width: 6px;
  height: 6px;
}
.stylePalmeux .body-fieldset-text table tr th {
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.stylePalmeux .body-fieldset-text table tr:first-child th {
  background-color: #4e148c;
}
.stylePalmeux .body-fieldset-text table tr:nth-child(2) th {
  background-color: #4CCAF0;
}
.stylePalmeux .body-fieldset-text table tr td {
  vertical-align: middle;
  color: #4e148c;
  position: relative;
}
.stylePalmeux .body-fieldset-text table tr .bg-primary-lighter::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5c7e3;
  z-index: -1;
}
.stylePalmeux .about-inner .references-block h4 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.stylePalmeux .about-inner .references-block {
  border-top: 1px solid #d3d3d4;
  margin-top: 50px;
}
.stylePalmeux .about-inner .references-block h4 {
  margin-top: 20px;
}
.stylePalmeux .footer-menu__row .form-checkbox label {
  font-size: 1.2rem;
  line-height: 1.58;
}
.stylePalmeux .about-inner .body-fieldset-noteText {
  font-size: 1.6rem;
  color: #4e148c;
  font-family: "Helvetica";
  font-weight: 700;
}
.stylePalmeux .footer-menu__row button#submit,
.stylePalmeux .body-buttons-inner .block-link,
.stylePalmeux .pdf-buttons-inner .pdf-block-link {
  font-size: 1.2rem;
  line-height: 1.3;
  background-color: #4CCAF0;
  margin: 0;
}
.stylePalmeux .footer-menu__row button#submit:hover,
.stylePalmeux .body-buttons-inner .block-link:hover,
.stylePalmeux .pdf-buttons-inner .pdf-block-link:hover {
  background-color: #7cd8f4;
}
.stylePalmeux .about-inner .body-fieldset-block a,
.stylePalmeux .about-inner .references-block a {
  color: #4CCAF0;
  text-decoration: none;
}
.stylePalmeux .about-inner .body-fieldset-block a:hover,
.stylePalmeux .about-inner .references-block a:hover {
  text-decoration: underline;
}
.stylePalmeux .download-pdf-table {
  display: flex;
}
.stylePalmeux .download-pdf-table > div {
  background-color: rgba(211, 211, 212, 0.35);
  padding: 12px 20px;
  color: #636363;
  font-size: 1.2rem;
}
.stylePalmeux .download-pdf-table > div:first-child {
  width: 77%;
  margin: 0 3px 3px 0;
}
.stylePalmeux .download-pdf-table .col-file {
  margin-bottom: 3px;
}
.stylePalmeux .download-pdf-table a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #636363;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 39px;
}
.stylePalmeux .remark-text-decoration {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.55;
}
.stylePalmeux .pdf-buttons-block {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.stylePalmeux .pdf-block-link {
  z-index: 2;
  text-decoration: none;
  padding: 12.5px 23px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  min-width: 160px;
  transition: background 0.1s ease-out;
  margin: 0 auto;
}
.stylePalmeux .pdf-block-link a {
  color: inherit;
  text-decoration: none;
}
.stylePalmeux .wrapper-form {
  background-color: #f5f5f5;
  padding: 40px 20px;
}
@media only screen and (min-width:768px) {
  .stylePalmeux .wrapper-form {
    padding: 47px 79px;
  }
}
.stylePalmeux .wrapper-form h1 {
  font-family: "Helvetica";
  color: #4e148c;
  margin-bottom: 38px;
}
.stylePalmeux .wrapper-form .contact-form {
  padding: 0;
}
.stylePalmeux .wrapper-form .contact-form .form-group label,
.stylePalmeux .wrapper-form .contact-form .form-group h5,
.stylePalmeux .wrapper-form .contact-form label {
  font-size: 1.6rem;
  color: #4e148c;
  font-weight: 500;
  line-height: 1.55;
}
.stylePalmeux .wrapper-form input,
.stylePalmeux .wrapper-form textarea {
  border: solid 2px #ffffff;
  margin: 3px 0 0;
  padding: 10px;
  color: #8f8f8f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.stylePalmeux .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Gilroy";
  color: #8f8f8f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.stylePalmeux .select2-container li {
  color: #8f8f8f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.stylePalmeux .select2-container .select2-results__option--selected,
.stylePalmeux .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #4e148c;
}
.stylePalmeux .wrapper-form .form-checkbox label {
  font-size: 1.2rem;
  color: #090909;
  line-height: 1.58;
  margin: 0 0 12px 0;
}
.stylePalmeux .contact-form .btn-success {
  background-color: #4CCAF0;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: normal;
}
.stylePalmeux .contact-form .btn-success:hover {
  background-color: #4CCAF0;
}
.stylePalmeux .contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4CCAF0;
}
.stylePalmeux .about-inner .body-fieldset-block .body-fieldset-images {
  margin: 30px 0;
}
@media only screen and (min-width:768px) {
  .stylePalmeux .about-inner .body-fieldset-block .body-fieldset-images {
    margin: 50px 0;
  }
}
@media only screen and (min-width:1280px) {
  .stylePalmeux .about-inner .body-fieldset-block .body-fieldset-images {
    margin-bottom: 25px;
  }
  .stylePalmeux .about-inner .body-fieldset-block .body-fieldset-images .img-wide {
    left: -234px;
    width: calc(234px + 100% + 92px - 15px);
  }
  .stylePalmeux .about-inner .body-fieldset-block .body-fieldset-images .img-wide .body-fieldset-noteText {
    margin-bottom: 20px;
    left: 0;
    top: auto;
  }
  .stylePalmeux .about-inner .body-fieldset-block .body-fieldset-images .img-rounded .body-fieldset-noteText {
    position: relative;
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.stylePalmeux .about-inner .text-inner .caption-text {
  text-align: start;
  font-size: 1.4rem;
  color: #090909;
}
.stylePalmeux .about-inner .text-inner .caption-text p {
  width: 100%;
}
@media only screen and (min-width:1280px) {
  .stylePalmeux .about-inner .text-inner .body-fieldset-images figure:not(.img-wide) .body-fieldset-noteText {
    position: absolute;
    margin-top: 0;
  }
  .stylePalmeux .about-inner .text-inner .body-fieldset-images .body-fieldset-noteText {
    margin-top: 25px;
  }
}
.stylePalmeux .about-inner .text-inner video,
.stylePalmeux .about-inner .text-inner iframe {
  max-height: 690px;
}
.stylePalmeux .about-inner .text-inner.fullWidth {
  display: flex;
}
.stylePalmeux .about-inner .body-fieldset-block .fullWidth .body-fieldset-images {
  margin: 25px calc(-50vw + 50%);
  width: 100%;
}
@media only screen and (min-width:768px) {
  .stylePalmeux .about-inner .body-fieldset-block .fullWidth .body-fieldset-images {
    max-height: 697px;
    max-width: 1160px;
    width: calc(100vw - 60px);
  }
}
.stylePalmeux .fullWidth .body-fieldset-text figure {
  margin: 0;
}
.stylePalmeux .fullWidth .body-fieldset-text figure iframe {
  width: 100% !important;
}
.stylePalmeux .body-fieldset-subtitle {
  color: #4e148c;
  text-transform: uppercase;
  line-height: 1.15;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin: -10px 0 30px;
}
.stylePalmeux .body-buttons-inner {
  margin-bottom: 50px;
}
.stylePalmeux .about-inner .text-inner.rightPosition .body-fieldset-images,
.stylePalmeux .about-inner .text-inner.leftPosition .body-fieldset-images {
  margin: 30px 0;
}
.stylePalmeux .about-inner .text-inner.rightPosition .body-fieldset-images .caption-text,
.stylePalmeux .about-inner .text-inner.leftPosition .body-fieldset-images .caption-text {
  margin: 10px 0 0;
}
@media only screen and (min-width:768px) {
  .stylePalmeux .about-inner .text-inner.rightPosition .body-fieldset-text,
.stylePalmeux .about-inner .text-inner.leftPosition .body-fieldset-text {
    margin-left: 90px;
    max-width: 220px;
  }
}
.stylePalmeux .popup-block ul {
  color: #636363;
  font-size: 1.5rem;
  text-align: start;
}
.stylePalmeux .information-block {
  margin: 0;
}
.stylePalmeux .information-block a {
  color: #ffffff;
  text-decoration: none;
}
.stylePalmeux .information-block a:hover {
  text-decoration: underline;
}
.stylePalmeux .information-block.w-100 {
  width: 100%;
  margin: 0;
}
.stylePalmeux .categories-preview-menu {
  background: #f5f5f5;
  margin: 0;
  padding: 12.5rem 0;
}
.stylePalmeux .categories-preview-menu .information-inner {
  margin: 0;
}
.stylePalmeux .categories-preview-menu .information-block {
  max-width: none;
  background-image: none;
  background-color: #ffffff;
  width: 308px;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (min-width:1280px) {
  .stylePalmeux .categories-preview-menu .information-block {
    width: 308px;
  }
}
.stylePalmeux .categories-preview-menu .information-block .block-text {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2.5rem;
  text-align: left;
  flex-grow: 1;
}
.stylePalmeux .categories-preview-menu .information-block .block-title {
  font-size: 1.6rem;
  color: #4e148c;
  text-transform: none;
  text-align: left;
  letter-spacing: normal;
  font-weight: 700;
}
.stylePalmeux .categories-preview-menu .information-block .block-description {
  color: #4e148c;
}
.stylePalmeux .categories-preview-menu .information-block .block-description p {
  margin-top: 0;
}
.stylePalmeux .categories-preview-menu .information-block .block-button {
  margin-top: auto;
  margin-left: 0;
  background: #4CCAF0;
}
.stylePalmeux .categories-preview-menu .information-block .block-button:hover {
  background: #7cd8f4;
}
.stylePalmeux .popup-preview {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 179px;
}
@media only screen and (max-width:768px) {
  .stylePalmeux .popup-preview {
    min-height: auto;
  }
}
.stylePalmeux .popup-preview:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 136, 146, 0.5), #008892 70%, #008892);
  z-index: 2;
}
.stylePalmeux .popup-preview > * {
  z-index: 3;
}
.stylePalmeux .popup-preview .block-link {
  position: static;
  background-color: #4CCAF0;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
  transform: none;
  margin: 0 auto 30px;
}
.stylePalmeux .popup-preview .block-link:hover {
  background-color: #4CCAF0;
}
.stylePalmeux .popup-preview .popup-preview__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  text-align: center;
  width: 100%;
  min-height: auto;
  flex: 1 1 100%;
}
.stylePalmeux .popup-preview .popup-preview__content .block-description {
  font-size: 1.2rem;
  line-height: 1.58;
  color: #ffffff;
  max-width: 465px;
  margin: 0 auto;
}
.stylePalmeux .popup-preview .popup-preview__content .block-description p {
  margin: 0;
}
.stylePalmeux .close-popup:hover:after, .stylePalmeux .close-popup:hover:before {
  background-color: #4CCAF0;
}
.stylePalmeux .body-fieldset-text figcaption {
  font-weight: 700;
  color: #4e148c;
}

.swiper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  order: 2;
  width: 100%;
  padding: 0 3rem;
}
.swiper-container::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  width: 6rem;
  background-image: linear-gradient(to left, #f5f5f5, rgba(245, 245, 245, 0));
  transition: opacity 0.25s ease-out;
  opacity: 1;
}
@media only screen and (min-width:1023px) {
  .swiper-container {
    padding: 0;
    width: 984px;
  }
  .swiper-container::after {
    opacity: 0;
  }
}
.swiper-container.swiper-last-slide::after {
  opacity: 0;
}

.swiper-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.categories-preview-menu .information-block .swiper-slide {
  min-width: 308px;
}
.swiper-slide img {
  z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 4rem;
  height: 4rem;
  margin: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #4CCAF0;
  border-radius: 50%;
  position: relative;
  display: none;
}
@media only screen and (min-width:1023px) {
  .swiper-button-next,
.swiper-button-prev {
    display: flex;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  position: absolute;
  border-radius: 1px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-button-next {
  order: 3;
}
.swiper-button-next::after {
  display: inline-block;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin-left: -2px;
}

.swiper-button-prev {
  order: 1;
}
.swiper-button-prev::after {
  display: inline-block;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  margin-right: -2px;
}

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

.swiper-pagination {
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  order: 4;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
  margin: 2rem 0;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #8f8f8f;
  opacity: 0.6;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #4e148c;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

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

.img-rounded,
.img-rounded img {
  border-radius: 50%;
}

.img-cover,
.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-fixed {
  position: fixed !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.top-n50 {
  top: -50% !important;
}

.top-n100 {
  top: -100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.bottom-n50 {
  bottom: -50% !important;
}

.bottom-n100 {
  bottom: -100% !important;
}

.left-0 {
  left: 0 !important;
}

.left-50 {
  left: 50% !important;
}

.left-100 {
  left: 100% !important;
}

.left-n50 {
  left: -50% !important;
}

.left-n100 {
  left: -100% !important;
}

.right-0 {
  right: 0 !important;
}

.right-50 {
  right: 50% !important;
}

.right-100 {
  right: 100% !important;
}

.right-n50 {
  right: -50% !important;
}

.right-n100 {
  right: -100% !important;
}

.w-auto {
  width: auto !important;
}

.w-0 {
  width: 0 !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.min-w-auto {
  min-width: auto !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-50 {
  min-width: 50% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.max-w-auto {
  max-width: auto !important;
}

.max-w-0 {
  max-width: 0 !important;
}

.max-w-50 {
  max-width: 50% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-0 {
  height: 0 !important;
}

.h-50 {
  height: 50% !important;
}

.h-100 {
  height: 100% !important;
}

.min-h-auto {
  min-height: auto !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.max-h-auto {
  max-height: auto !important;
}

.max-h-0 {
  max-height: 0 !important;
}

.max-h-50 {
  max-height: 50% !important;
}

.max-h-100 {
  max-height: 100% !important;
}

table {
  border-collapse: collapse;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-sm th,
.table-sm td {
  padding: 10px 10px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-primary-lighter {
  background-color: #d5c7e3;
}

.font-size-xxs {
  font-size: 1.2rem !important;
}

.font-size-xs {
  font-size: 1.2rem !important;
}

.font-size-sm {
  font-size: 1.6rem !important;
}

.font-size-base {
  font-size: 1.8rem !important;
}

.font-size-lg {
  font-size: 2.1rem !important;
}

.font-size-xl {
  font-size: 2.6rem !important;
}

.font-size-xxl {
  font-size: 3.4rem !important;
}

.font-size-xxxl {
  font-size: 3.6rem !important;
}

.font-size-xxxxl {
  font-size: 4.8rem !important;
}

.font-size-display-1 {
  font-size: 12rem !important;
}

.text-nocase {
  text-transform: none !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-style-italic {
  font-style: italic !important;
}

.font-style-normal {
  font-style: normal !important;
}

.letter-spacing-xs {
  letter-spacing: -2px !important;
}

.letter-spacing-sm {
  letter-spacing: -1px !important;
}

.letter-spacing-base {
  letter-spacing: 0 !important;
}

.letter-spacing-md {
  letter-spacing: 0.5px !important;
}

.letter-spacing-lg {
  letter-spacing: 1px !important;
}

.letter-spacing-xl {
  letter-spacing: 2px !important;
}

.text-primary {
  color: #195b67 !important;
}

.text-secondary {
  color: #94c11f !important;
}

.text-muted {
  color: #8f8f8f !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.infographic {
  position: relative;
}

.infographic-hotspot {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: #94c11f;
  border-radius: 50%;
  border: 0.1rem solid #ffffff;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width:768px) {
  .infographic-hotspot {
    width: 3.3rem;
    height: 3.3rem;
  }
}

.infographic-hotspot::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  background: #94c11f;
  border: 0.25rem solid #ffffff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width:768px) {
  .infographic-hotspot::before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.4rem;
  }
}

.tippy-box[data-theme~=advanz] {
  border-radius: 8px;
  background: #ffffff;
  border: 2px solid #d3d3d4;
  padding: 10px;
  box-shadow: 0 5px 16px rgba(9, 9, 9, 0.15);
}

.tippy-content {
  color: #636363;
  font-size: 1.8rem;
}

.tippy-content h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.tippy-box[data-theme~=advanz] > .tippy-arrow::before {
  transform: scale(1.5);
}

.tippy-box[data-theme~=advanz][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #ffffff;
}

.tippy-box[data-theme~=advanz][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #ffffff;
}

.tippy-box[data-theme~=advanz][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #ffffff;
}

.tippy-box[data-theme~=advanz][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #ffffff;
}

.tippy-box[data-theme~=advanz][data-placement^=top] > .tippy-arrow::after {
  border-width: 12px 12px 0;
  border-top-color: #d3d3d4;
  bottom: -14px;
  left: -4px;
}

.tippy-box[data-theme~=advanz][data-placement^=bottom] > .tippy-arrow::after {
  border-width: 0 12px 12px;
  border-bottom-color: #d3d3d4;
  top: -14px;
  left: -4px;
}

.tippy-box[data-theme~=advanz][data-placement^=left] > .tippy-arrow::after {
  border-width: 12px 0 12px 12px;
  border-left-color: #d3d3d4;
  right: -14px;
  top: -4px;
}

.tippy-box[data-theme~=advanz][data-placement^=right] > .tippy-arrow::after {
  border-width: 12px 12px 12px 0;
  border-right-color: #d3d3d4;
  left: -14px;
  top: -4px;
}

.nav-tabs {
  border-bottom: 0.1rem solid #f5f5f5;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.nav-tabs .nav-item {
  flex: 1 1 0;
}
.nav-tabs .nav-link {
  padding: 1rem;
  font-family: "FuturaPT";
  font-size: 1.6rem;
  color: #636363;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 0.2rem;
  background-color: #f5f5f5;
  border: 0.1rem solid transparent;
  width: 100%;
  height: 100%;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  background-color: #d3d3d4;
  border-color: #d3d3d4;
  cursor: pointer;
}
.nav-tabs .nav-link.disabled {
  color: #d3d3d4;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #94c11f;
  border-color: #94c11f;
}
.nav-tabs .dropdown-menu {
  margin-top: -0.1rem;
}

.tab-content {
  background: #f5f5f5;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #636363;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
@media only screen and (min-width:768px) {
  .tab-content > .active {
    display: flex;
  }
}
.tab-content .column {
  padding: 30px;
  flex: 0 0 50%;
}
.tab-content ul {
  padding-left: 15px;
}

.btn-next,
.btn-prev {
  cursor: pointer;
}

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

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  font-family: "FuturaPT";
}

head + body,
body.mytolacHcp {
  min-width: 320px;
  margin: 0;
  font-family: "FuturaPT";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #195b67;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body.coming-soon {
  height: 100%;
  background-position: top;
  background-size: cover;
}
@media only screen and (max-width:768px) {
  body.coming-soon {
    background-image: url("/uploads/images/mobile_bg_holding_page.png");
  }
  body.coming-soon .container {
    margin: 8% 3%;
  }
}
@media only screen and (min-width:768px) {
  body.coming-soon {
    background-image: url("/uploads/images/desktop_bg_holding_page.png");
  }
  body.coming-soon .container {
    margin: 3% 10%;
  }
}
body.coming-soon .coming-soon-page {
  height: 100%;
}
body.coming-soon .coming-soon-page .coming-soon-logo img {
  width: 100px;
}
@media only screen and (max-width:768px) {
  body.coming-soon .coming-soon-page .coming-soon-dynamic {
    margin-top: 245px;
  }
}
body.coming-soon .coming-soon-page .coming-soon-dynamic h1 {
  font-size: 5em;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
@media only screen and (max-width:768px) {
  body.coming-soon .coming-soon-page .coming-soon-dynamic h1 {
    font-size: 3.5em;
    letter-spacing: 1px;
  }
}
body.coming-soon .coming-soon-page .coming-soon-dynamic p {
  font-size: 1.8rem;
  font-weight: normal;
  color: rgb(67, 67, 67);
  line-height: normal;
}
body.coming-soon .coming-soon-page .coming-soon-blocks {
  display: flex;
  flex-wrap: wrap;
}
body.coming-soon .coming-soon-page .coming-soon-blocks div {
  padding-right: 50px;
}
body.coming-soon .coming-soon-page .coming-soon-blocks div h3 {
  font-weight: 700;
}
body.coming-soon .coming-soon-page .coming-soon-blocks div p {
  font-size: 1.7rem;
  line-height: 1.5;
  color: rgb(67, 67, 67);
}
body.coming-soon .coming-soon-page .coming-soon-blocks div p a {
  text-decoration: none;
  color: rgb(67, 67, 67);
}
body.coming-soon .coming-soon-page .bottom-text {
  bottom: 100px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgb(180, 180, 180);
  position: absolute;
  letter-spacing: 2px;
}

body.bg-fixed {
  overflow: hidden;
}
body.bg-fixed:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #090909;
}

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

.container {
  max-width: 1282px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

footer .container {
  min-height: 230px;
}

.main-content > .container {
  max-width: 100%;
  padding: 0;
}

.main-content {
  /* max-width: 1440px; */
  margin: 0 auto;
  width: 100%;
}

sup,
.fn-marker {
  vertical-align: super;
  font-size: 70%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.fn-marker {
  cursor: pointer;
}

.body-fieldset-block::after {
  display: block;
  clear: both;
  content: "";
}

.body-fieldset-block h2:first-child {
  margin-top: 0;
}

.body-fieldset-block.gray-background h2:first-child {
  margin-bottom: 0;
}

.body-fieldset-text table {
  width: 100%;
  margin-bottom: 50px;
  overflow-x: auto;
  max-width: 100%;
}
@media only screen and (min-width:768px) {
  .body-fieldset-text table {
    min-width: auto;
    overflow-x: inherit;
    max-width: 100%;
  }
}
.body-fieldset-text table ul {
  margin: 0;
  padding: 0 21px;
}
.body-fieldset-text table ul li {
  margin-bottom: 10px;
}
.body-fieldset-text table ul li:last-child {
  margin: 0;
}
.body-fieldset-text table thead th {
  padding: 14px 20px;
  background: #679aa3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  vertical-align: text-top;
  min-width: 120px;
  text-align: start;
  border-top: 3px solid #ffffff;
}
.body-fieldset-text table thead th:last-child {
  border-right: 0;
}
.body-fieldset-text table tbody tr {
  background: rgba(211, 211, 212, 0.35);
}
.body-fieldset-text table tbody tr:nth-child(2n) {
  background: rgba(211, 211, 212, 0.15);
}
.body-fieldset-text table td {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #636363;
  vertical-align: text-top;
  border-top: 3px solid #ffffff;
}
.body-fieldset-text table.m-thr td {
  width: 33%;
}
.body-fieldset-text table.m-tw td {
  width: 50%;
}
.body-fieldset-text .image,
.body-fieldset-text .image-left,
.body-fieldset-text .image-center,
.body-fieldset-text .image-right {
  margin: 0 auto 4rem;
  float: none;
}
.body-fieldset-text .image .ratio,
.body-fieldset-text .image .img-container,
.body-fieldset-text .image-left .ratio,
.body-fieldset-text .image-left .img-container,
.body-fieldset-text .image-center .ratio,
.body-fieldset-text .image-center .img-container,
.body-fieldset-text .image-right .ratio,
.body-fieldset-text .image-right .img-container {
  margin-bottom: 2rem;
}
@media only screen and (min-width:768px) {
  .body-fieldset-text .image,
.body-fieldset-text .image-left,
.body-fieldset-text .image-center,
.body-fieldset-text .image-right {
    width: 50%;
  }
  .body-fieldset-text .image-left {
    margin-right: 6rem;
    float: left;
  }
  .body-fieldset-text .image-left::after {
    display: block;
    clear: both;
    content: "";
  }
  .body-fieldset-text .image-right {
    margin-left: 6rem;
    float: right;
  }
  .body-fieldset-text .image-right::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media only screen and (min-width:1023px) {
  .body-fieldset-text .image,
.body-fieldset-text .image-left,
.body-fieldset-text .image-center,
.body-fieldset-text .image-right {
    width: calc(50% + 6rem);
  }
  .body-fieldset-text .image-left {
    margin-left: -8rem;
  }
  .body-fieldset-text .image-right {
    margin-right: -8rem;
  }
}

.body-buttons-block {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.caption-text {
  font-size: 1.6rem;
  line-height: 1.57;
  color: #090909;
  margin: 20px 0 0;
}

.caption-text p {
  font-size: 1.6rem;
  text-align: left;
  margin: 0;
  display: inline-block;
}

/*List ol grey*/
.numeric-list .body-fieldset-text li > span:first-child {
  padding: 25px 20px 25px 40px;
  position: relative;
  width: calc(100% + 40px);
  left: -40px;
  z-index: -1;
}

.numeric-list {
  margin: 25px 0;
}
.numeric-list li {
  color: #636363;
  font-size: 2.1rem;
}

.body-fieldset-text ul li p {
  margin-bottom: 0;
}

.font-size-21px {
  font-size: 21px;
}

.main-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-text {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  margin: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.block-title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
  margin-bottom: 15px;
}

.block-button,
.block-link {
  z-index: 2;
  text-decoration: none;
  padding: 12.5px 23px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  min-width: 160px;
  transition: background 0.1s ease-out;
  margin: 0 auto;
}
.block-button a,
.block-link a {
  color: inherit;
  text-decoration: none;
}

.heading-iconised {
  display: flex;
  align-items: center;
}
.heading-iconised .icon {
  width: 32px;
  height: 32px;
  padding: 2px;
  margin-right: 4px;
}
.heading-iconised .heading {
  color: #195b67;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
