/**
 * Theme Name: Dardania Sport
 * Theme URI: http://www.dardaniasport.com
 * Author: Dardania Sport
 * Author URI: http://www.dardaniasport.com
 * Description: The www.dardaniasport.com WordPress Theme.
 * Version: 2.0.8
 * Text Domain: dardaniasport
 */
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap);
@font-face {
  font-family: 'FontAwesome';
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.7.0#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.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -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 {
  -webkit-filter: none;
          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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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.nice-select.open, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; } }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #182A73;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0b1334;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 991px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1199px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1420px; } }

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

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

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

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

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bec3d8; }

.table-hover .table-primary:hover {
  background-color: #aeb4ce; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #aeb4ce; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcac7; }

.table-hover .table-danger:hover {
  background-color: #ffb2ae; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffb2ae; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3655d5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: 42px; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: -webkit-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff4136; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 65, 54, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff4136; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ff4136;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff4136; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff4136; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ffbab6; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff7169; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 65, 54, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4136; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn.nice-select.open:not(:disabled):not(.disabled), .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #182A73;
  border-color: #182A73; }
  .btn-primary:hover {
    color: #fff;
    background-color: #111e53;
    border-color: #0f1b49; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #182A73;
    border-color: #182A73; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.nice-select.open:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0f1b49;
    border-color: #0d173e; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success.nice-select.open:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info.nice-select.open:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.nice-select.open:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff1d10;
    border-color: #ff1103; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.nice-select.open:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1103;
    border-color: #f50d00; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light.nice-select.open:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.nice-select.open:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #182A73;
  background-color: transparent;
  background-image: none;
  border-color: #182A73; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #182A73;
    border-color: #182A73; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #182A73;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #182A73;
    border-color: #182A73; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #ff4136;
  background-color: transparent;
  background-image: none;
  border-color: #ff4136; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff4136;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #182A73;
  background-color: transparent; }
  .btn-link:hover {
    color: #0b1334;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active, .dropdown-item.nice-select.open {
    color: #fff;
    text-decoration: none;
    background-color: #182A73; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.nice-select.open, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.nice-select.open,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::after {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 5px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #182A73; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 42, 115, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 42, 115, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before, .custom-control-input.nice-select.open ~ .custom-control-label::before {
    color: #fff;
    background-color: #6079de; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
            background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #182A73; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #182A73; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(24, 42, 115, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(24, 42, 115, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #182A73; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(24, 42, 115, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
          background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #3655d5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(54, 85, 213, 0.5);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(54, 85, 213, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 42px;
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 42px;
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #3655d5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #3655d5; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 42px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: -webkit-calc(42px - 1px * 2);
    height: calc(42px - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 5px 5px 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #182A73;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
            appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 42, 115, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 42, 115, 0.25); }
    .custom-range::-webkit-slider-thumb:active, .custom-range.nice-select.open::-webkit-slider-thumb {
      background-color: #6079de; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #182A73;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
         appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 42, 115, 0.25); }
    .custom-range::-moz-range-thumb:active, .custom-range.nice-select.open::-moz-range-thumb {
      background-color: #6079de; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #182A73;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 42, 115, 0.25); }
    .custom-range::-ms-thumb:active, .custom-range.nice-select.open::-ms-thumb {
      background-color: #6079de; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #182A73; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: border-box;
          background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: -webkit-calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #182A73;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0b1334;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(24, 42, 115, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #182A73;
  border-color: #182A73; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #182A73; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0f1b49; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #ff4136; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff1103; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0c163c;
  background-color: #d1d4e3;
  border-color: #bec3d8; }
  .alert-primary hr {
    border-top-color: #aeb4ce; }
  .alert-primary .alert-link {
    color: #040612; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #85221c;
  background-color: #ffd9d7;
  border-color: #ffcac7; }
  .alert-danger hr {
    border-top-color: #ffb2ae; }
  .alert-danger .alert-link {
    color: #5b1713; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #182A73;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 1rem 1rem;
          background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active, .list-group-item-action.nice-select.open {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #182A73;
    border-color: #182A73; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #0c163c;
  background-color: #bec3d8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0c163c;
    background-color: #aeb4ce; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0c163c;
    border-color: #0c163c; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #85221c;
  background-color: #ffcac7; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #85221c;
    background-color: #ffb2ae; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #85221c;
    border-color: #85221c; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - (0.5rem * 2));
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - (1.75rem * 2));
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: -webkit-calc((0.5rem + 1px) * -1);
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: -webkit-calc((0.5rem + 1px) * -1);
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: -webkit-calc((0.5rem + 1px) * -1);
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: -webkit-calc((0.5rem + 1px) * -1);
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #182A73 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0f1b49 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #ff4136 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1103 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #182A73 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #ff4136 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #182A73 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0f1b49 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #ff4136 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ff1103 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

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

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

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

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

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

/* color variables */
/* end color variables */
/*------------------*/
/* color classes */
.blue {
  color: #182A73; }

.super-light-blue {
  color: #8FEBF8; }

.light-blue {
  color: #243797; }

.dark-blue {
  color: #090F27; }

.dark {
  color: #191919; }

.grey {
  color: #D1CECE; }

.light-grey {
  color: #F3F3F3; }

.dark-grey {
  color: #828282; }

.red {
  color: #B62828; }

/* end color classes */
/*------------------*/
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  color: #191919;
  font-weight: 400; }

h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1.25px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h1 {
      font-size: 35px;
      line-height: 45px; } }
  @media (max-width: 991px) {
    h1 {
      font-size: 30px;
      line-height: 35px; } }

/*
h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: $bold;
  @media (min-width: $mobile-breakpoint + 1) and (max-width: $tablet-brakpoint) {
    font-size: 25px;
    line-height: 35px;
  }
  @media (max-width: $mobile-breakpoint) {
    font-size: 20px;
    line-height: 25px;
  }
}
 */
h2 {
  font-weight: 700; }

h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h3 {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 991px) {
    h3 {
      font-size: 18px;
      line-height: 30px; } }

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700; }
  @media (max-width: 991px) {
    h4 {
      font-size: 18px;
      line-height: 30px; } }

h5 {
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 991px) {
    h5 {
      font-size: 16px;
      line-height: 25px; } }

h6 {
  font-size: 16px;
  line-height: 25px; }
  @media (max-width: 1199px) {
    h6 {
      font-size: 14px;
      line-height: 25px; } }

@media (max-width: 991px) {
  p {
    font-size: 20px;
    line-height: 25px; } }

p.p30 {
  font-size: 30px;
  line-height: 40px; }
  @media (max-width: 991px) {
    p.p30 {
      font-size: 25px;
      line-height: 40px; } }

p.p25 {
  font-size: 25px;
  line-height: 50px; }
  @media (max-width: 991px) {
    p.p25 {
      font-size: 20px;
      line-height: 35px; } }

p.p20 {
  font-size: 20px;
  line-height: 40px; }
  @media (max-width: 991px) {
    p.p20 {
      font-size: 18px;
      line-height: 35px; } }

p.p16 {
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 991px) {
    p.p16 {
      font-size: 14px;
      line-height: 25px; } }

p.p14 {
  font-size: 14px;
  line-height: 25px; }
  @media (max-width: 991px) {
    p.p14 {
      font-size: 12px;
      line-height: 25px; } }

p.p12 {
  font-size: 12px;
  line-height: 20px; }

a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #28a745; }
  a:hover {
    text-decoration: none;
    color: #28a745; }
  @media (max-width: 991px) {
    a {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: -0.25px; } }

.button-new {
  border-radius: 33px;
  border: none;
  font-family: "Epilogue", sans-serif;
  text-transform: initial;
  font-weight: 400 !important;
  padding: 22px 0;
  width: 255px;
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #182A73;
  height: 60px;
  background-color: #ffffff;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0 #182a73;
  box-shadow: inset 0 0 0 0 #182a73;
  -webkit-transition: ease-out 0.4s;
  -o-transition: ease-out 0.4s;
  transition: ease-out 0.4s; }

.elements-container {
  padding: 50px 10px;
  min-height: 160px; }
  .elements-container.blue {
    background: #182A73; }

a.a-primary {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #182A73;
  -webkit-transition: height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  @media (max-width: 1199px) {
    a.a-primary {
      font-size: 14px; } }
  a.a-primary:before {
    position: absolute;
    content: ' ';
    background-image: url("images/ico/arrow-left-blue.svg");
    -webkit-background-size: auto auto;
            background-size: auto;
    background-repeat: no-repeat;
    background-position-y: center;
    height: 19px;
    width: 19px;
    margin-left: -2em;
    opacity: 0;
    -webkit-transform: translateX(-1.73333em);
    -ms-transform: translateX(-1.73333em);
     -o-transform: translateX(-1.73333em);
        transform: translateX(-1.73333em);
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  a.a-primary:after {
    position: absolute;
    content: ' ';
    background-image: url("images/ico/arrow-left-blue.svg");
    -webkit-background-size: auto auto;
            background-size: auto;
    background-repeat: no-repeat;
    background-position-y: center;
    /*background-size: 19px 19px;*/
    height: 19px;
    width: 19px;
    margin-left: .4em;
    margin-bottom: -4px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  a.a-primary:hover {
    color: #182A73;
    -webkit-transition: padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    padding-left: 2em; }
    a.a-primary:hover:before {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    a.a-primary:hover:after {
      opacity: 0;
      -webkit-transform: translateX(1.73333em);
      -ms-transform: translateX(1.73333em);
       -o-transform: translateX(1.73333em);
          transform: translateX(1.73333em);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  a.a-primary.invert {
    color: #ffffff; }
    a.a-primary.invert:before {
      background-image: url("images/ico/menu-arrow-right-white.svg");
      -webkit-background-size: auto auto;
              background-size: auto;
      background-repeat: no-repeat;
      background-position-y: center; }
    a.a-primary.invert:after {
      background-image: url("images/ico/menu-arrow-right-white.svg");
      -webkit-background-size: auto auto;
              background-size: auto;
      background-repeat: no-repeat;
      background-position-y: center; }

a.a-inline {
  font-size: 16px;
  color: #191919;
  position: relative; }
  a.a-inline:hover {
    color: #182A73; }
    a.a-inline:hover:after {
      border-color: #182A73; }
  @media (max-width: 991px) {
    a.a-inline {
      font-size: 14px; } }
  a.a-inline:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #191919; }

@media (max-width: 320px) {
  button,
  a {
    width: 100%; } }

button.button-primary,
a.button-primary {
  margin: 0 15px;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  height: 60px;
  background-color: #182A73;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 0;
  border: none;
  padding: 18px 36px;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0 #243797;
          box-shadow: inset 0 0 0 0 #243797;
  -webkit-transition: ease-out 0.4s;
  -o-transition: ease-out 0.4s;
  transition: ease-out 0.4s; }
  @media (max-width: 350px) {
    button.button-primary,
    a.button-primary {
      width: 90%;
      margin-top: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    button.button-primary,
    a.button-primary {
      font-size: 14px;
      padding: 15px 36px; } }
  @media (max-width: 991px) {
    button.button-primary,
    a.button-primary {
      font-size: 14px;
      height: 50px;
      padding: 15px 36px; } }
  button.button-primary:hover,
  a.button-primary:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #243797;
            box-shadow: inset 400px 0 0 0 #243797; }
  button.button-primary.invert,
  a.button-primary.invert {
    color: #182A73;
    background-color: #ffffff;
    font-weight: 700;
    border: 2px solid transparent;
    -webkit-box-shadow: inset 0 0 0 0 #F3F3F3;
            box-shadow: inset 0 0 0 0 #F3F3F3; }
    button.button-primary.invert:hover,
    a.button-primary.invert:hover {
      -webkit-box-shadow: inset 400px 0 0 0 #F3F3F3;
              box-shadow: inset 400px 0 0 0 #F3F3F3; }
    button.button-primary.invert.small-arrow:after,
    a.button-primary.invert.small-arrow:after {
      content: "";
      position: absolute;
      background: url(images/ico/arrow-right-small.svg) no-repeat;
      -webkit-background-size: auto auto;
              background-size: auto;
      background-position-y: center;
      height: 8px;
      width: 5px;
      margin-left: 10px;
      margin-top: 6px; }
  button.button-primary.small-arrow:after,
  a.button-primary.small-arrow:after {
    content: "";
    position: absolute;
    background: url(images/ico/arrow-right-small-white.svg) no-repeat;
    -webkit-background-size: auto auto;
            background-size: auto;
    background-position-y: center;
    height: 8px;
    width: 5px;
    margin-left: 10px;
    margin-top: 6px; }

button.button-secondary,
a.button-secondary {
  margin: 0 15px;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #182A73;
  height: 60px;
  background-color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 0;
  border: 2px solid #182A73;
  padding: 18px 36px;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0 #182A73;
          box-shadow: inset 0 0 0 0 #182A73;
  -webkit-transition: ease-out 0.4s;
  -o-transition: ease-out 0.4s;
  transition: ease-out 0.4s; }
  @media (max-width: 350px) {
    button.button-secondary,
    a.button-secondary {
      width: 90%;
      margin-top: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    button.button-secondary,
    a.button-secondary {
      font-size: 14px;
      padding: 15px 36px; } }
  @media (max-width: 991px) {
    button.button-secondary,
    a.button-secondary {
      font-size: 14px;
      height: 50px;
      padding: 15px 36px; } }
  button.button-secondary.small-arrow:after,
  a.button-secondary.small-arrow:after {
    content: "";
    position: absolute;
    background: url(images/ico/arrow-right-small.svg) no-repeat;
    -webkit-background-size: auto auto;
            background-size: auto;
    background-position-y: center;
    -webkit-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    height: 8px;
    width: 5px;
    margin-left: 10px;
    margin-top: 6px; }
  button.button-secondary:hover:after,
  a.button-secondary:hover:after {
    background: url(images/ico/arrow-right-small-white.svg) no-repeat;
    -webkit-background-size: auto auto;
            background-size: auto;
    background-position-y: center;
    -webkit-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s; }
  button.button-secondary:hover,
  a.button-secondary:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #182A73;
            box-shadow: inset 400px 0 0 0 #182A73;
    color: #ffffff; }
  button.button-secondary.invert,
  a.button-secondary.invert {
    color: #ffffff;
    background-color: #182A73;
    font-weight: 700;
    border: 2px solid #ffffff;
    -webkit-box-shadow: inset 0 0 0 0 #ffffff;
            box-shadow: inset 0 0 0 0 #ffffff; }
    button.button-secondary.invert:hover,
    a.button-secondary.invert:hover {
      -webkit-box-shadow: inset 400px 0 0 0 #ffffff;
              box-shadow: inset 400px 0 0 0 #ffffff;
      color: #182A73; }
    button.button-secondary.invert.small-arrow:after,
    a.button-secondary.invert.small-arrow:after {
      content: "";
      position: absolute;
      background: url(images/ico/arrow-right-small-white.svg) no-repeat;
      -webkit-background-size: auto auto;
              background-size: auto;
      background-position-y: center;
      -webkit-transition: ease-out 0.4s;
      -o-transition: ease-out 0.4s;
      transition: ease-out 0.4s;
      height: 8px;
      width: 5px;
      margin-left: 10px;
      margin-top: 6px; }
    button.button-secondary.invert.small-arrow:hover:after,
    a.button-secondary.invert.small-arrow:hover:after {
      background: url(images/ico/arrow-right-small.svg) no-repeat;
      -webkit-background-size: auto auto;
              background-size: auto;
      background-position-y: center;
      -webkit-transition: ease-out 0.4s;
      -o-transition: ease-out 0.4s;
      transition: ease-out 0.4s; }

button.button-addtocard,
a.button-addtocard {
  width: 100%;
  max-width: 340px;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  height: 60px;
  background-color: #182A73;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 0;
  border: none;
  padding: 18px 36px 18px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0 #243797;
          box-shadow: inset 0 0 0 0 #243797;
  -webkit-transition: ease-out 0.4s;
  -o-transition: ease-out 0.4s;
  transition: ease-out 0.4s; }
  @media (min-width: 992px) and (max-width: 1199px) {
    button.button-addtocard,
    a.button-addtocard {
      font-size: 14px;
      padding: 15px 36px; } }
  @media (max-width: 991px) {
    button.button-addtocard,
    a.button-addtocard {
      font-size: 14px;
      height: 50px;
      padding: 15px 36px; } }
  button.button-addtocard:hover,
  a.button-addtocard:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #243797;
            box-shadow: inset 400px 0 0 0 #243797; }
  button.button-addtocard.invert,
  a.button-addtocard.invert {
    color: #182A73;
    background-color: #ffffff;
    font-weight: 700;
    -webkit-box-shadow: inset 0 0 0 0 #F3F3F3;
            box-shadow: inset 0 0 0 0 #F3F3F3; }
    button.button-addtocard.invert:hover,
    a.button-addtocard.invert:hover {
      -webkit-box-shadow: inset 400px 0 0 0 #F3F3F3;
              box-shadow: inset 400px 0 0 0 #F3F3F3; }
  @media (min-width: 992px) {
    button.button-addtocard:after,
    a.button-addtocard:after {
      content: "";
      position: absolute;
      background: url(images/ico/cart-white.svg) no-repeat;
      height: 25px;
      width: 25px;
      margin-left: 17px; } }

/* ---------- input ----------*/
.form-group label {
  font-size: 12px;
  line-height: 20px;
  color: #191919; }

.form-group small {
  display: none; }

input[type=text],
input[type=tel],
input[type=email] {
  max-width: 400px;
  border: 1px solid #D1CECE !important;
  border-radius: 0 !important;
  padding: 0 !important;
  padding-left: 20px !important;
  color: #191919 !important; }
  input[type=text][type=text],
  input[type=tel][type=text],
  input[type=email][type=text] {
    height: 60px; }
    @media (max-width: 991px) {
      input[type=text][type=text],
      input[type=tel][type=text],
      input[type=email][type=text] {
        height: 50px; } }
  input[type=text]:focus,
  input[type=tel]:focus,
  input[type=email]:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 2px solid #191919 !important; }
  input[type=text]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder {
    color: #828282;
    font-size: 16px;
    line-height: 30px; }
  input[type=text]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=email]::-moz-placeholder {
    color: #828282;
    font-size: 16px;
    line-height: 30px; }
  input[type=text]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder {
    color: #828282;
    font-size: 16px;
    line-height: 30px; }
  input[type=text]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder {
    color: #828282;
    font-size: 16px;
    line-height: 30px; }
  input[type=text]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=email]::-moz-placeholder {
    color: #828282;
    font-size: 16px;
    line-height: 30px; }
  input[type=text]::placeholder,
  input[type=tel]::placeholder,
  input[type=email]::placeholder {
    color: #828282;
    font-size: 16px;
    line-height: 30px; }
  @media (max-width: 991px) {
    input[type=text]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=email]::-webkit-input-placeholder {
      font-size: 14px;
      line-height: 30px; }
    input[type=text]::-moz-placeholder,
    input[type=tel]::-moz-placeholder,
    input[type=email]::-moz-placeholder {
      font-size: 14px;
      line-height: 30px; }
    input[type=text]::-ms-input-placeholder,
    input[type=tel]::-ms-input-placeholder,
    input[type=email]::-ms-input-placeholder {
      font-size: 14px;
      line-height: 30px; }
    input[type=text]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=email]::-webkit-input-placeholder {
      font-size: 14px;
      line-height: 30px; }
    input[type=text]::-moz-placeholder,
    input[type=tel]::-moz-placeholder,
    input[type=email]::-moz-placeholder {
      font-size: 14px;
      line-height: 30px; }
    input[type=text]::placeholder,
    input[type=tel]::placeholder,
    input[type=email]::placeholder {
      font-size: 14px;
      line-height: 30px; } }

.error input {
  border: 2px solid #B62828 !important; }

.error small {
  display: block;
  color: #B62828 !important; }

.form-check.check-box input[type=checkbox] {
  display: none; }

.form-check.check-box input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: '';
  background-image: url("images/ico/checked.svg");
  -webkit-background-size: cover;
          background-size: cover;
  width: 16px;
  height: 12px;
  top: 7px;
  left: 8px; }

.form-check.check-box label {
  margin-left: 20px;
  font-size: 16px;
  color: #191919;
  cursor: pointer; }
  @media (max-width: 991px) {
    .form-check.check-box label {
      font-size: 14px; } }
  .form-check.check-box label:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
    top: 45%;
    z-index: 10;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
     -o-transform: translateY(-45%);
        transform: translateY(-45%);
    background-color: transparent;
    border: 2px solid #191919; }

.form-check.radio-button {
  margin: 20px 0; }
  .form-check.radio-button input[type=radio] {
    display: none; }
  .form-check.radio-button input[type="radio"]:checked + label:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    background-color: #191919;
    top: 3px;
    left: 3px; }
  .form-check.radio-button label {
    cursor: pointer;
    line-height: 30px;
    margin-left: 20px; }
    .form-check.radio-button label:before {
      content: "";
      position: absolute;
      height: 30px;
      width: 30px;
      left: -2px;
      top: 45%;
      -webkit-transform: translateY(-53%);
      -ms-transform: translateY(-53%);
       -o-transform: translateY(-53%);
          transform: translateY(-53%);
      border: 2px solid #191919;
      border-radius: 50%; }

/* ---------- end input ----------*/
/*!
 * fullPage 3.0.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/**Mega Menu **/
.navbar .container {
  position: relative; }

#navbar {
  padding: 0;
  background-color: #ffffff; }
  @media (max-width: 991px) {
    #navbar {
      text-align: right; } }
  @media (max-width: 991px) {
    #navbar {
      height: 60px; } }
  #navbar .navbar-toggler {
    padding-top: 17px;
    color: #ffffff;
    right: 0;
    top: 0; }
  @media (max-width: 991px) {
    #navbar #primary-menu {
      display: none;
      text-align: left;
      padding-left: 20px;
      padding-top: 30px;
      padding-right: 20px; } }
  @media (min-width: 992px) {
    #navbar #primary-menu {
      padding-top: 10px; } }
  #navbar #primary-menu li a {
    position: relative; }
    @media (min-width: 992px) {
      #navbar #primary-menu li a {
        font-size: 18px;
        margin-right: 60px; } }
  @media (max-width: 991px) {
    #navbar #primary-menu li {
      border-bottom: 1px solid #ffffff; } }
  @media (max-width: 991px) {
    #navbar #primary-menu li:last-child {
      border: none; } }
  #navbar #primary-menu li a {
    color: rgba(0, 0, 0, 0.9);
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 991px) {
      #navbar #primary-menu li a {
        color: #ffffff; } }
    @media (min-width: 992px) {
      #navbar #primary-menu li a {
        line-height: 1.3 !important; }
        #navbar #primary-menu li a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
               -o-transform: scaleX(1);
                  transform: scaleX(1); }
        #navbar #primary-menu li a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: -10px;
          left: 0;
          background-color: #243797;
          visibility: hidden;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
               -o-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; } }
  @media (min-width: 992px) and (max-width: 1270px) {
    #navbar #primary-menu li a {
      font-size: 15px; } }

.sub-menu {
  background: #182A73;
  padding-top: 180px;
  z-index: 400;
  position: relative; }
  @media (max-width: 1199px) {
    .sub-menu {
      display: none !important; } }
  .sub-menu h5, .sub-menu h4 {
    margin: 0; }
  .sub-menu .sub-menu-box {
    cursor: pointer;
    border: 1px solid #fff;
    margin: 0 auto 60px; }
    .sub-menu .sub-menu-box.adidas-logo {
      background-image: url(images/svg/Adidas_Logo-white.svg);
      background-repeat: no-repeat;
      -webkit-background-size: 133px 133px;
              background-size: 133px;
      background-position: center; }
    .sub-menu .sub-menu-box.reebok-logo {
      background-image: url(images/svg/Reebok_2019_logo_white.svg);
      background-repeat: no-repeat;
      -webkit-background-size: 155px 155px;
              background-size: 155px;
      background-position: center; }
	.sub-menu .sub-menu-box.nike-logo {
      background-image: url(images/svg/Nike_logo_white.png);
      background-repeat: no-repeat;
      -webkit-background-size: 155px 155px;
      background-size: 155px;
      background-position: center;
    }
	.sub-menu .sub-menu-box.puma-logo {
      background-image: url(images/svg/Puma_Logo_white.svg);
      background-repeat: no-repeat;
      -webkit-background-size: 155px 155px;
      background-size: 155px;
      background-position: center;
    }
    .sub-menu .sub-menu-box:hover, .sub-menu .sub-menu-box.active {
      background-color: #ffffff;
      color: #000; }
      .sub-menu .sub-menu-box:hover h4, .sub-menu .sub-menu-box.active h4 {
        color: #000 !important; }
      .sub-menu .sub-menu-box:hover.adidas-logo, .sub-menu .sub-menu-box.active.adidas-logo {
        background-image: url(images/svg/Adidas_Logo-black.svg); }
      .sub-menu .sub-menu-box:hover.reebok-logo, .sub-menu .sub-menu-box.active.reebok-logo {
        background-image: url(images/svg/Reebok_2019_logo_black.svg); }
	  .sub-menu .sub-menu-box:hover.nike-logo, .sub-menu .sub-menu-box.active.nike-logo {
        background-image: url(images/svg/Nike_logo_black.svg); }
	  .sub-menu .sub-menu-box:hover.puma-logo, .sub-menu .sub-menu-box.active.puma-logo {
        background-image: url(images/svg/Puma_Logo_Black.svg); }
      .sub-menu .sub-menu-box:hover.femije, .sub-menu .sub-menu-box.active.femije {
        background: none; }
    .sub-menu .sub-menu-box .sub-menu-box-title {
      position: relative;
      height: 180px;
      text-align: center; }
      .sub-menu .sub-menu-box .sub-menu-box-title h4 {
        color: #ffffff;
        line-height: 180px;
        font-size: 34px;
        text-transform: uppercase; }
        @media (min-width: 776px) and (max-width: 1310px) {
          .sub-menu .sub-menu-box .sub-menu-box-title h4 {
            font-size: 25px; } }
        .sub-menu .sub-menu-box .sub-menu-box-title h4:hover {
          color: #000; }
      .sub-menu .sub-menu-box .sub-menu-box-title img {
        width: 123px;
        height: 100%; }
    .sub-menu .sub-menu-box .sub-menu-indicator {
      display: inline-block;
      height: 180px;
      width: 100px;
      line-height: 180px;
      background: #182A73;
      color: #ffffff;
      text-align: center; }
    .sub-menu .sub-menu-box.two-column .sub-menu-box-title {
      height: 280px;
      line-height: 280px; }
      .sub-menu .sub-menu-box.two-column .sub-menu-box-title h4 {
        line-height: 280px; }
    .sub-menu .sub-menu-box.two-column .sub-menu-indicator {
      height: 280px;
      line-height: 280px; }
    .sub-menu .sub-menu-box.has-children .childrens {
      display: none; }
    .sub-menu .sub-menu-box.has-children.femije:hover .childrens, .sub-menu .sub-menu-box.has-children.femije.active .childrens {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 180px; }
    .sub-menu .sub-menu-box.has-children.femije:hover div.child, .sub-menu .sub-menu-box.has-children.femije.active div.child {
      background-color: #182A73;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      border-right: 1px solid #ffffff; }
      .sub-menu .sub-menu-box.has-children.femije:hover div.child h5, .sub-menu .sub-menu-box.has-children.femije.active div.child h5 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        text-decoration: none; }
      .sub-menu .sub-menu-box.has-children.femije:hover div.child:hover, .sub-menu .sub-menu-box.has-children.femije:hover div.child.active, .sub-menu .sub-menu-box.has-children.femije.active div.child:hover, .sub-menu .sub-menu-box.has-children.femije.active div.child.active {
        background-color: #ffffff; }
        .sub-menu .sub-menu-box.has-children.femije:hover div.child:hover h5, .sub-menu .sub-menu-box.has-children.femije:hover div.child.active h5, .sub-menu .sub-menu-box.has-children.femije.active div.child:hover h5, .sub-menu .sub-menu-box.has-children.femije.active div.child.active h5 {
          color: #182A73; }
    .sub-menu .sub-menu-box.has-children.femije:hover .col-4:last-child .child, .sub-menu .sub-menu-box.has-children.femije.active .col-4:last-child .child {
      border-right: none; }
    .sub-menu .sub-menu-box.has-children.femije:hover .sub-menu-box-title, .sub-menu .sub-menu-box.has-children.femije.active .sub-menu-box-title {
      display: none; }
    .sub-menu .sub-menu-box.has-children.femije:hover .sub-menu-indicator, .sub-menu .sub-menu-box.has-children.femije.active .sub-menu-indicator {
      display: none; }
    .sub-menu .sub-menu-box.has-children.two-column:hover .childrens {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 280px; }
    .sub-menu .sub-menu-box.has-children.two-column:hover a {
      display: block;
      line-height: 280px; }
      .sub-menu .sub-menu-box.has-children.two-column:hover a h5 {
        line-height: 280px; }
  .sub-menu .sub-menu-close {
    border-top: 1px solid #fff;
    background: #182A73;
    text-align: center; }
    .sub-menu .sub-menu-close > div {
      height: 60px;
      color: #ffffff;
      line-height: 60px; }
    .sub-menu .sub-menu-close .close-submenu span {
      cursor: pointer; }
  .sub-menu .sub-category {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 15px; }
    .sub-menu .sub-category h5 {
      border-bottom: 2px solid #182A73;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding-right: 17px;
      font-weight: bold;
      color: #182A73; }
    .sub-menu .sub-category ul {
      list-style: none;
      padding: 0;
      margin: 10px 0; }
      .sub-menu .sub-category ul li {
        margin: 5px 0; }
        .sub-menu .sub-category ul li a {
          color: #182A73;
          font-size: 18px; }
          .sub-menu .sub-category ul li a:hover {
            font-weight: 700; }
  .sub-menu .right-ico {
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-left: 5px; }

#navbar-mob {
  z-index: 100;
  width: 100%;
  position: fixed;
  text-align: right;
  background-color: #182A73;
  height: 60px; }
  @media (min-width: 992px) {
    #navbar-mob {
      display: none !important; } }

@media (max-width: 991px) {
  body #sm_menu_ham.open {
    display: none !important; } }

@media (max-width: 1199px) and (min-width: 992px) {
  body #sm_menu_ham {
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
    visibility: hidden;
    cursor: pointer !important;
    height: 36px !important;
    position: fixed !important;
    width: 36px !important;
    top: 28px !important;
    line-height: 0 !important;
    z-index: 9999 !important;
    color: #000 !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    body #sm_menu_ham:after {
      visibility: visible;
      position: fixed;
      content: '';
      background-image: url("images/ico/hamburger-menu.svg");
      -webkit-background-size: cover;
      background-size: cover;
      height: 36px;
      width: 39px; } }

@media (max-width: 991px) {
  body #sm_menu_ham {
    visibility: hidden;
    cursor: pointer !important;
    height: 36px !important;
    position: fixed !important;
    width: 36px !important;
    top: 10px !important;
    line-height: 0 !important;
    z-index: 9999 !important;
    right: 14px !important;
    color: #000 !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    body #sm_menu_ham:after {
      visibility: visible;
      position: fixed;
      content: '';
      background-image: url("images/ico/hamburger-menu-mobile.svg");
      -webkit-background-size: cover;
      background-size: cover;
      width: 31px;
      height: 36px; } }

@media (max-width: 330px) {
  body #sm_menu_ham {
    right: 7px !important; } }

@media (max-width: 330px) {
  right: 7px !important; }

@media (max-width: 1199px) and (min-width: 992px) {
  .sm_menu_outer {
    top: 65px !important; } }

.site-header {
  height: 80px; }
  @media (max-width: 991px) {
    .site-header {
      height: 60px; } }
  .site-header .site-title {
    float: left; }
    @media (max-width: 991px) {
      .site-header .site-title {
        padding-left: 20px; } }
    @media (min-width: 992px) {
      .site-header .site-title a img {
        margin-top: -10px;
        width: 180px;
        height: 59px; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .site-header .site-title a img {
        margin-left: 15px; } }
    @media (max-width: 991px) {
      .site-header .site-title a img {
        max-width: 135px;
        width: 135px;
        height: 38px;
        margin-top: -2px;
        display: inline; }
        .site-header .site-title a img.logo-small-white {
          display: none;
          padding-top: 0;
          margin-top: 10px; } }
  .site-header .site-description {
    display: none !important; }
  .site-header .mod-blue {
    height: 80px;
    color: #ffffff; }
    @media (max-width: 991px) {
      .site-header .mod-blue {
        height: auto; } }
  @media (max-width: 991px) {
    .site-header .mod-search.mod-blue {
      text-align: center;
      background-color: #ffffff;
      color: #191919; } }
  .site-header #header-close-menu-mob {
    display: none;
    background: #243797;
    height: 60px;
    padding-top: 18px;
    padding-right: 25px;
    width: 60px; }
  .site-header #header-cart-mob {
    display: inline-block; }
    @media (max-width: 330px) {
      .site-header #header-cart-mob {
        width: initial !important; } }
    @media (max-width: 991px) {
      .site-header #header-cart-mob img {
        width: 30px; } }
  .site-header .header-cart {
    display: block;
    text-align: right; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .site-header .header-cart {
        margin-right: 28px; } }
    .site-header .header-cart div {
      border-radius: 50%;
      position: absolute;
      top: -10px;
      right: 0;
      font-size: 14px;
      font-family: "Epilogue", sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #00119A; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .site-header .header-cart div {
          right: 21px; } }
  .site-header .header-cart-mob {
    display: inline-block;
    margin-top: 6px;
    margin-right: 77px;
    position: relative; }
    @media (max-width: 330px) {
      .site-header .header-cart-mob {
        margin-right: 65px; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .site-header .header-cart-mob {
        display: none !important; } }
    .site-header .header-cart-mob div {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      position: absolute;
      top: -10px;
      right: -10px;
      font-size: 12px;
      font-weight: 700;
      font-style: normal;
      color: #191919;
      text-align: center; }
  .site-header #header-close-menu-mob {
    margin-right: 6px; }
  .site-header .search-form {
    position: absolute;
    margin-top: 21px;
    left: -150%; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .site-header .search-form {
        position: absolute;
        margin-top: 21px;
        left: initial;
        right: 0; }
        .site-header .search-form .search-field {
          margin-left: 0 !important; } }
    @media (max-width: 991px) {
      .site-header .search-form {
        position: absolute;
        top: -34px;
        right: 124px;
        margin: 0;
        left: initial; } }
    @media (max-width: 330px) {
      .site-header .search-form {
        right: 100px; } }
    .site-header .search-form .search-field {
      /*
      margin-left: -135px;
      width: 340px;
      height: 60px;
      box-shadow: -2px 0px 9px rgba(0, 0, 0, 0.05);
      float: left;
      */
      padding: 9px 0 6px 36px;
      border-radius: 30px;
      border: 1px solid transparent;
      width: 20px;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      font-family: "Epilogue", sans-serif;
      font-size: 16px;
      background-color: white;
      background-image: url(./images/ico/search.svg);
      background-position: 10px 10px;
      background-repeat: no-repeat;
      -webkit-transition: width 0.4s ease-in-out;
      -o-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out; }
      .site-header .search-form .search-field:focus {
        width: 300px;
        border: 1px solid #eee;
        outline: 0; }
        @media (max-width: 991px) {
          .site-header .search-form .search-field:focus {
            width: 230px; } }
        @media (max-width: 330px) {
          .site-header .search-form .search-field:focus {
            width: 200px; } }
      @media (max-width: 1199px) {
        .site-header .search-form .search-field {
          margin-left: auto;
          margin-right: auto;
          width: 36px;
          height: 36px;
          margin-top: 0;
          border: 0; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .site-header .search-form .search-field {
          margin-left: -200px; } }
    .site-header .search-form .search-submit {
      background-color: transparent;
      background-image: url(./images/ico/search-blue.svg);
      background-position: 0 16px;
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
      padding: 18px;
      border: none; }
      @media (max-width: 991px) {
        .site-header .search-form .search-submit {
          margin-top: 14px; } }
      .site-header .search-form .search-submit:focus {
        outline: 0; }
      .site-header .search-form .search-submit:hover {
        cursor: pointer; }

.mmactive .search-form {
  display: none; }

@media (max-width: 1199px) and (min-width: 992px) {
  .mmactive a.header-cart {
    display: none; } }

/*Main style*/
.mobile_menu {
  position: relative;
  padding-left: 0; }
  @media (max-width: 1199px) {
    .mobile_menu {
      display: block !important; } }
  .mobile_menu li {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #eee; }
    .mobile_menu li.back {
      background-color: #efefef; }
  .mobile_menu .btn-primary {
    margin: 30px 20px;
    padding: 14px !important;
    left: 20px;
    right: 20px;
    color: #ffffff !important;
    border-radius: 0; }

.sm_menu_outer.active .mobile_menu {
  display: block; }

.sm_menu_outer {
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 60px;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #FFF;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .sm_menu_outer {
      height: -webkit-calc(100vh - 120px);
      height: calc(100vh - 120px); } }

.sm_menu_outer.active {
  opacity: 1;
  z-index: 9999; }

.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 5px 20px 55px;
  background: url("./images/ico/menu-back.svg") no-repeat scroll 15px center/20px auto; }

.sm_menu_outer .mobile_menu a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: block;
  letter-spacing: 1px;
  padding: 20px 15px;
  text-transform: uppercase;
  text-decoration: none; }

/*Sub Menu anim */
.sm_menu_outer .mobile_menu .submenu {
  padding-left: 0px;
  background-color: #FFF;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999; }

.sm_menu_outer .mobile_menu li.active > .submenu {
  right: 0; }

.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  color: #ffffff; }

.sm_menu_outer .mobile_menu li.hasChild > a {
  background: url("./images/ico/menu-arrow-right-black.svg") no-repeat scroll 100% center/7px auto; }

/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  height: 25px;
  position: fixed;
  width: 80px;
  top: 0px;
  line-height: 60px;
  z-index: 9999;
  right: 60px;
  color: #000;
  padding-right: 80px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    #sm_menu_ham {
      line-height: 111px;
      padding-left: 0px !important;
      right: 60px !important;
      margin-right: 10px; } }

#sm_menu_ham span {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
   -o-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px; }

#sm_menu_ham span:nth-child(1) {
  top: 0; }

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 10px; }

#sm_menu_ham span:nth-child(4) {
  top: 20px; }

#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0; }

#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
      transform: rotate(45deg); }

#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0; }

/*@media (min-width: 0px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1024px) {}*/
@media (min-width: 1200px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none; } }

body {
  font-family: "Roboto Condensed", sans-serif; }

#overlay {
  margin: 0 auto;
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  margin-left: -10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black background with opacity */
  z-index: 200;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
  color: #ffffff; }

footer {
  font-family: "Epilogue", sans-serif;
  margin-top: 130px; }
  @media (max-width: 991px) {
    footer {
      margin-top: 100px; } }
  @media (min-width: 992px) {
    footer .social {
      float: right; } }
  @media (max-width: 991px) {
    footer .social {
      display: block;
      margin-top: 30px; } }
  @media (max-width: 991px) {
    footer .social {
      text-align: center; } }
  footer .social p {
    color: #c4c4c4;
    line-height: 150%;
    margin: 0 0 13px 0; }
    @media (max-width: 991px) {
      footer .social p {
        display: none; } }
  footer .social .social-title {
    margin-bottom: 15px; }
  footer .social .social-icons {
    margin-right: 20px; }
    footer .social .social-icons .social-icon-mobile {
      display: inline-block; }
      footer .social .social-icons .social-icon-mobile:hover {
        opacity: 0.2; }
    @media (max-width: 991px) {
      footer .social .social-icons {
        margin: 0 10px; }
        footer .social .social-icons img {
          -webkit-filter: invert(1);
                  filter: invert(1); }
        footer .social .social-icons .social-icon-mobile {
          width: 52px;
          height: 52px;
          background-color: #00119A;
          border-radius: 100%;
          padding: 13px; } }
  @media (min-width: 992px) {
    footer .cards {
      position: absolute;
      bottom: 0;
      right: 0; } }
  @media (max-width: 991px) {
    footer .cards {
      margin-top: 35px; } }
  footer .cards .cards-title {
    margin-top: 42px;
    margin-bottom: 15px; }
  footer .cards .card-icons {
    max-width: 50px; }
  footer .cards .cards-logos {
    width: 262px;
    background-color: #ffffff;
    text-align: center; }
    @media (max-width: 991px) {
      footer .cards .cards-logos {
        margin: 0 auto; } }
    footer .cards .cards-logos .card-icons {
      max-width: 41px;
      margin: 7px 4px; }
  footer .footer-content {
    position: relative; }
    @media (min-width: 992px) {
      footer .footer-content > div {
        display: inline-block;
        vertical-align: top; } }
    @media (max-width: 991px) {
      footer .footer-content > div {
        display: block; } }
    @media (min-width: 992px) {
      footer .footer-content .sherbimet-tona {
        border-right: 2px solid rgba(0, 0, 0, 0.1); } }
    @media (max-width: 991px) {
      footer .footer-content .sherbimet-tona {
        display: block; } }
    footer .footer-content .sherbimet-tona .sherbimet-tona-conent {
      max-width: 350px; }
      @media (max-width: 991px) {
        footer .footer-content .sherbimet-tona .sherbimet-tona-conent {
          margin: 0 auto; } }
      footer .footer-content .sherbimet-tona .sherbimet-tona-conent h2 {
        margin-bottom: 60px; }
        @media (max-width: 991px) {
          footer .footer-content .sherbimet-tona .sherbimet-tona-conent h2 {
            font-size: 21px; } }
      footer .footer-content .sherbimet-tona .sherbimet-tona-conent .sherbimi {
        position: relative;
        margin-right: 35px; }
        footer .footer-content .sherbimet-tona .sherbimet-tona-conent .sherbimi img {
          width: 30px;
          position: absolute;
          top: 5px; }
        footer .footer-content .sherbimet-tona .sherbimet-tona-conent .sherbimi p {
          font-weight: 600;
          display: inline-block;
          padding-left: 50px;
          opacity: 0.5;
          line-height: 1.5; }
        footer .footer-content .sherbimet-tona .sherbimet-tona-conent .sherbimi:first-child img {
          width: 36px; }
        footer .footer-content .sherbimet-tona .sherbimet-tona-conent .sherbimi:first-child p {
          padding-left: 56px; }
    footer .footer-content .footer-menu {
      margin-left: 75px; }
      @media (max-width: 991px) {
        footer .footer-content .footer-menu {
          display: none; } }
      footer .footer-content .footer-menu p {
        color: #c4c4c4;
        line-height: 210%;
        margin: 0; }
      footer .footer-content .footer-menu .footer-menu-list {
        padding: 0;
        list-style: none;
        margin: 0; }
        footer .footer-content .footer-menu .footer-menu-list li {
          padding: 0; }
          footer .footer-content .footer-menu .footer-menu-list li a {
            font-weight: 600;
            color: black;
            font-size: 14px;
            line-height: 210%; }
            footer .footer-content .footer-menu .footer-menu-list li a:hover {
              color: #ddd; }
  footer .footer-produktet {
    position: absolute;
    width: 400px;
    bottom: -10px; }
    footer .footer-produktet .footer-menu-list {
      padding: 0;
      list-style: none;
      margin: 0; }
      footer .footer-produktet .footer-menu-list li {
        padding: 0;
        display: inline-block;
        margin-left: 15px; }
        footer .footer-produktet .footer-menu-list li:first-child {
          margin-left: 0; }
        footer .footer-produktet .footer-menu-list li a {
          font-weight: 600;
          color: black;
          font-size: 14px; }
          footer .footer-produktet .footer-menu-list li a:hover {
            color: #ddd; }
    @media (max-width: 1199px) {
      footer .footer-produktet {
        display: none; } }
  footer .autoresia {
    margin-top: 80px;
    background-color: #00119A; }
    @media (max-width: 991px) {
      footer .autoresia {
        margin-top: 15px; } }
    footer .autoresia p {
      font-weight: 400;
      padding: 10px 0;
      margin: 0;
      text-align: center;
      color: #ffffff; }

.cc-window {
  background-color: #243797 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 35px !important; }
  @media (min-width: 992px) {
    .cc-window {
      padding: 22px 130px !important; } }
  @media (max-width: 991px) {
    .cc-window br {
      display: none; } }
  .cc-window a {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 24px !important; }
    .cc-window a.cc-btn {
      margin: 0 !important;
      position: relative !important;
      font-size: 16px !important;
      letter-spacing: 1px !important;
      text-transform: uppercase !important;
      height: 60px !important;
      font-family: "Roboto Condensed", sans-serif !important;
      border-radius: 0 !important;
      padding: 18px 36px !important;
      display: inline-block !important;
      cursor: pointer !important;
      -webkit-transition: ease-out 0.4s !important;
      -o-transition: ease-out 0.4s !important;
      transition: ease-out 0.4s !important;
      color: #182A73 !important;
      background-color: #ffffff !important;
      font-weight: 700 !important;
      border: 2px solid transparent !important;
      -webkit-box-shadow: inset 0 0 0 0 #F3F3F3 !important;
      box-shadow: inset 0 0 0 0 #F3F3F3 !important; }
      .cc-window a.cc-btn:after {
        content: "";
        position: absolute;
        background: url(images/ico/arrow-right-small.svg) no-repeat;
        height: 8px;
        width: 5px;
        margin-left: 10px;
        margin-top: 6px; }

.error404 h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .error404 h1 {
      margin-top: 35px;
      margin-bottom: 35px; } }

.error404 .error,
.error404 .cta {
  width: 50%;
  height: 380px; }
  @media (max-width: 991px) {
    .error404 .error,
    .error404 .cta {
      width: 100%;
      height: 240px; } }

.error404 .error {
  background-color: #182A73; }
  .error404 .error p {
    color: #243797;
    font-size: 100px;
    line-height: 50px;
    letter-spacing: 8.26px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .error404 .error p {
        font-size: 50px; } }

.error404 .cta {
  background-color: #243797; }
  @media (max-width: 991px) {
    .error404 .cta {
      margin-top: -1px; } }

.breadcrumbs {
  padding-top: 15px; }
  .breadcrumbs ul {
    padding-left: 0px;
    list-style: none; }
    .breadcrumbs ul li {
      display: inline-block; }
      .breadcrumbs ul li:after {
        content: "";
        background: url(images/ico/arrow-right-small-black.svg) no-repeat;
        -webkit-background-size: auto auto;
                background-size: auto;
        background-position-y: center;
        -webkit-transition: ease-out 0.4s;
        -o-transition: ease-out 0.4s;
        transition: ease-out 0.4s;
        height: 8px;
        width: 5px;
        padding-left: 10px;
        margin-left: 10px; }
      .breadcrumbs ul li:last-child:after {
        content: none; }

.nice-select {
  min-width: 340px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
         -o-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
         -o-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 14px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
         -o-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
         -o-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.select-qty {
  min-height: 45px; }
  .select-qty .nice-select {
    min-width: 80px; }
    @media (max-width: 991px) {
      .select-qty .nice-select {
        min-width: 340px; } }

.reset_variations {
  display: none; }

@media (max-width: 991px) {
  .search-results {
    margin-top: 25px; } }

.m01 {
  padding-top: 50px;
  padding-bottom: 70px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #182A73), color-stop(0, #FFF));
  background: -webkit-linear-gradient(bottom, #182A73 50%, #FFF 0);
  background: -o-linear-gradient(bottom, #182A73 50%, #FFF 0);
  background: linear-gradient(0deg, #182A73 50%, #FFF 0); }
  @media (max-width: 991px) {
    .m01 {
      margin-bottom: 40px; } }
  .m01 .slick-slide .brand {
    max-width: 70px;
    position: absolute;
    right: 50px;
    top: 160px; }
    @media (max-width: 767px) {
      .m01 .slick-slide .brand {
        display: none; } }
    @media (min-width: 992px) and (max-width: 1090px) {
      .m01 .slick-slide .brand {
        right: 20px;
        top: 100px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .m01 .slick-slide .brand {
        right: 229px;
        top: 320px; } }
  .m01 .slick-slide .brand-xs {
    max-width: 70px;
    left: 10px;
    top: 00px;
    position: absolute; }
    @media (min-width: 768px) {
      .m01 .slick-slide .brand-xs {
        display: none; } }
  .m01 .slick-slide .slide-img {
    max-width: 90%;
    height: auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .m01 .slick-slide .slide-img {
        margin: 0 auto;
        max-height: 390px;
        width: auto;
        height: auto; } }
    @media (max-width: 767px) {
      .m01 .slick-slide .slide-img {
        max-height: 360px;
        width: auto;
        margin: 0 auto; } }
  @media (max-width: 991px) {
    .m01 .slick-slide .button-secondary {
      margin-left: 0;
      margin-bottom: 30px; } }
  @media (max-width: 991px) and (max-width: 320px) {
    .m01 .slick-slide .button-secondary {
      margin-bottom: 0px; } }
  .m01 .slider-background .slide-bcg {
    min-height: 550px;
    max-height: 600px;
    background-image: url(./images/slider-bcg.png);
    -webkit-background-size: cover;
            background-size: cover; }
    @media (max-width: 991px) {
      .m01 .slider-background .slide-bcg {
        padding-left: 0;
        padding-right: 0;
        min-height: 350px;
        -webkit-background-size: auto auto;
                background-size: auto;
        background-position-x: 43%;
        background-position-y: 0%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .m01 .slider-background .slide-bcg {
        background-position-x: 30%; } }
    .m01 .slider-background .slide-bcg .slick-slider {
      margin: 0px; }
  .m01 .slider-background .home-slider.slick-initialized {
    display: block !important; }
  @media (max-width: 991px) {
    .m01 .slider-background .home-slider {
      height: 100%; } }
  .m01 .slider-background .home-slider .slick-prev,
  .m01 .slider-background .home-slider .slick-next {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    position: absolute;
    top: auto;
    right: 0px;
    left: auto;
    bottom: 0px;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 100px;
    cursor: pointer; }
    .m01 .slider-background .home-slider .slick-prev:hover:after,
    .m01 .slider-background .home-slider .slick-next:hover:after {
      opacity: 0;
      -webkit-transform: translateX(1.73333em);
      -ms-transform: translateX(1.73333em);
      -o-transform: translateX(1.73333em);
      transform: translateX(1.73333em);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .m01 .slider-background .home-slider .slick-prev:hover:before,
    .m01 .slider-background .home-slider .slick-next:hover:before {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .m01 .slider-background .home-slider .slick-prev:after,
    .m01 .slider-background .home-slider .slick-next:after {
      background-image: url(images/ico/menu-arrow-right-white.svg);
      -webkit-background-size: auto auto;
              background-size: auto;
      background-repeat: no-repeat;
      background-position-y: center;
      position: absolute;
      content: ' ';
      height: 19px;
      width: 19px;
      opacity: 1;
      left: 41px;
      top: 42px;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .m01 .slider-background .home-slider .slick-prev:before,
    .m01 .slider-background .home-slider .slick-next:before {
      background-image: url(images/ico/menu-arrow-right-white.svg);
      position: absolute;
      content: ' ';
      -webkit-background-size: auto auto;
              background-size: auto;
      background-repeat: no-repeat;
      background-position-y: center;
      height: 19px;
      width: 19px;
      opacity: 0;
      left: 41px;
      top: 42px;
      -webkit-transform: translateX(-1.73333em);
      -ms-transform: translateX(-1.73333em);
      -o-transform: translateX(-1.73333em);
      transform: translateX(-1.73333em);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .m01 .slider-background .home-slider .slick-prev {
    right: 102px;
    z-index: 10; }
    .m01 .slider-background .home-slider .slick-prev:after {
      background-image: url(images/ico/menu-arrow-left-white.svg);
      -webkit-background-size: auto auto;
              background-size: auto;
      background-repeat: no-repeat;
      background-position-y: center;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .m01 .slider-background .home-slider .slick-prev:before {
      background-image: url(images/ico/menu-arrow-left-white.svg);
      -webkit-background-size: auto auto;
              background-size: auto;
      background-repeat: no-repeat;
      background-position-y: center;
      -webkit-transform: translateX(1.9em);
      -ms-transform: translateX(1.9em);
      -o-transform: translateX(1.9em);
      transform: translateX(1.9em);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .m01 .slider-background .home-slider .slick-prev:hover:after {
      opacity: 0;
      -webkit-transform: translateX(-1.9em);
      -ms-transform: translateX(-1.9em);
      -o-transform: translateX(-1.9em);
      transform: translateX(-1.9em);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .m01 .slider-background .home-slider .slick-prev:hover:before {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .m01 .slider-footer {
    background-color: #182A73; }
    @media (min-width: 992px) {
      .m01 .slider-footer {
        margin-top: 50px;
        height: 55px; } }
    .m01 .slider-footer .a-primary {
      margin-top: 20px;
      display: block; }
      @media (max-width: 991px) {
        .m01 .slider-footer .a-primary {
          margin-top: 10px; } }
    .m01 .slider-footer .container {
      padding-bottom: 70px; }
    .m01 .slider-footer h1 {
      color: #ffffff !important;
      font-weight: 300; }
      @media (max-width: 991px) {
        .m01 .slider-footer h1 {
          margin-top: 37px;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .m01 .slider-footer h1 {
          margin-top: 23px;
          margin-bottom: 10px; } }
    .m01 .slider-footer a {
      font-weight: 300; }
  @media (max-width: 991px) {
    .m01 .slide-right-mod {
      display: none; } }
  .m01 .slide-right-mod .slider-title-v {
    margin-top: 120px;
    color: #182A73;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .m01 .slide-right-mod .slider-title-v > div {
      -webkit-writing-mode: tb-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: tb-rl;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
           -o-transform: rotate(-180deg);
              transform: rotate(-180deg);
      margin: 0 15px 0 auto;
      height: 90px; }
  .m01 .slide-right-mod .slider-number-v {
    color: #182A73;
    font-size: 30px;
    font-weight: bold;
    display: block;
    float: right;
    margin-top: 20px;
    border-top: 1px solid #182A73;
    padding: 10px 20px; }
  .m01 .home-slider-footer.slick-initialized {
    display: block !important; }

.m03 {
  padding: 117px 0 120px; }
  @media (max-width: 991px) {
    .m03 {
      padding: 30px 0; } }
  .m03 h1 {
    font-family: "Epilogue", sans-serif;
    font-size: 90px !important;
    line-height: initial !important;
    padding-bottom: 33px !important;
    padding-left: 40px !important; }
    @media (max-width: 991px) {
      .m03 h1 {
        margin-bottom: 30px;
        font-size: 32px !important; } }
  .m03 h2 {
    font-family: "Epilogue", sans-serif;
    margin-bottom: 70px;
    font-weight: 700; }
  .m03 .box-content {
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .m03 .box-content .img-box {
        width: 100%; } }
    .m03 .box-content .box-title-content {
      position: absolute;
      bottom: 0;
      max-width: 509px; }
      @media (max-width: 991px) {
        .m03 .box-content .box-title-content {
          width: -webkit-calc(100% - 111px);
          width: calc(100% - 111px); } }
      .m03 .box-content .box-title-content .box-title {
        letter-spacing: 0;
        display: inline-block;
        padding: 40px;
        line-height: 40px;
        margin: 0;
        color: #ffffff;
        font-size: 30px;
        max-width: 550px;
        word-break: break-word; }
        @media (max-width: 991px) {
          .m03 .box-content .box-title-content .box-title {
            padding: 20px;
            font-size: 20px;
            line-height: 25px; } }
    .m03 .box-content .box-cta {
      position: absolute;
      bottom: 19px;
      right: 34px;
      width: 110px;
      height: 110px; }
      @media (max-width: 991px) {
        .m03 .box-content .box-cta {
          bottom: 30px;
          right: 43px;
          width: 53px;
          height: 53px; } }

.m04 {
  border-top: 1px solid #D1CECE;
  border-bottom: 1px solid #D1CECE;
  padding: 30px 0 70px; }
  @media (max-width: 991px) {
    .m04 {
      height: auto;
      padding: 20px 0; } }
  .m04 h1 {
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .m04 h1 {
        margin-bottom: 30px; } }
  .m04 .prod-view-more {
    text-align: right; }
    .m04 .prod-view-more a {
      font-size: 16px;
      color: #182A73;
      font-weight: 600;
      letter-spacing: 0.5px; }
      @media (max-width: 991px) {
        .m04 .prod-view-more a {
          font-size: 14px;
          padding-top: 20px;
          display: block; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .m04 .prod-view-more a {
          padding-top: 0px; } }
  .m04 .div-image {
    text-align: center; }

.m05 {
  padding: 30px 0; }
  @media (max-width: 991px) {
    .m05 {
      padding: 30px 0; } }
  .m05 .box-m5 {
    text-align: center;
    min-height: 500px; }
    @media (max-width: 991px) {
      .m05 .box-m5 {
        min-height: 400px;
        margin-bottom: 20px; } }
    .m05 .box-m5.blue {
      background: #182A73; }
    .m05 .box-m5 .brand-logo {
      max-width: 150px;
      height: auto;
      margin-top: 113px;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .m05 .box-m5 .brand-logo {
          max-width: 130px;
          margin-top: 53px;
          margin-bottom: 26px; } }
    .m05 .box-m5 .brand-description {
      margin: 0 auto 88px auto;
      color: #ffffff;
      font-weight: 400;
      max-width: 260px; }
      @media (max-width: 991px) {
        .m05 .box-m5 .brand-description {
          margin: 0 auto 57px auto; } }
    @media (min-width: 992px) {
      .m05 .box-m5.video {
        background: #000;
        width: 100%;
        height: 500px;
        overflow: hidden; } }
    @media (max-width: 991px) {
      .m05 .box-m5.video {
        min-height: initial;
        margin: 0; } }
    .m05 .box-m5.video video {
      width: 100%; }
      @media (min-width: 992px) {
        .m05 .box-m5.video video {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); } }

.m06 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .m06 {
      margin-bottom: 30px; } }
  .m06 .m06-content {
    text-align: center;
    width: 100%;
    border: 1px solid #D1CECE;
    padding: 74px 15px 136px 15px;
    margin: 15px; }
    .m06 .m06-content h3 {
      color: #090F27; }
    @media (max-width: 991px) {
      .m06 .m06-content {
        padding: 31px 15px 45px 15px; } }
    @media (min-width: 992px) {
      .m06 .m06-content .m6-ico-content {
        height: 210px; } }
    .m06 .m06-content .m6-ico-content .m6-ico {
      margin-top: 92px;
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        .m06 .m06-content .m6-ico-content .m6-ico {
          margin-bottom: 34px;
          margin-top: 48px; } }
    .m06 .m06-content .description {
      max-width: 240px;
      margin: 0 auto; }
    .m06 .m06-content a {
      color: #191919; }

.m07 {
  padding: 30px 0; }
  @media (max-width: 991px) {
    .m07 {
      padding: 30px 0; } }
  .m07 .box-m7 {
    text-align: center;
    min-height: 455px; }
    @media (max-width: 991px) {
      .m07 .box-m7 {
        min-height: auto;
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .m07 .box-m7.video {
        background: #000;
        width: 100%;
        height: 455px;
        overflow: hidden; } }
    .m07 .box-m7.video video {
      width: 100%; }
      @media (min-width: 992px) {
        .m07 .box-m7.video video {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); } }
  .m07 .sub-header {
    font-size: 12px;
    border-bottom: 2px solid #191919;
    display: inline-block;
    padding-right: 2px;
    padding-bottom: 7px; }
  .m07 h1 {
    margin-top: 48px;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .m07 h1 {
        margin-top: 20px;
        margin-bottom: 10px; } }
  .m07 p.p20 {
    max-width: 578px; }

.m08 {
  width: 100%;
  padding-top: 57px; }
  @media (min-width: 992px) {
    .m08 {
      background-color: #182A73;
      background: -webkit-gradient(linear, left top, right top, color-stop(57%, #182A73), color-stop(0, #243797));
      background: -webkit-linear-gradient(left, #182A73 57%, #243797 0);
      background: -o-linear-gradient(left, #182A73 57%, #243797 0);
      background: linear-gradient(90deg, #182A73 57%, #243797 0);
      height: 240px; } }
  @media (max-width: 991px) {
    .m08 {
      padding: 0px; } }
  .m08 .sub-header {
    color: #ffffff;
    font-size: 12px;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    padding-right: 2px;
    padding-bottom: 7px; }
  .m08 .p30 {
    margin-top: 30px;
    color: #ffffff; }
    @media (max-width: 991px) {
      .m08 .p30 {
        margin-top: 15px; } }
  .m08 .brand-logo {
    max-width: 80px;
    height: auto; }
    @media (min-width: 992px) {
      .m08 .brand-logo {
        margin-top: 26px; } }
  @media (max-width: 991px) {
    .m08 .m08-left {
      background-color: #182A73;
      padding: 64px 15px 83px 15px; } }
  .m08 .m08-right {
    text-align: center; }
    @media (max-width: 991px) {
      .m08 .m08-right {
        background-color: #243797;
        padding: 83px 0px 102px 0px; } }

.m09 {
  padding: 30px 0; }
  @media (max-width: 991px) {
    .m09 {
      padding: 30px 0; } }
  .m09 .sub-header {
    font-size: 12px;
    border-bottom: 2px solid #191919;
    display: inline-block;
    padding-right: 2px;
    padding-bottom: 7px; }
  .m09 h1 {
    margin-top: 48px;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .m09 h1 {
        margin-top: 20px;
        margin-bottom: 10px; } }
  .m09 p.p20 {
    max-width: 578px; }
  .m09 .p-content ul {
    padding: 0px; }
    .m09 .p-content ul li {
      list-style: none;
      font-size: 20px;
      letter-spacing: 0.68px;
      line-height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .m09 .p-content ul li {
          font-size: 18px; } }
      .m09 .p-content ul li:before {
        content: "·";
        font-size: 30px;
        vertical-align: middle;
        margin-right: 10px; }
  .m09 .box-m9.blue {
    text-align: center;
    background: #182A73;
    padding: 105px 120px 145px 120px; }
    @media (max-width: 767px) {
      .m09 .box-m9.blue {
        padding: 65px 30px 90px 30px; } }
    .m09 .box-m9.blue .p25 {
      color: #ffffff;
      max-width: 451px;
      margin: 0 auto;
      letter-spacing: 0.85px;
      line-height: 50px; }

.m10 {
  margin-bottom: 5rem; }
  .m10 .fillimi {
    text-align: center;
    margin: 25px 0; }
  .m10 h3 {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .m10 h3 {
        margin-bottom: 10px;
        margin-top: 15px; } }
  .m10 nav .nav {
    display: block;
    border: none; }
    .m10 nav .nav .nav-item:after {
      content: "";
      position: absolute;
      background: url(images/ico/arrow-right-small.svg) no-repeat;
      height: 8px;
      width: 5px;
      right: 32px;
      margin-top: 8px; }
    .m10 nav .nav .nav-link {
      border: none;
      color: #191919;
      background: #F3F3F3;
      margin-bottom: 1px;
      border-radius: 0;
      font-size: 14px;
      line-height: 25px;
      padding: 18px 20px; }
    .m10 nav .nav .active {
      border: none;
      color: #ffffff;
      background: #182A73; }
      .m10 nav .nav .active:after {
        content: "";
        position: absolute;
        background: url(images/ico/arrow-right-small-white.svg) no-repeat;
        height: 8px;
        width: 5px;
        right: 32px;
        margin-top: 8px; }
    .m10 nav .nav .nav-link:hover,
    .m10 nav .nav .nav-link:focus {
      border: none; }
  .m10 .accordion .card {
    border: none;
    border-bottom: 1px solid #D1CECE !important; }
    .m10 .accordion .card:first-child {
      border-top: 1px solid #D1CECE; }
    .m10 .accordion .card .card-header {
      background: white;
      border: none;
      padding: 0; }
      .m10 .accordion .card .card-header .btn {
        margin: 0;
        color: #191919;
        font-size: 18px;
        line-height: 30px;
        width: 100%;
        text-align: left;
        padding: 12px 0; }
        .m10 .accordion .card .card-header .btn.btn-link:focus {
          text-decoration: none; }
        .m10 .accordion .card .card-header .btn.btn-link:hover {
          text-decoration: none; }
        .m10 .accordion .card .card-header .btn[aria-expanded='false']:after {
          content: "";
          position: absolute;
          background: url(images/ico/ico-plus.svg) no-repeat;
          height: 16px;
          width: 16px;
          right: 16px;
          margin-top: 8px; }
        .m10 .accordion .card .card-header .btn[aria-expanded='true']:after {
          content: "";
          position: absolute;
          background: url(images/ico/ico-minus.svg) no-repeat !important;
          height: 16px;
          width: 16px;
          right: 16px;
          margin-top: 15px; }
  .m10 ul {
    border: none; }
    .m10 ul li {
      width: 100%; }
      .m10 ul li .nav-link:hover,
      .m10 ul li .nav-link:focus {
        border: none; }
      .m10 ul li a.dropdown-toggle {
        margin-bottom: 1px !important;
        border: none !important;
        border-radius: 0 !important;
        font-size: 14px !important;
        line-height: 25px !important;
        color: #ffffff !important;
        background: #182A73 !important;
        padding: 13px 20px !important; }
        .m10 ul li a.dropdown-toggle:after {
          position: absolute;
          right: 20px;
          top: 23px; }
      .m10 ul li .dropdown-menu {
        width: 100%;
        border: 1px solid #182A73;
        border-radius: 0;
        padding: 0; }
        .m10 ul li .dropdown-menu a {
          margin-bottom: 1px !important;
          border: none !important;
          border-radius: 0 !important;
          font-size: 14px !important;
          line-height: 25px !important;
          color: #182A73 !important;
          background: #ffffff !important;
          padding: 13px 20px !important; }
  .m10 .card-body {
    padding-left: 0;
    padding-top: 0; }

.m11 {
  margin: 7rem 0; }
  @media (max-width: 991px) {
    .m11 {
      margin: 2rem 0; } }
  .m11 .title {
    font-weight: 700; }
  .m11 .description p {
    font-size: 16px;
    line-height: 30px; }
  .m11 .description li {
    line-height: 30px; }
  .m11 .accordion .card {
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #D1CECE !important; }
    .m11 .accordion .card .card-header {
      background: white;
      border: none;
      padding: 0; }
      .m11 .accordion .card .card-header .btn {
        position: relative;
        margin: 0;
        color: #191919;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        width: 100%;
        text-align: left;
        padding: 12px 0;
        padding-bottom: 40px;
        z-index: 2;
        white-space: normal; }
        .m11 .accordion .card .card-header .btn.btn-link:focus {
          text-decoration: none; }
        .m11 .accordion .card .card-header .btn.btn-link:hover {
          text-decoration: none; }
        .m11 .accordion .card .card-header .btn[aria-expanded='false']:after {
          content: "";
          position: absolute;
          background: url(images/ico/ico-plus.svg) no-repeat;
          height: 16px;
          width: 16px;
          right: 16px;
          margin-bottom: 15px;
          bottom: 0; }
        .m11 .accordion .card .card-header .btn[aria-expanded='true']:after {
          content: "";
          position: absolute;
          background: url(images/ico/ico-minus.svg) no-repeat !important;
          height: 16px;
          width: 16px;
          right: 16px;
          margin-bottom: 8px;
          bottom: 0; }
      .m11 .accordion .card .card-header .p14 {
        margin-top: -30px;
        margin-left: 3px;
        position: relative;
        z-index: 1; }
  .m11 .card-body {
    padding-left: 0;
    padding-top: 0; }

.m12 {
  margin-top: 2rem; }
  .m12 .tabs_left {
    width: 470px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .m12 .tabs_left {
        width: 210px; } }
    @media (max-width: 991px) {
      .m12 .tabs_left {
        width: 100%; } }
  .m12 .tabs_content {
    width: -webkit-calc(100% - 470px);
    width: calc(100% - 470px); }
    @media (min-width: 992px) and (max-width: 1199px) {
      .m12 .tabs_content {
        width: -webkit-calc(100% - 210px);
        width: calc(100% - 210px); } }
    @media (max-width: 991px) {
      .m12 .tabs_content {
        width: 100%; } }
  .m12 nav .nav {
    display: block;
    border: none;
    position: relative; }
    .m12 nav .nav strong {
      font-size: 16px;
      line-height: 50px; }
    .m12 nav .nav .nav-item {
      position: relative; }
      .m12 nav .nav .nav-item:after {
        content: "";
        position: absolute;
        background: url(images/ico/menu-arrow-right-white-black.svg) no-repeat;
        height: 11px;
        width: 19px;
        right: 28px;
        top: 65px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .m12 nav .nav .nav-item:after {
            right: 15px;
            top: 61px; } }
        @media (max-width: 991px) {
          .m12 nav .nav .nav-item:after {
            background: url(images/ico/arrow-down-black.svg) no-repeat;
            height: 19px;
            width: 19px;
            right: 28px;
            top: 49px; } }
      @media (max-width: 991px) {
        .m12 nav .nav .nav-item br:first-child {
          display: none; } }
    .m12 nav .nav .nav-link {
      border: none;
      color: #191919;
      background: #F3F3F3;
      border-radius: 0;
      font-size: 14px;
      line-height: 25px;
      padding: 20px 0 27px 130px;
      margin: 0;
      border-bottom: 1px solid #D1CECE; }
      .m12 nav .nav .nav-link:first-child {
        border-top: 1px solid #D1CECE; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .m12 nav .nav .nav-link {
          padding: 25px 0 25px 25px; }
          .m12 nav .nav .nav-link br {
            display: block;
            margin: -3px 0;
            content: " ";
            line-height: 23px; }
            .m12 nav .nav .nav-link br:first-child {
              margin: 15px 0; } }
      @media (max-width: 991px) {
        .m12 nav .nav .nav-link {
          padding: 22px 20px; } }
    .m12 nav .nav .active {
      border: none;
      color: #ffffff;
      background: #182A73; }
      .m12 nav .nav .active:after {
        content: "";
        position: absolute;
        background: url(images/ico/menu-arrow-right-white.svg) no-repeat;
        height: 11px;
        width: 19px;
        right: 28px;
        top: 65px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .m12 nav .nav .active:after {
            right: 15px;
            top: 61px; } }
        @media (max-width: 991px) {
          .m12 nav .nav .active:after {
            background: url(images/ico/arrow-up-white.svg) no-repeat;
            height: 19px;
            width: 19px;
            right: 28px;
            top: 49px; } }
  .m12 .store_info {
    height: 280px;
    background: #182A73;
    color: #ffffff; }
    @media (max-width: 991px) {
      .m12 .store_info {
        padding: 22px 20px; } }
    .m12 .store_info a {
      color: #ffffff; }
    .m12 .store_info .row {
      height: 100%;
      margin: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .m12 .store_info .row {
          margin-left: 50px; } }
    .m12 .store_info .inlineafter {
      position: relative;
      display: inline-block;
      margin-bottom: 35px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .m12 .store_info .inlineafter {
          margin-bottom: 20px; } }
      .m12 .store_info .inlineafter:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -3px;
        border-width: 0 0 2px;
        border-style: solid; }
    .m12 .store_info .line-inline p {
      display: inline-block;
      min-width: 35%;
      margin: 0; }
      .m12 .store_info .line-inline p a.p14 {
        font-size: 14px;
        line-height: 25px; }
        @media (max-width: 991px) {
          .m12 .store_info .line-inline p a.p14 {
            font-size: 12px;
            line-height: 25px; } }
  .m12 .map {
    width: 100%;
    height: 608px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .m12 .map {
        right: 15px;
        top: 61px;
        height: 554px; } }
    @media (max-width: 991px) {
      .m12 .map {
        height: 300px; } }
    .m12 .map .mapinside {
      width: 100%;
      height: 100%; }
  .m12 #accordion {
    width: 100%; }
    .m12 #accordion .card {
      border: 0;
      border-bottom: 1px solid #D1CECE;
      border-radius: 0; }
      .m12 #accordion .card:first-child {
        border-top: 1px solid #D1CECE; }
      .m12 #accordion .card:last-child {
        border-bottom: 0; }
      .m12 #accordion .card .card-header {
        border: none;
        color: #191919;
        border-radius: 0;
        font-size: 14px;
        line-height: 25px;
        padding: 0;
        margin: 0; }
        .m12 #accordion .card .card-header button {
          padding: 20px 25px;
          width: 100%;
          text-align: left;
          text-decoration: none;
          border-radius: 0;
          color: #ffffff;
          background: #182A73;
          font-size: 14px;
          line-height: 25px; }
          .m12 #accordion .card .card-header button.collapsed {
            color: #191919;
            background: #F3F3F3; }
            .m12 #accordion .card .card-header button.collapsed:after {
              background: url(images/ico/arrow-down-black.svg) no-repeat; }
          .m12 #accordion .card .card-header button:after {
            content: "";
            position: absolute;
            background: url(images/ico/arrow-up-white.svg) no-repeat;
            height: 19px;
            width: 19px;
            right: 23px;
            top: 50px; }
          .m12 #accordion .card .card-header button .p16 {
            font-size: 16px;
            font-weight: 700; }
          .m12 #accordion .card .card-header button .p12 {
            padding: 0;
            margin: 0; }
      .m12 #accordion .card .card-body {
        padding: 0; }

.m14 {
  padding-top: 50px;
  padding-bottom: 70px;
  background: url(./images/background-color.svg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover; }
  @media (min-width: 992px) {
    .m14 {
      height: 750px; }
      .m14 .h-530 {
        height: 530px; } }
  @media (max-width: 991px) {
    .m14 {
      margin-bottom: 40px;
      background: url(./images/background-color-mobil.svg) no-repeat center center;
      -webkit-background-size: cover;
              background-size: cover; }
      .m14 .img-height-mobile {
        height: 210px; }
        .m14 .img-height-mobile .img-fluid {
          max-height: 210px;
          margin-left: auto;
          margin-right: auto;
          padding: 14px 40px 0; } }
  @media (min-width: 992px) {
    .m14 .same-h-div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 530px;
      position: relative; } }
  .m14 h1 {
    width: 100%; }
    @media (max-width: 991px) {
      .m14 h1 {
        height: 70px;
        padding: 0 44px 0 15px; } }
    .m14 h1 span {
      display: block;
      color: white;
      font-size: 100px;
      line-height: 88px;
      letter-spacing: 5px; }
      @media (max-width: 991px) {
        .m14 h1 span {
          font-size: 26px;
          line-height: 27px;
          letter-spacing: 1.5px;
          display: initial; }
          .m14 h1 span:first-child {
            display: block; }
          .m14 h1 span a {
            display: none; } }
  .m14 a.button-secondary.invert.small-arrow {
    margin-left: 0;
    margin-top: 45px; }
    @media (max-width: 991px) {
      .m14 a.button-secondary.invert.small-arrow {
        margin-top: 35px; } }
  .m14 .slick-slide .brand-logo {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 991px) {
      .m14 .slick-slide .brand-logo {
        right: 23px;
        top: -78px; } }
  .m14 .slick-slide .brand {
    max-width: 70px; }
    @media (max-width: 991px) {
      .m14 .slick-slide .brand {
        max-width: 35px; } }
  .m14 .slick-slide .slide-img {
    margin-left: auto;
    margin-right: auto;
    display: initial;
    vertical-align: bottom;
    max-height: 100%;
    width: auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .m14 .slick-slide .slide-img {
        margin: 0 auto;
        max-height: 390px;
        width: auto;
        height: auto; } }
    @media (max-width: 767px) {
      .m14 .slick-slide .slide-img {
        max-height: 360px;
        width: auto;
        margin: 0 auto; } }
  @media (max-width: 991px) {
    .m14 .slick-slide .button-secondary {
      margin-left: 0;
      margin-bottom: 30px; } }
  .m14 .home-slider-new {
    opacity: 0;
    visibility: hidden;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease; }
    .m14 .home-slider-new.slick-initialized {
      visibility: visible;
      opacity: 1; }
      @media (max-width: 991px) {
        .m14 .home-slider-new.slick-initialized {
          margin: 0; } }
  @media (min-width: 992px) {
    .m14 .slider-footer {
      margin-top: 50px;
      height: 55px; } }
  .m14 .slider-footer .a-primary {
    margin-top: 20px;
    display: block; }
    @media (max-width: 991px) {
      .m14 .slider-footer .a-primary {
        margin-top: 10px; } }
  .m14 .slider-footer .container {
    padding-bottom: 70px; }
  .m14 .slider-footer h1 {
    color: #ffffff !important;
    font-weight: 300; }
    @media (max-width: 991px) {
      .m14 .slider-footer h1 {
        margin-top: 37px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .m14 .slider-footer h1 {
        margin-top: 23px;
        margin-bottom: 10px; } }
  .m14 .slider-footer a {
    font-weight: 300; }
  @media (max-width: 991px) {
    .m14 .slide-right-mod {
      display: none; } }
  .m14 .slide-right-mod .slider-title-v {
    margin-top: 120px;
    color: #182A73;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .m14 .slide-right-mod .slider-title-v > div {
      -webkit-writing-mode: tb-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: tb-rl;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
           -o-transform: rotate(-180deg);
              transform: rotate(-180deg);
      margin: 0 15px 0 auto;
      height: 90px; }
  .m14 .slide-right-mod .slider-number-v {
    color: #182A73;
    font-size: 30px;
    font-weight: bold;
    display: block;
    float: right;
    margin-top: 20px;
    border-top: 1px solid #182A73;
    padding: 10px 20px; }
  .m14 .home-slider-footer.slick-initialized {
    display: block !important; }
  .m14 .slider-paging-number {
    position: absolute;
    right: 0;
    top: 40%;
    list-style-type: none;
    text-align: right; }
    .m14 .slider-paging-number button {
      background: none;
      border: none;
      color: white;
      font-size: 18px;
      font-weight: 500;
      line-height: 21px;
      margin-bottom: 25px;
      cursor: pointer;
      padding-right: 30px;
      border-right: 5px solid transparent; }
      .m14 .slider-paging-number button:focus {
        outline: none; }
    .m14 .slider-paging-number .slick-active button {
      border-right: 5px solid white; }
    @media (max-width: 991px) {
      .m14 .slider-paging-number {
        padding: 0 !important;
        position: initial;
        list-style-type: disc;
        text-align: center; }
        .m14 .slider-paging-number li {
          display: inline-block; }
          .m14 .slider-paging-number li button {
            color: red;
            border: 1px solid white !important;
            margin: 0 14px;
            border-radius: 50%;
            padding: 0;
            font-size: 0;
            width: 10px;
            height: 10px;
            background-color: white; }
        .m14 .slider-paging-number .slick-active button {
          border: 1px solid white !important;
          background-color: #999; } }
  @media (max-width: 991px) {
    .m14 .shop-for-before {
      text-align: center; } }
  .m14 .shop-for {
    width: 230px;
    display: inline-block; }
    @media (min-width: 321px) and (max-width: 991px) {
      .m14 .shop-for {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 50px; } }
    @media (max-width: 320px) {
      .m14 .shop-for {
        padding-right: 33px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  .m14 .view-product-mobile {
    text-align: center; }
    .m14 .view-product-mobile a {
      width: 90%;
      margin-right: 0;
      max-width: 400px; }

.m15 {
  padding-top: 50px;
  padding-bottom: 70px;
  background: url(./images/background-color.svg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover; }
  @media (min-width: 992px) {
    .m15 {
      height: 750px; }
      .m15 .h-530 {
        height: 530px; } }
  @media (max-width: 991px) {
    .m15 {
      margin-bottom: 40px;
      background: url(./images/background-color-mobil.svg) no-repeat center center;
      -webkit-background-size: cover;
              background-size: cover; }
      .m15 .img-height-mobile {
        height: 210px; }
        .m15 .img-height-mobile .img-fluid {
          max-height: 210px;
          margin-left: auto;
          margin-right: auto;
          padding: 14px 40px 0; } }
  @media (min-width: 992px) {
    .m15 .same-h-div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 530px;
      position: relative; } }
  .m15 h1 {
    width: 100%; }
    @media (max-width: 991px) {
      .m15 h1 {
        height: 70px;
        padding: 0 44px 0 15px; } }
    .m15 h1 span {
      display: block;
      color: white;
      font-size: 100px;
      line-height: 88px;
      letter-spacing: 5px; }
      @media (max-width: 991px) {
        .m15 h1 span {
          font-size: 26px;
          line-height: 27px;
          letter-spacing: 1.5px;
          display: initial; }
          .m15 h1 span:first-child {
            display: block; }
          .m15 h1 span a {
            display: none; } }
  .m15 a.button-secondary.invert.small-arrow {
    margin-left: 0;
    margin-top: 45px; }
    @media (max-width: 991px) {
      .m15 a.button-secondary.invert.small-arrow {
        margin-top: 35px; } }
  .m15 .slick-slide .brand-logo {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 991px) {
      .m15 .slick-slide .brand-logo {
        right: 23px;
        top: -78px; } }
  .m15 .slick-slide .brand {
    max-width: 70px; }
    @media (max-width: 991px) {
      .m15 .slick-slide .brand {
        max-width: 35px; } }
  .m15 .slick-slide .slide-img {
    margin-left: auto;
    margin-right: auto;
    display: initial;
    vertical-align: bottom;
    max-height: 100%;
    width: auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .m15 .slick-slide .slide-img {
        margin: 0 auto;
        max-height: 390px;
        width: auto;
        height: auto; } }
    @media (max-width: 767px) {
      .m15 .slick-slide .slide-img {
        max-height: 360px;
        width: auto;
        margin: 0 auto; } }
  @media (max-width: 991px) {
    .m15 .slick-slide .button-secondary {
      margin-left: 0;
      margin-bottom: 30px; } }
  .m15 .home-slider-new {
    opacity: 0;
    visibility: hidden;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease; }
    .m15 .home-slider-new.slick-initialized {
      visibility: visible;
      opacity: 1; }
      @media (max-width: 991px) {
        .m15 .home-slider-new.slick-initialized {
          margin: 0; } }
  @media (min-width: 992px) {
    .m15 .slider-footer {
      margin-top: 50px;
      height: 55px; } }
  .m15 .slider-footer .a-primary {
    margin-top: 20px;
    display: block; }
    @media (max-width: 991px) {
      .m15 .slider-footer .a-primary {
        margin-top: 10px; } }
  .m15 .slider-footer .container {
    padding-bottom: 70px; }
  .m15 .slider-footer h1 {
    color: #ffffff !important;
    font-weight: 300; }
    @media (max-width: 991px) {
      .m15 .slider-footer h1 {
        margin-top: 37px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .m15 .slider-footer h1 {
        margin-top: 23px;
        margin-bottom: 10px; } }
  .m15 .slider-footer a {
    font-weight: 300; }
  @media (max-width: 991px) {
    .m15 .slide-right-mod {
      display: none; } }
  .m15 .slide-right-mod .slider-title-v {
    margin-top: 120px;
    color: #182A73;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .m15 .slide-right-mod .slider-title-v > div {
      -webkit-writing-mode: tb-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: tb-rl;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
           -o-transform: rotate(-180deg);
              transform: rotate(-180deg);
      margin: 0 15px 0 auto;
      height: 90px; }
  .m15 .slide-right-mod .slider-number-v {
    color: #182A73;
    font-size: 30px;
    font-weight: bold;
    display: block;
    float: right;
    margin-top: 20px;
    border-top: 1px solid #182A73;
    padding: 10px 20px; }
  .m15 .home-slider-footer.slick-initialized {
    display: block !important; }
  .m15 .slider-paging-number {
    position: absolute;
    right: 0;
    top: 40%;
    list-style-type: none;
    text-align: right; }
    .m15 .slider-paging-number button {
      background: none;
      border: none;
      color: white;
      font-size: 18px;
      font-weight: 500;
      line-height: 21px;
      margin-bottom: 25px;
      cursor: pointer;
      padding-right: 30px;
      border-right: 5px solid transparent; }
      .m15 .slider-paging-number button:focus {
        outline: none; }
    .m15 .slider-paging-number .slick-active button {
      border-right: 5px solid white; }
    @media (max-width: 991px) {
      .m15 .slider-paging-number {
        padding: 0 !important;
        position: initial;
        list-style-type: disc;
        text-align: center; }
        .m15 .slider-paging-number li {
          display: inline-block; }
          .m15 .slider-paging-number li button {
            color: red;
            border: 1px solid white !important;
            margin: 0 14px;
            border-radius: 50%;
            padding: 0;
            font-size: 0;
            width: 10px;
            height: 10px;
            background-color: white; }
        .m15 .slider-paging-number .slick-active button {
          border: 1px solid white !important;
          background-color: #999; } }
  @media (max-width: 991px) {
    .m15 .shop-for-before {
      text-align: center; } }
  .m15 .shop-for {
    width: 230px;
    display: inline-block; }
    @media (min-width: 321px) and (max-width: 991px) {
      .m15 .shop-for {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 50px; } }
    @media (max-width: 320px) {
      .m15 .shop-for {
        padding-right: 33px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  .m15 .view-product-mobile {
    text-align: center; }
    .m15 .view-product-mobile a {
      width: 90%;
      margin-right: 0;
      max-width: 400px; }

.m16 {
  background-color: #00119A;
  height: 30px;
  margin-top: 10px; }
  .m16 p {
    font-family: "Epilogue", sans-serif;
    font-style: italic;
    color: #00C2FF;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center; }

.m17 {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 0 70px;
  position: relative; }
  @media (max-width: 991px) {
    .m17 {
      height: auto;
      padding: 0 0 60px 0; } }
  .m17 .container {
    padding-top: 65px;
    padding-bottom: 60px; }
    @media (max-width: 991px) {
      .m17 .container {
        padding-top: 60px;
        padding-bottom: 36px;
        padding-left: 75px; } }
    .m17 .container > div {
      display: inline-block; }
    .m17 .container .brand-logo img {
      margin-right: 28px; }
      .m17 .container .brand-logo img.performance {
        width: 72px;
        margin-top: -12px; }
      .m17 .container .brand-logo img.original {
        width: 64px;
        margin-top: -22px; }
      .m17 .container .brand-logo img.reebok {
        width: 74px;
        margin-top: -10px; }
    @media (max-width: 991px) {
      .m17 .container .brand-logo {
        position: absolute;
        left: 20px;
        top: auto;
        bottom: auto; }
        .m17 .container .brand-logo img {
          margin-right: 0; }
          .m17 .container .brand-logo img.performance {
            width: 40px;
            margin-top: 0; }
          .m17 .container .brand-logo img.original {
            width: 38px;
            margin-top: -9px; }
          .m17 .container .brand-logo img.reebok {
            width: 45px;
            margin-top: 0; } }
  .m17 h2 {
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .m17 h2 {
        font-size: 21px;
        font-weight: 600; } }
  @media (min-width: 992px) {
    .m17 .products-row {
      height: 390px;
      overflow: hidden; } }
  @media (max-width: 991px) {
    .m17 .products-row {
      overflow: hidden; } }
  .m17 .product-box {
    border: none !important;
    border-radius: 15px !important;
    min-height: 360px !important; }
    @media (max-width: 991px) {
      .m17 .product-box {
        min-height: initial !important;
        height: initial !important; } }
    .m17 .product-box .trademark {
      height: initial;
      font-family: "Epilogue", sans-serif; }
      .m17 .product-box .trademark > div {
        position: relative !important;
        width: 56px !important;
        height: 28px !important;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        z-index: 99999999; }
        .m17 .product-box .trademark > div p {
          font-weight: 400 !important;
          color: #fff !important;
          padding: 0 !important;
          margin: 0 !important;
          line-height: 30px !important; }
  @media (min-width: 992px) {
    .m17 .prod-view-more {
      display: inline-block;
      float: right; } }
  @media (max-width: 991px) {
    .m17 .prod-view-more {
      position: absolute;
      bottom: 18px;
      right: 16px;
      z-index: 999; } }
  .m17 .prod-view-more img {
    margin-left: 4px; }
  .m17 .prod-view-more a {
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    color: #00119A;
    font-weight: 600; }
    @media (max-width: 991px) {
      .m17 .prod-view-more a {
        font-size: 14px;
        padding-top: 20px;
        display: block; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .m17 .prod-view-more a {
        padding-top: 0px; } }
  .m17 .div-image {
    text-align: center; }
    @media (max-width: 991px) {
      .m17 .div-image {
        position: relative;
        top: -28px; } }
  @media (max-width: 991px) {
    .m17 .products-row {
      padding: 0 15px; } }
  .m17 .product-box-col {
    display: inline-block; }
  @media (min-width: 992px) {
    .m17 .product-box-link .div-image .product-image {
      max-width: 240px;
      margin: 20px auto 19px auto !important;
      min-width: 240px;
      min-height: 240px; } }
  @media (max-width: 991px) {
    .m17 .product-box-link .div-image .product-image {
      position: relative;
      top: 0;
      margin: 0 auto !important;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; } }
  @media (min-width: 992px) {
    .m17 .product-box-link .product_title_price {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 16px 0 0 !important;
      margin: 0 30px; } }
  @media (max-width: 991px) {
    .m17 .product-box-link .product_title_price {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 16px 30px 0 !important;
      margin: 0;
      position: relative;
      top: -28px;
      margin-bottom: 0 !important; } }
  .m17 .product-box-link .product_title_price .prod_price del {
    top: -20px !important; }
  .m17 .product-box-link .product_title_price .prod_title {
    font-family: "Epilogue", sans-serif;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px !important; }
    @media (max-width: 991px) {
      .m17 .product-box-link .product_title_price .prod_title {
        font-size: 14px !important;
        height: initial !important;
        margin: 0 !important; } }
  @media (max-width: 991px) {
    .m17 .product-box-link .product_title_price .prod_price {
      font-size: 14px !important; } }
  .m17 .slick-slide {
    margin: 0 15px;
    padding: 0; }
    @media (max-width: 991px) {
      .m17 .slick-slide {
        margin: 0 10px;
        padding: 0; } }
  .m17 .arrows .prev {
    position: absolute;
    top: 290px;
    cursor: pointer; }
  .m17 .arrows .next {
    position: absolute;
    top: 290px;
    right: 0;
    cursor: pointer; }
  @media (max-width: 991px) {
    .m17 .arrows {
      display: none; } }

.m18 {
  padding-top: 30px;
  padding-bottom: 70px;
  max-width: 100%;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .m18 {
      padding-bottom: 35px; } }
  @media (max-width: 991px) {
    .m18 {
      padding-bottom: 21px; } }
  .m18 h1 {
    width: 100%;
    font-family: "Epilogue", sans-serif;
    font-size: 90px; }
    @media (min-width: 992px) {
      .m18 h1 {
        margin-top: 170px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .m18 h1 {
        height: initial;
        padding: 0 20px 0;
        line-height: 0;
        max-width: 446px;
        text-align: center;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .m18 h1 {
        height: initial;
        padding: 0 20px 0;
        line-height: 0px;
        max-width: 302px; } }
    .m18 h1 span {
      font-family: "Epilogue", sans-serif;
      font-size: 90px;
      display: block;
      color: #000;
      line-height: 88px;
      letter-spacing: 5px; }
      @media (max-width: 991px) {
        .m18 h1 span {
          font-size: 26px;
          letter-spacing: 1px;
          display: initial;
          color: white;
          line-height: initial; }
          .m18 h1 span:first-child {
            display: block; }
          .m18 h1 span a {
            display: none; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .m18 h1 span.line-1 {
          font-size: 70px;
          height: initial; } }
      @media (max-width: 767px) {
        .m18 h1 span.line-1 {
          height: 54px; } }
      .m18 h1 span.line-2 {
        font-size: 28px;
        font-weight: 500;
        line-height: initial;
        letter-spacing: initial;
        opacity: 0.5;
        display: inline-block; }
        @media (max-width: 991px) {
          .m18 h1 span.line-2 {
            font-size: 16px;
            line-height: 0; } }
      .m18 h1 span.line-3 {
        font-size: 32px;
        font-weight: 500;
        line-height: initial;
        letter-spacing: initial;
        display: inline-block; }
        @media (max-width: 991px) {
          .m18 h1 span.line-3 {
            font-size: 16px;
            line-height: 0; } }
  .m18 a.button-secondary.invert.small-arrow {
    margin-left: 0;
    margin-top: 45px; }
    @media (max-width: 991px) {
      .m18 a.button-secondary.invert.small-arrow {
        margin-top: 35px; } }
  .m18 .slick-slide .brand-logo {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 991px) {
      .m18 .slick-slide .brand-logo {
        right: 23px;
        top: -78px; } }
  .m18 .slick-slide .brand {
    max-width: 70px; }
    @media (max-width: 991px) {
      .m18 .slick-slide .brand {
        max-width: 35px; } }
  .m18 .slick-slide .slide-img {
    margin-left: auto;
    margin-right: auto;
    display: initial;
    vertical-align: bottom;
    max-height: 100%;
    width: auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .m18 .slick-slide .slide-img {
        margin: 0 auto;
        max-height: 390px;
        width: auto;
        height: auto; } }
    @media (max-width: 767px) {
      .m18 .slick-slide .slide-img {
        max-height: 360px;
        width: auto;
        margin: 0 auto; } }
  @media (min-width: 992px) {
    .m18 .slider-footer {
      margin-top: 50px;
      height: 55px; } }
  .m18 .slider-footer .a-primary {
    margin-top: 20px;
    display: block; }
    @media (max-width: 991px) {
      .m18 .slider-footer .a-primary {
        margin-top: 10px; } }
  .m18 .slider-footer .container {
    padding-bottom: 70px; }
  .m18 .slider-footer h1 {
    color: #ffffff !important;
    font-weight: 300; }
    @media (max-width: 991px) {
      .m18 .slider-footer h1 {
        margin-top: 37px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .m18 .slider-footer h1 {
        margin-top: 23px;
        margin-bottom: 10px; } }
  .m18 .slider-footer a {
    font-weight: 300; }
  @media (max-width: 991px) {
    .m18 .slide-right-mod {
      display: none; } }
  .m18 .slide-right-mod .slider-title-v {
    margin-top: 120px;
    color: #182A73;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .m18 .slide-right-mod .slider-title-v > div {
      -webkit-writing-mode: tb-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: tb-rl;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
           -o-transform: rotate(-180deg);
              transform: rotate(-180deg);
      margin: 0 15px 0 auto;
      height: 90px; }
  .m18 .slide-right-mod .slider-number-v {
    color: #182A73;
    font-size: 30px;
    font-weight: bold;
    display: block;
    float: right;
    margin-top: 20px;
    border-top: 1px solid #182A73;
    padding: 10px 20px; }
  .m18 .home-slider-footer.slick-initialized {
    display: block !important; }
  .m18 .slider-paging-number {
    position: absolute;
    right: 0;
    top: 40%;
    list-style-type: none;
    text-align: right; }
    .m18 .slider-paging-number button {
      background: none;
      border: none;
      color: #000;
      font-size: 18px;
      font-weight: 500;
      line-height: 21px;
      margin-bottom: 25px;
      cursor: pointer;
      padding-right: 30px;
      border-right: 5px solid transparent; }
      .m18 .slider-paging-number button:focus {
        outline: none; }
    .m18 .slider-paging-number .slick-active button {
      border-right: 5px solid black; }
    @media (max-width: 991px) {
      .m18 .slider-paging-number {
        padding: 0 !important;
        position: initial;
        list-style-type: disc;
        text-align: center; }
        .m18 .slider-paging-number li {
          display: inline-block; }
          .m18 .slider-paging-number li button {
            color: red;
            border: 1px solid white !important;
            margin: 0 14px;
            border-radius: 50%;
            padding: 0;
            font-size: 0;
            width: 10px;
            height: 10px;
            background-color: white; }
        .m18 .slider-paging-number .slick-active button {
          border: 1px solid white !important;
          background-color: #999; } }
  @media (max-width: 991px) {
    .m18 .shop-for-before {
      text-align: center; } }
  .m18 .shop-for {
    width: 230px;
    display: inline-block; }
    @media (min-width: 321px) and (max-width: 991px) {
      .m18 .shop-for {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 50px; } }
    @media (max-width: 320px) {
      .m18 .shop-for {
        padding-right: 33px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  .m18 .view-product-mobile {
    text-align: center; }
    .m18 .view-product-mobile a {
      width: 90%;
      margin-right: 0;
      max-width: 400px; }
  .m18 a.button-secondary.invert.small-arrow {
    color: black;
    border: 2px solid #000000; }
  .m18 .image-box {
    background-color: #00119A;
    border-radius: 27px;
    height: 500px;
    width: 337px;
    max-width: 100%; }
    @media (max-width: 991px) and (min-width: 1199px) {
      .m18 .image-box {
        height: 337px;
        width: 302px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .m18 .image-box {
        height: 600px;
        width: 100%; } }
    @media (max-width: 767px) {
      .m18 .image-box {
        height: 370px;
        width: 100%; } }
    @media (max-width: 767px) {
      .m18 .image-box {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important; } }
    .m18 .image-box .image-box-inside {
      background: url(./images/ico/home-banner-background.svg) no-repeat center center;
      -webkit-background-size: cover;
              background-size: cover;
      height: 100%;
      border-radius: 27px;
      -webkit-box-shadow: 0 0 35px 3px rgba(7, 18, 154, 0.65);
              box-shadow: 0 0 35px 3px rgba(7, 18, 154, 0.65); }
      @media (max-width: 767px) {
        .m18 .image-box .image-box-inside {
          border-top-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important; } }
    .m18 .image-box img {
      position: absolute;
      top: 90px;
      margin: 0 auto;
      right: 0;
      left: 0; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .m18 .image-box img {
          top: initial;
          bottom: 100px;
          left: 0;
          right: 0;
          margin: 0;
          max-width: initial;
          max-height: initial;
          width: 100%; } }
      @media (max-width: 767px) {
        .m18 .image-box img {
          top: initial;
          bottom: 0;
          left: 20px;
          right: initial;
          margin: 0;
          max-width: 85%;
          max-height: 225px; } }
    .m18 .image-box .button-new {
      position: absolute;
      bottom: 10%;
      margin: 0 auto;
      right: 0;
      left: 0; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .m18 .image-box .button-new {
          bottom: 4%; } }
      @media (max-width: 767px) {
        .m18 .image-box .button-new {
          display: none; } }
      .m18 .image-box .button-new:hover {
        color: black; }
  .m18 .paging-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 0 32px 0; }
    @media (min-width: 1200px) {
      .m18 .paging-number {
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
    @media (max-width: 1199px) {
      .m18 .paging-number {
        padding: 0;
        position: initial;
        bottom: initial;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: center;
        margin-top: 38px; } }
    .m18 .paging-number span {
      cursor: pointer;
      margin: 0 0.25rem;
      display: inline-block;
      width: 20px;
      height: 20px;
      padding: 0;
      border: 1px solid #00119A;
      border-radius: 100%;
      text-indent: -9999px; }
      @media (max-width: 1199px) {
        .m18 .paging-number span {
          margin: 0 21px; } }
      @media (max-width: 991px) {
        .m18 .paging-number span {
          margin: 0 5px; } }
      @media (max-width: 1199px) {
        .m18 .paging-number span {
          width: 15px;
          height: 15px; } }
      @media (max-width: 991px) {
        .m18 .paging-number span {
          width: 12px;
          height: 12px; } }
    .m18 .paging-number .swiper-pagination-bullet-active {
      background-color: #00119A;
      width: 82px;
      border-radius: 17px;
      -webkit-transition: width 0.4s ease-in-out;
      -o-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out; }
      @media (max-width: 1199px) {
        .m18 .paging-number .swiper-pagination-bullet-active {
          width: 59px; } }
      @media (max-width: 991px) {
        .m18 .paging-number .swiper-pagination-bullet-active {
          width: 51px; } }
  @media (max-width: 991px) {
    .m18 .order-lg-2.order-1 {
      position: absolute;
      top: 40px; } }
  .m18 .swiper-slide {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .m18 .swiper-slide.swiper-slide-prev .image-box .image-box-inside {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    @media (min-width: 992px) {
      .m18 .swiper-slide.swiper-slide-prev {
        -webkit-transform: scale(0.8, 0.8);
            -ms-transform: scale(0.8, 0.8);
             -o-transform: scale(0.8, 0.8);
                transform: scale(0.8, 0.8);
        right: -65%;
        opacity: 0.5;
        bottom: -60px; }
        .m18 .swiper-slide.swiper-slide-prev .col-xl-5.offset-xl-0.col-lg-12.order-lg-2.order-1 {
          display: none; }
        .m18 .swiper-slide.swiper-slide-prev .image-box {
          width: 100%; }
          .m18 .swiper-slide.swiper-slide-prev .image-box img {
            position: absolute;
            top: 170px;
            margin: 0 auto;
            right: 0;
            left: 0; }
        .m18 .swiper-slide.swiper-slide-prev .button-new {
          display: none; } }
    @media (min-width: 768px) {
      .m18 .swiper-slide.swiper-slide-prev {
        -webkit-transform: scale(0.8, 0.8);
            -ms-transform: scale(0.8, 0.8);
             -o-transform: scale(0.8, 0.8);
                transform: scale(0.8, 0.8); } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .m18 .swiper-slide.swiper-slide-prev {
        opacity: 0.5;
        right: -50px; }
        .m18 .swiper-slide.swiper-slide-prev img {
          bottom: 165px;
          width: 85%;
          left: 0;
          right: 0; }
        .m18 .swiper-slide.swiper-slide-prev .col-xl-5.offset-xl-0.col-lg-12.order-lg-2.order-1 {
          display: none; }
        .m18 .swiper-slide.swiper-slide-prev .button-new {
          display: none; } }
    @media (max-width: 767px) {
      .m18 .swiper-slide.swiper-slide-prev {
        right: 20px; } }
    @media (max-width: 767px) {
      .m18 .swiper-slide.swiper-slide-prev {
        right: 20px; } }
    .m18 .swiper-slide.swiper-slide-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      left: -60vH;
      opacity: 0.5; }
      .m18 .swiper-slide.swiper-slide-next .image-box {
        border-radius: 27px !important; }
        .m18 .swiper-slide.swiper-slide-next .image-box .image-box-inside {
          border-radius: 27px !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
      @media (min-width: 992px) {
        .m18 .swiper-slide.swiper-slide-next {
          -webkit-transform: scale(0.8, 0.8);
              -ms-transform: scale(0.8, 0.8);
               -o-transform: scale(0.8, 0.8);
                  transform: scale(0.8, 0.8);
          bottom: -60px; }
          .m18 .swiper-slide.swiper-slide-next .button-new {
            display: none; }
          .m18 .swiper-slide.swiper-slide-next .image-box img {
            position: absolute;
            top: 170px;
            margin: 0 auto;
            right: 0;
            left: 0; } }
      @media (min-width: 768px) {
        .m18 .swiper-slide.swiper-slide-next {
          -webkit-transform: scale(0.8, 0.8);
              -ms-transform: scale(0.8, 0.8);
               -o-transform: scale(0.8, 0.8);
                  transform: scale(0.8, 0.8); } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .m18 .swiper-slide.swiper-slide-next {
          left: -50px; }
          .m18 .swiper-slide.swiper-slide-next img {
            bottom: 165px;
            width: 100%;
            left: 0;
            right: 0; }
          .m18 .swiper-slide.swiper-slide-next .col-xl-5.offset-xl-0.col-lg-12.order-lg-2.order-1 {
            display: none; }
          .m18 .swiper-slide.swiper-slide-next .button-new {
            display: none; } }
      @media (max-width: 767px) {
        .m18 .swiper-slide.swiper-slide-next {
          left: 20px; }
          .m18 .swiper-slide.swiper-slide-next .image-box {
            border-radius: 27px; } }
    .m18 .swiper-slide.swiper-slide-active {
      z-index: 99999; }

.woocommerce {
  margin-top: 60px;
  position: relative;
  min-height: 300px; }
  .woocommerce .woocommerce-message {
    border-top-color: #182A73;
    display: none; }
  @media screen and (max-width: 787px) {
    .woocommerce {
      margin-top: 40px;
      margin-bottom: 40px;
      position: initial; } }
  .woocommerce select.qty {
    width: 100px;
    height: 60px;
    font-size: 16px;
    color: #828282;
    padding: 20px; }
  .woocommerce select#pa_size {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 62px;
    font-size: 16px;
    color: #828282;
    padding: 20px; }
  .woocommerce .m04 {
    margin-top: 50px; }
    .woocommerce .m04.cart-empty {
      border: 0; }
  .woocommerce #order_review_heading {
    margin-bottom: 30px; }
  .woocommerce h1 {
    text-align: center; }
  .woocommerce .woocommerce-order .woocommerce-order-details__title,
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 25px;
    letter-spacing: 0.9px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 30px; }
  .woocommerce .woocommerce-order-overview__order.order {
    width: 100%;
    background-color: #182a73;
    color: #ffffff;
    line-height: 40px;
    padding-left: 20px; }
  .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background-color: #f3f3f3;
    margin: 0;
    padding: 0; }
    .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
      margin: 0 !important;
      padding: 20px 0 23px 29px !important;
      width: 33.3%;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.54px;
      border-right: 1px solid #fff;
      text-transform: initial; }
      .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        font-weight: 700; }
      .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:first-child {
        padding: 20px 0 23px 20px !important; }
      .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-child {
        border-right: none; }
  .woocommerce .thank-you-buttons {
    margin-top: 100px; }
    .woocommerce .thank-you-buttons br {
      display: none; }
    .woocommerce .thank-you-buttons a:first-child {
      margin-left: 0; }
    @media screen and (min-width: 992px) {
      .woocommerce .thank-you-buttons.desk-only a.button-secondary.small-arrow.download-button {
        margin-bottom: 15px; }
      .woocommerce .thank-you-buttons.tab-mobile {
        display: none; } }
    @media screen and (max-width: 991px) {
      .woocommerce .thank-you-buttons.desk-only {
        display: none; }
      .woocommerce .thank-you-buttons.tab-mobile {
        margin-top: 0; }
        .woocommerce .thank-you-buttons.tab-mobile a {
          text-align: center; }
        .woocommerce .thank-you-buttons.tab-mobile a.button-primary.small-arrow {
          margin-top: 10px;
          margin-left: 0; } }
  .woocommerce .foot_thankyoupage {
    background-color: #f3f3f3;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #191919;
    font-family: "Roboto Condensed", sans-serif; }
    .woocommerce .foot_thankyoupage th {
      border: 0 !important;
      font-weight: 500 !important;
      border-bottom: 1px solid #ffffff !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      line-height: 60px !important; }
    .woocommerce .foot_thankyoupage td {
      border: 0 !important;
      text-align: right;
      font-weight: 500 !important;
      border-bottom: 1px solid #ffffff !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      line-height: 60px !important; }
    .woocommerce .foot_thankyoupage .foot-thank-row3 {
      display: none; }
    .woocommerce .foot_thankyoupage .foot-thank-row4 th {
      font-weight: 700 !important;
      color: #182a73;
      border: 0 !important; }
    .woocommerce .foot_thankyoupage .foot-thank-row4 td {
      font-weight: 700 !important;
      color: #182a73;
      border: 0 !important; }
    .woocommerce .foot_thankyoupage tr.order-total th {
      font-weight: 700 !important;
      color: #182a73; }
    .woocommerce .foot_thankyoupage tr.order-total {
      color: #182a73; }
  .woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border: 0;
    border-spacing: 0; }
    .woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th {
      padding: 0 12px;
      line-height: 40px;
      background-color: #182a73;
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px; }
    .woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-table.product-total {
      text-align: right; }
    .woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
      text-align: right;
      padding-right: 20px; }
    .woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name {
      text-align: left !important; }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border: 0;
    border-spacing: 0; }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
      padding: 0 12px;
      line-height: 40px;
      background-color: #182a73;
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px; }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
      text-align: right;
      padding-right: 20px; }
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name {
        text-align: left !important;
        font-weight: 700;
        color: #191919;
        letter-spacing: 1px; }
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name a {
          font-weight: 700;
          color: #191919;
          letter-spacing: 1px; }
  .woocommerce .order_review_heading_payment_method {
    margin-bottom: 30px;
    display: none; }
    .woocommerce .order_review_heading_payment_method:first-of-type {
      display: block; }
  .woocommerce .button-fluid {
    width: 100%;
    float: initial !important;
    margin: 0; }
  .woocommerce .download-button:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg); }
  .woocommerce .img-thumbnail-product {
    width: 110px;
    display: inline-block;
    padding: 15px; }
    .woocommerce .img-thumbnail-product br {
      display: none; }
    @media screen and (max-width: 767px) {
      .woocommerce .img-thumbnail-product {
        width: 100% !important;
        max-width: 120px !important;
        padding: 0 10px !important;
        line-height: 30px !important;
        font-size: 16px !important;
        letter-spacing: 0.9px !important; } }
  @media screen and (max-width: 767px) {
    .woocommerce .shop_table td {
      vertical-align: bottom !important; } }
  .woocommerce .Test2 br {
    display: none; }
  .woocommerce .Test2 a {
    color: #191919;
    font-weight: 700;
    letter-spacing: 1px; }
  .woocommerce th.product-total {
    text-align: right;
    padding-right: 20px !important; }
  .woocommerce small.shipped_via {
    display: none; }

.woocommerce-pagination ul {
  text-align: center; }
  .woocommerce-pagination ul li {
    display: inline-block; }
    .woocommerce-pagination ul li span {
      display: block;
      width: 40px;
      height: 40px;
      border: solid 2px #182a73;
      line-height: 38px; }
    .woocommerce-pagination ul li a, .woocommerce-pagination ul li .dots {
      display: block;
      width: 40px;
      height: 40px;
      border: solid 1px #d1cece;
      line-height: 38px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.5px;
      color: #828282; }
      .woocommerce-pagination ul li a.next, .woocommerce-pagination ul li a.prev, .woocommerce-pagination ul li .dots.next, .woocommerce-pagination ul li .dots.prev {
        border: 0;
        color: #191919; }

.xoo-cp-modal a.xoo-cp-close {
  background: transparent;
  border: 0;
  width: 50%; }
  .xoo-cp-modal a.xoo-cp-close.xcp-btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #182A73;
    -webkit-transition: height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    @media (max-width: 1199px) {
      .xoo-cp-modal a.xoo-cp-close.xcp-btn {
        font-size: 14px; } }
    .xoo-cp-modal a.xoo-cp-close.xcp-btn:before {
      position: absolute;
      content: ' ';
      background-image: url("images/ico/arrow-left-blue.svg");
      -webkit-background-size: auto auto;
              background-size: auto;
      background-repeat: no-repeat;
      background-position-y: center;
      height: 19px;
      width: 19px;
      margin-left: -2em;
      opacity: 0;
      -webkit-transform: translateX(-1.73333em);
      -ms-transform: translateX(-1.73333em);
       -o-transform: translateX(-1.73333em);
          transform: translateX(-1.73333em);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .xoo-cp-modal a.xoo-cp-close.xcp-btn:after {
      position: absolute;
      content: ' ';
      background-image: url("images/ico/arrow-left-blue.svg");
      -webkit-background-size: auto auto;
              background-size: auto;
      background-repeat: no-repeat;
      background-position-y: center;
      /*background-size: 19px 19px;*/
      height: 19px;
      width: 19px;
      margin-left: .4em;
      margin-bottom: -4px;
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .xoo-cp-modal a.xoo-cp-close.xcp-btn:hover {
      color: #182A73;
      -webkit-transition: padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: padding-left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding-right 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      padding-left: 2em; }
      .xoo-cp-modal a.xoo-cp-close.xcp-btn:hover:before {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
        transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      .xoo-cp-modal a.xoo-cp-close.xcp-btn:hover:after {
        opacity: 0;
        -webkit-transform: translateX(1.73333em);
        -ms-transform: translateX(1.73333em);
         -o-transform: translateX(1.73333em);
            transform: translateX(1.73333em);
        transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .xoo-cp-modal a.xoo-cp-close.xcp-btn.invert {
      color: #ffffff; }
      .xoo-cp-modal a.xoo-cp-close.xcp-btn.invert:before {
        background-image: url("images/ico/menu-arrow-right-white.svg");
        -webkit-background-size: auto auto;
                background-size: auto;
        background-repeat: no-repeat;
        background-position-y: center; }
      .xoo-cp-modal a.xoo-cp-close.xcp-btn.invert:after {
        background-image: url("images/ico/menu-arrow-right-white.svg");
        -webkit-background-size: auto auto;
                background-size: auto;
        background-repeat: no-repeat;
        background-position-y: center; }

.xoo-cp-modal .xoo-cp-btn-vc {
  margin: 0 15px;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  height: 60px;
  background-color: #182A73;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 0;
  border: none;
  padding: 18px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0 #243797;
          box-shadow: inset 0 0 0 0 #243797;
  -webkit-transition: ease-out 0.4s;
  -o-transition: ease-out 0.4s;
  transition: ease-out 0.4s; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .xoo-cp-modal .xoo-cp-btn-vc {
      font-size: 14px;
      padding: 15px 36px; } }
  @media (max-width: 991px) {
    .xoo-cp-modal .xoo-cp-btn-vc {
      font-size: 14px;
      height: 50px;
      padding: 15px 36px; } }
  .xoo-cp-modal .xoo-cp-btn-vc:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #243797;
            box-shadow: inset 400px 0 0 0 #243797; }
  .xoo-cp-modal .xoo-cp-btn-vc.invert {
    color: #182A73;
    background-color: #ffffff;
    font-weight: 700;
    border: 2px solid transparent;
    -webkit-box-shadow: inset 0 0 0 0 #F3F3F3;
            box-shadow: inset 0 0 0 0 #F3F3F3; }
    .xoo-cp-modal .xoo-cp-btn-vc.invert:hover {
      -webkit-box-shadow: inset 400px 0 0 0 #F3F3F3;
              box-shadow: inset 400px 0 0 0 #F3F3F3; }
    .xoo-cp-modal .xoo-cp-btn-vc.invert.small-arrow:after {
      content: "";
      position: absolute;
      background: url(images/ico/arrow-right-small.svg) no-repeat;
      -webkit-background-size: auto auto;
              background-size: auto;
      background-position-y: center;
      height: 8px;
      width: 5px;
      margin-left: 10px;
      margin-top: 6px; }
  .xoo-cp-modal .xoo-cp-btn-vc.small-arrow:after {
    content: "";
    position: absolute;
    background: url(images/ico/arrow-right-small-white.svg) no-repeat;
    -webkit-background-size: auto auto;
            background-size: auto;
    background-position-y: center;
    height: 8px;
    width: 5px;
    margin-left: 10px;
    margin-top: 6px; }

.wc-titulli {
  margin-top: 60px;
  margin-bottom: 70px;
  text-align: center; }
  @media (max-width: 991px) {
    .wc-titulli {
      margin-bottom: 35px;
      margin-top: 25px; } }
  .wc-titulli h1 {
    display: inline-block; }

/*temporary*/
form.woocommerce-ordering select {
  -moz-text-align-last: right;
       text-align-last: right; }

form.woocommerce-ordering option {
  direction: rtl; }

@media (max-width: 991px) {
  form.woocommerce-ordering {
    z-index: 99999;
    top: 190px;
    right: 12px;
    display: none; } }

.cart-empty {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 50px;
  font-size: 40px;
  text-align: center; }

.woocommerce-cart-form {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem; }
  @media screen and (max-width: 767px) {
    .woocommerce-cart-form {
      margin-top: 0; } }
  .woocommerce-cart-form .quantity label.screen-reader-text {
    display: none; }
  .woocommerce-cart-form .quantity br {
    display: none; }
  .woocommerce-cart-form .shop_table {
    border: 0 !important; }
  .woocommerce-cart-form .remove {
    color: black !important;
    background-color: #F3F3F3;
    border-radius: 0 !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important; }
    .woocommerce-cart-form .remove.removeall {
      color: black !important;
      font-weight: 300;
      margin-left: auto; }
    .woocommerce-cart-form .remove:hover {
      background-color: #000 !important; }
  .woocommerce-cart-form .shop_table {
    border: 0; }
    .woocommerce-cart-form .shop_table tr th {
      background: #182A73;
      color: #ffffff; }
  .woocommerce-cart-form .product-name a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700; }
  .woocommerce-cart-form .product-thumbnail {
    max-width: 70px; }
  .woocommerce-cart-form .product-subtotal {
    text-align: right; }
    @media screen and (min-width: 768px) {
      .woocommerce-cart-form .product-subtotal {
        width: 100px; } }
  .woocommerce-cart-form .product-remove {
    width: 90px;
    padding-right: 0 !important; }
  .woocommerce-cart-form .actions {
    padding-right: 0 !important; }
  .woocommerce-cart-form .button-secondary {
    line-height: 23px; }
  .woocommerce-cart-form .cart_totals h2 {
    display: none; }
  .woocommerce-cart-form .button-addtocard {
    line-height: 9px; }
    .woocommerce-cart-form .button-addtocard :after {
      background: url(images/ico/menu-arrow-right-white.svg) no-repeat; }
  .woocommerce-cart-form button.button-secondary.small-arrow {
    margin-right: 0; }
  .woocommerce-cart-form .nice-select {
    border-radius: 0; }
  .woocommerce-cart-form .list {
    border-radius: 0; }
  @media screen and (max-width: 767px) {
    .woocommerce-cart-form .shop_table_responsive thead {
      display: block !important; }
    .woocommerce-cart-form th.product-thumbnail {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 10px !important;
      line-height: 30px !important;
      font-size: 16px !important;
      letter-spacing: 0.9px !important; }
    .woocommerce-cart-form th.product-name,
    .woocommerce-cart-form th.product-price,
    .woocommerce-cart-form th.product-quantity,
    .woocommerce-cart-form th.product-subtotal,
    .woocommerce-cart-form th.product-remove {
      display: none; }
    .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name {
      text-align: left !important; }
      .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name:before {
        display: none; }
    .woocommerce-cart-form .product-thumbnail {
      display: block !important;
      margin: 0 auto !important;
      max-width: 140px;
      padding: 10px 0 !important; }
      .woocommerce-cart-form .product-thumbnail:before {
        display: none; }
    .woocommerce-cart-form .shop_table td {
      border: 0 !important; }
    .woocommerce-cart-form .select-qty {
      min-height: initial; }
    .woocommerce-cart-form table.shop_table_responsive tr:nth-child(2n) td {
      background-color: transparent; }
    .woocommerce-cart-form .woocommerce-cart-form__cart-item {
      border-bottom: 1px solid #d1cece;
      position: relative; }
    .woocommerce-cart-form td.product-remove {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important;
      padding: 0 !important;
      position: absolute;
      top: 89px;
      right: 3px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .woocommerce-cart-form td.product-remove {
      top: 15px; } }
  @media screen and (max-width: 767px) {
    .woocommerce-cart-form td.product-name {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); }
    .woocommerce-cart-form button.button-secondary.small-arrow {
      width: initial;
      float: left;
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .woocommerce-cart-form select.qty {
      width: 40px;
      height: 20px;
      padding: 0;
      border: 0; }
    .woocommerce-cart-form td.product-subtotal, .woocommerce-cart-form td.product-quantity, .woocommerce-cart-form td.product-price {
      height: 30px; } }
  @media (min-width: 768px) {
    .woocommerce-cart-form div.coupon {
      float: right !important; }
      .woocommerce-cart-form div.coupon input#coupon_code {
        width: 160px; } }
  @media (max-width: 767px) {
    .woocommerce-cart-form div.coupon {
      padding-top: 1em;
      text-align: center;
      float: none !important; }
      .woocommerce-cart-form div.coupon input#coupon_code {
        width: 105px !important; }
      .woocommerce-cart-form div.coupon button {
        float: none !important;
        line-height: 18px !important;
        margin-left: 10px !important;
        width: 158px !important;
        padding: 15px 1px !important; }
        .woocommerce-cart-form div.coupon button:after {
          margin-top: 4px !important; } }

.select2-container--default .select2-selection--single {
  max-width: 100% !important;
  height: 60px !important;
  border: 1px solid #D1CECE !important;
  border-radius: 0 !important;
  padding: 0 !important;
  padding-left: 20px !important;
  color: #191919 !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 59px; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #182A73;
  border: 1px solid #182A73 !important;
  color: #ffffff; }

.select2-dropdown {
  border: 1px solid #D1CECE !important;
  border-top: 0 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px; }

.select2-container--open .select2-dropdown {
  top: 4px; }

.select2-results__option {
  padding: 16px 30px; }

span.select2-dropdown.select2-dropdown--below {
  border-radius: 0 !important; }

.cart-collaterals {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .cart-collaterals h2 {
      display: none; } }
  .cart-collaterals .cart_totals {
    background: #F3F3F3; }
    .cart-collaterals .cart_totals h2 {
      padding-left: 11px;
      padding-top: 10px; }
  .cart-collaterals .wc-proceed-to-checkout p {
    text-align: center; }
  .cart-collaterals .shop_table,
  .cart-collaterals .order-total th,
  .cart-collaterals .order-total td {
    border: 0 !important; }
  .cart-collaterals .button-addtocard {
    line-height: 9px;
    text-align: center; }
    .cart-collaterals .button-addtocard:after {
      background: url(images/ico/menu-arrow-right-white.svg) no-repeat !important; }
  @media (max-width: 767px) {
    .cart-collaterals .woocommerce-shipping-totals > td:before {
      content: "Transporti:" !important; } }

.bar-container-fluid {
  max-width: 1000px;
  margin: 35px auto 70px auto; }
  @media screen and (max-width: 767px) {
    .bar-container-fluid {
      margin: 25px auto 25px auto; } }
  .bar-container-fluid .multi-steps > li.is-active:before, .bar-container-fluid .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700; }
  .bar-container-fluid .multi-steps > li.is-active:after, .bar-container-fluid .multi-steps > li.is-active ~ li:after {
    background-color: #ededed; }
  .bar-container-fluid .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .bar-container-fluid .multi-steps > li {
      counter-increment: stepNum;
      text-align: center;
      display: table-cell;
      position: relative;
      color: #182a73;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
      .bar-container-fluid .multi-steps > li:last-child a {
        cursor: default; }
      .bar-container-fluid .multi-steps > li a {
        color: inherit;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
        @media screen and (max-width: 600px) {
          .bar-container-fluid .multi-steps > li a {
            display: none; } }
      .bar-container-fluid .multi-steps > li:before {
        content: '\2713';
        display: block;
        margin: 0 auto 20px;
        width: 10px;
        height: 10px;
        font-size: 1px;
        line-height: 10px;
        text-align: center;
        font-weight: bold;
        background-color: #182a73;
        border-width: 2px;
        border-style: solid;
        border-color: #182a73;
        border-radius: 50%; }
      .bar-container-fluid .multi-steps > li:after {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #182a73;
        position: absolute;
        top: 4px;
        left: 50%;
        z-index: -1; }
      .bar-container-fluid .multi-steps > li:last-child:after {
        display: none; }
      .bar-container-fluid .multi-steps > li.is-active:before {
        background-color: #182a73;
        border-color: #182a73; }
      .bar-container-fluid .multi-steps > li.is-active ~ li {
        color: #808080; }
        .bar-container-fluid .multi-steps > li.is-active ~ li:before {
          background-color: #ededed;
          border-color: #ededed; }
  .bar-container-fluid .woocommerce-checkout-review-order-table strong.product-quantity {
    float: right;
    line-height: 70px; }

span.select2-search.select2-search--dropdown {
  display: none !important; }

.cart-empty-wc h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .cart-empty-wc h1 {
      margin-top: 35px;
      margin-bottom: 35px; } }

.cart-empty-wc .error,
.cart-empty-wc .cta {
  width: 50%;
  height: 380px; }
  @media (max-width: 991px) {
    .cart-empty-wc .error,
    .cart-empty-wc .cta {
      width: 100%;
      height: 240px; } }

.cart-empty-wc .error {
  background-color: #182A73; }
  .cart-empty-wc .error p {
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    font-weight: 700; }
    .cart-empty-wc .error p.p-inline {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 40px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .cart-empty-wc .error p.p-inline {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 25px; } }
      .cart-empty-wc .error p.p-inline:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -10px;
        border-width: 0 0 2px;
        border-style: solid;
        border-color: #ffffff; }

.cart-empty-wc .cta {
  background-color: #243797; }
  @media (max-width: 991px) {
    .cart-empty-wc .cta {
      margin-top: -1px; } }

.cart-empty-wc .card-icons {
  max-width: 50px; }

.cart-empty-wc br {
  display: none; }

.cart-empty-wc .a-primary {
  /*
    &:last-child {
      position: absolute;
      right: 7rem;
    }
    */ }
  .cart-empty-wc .a-primary:first-child {
    display: block;
    margin-bottom: 10px; }

.cart-empty-wc .cart-empty-minh {
  padding-top: 5px;
  padding-bottom: 20px; }
  .cart-empty-wc .cart-empty-minh p:nth-child(2) {
    min-height: 55px; }

@media (max-width: 991px) {
  .cart-empty-wc .display-block-mobile {
    display: block !important;
    padding: 7px;
    text-align: center; } }

.products .product {
  border: 1px solid #D1CECE; }
  @media (min-width: 992px) {
    .products .product {
      margin: 0 1.8% 1.992em 0 !important;
      width: 23.6% !important;
      min-height: 430px; } }
  .products .product.last {
    margin-right: 0px !important; }
  .products .product a img {
    max-width: 240px;
    margin: 30px auto 30px auto !important; }

.products .ajax_add_to_cart, .products .product_type_variable {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .products li {
    width: -webkit-calc(50% - 30px) !important;
    width: calc(50% - 30px) !important;
    margin: 15px !important;
    padding: 0 !important;
    border: 1px solid #D1CECE !important; } }

@media (max-width: 767px) {
  .products {
    margin: 0 -15px 0 !important;
    border-top: 1px solid #D1CECE !important; }
    .products li {
      width: 50% !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      border-left: 1px solid #D1CECE !important;
      border-bottom: 1px solid #D1CECE !important; } }

.product-box-wc {
  padding: 0;
  position: relative;
  z-index: 199;
  background: #ffffff;
  margin-bottom: 30px;
  min-height: 465px;
  border: 1px solid #D1CECE;
  /* product box */ }
  .product-box-wc .products-row {
    height: initial; }
    @media (min-width: 992px) {
      .product-box-wc .products-row {
        max-height: 490px;
        z-index: 300; } }
  @media (max-width: 767px) {
    .product-box-wc {
      min-height: 346px;
      margin-bottom: -1px;
      border-left: none; } }
  .product-box-wc h2 {
    display: none; }
  .product-box-wc p {
    padding: 0 !important;
    margin: 0 !important; }
  .product-box-wc .product-box-link {
    display: block; }
  .product-box-wc img {
    max-width: 100%; }
  .product-box-wc .product-info {
    position: relative;
    margin-top: 50px;
    padding: 30px; }
    @media (max-width: 991px) {
      .product-box-wc .product-info {
        margin-top: 30px;
        padding: 20px; } }
    .product-box-wc .product-info h5 {
      color: #191919;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .product-box-wc .product-info h5 {
          padding-top: 0px;
          margin-top: -5px; } }
      @media (max-width: 991px) {
        .product-box-wc .product-info h5 {
          padding-top: 0; } }
    .product-box-wc .product-info .prod-price {
      color: #191919;
      font-size: 18px;
      text-align: right; }
      @media (max-width: 991px) {
        .product-box-wc .product-info .prod-price {
          font-size: 16px;
          text-align: left; } }
    .product-box-wc .product-info .sale-price {
      position: absolute;
      top: 10px;
      right: 30px;
      color: #828282;
      font-size: 14px; }
      @media (max-width: 991px) {
        .product-box-wc .product-info .sale-price {
          font-size: 12px;
          right: auto;
          left: 20px;
          top: 0; } }
  .product-box-wc .product-variations {
    display: none;
    height: 70px;
    padding-left: 30px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .product-box-wc .product-variations {
        display: none !important; } }
    .product-box-wc .product-variations a {
      margin-right: 10px; }
      .product-box-wc .product-variations a img {
        border: 1px solid transparent; }
        .product-box-wc .product-variations a img:hover {
          border: 1px solid #182A73; }
  @media (min-width: 992px) {
    .product-box-wc:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border: 1px solid #efefef; }
      .product-box-wc:hover .product-variations {
        display: block; } }
  .product-box-wc .price {
    float: right;
    max-width: 30%;
    font-size: 18px !important;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.6px;
    text-align: right;
    color: #191919;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .product-box-wc .price {
        float: left !important;
        text-align: left !important;
        width: 100% !important;
        max-width: 100% !important;
        position: absolute;
        bottom: 40px;
        left: 30px; } }
    .product-box-wc .price .woocommerce-Price-amount.amount {
      color: #000; }

.onsale {
  display: none; }

@media (max-width: 767px) {
  .product-box-wc:nth-child(even) .product-box,
  .product-box-col:nth-child(even) .product-box {
    border-left: 1px solid white;
    border-right: 1px solid white; } }

@media (max-width: 767px) {
  .product-box-wc,
  .product-box-col {
    padding: 0 !important; } }

.product-box-wc .product-box,
.product-box-col .product-box {
  position: relative;
  z-index: 300;
  background: #ffffff;
  margin-bottom: 30px;
  min-height: 430px;
  border: 1px solid #D1CECE;
  /* product box */ }
  @media (max-width: 767px) {
    .product-box-wc .product-box,
    .product-box-col .product-box {
      min-height: 346px;
      margin-bottom: -1px; } }
  .product-box-wc .product-box .product-box-link,
  .product-box-col .product-box .product-box-link {
    display: block; }
  .product-box-wc .product-box img.product-image,
  .product-box-col .product-box img.product-image {
    max-width: 240px;
    margin: 30px auto 30px auto !important;
    width: 100%; }
  .product-box-wc .product-box .product-variations,
  .product-box-col .product-box .product-variations {
    display: none;
    height: 70px;
    padding-left: 30px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .product-box-wc .product-box .product-variations,
      .product-box-col .product-box .product-variations {
        display: none !important; } }
    .product-box-wc .product-box .product-variations a,
    .product-box-col .product-box .product-variations a {
      margin-right: 10px; }
      .product-box-wc .product-box .product-variations a img,
      .product-box-col .product-box .product-variations a img {
        border: 1px solid transparent; }
        .product-box-wc .product-box .product-variations a img:hover,
        .product-box-col .product-box .product-variations a img:hover {
          border: 1px solid #182A73; }
  @media (min-width: 992px) {
    .product-box-wc .product-box:hover,
    .product-box-col .product-box:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border: 1px solid #efefef; }
      .product-box-wc .product-box:hover .product-variations,
      .product-box-col .product-box:hover .product-variations {
        display: block; } }

.product-box-wc .trademark,
.product-box-col .trademark {
  position: relative;
  height: 80px; }
  @media (max-width: 991px) {
    .product-box-wc .trademark,
    .product-box-col .trademark {
      height: 60px; } }
  .product-box-wc .trademark .trademark-logo,
  .product-box-col .trademark .trademark-logo {
    height: 35px;
    padding: 0;
    margin-left: 30px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .product-box-wc .trademark .trademark-logo,
      .product-box-col .trademark .trademark-logo {
        margin-left: 20px; } }
  .product-box-wc .trademark .sale-box,
  .product-box-col .trademark .sale-box {
    height: 80px;
    width: 80px;
    background: #B62828;
    color: #ffffff;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    line-height: 80px;
    font-size: 18px; }
    @media (max-width: 991px) {
      .product-box-wc .trademark .sale-box,
      .product-box-col .trademark .sale-box {
        font-size: 16px;
        height: 60px;
        width: 60px;
        line-height: 60px; } }
  .product-box-wc .trademark .new-sign,
  .product-box-col .trademark .new-sign {
    height: 80px;
    width: 80px;
    background: #8FEBF8;
    color: #000;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    line-height: 80px;
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .product-box-wc .trademark .new-sign,
      .product-box-col .trademark .new-sign {
        font-size: 16px;
        height: 60px;
        width: 60px;
        line-height: 60px; } }

.product-box-wc .product_title_price,
.product-box-col .product_title_price {
  padding: 0 30px; }
  .product-box-wc .product_title_price br,
  .product-box-col .product_title_price br {
    display: none; }
  @media (max-width: 991px) {
    .product-box-wc .product_title_price,
    .product-box-col .product_title_price {
      padding: 0 20px; } }
  .product-box-wc .product_title_price .prod_price,
  .product-box-col .product_title_price .prod_price {
    float: right;
    color: #191919;
    font-size: 18px !important;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.6px;
    text-align: right;
    position: relative; }
    @media (max-width: 991px) {
      .product-box-wc .product_title_price .prod_price,
      .product-box-col .product_title_price .prod_price {
        font-size: 16px !important;
        text-align: left;
        float: left;
        width: 100%;
        display: block;
        margin-bottom: 15px; } }
    .product-box-wc .product_title_price .prod_price del,
    .product-box-col .product_title_price .prod_price del {
      font-family: "Roboto Condensed", sans-serif;
      position: absolute;
      top: -24px;
      right: 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.79;
      letter-spacing: 0.5px;
      text-align: right;
      color: #828282; }
      @media (max-width: 991px) {
        .product-box-wc .product_title_price .prod_price del,
        .product-box-col .product_title_price .prod_price del {
          left: 0;
          right: initial; } }
    .product-box-wc .product_title_price .prod_price ins,
    .product-box-col .product_title_price .prod_price ins {
      text-decoration: none; }
  .product-box-wc .product_title_price .prod_title,
  .product-box-col .product_title_price .prod_title {
    position: relative;
    color: #191919;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .product-box-wc .product_title_price .prod_title,
      .product-box-col .product_title_price .prod_title {
        font-weight: 500 !important;
        font-size: 14px !important;
        letter-spacing: 0.5px; } }
    @media (max-width: 991px) {
      .product-box-wc .product_title_price .prod_title,
      .product-box-col .product_title_price .prod_title {
        padding-top: 0;
        width: 100%;
        display: block;
        margin-bottom: 15px;
        overflow: hidden;
        height: 23px; } }

.woof_container_inner_productcategories .chosen-results li:first-child {
  display: none; }

.woof_edit_view {
  display: none; }

.woocommerce-ordering {
  position: absolute;
  top: 5px;
  right: 0; }
  .woocommerce-ordering select.orderby {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 1px;
    color: #090F27;
    border: 0;
    background-color: transparent; }

@media (min-width: 992px) {
  #show-filters {
    display: none !important; } }

@media (max-width: 991px) {
  .chosen-container-multi {
    width: 100% !important; }
    .chosen-container-multi .chosen-choices .search-field input.default {
      width: 100% !important; } }

.btn-filters {
  position: relative;
  background-color: #FFF;
  border: 2px solid #191919;
  color: #191919;
  border-radius: 0;
  width: 100%;
  max-width: 348px;
  padding: 0;
  margin: 0 auto;
  height: 60px;
  line-height: 60px; }
  .btn-filters:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-filters.small-arrow:after {
    content: "";
    position: absolute;
    background: url(images/ico/arrow-right-small.svg) no-repeat;
    -webkit-background-size: auto auto;
            background-size: auto;
    background-position-y: center;
    height: 60px;
    line-height: 60px;
    width: 5px;
    right: 10px;
    margin-left: 10px;
    margin-top: 0px; }

.largo {
  display: none; }

@media (max-width: 991px) {
  .woof_container_product_cat {
    display: none; } }

.single-product .description_product {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d1cece;
  margin-top: 100px;
  padding: 70px 0; }

.single-product .single-brand {
  max-width: 90px;
  max-height: 35px; }

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important; }

.single-product .woocommerce-product-gallery .full-size-ico {
  position: absolute;
  bottom: 20px; }
  .single-product .woocommerce-product-gallery .full-size-ico img {
    max-width: 21px; }

.single-product .woocommerce-product-gallery .flex-control-thumbs {
  border-left: 1px solid #D1CECE;
  padding-left: 25px !important;
  margin-left: 60px !important;
  margin-top: 30px !important;
  max-height: 63px; }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    max-width: 60px; }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1) {
      clear: none !important; }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
      border: 2px solid #D1CECE; }
      .single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
        border: 2px solid #1B2758; }
      .single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
        border: 2px solid #1B2758; }

.single-product .entry-summary .woocommerce-Price-amount {
  color: #182A73;
  font-size: 30px;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .single-product .entry-summary .woocommerce-Price-amount {
      margin-top: 20px;
      font-size: 20px; } }

.single-product .related.products {
  display: inline-block;
  width: 100%; }

.single-product .product-type-simple .quantity_select {
  display: block;
  width: 100%; }

.single-product h1 {
  text-align: left; }

.single-product .related.products h2 {
  margin-bottom: 50px;
  padding-top: 80px;
  text-align: center;
  border-top: 1px solid #d1cece; }
  @media screen and (max-width: 787px) {
    .single-product .related.products h2 {
      border: none; } }

@media screen and (max-width: 787px) {
  .single-product .title-sku {
    margin-top: -15px; } }

.single-product .title-sku p {
  margin: 0; }

.single-product .button-addtocard {
  min-width: 200px; }

.single-product .product-details-additional {
  display: inline-block;
  border-top: 1px solid #d1cece;
  padding: 70px 0; }
  .single-product .product-details-additional.related-prod h2 {
    text-align: center; }
  @media screen and (max-width: 787px) {
    .single-product .product-details-additional.related-prod ul.products.columns-4 {
      margin: 0 !important; } }
  @media screen and (max-width: 787px) {
    .single-product .product-details-additional {
      padding: 30px 0; } }

.product_meta {
  display: none !important; }

.variations .label {
  display: none; }

.single_variation_wrap {
  max-width: 350px; }

.button-addtocard {
  margin-top: 20px; }

.woocommerce div.product div.summary {
  width: 49%; }

#overlay-gallery {
  margin: 0 auto;
  display: none;
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  /* Black background with opacity */
  z-index: 10000 !important;
  /* Specify a stack order in case you're using a different order for other elements */
  color: #FFF; }
  #overlay-gallery .gallery-close {
    display: block;
    text-align: right; }
    #overlay-gallery .gallery-close img {
      width: 18px; }
  #overlay-gallery .single-product-gallery {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0; }
    @media (max-width: 991px) {
      #overlay-gallery .single-product-gallery {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      #overlay-gallery .single-product-gallery .page-slider-gallery {
        margin-left: -15px;
        margin-right: -15px; } }
    #overlay-gallery .single-product-gallery .page-slider-gallery .slick-slide .slide-img {
      width: 100%;
      height: auto; }
    #overlay-gallery .single-product-gallery .page-slider-gallery .slick-dots {
      margin-top: 30px;
      position: relative;
      bottom: auto; }
      @media (max-width: 991px) {
        #overlay-gallery .single-product-gallery .page-slider-gallery .slick-dots {
          margin-top: 15px; } }
      #overlay-gallery .single-product-gallery .page-slider-gallery .slick-dots li {
        display: inline-block;
        margin: 0px;
        padding: 15px 28px 18px 20px;
        border-bottom: 2px solid #F3F3F3;
        height: 55px; }
        @media (max-width: 767px) {
          #overlay-gallery .single-product-gallery .page-slider-gallery .slick-dots li {
            padding: 15px 25px 18px 15px; } }
        #overlay-gallery .single-product-gallery .page-slider-gallery .slick-dots li a {
          color: #828282;
          font-size: 16px;
          line-height: 25px;
          letter-spacing: 0.54px; }
          @media (max-width: 767px) {
            #overlay-gallery .single-product-gallery .page-slider-gallery .slick-dots li a {
              font-size: 14px; } }
        #overlay-gallery .single-product-gallery .page-slider-gallery .slick-dots li.slick-active {
          border-bottom: 2px solid #ffffff; }
          #overlay-gallery .single-product-gallery .page-slider-gallery .slick-dots li.slick-active a {
            color: #ffffff;
            font-weight: 600; }
    #overlay-gallery .single-product-gallery .page-slider-gallery .slick-prev, #overlay-gallery .single-product-gallery .page-slider-gallery .slick-next {
      top: auto;
      bottom: 8px;
      z-index: 10; }
    #overlay-gallery .single-product-gallery .page-slider-gallery .slick-prev {
      left: 0px; }
      @media (max-width: 767px) {
        #overlay-gallery .single-product-gallery .page-slider-gallery .slick-prev {
          left: 15px; } }
      #overlay-gallery .single-product-gallery .page-slider-gallery .slick-prev:before {
        content: "";
        display: inline-block;
        background-image: url(./images/ico/slider-arrow-left-white.svg);
        background-repeat: no-repeat;
        width: 28px;
        height: 16px; }
    #overlay-gallery .single-product-gallery .page-slider-gallery .slick-next {
      right: 7px; }
      @media (max-width: 767px) {
        #overlay-gallery .single-product-gallery .page-slider-gallery .slick-next {
          right: 22px; } }
      #overlay-gallery .single-product-gallery .page-slider-gallery .slick-next:before {
        content: "";
        display: inline-block;
        background-image: url(./images/ico/slider-arrow-right-white.svg);
        background-repeat: no-repeat;
        width: 28px;
        height: 16px; }

.woocommerce {
  width: 100%; }

.woocommerce-billing-fields label {
  width: 100% !important;
  font-size: 14px; }

.woocommerce-billing-fields .woocommerce-input-wrapper {
  width: 100%; }

.woocommerce-billing-fields input {
  max-width: 100% !important;
  height: 60px !important; }

@media screen and (max-width: 991px) {
  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last {
    width: 100% !important; } }

.woocommerce-billing-fields span.optional {
  display: none; }

.woocommerce-shipping-fields label {
  width: 100% !important;
  font-size: 14px; }

.woocommerce-shipping-fields .woocommerce-input-wrapper {
  width: 100%; }

.woocommerce-shipping-fields input {
  max-width: 100% !important;
  height: 60px !important; }

.woocommerce-shipping-fields input[type="checkbox"] {
  height: initial !important; }

@media screen and (max-width: 991px) {
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last {
    width: 100% !important; } }

.payment_method_woo_nestpay img {
  display: none !important; }

.woocommerce-form-coupon-toggle {
  display: none !important; }

.woocommerce-form-coupon-toggle {
  display: none; }

.woof {
  z-index: 399;
  position: relative;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent; }
  @media (max-width: 991px) {
    .woof {
      padding: 0 !important; } }
  .woof .chosen-container.chosen-container-single a.chosen-single,
  .woof .chosen-container-multi .chosen-choices {
    height: 60px !important;
    width: 100% !important;
    line-height: 60px !important;
    padding-left: 20px;
    background: transparent;
    border-radius: 0;
    border: 2px solid #191919; }
  .woof .chosen-container-multi .chosen-results li {
    width: 52px;
    height: 40px;
    display: inline-block !important;
    margin: 10px !important; }
  .woof .woof_container {
    width: 25%; }
    @media (max-width: 991px) {
      .woof .woof_container {
        width: 100%;
        max-width: 348px;
        margin: 0 auto; } }
  .woof .woof_block_html_items p {
    display: none; }
  .woof .chosen-container.chosen-container-single {
    width: 100% !important; }
  .woof .chosen-search {
    display: none; }
  .woof .chosen-container-single .chosen-single div {
    top: 14px; }
  .woof .chosen-drop {
    border: 2px solid black !important;
    border-top: 0 !important; }
  .woof .chosen-with-drop a {
    border-bottom: 0 !important; }
  .woof li.active-result,
  .woof li.disabled-result {
    height: 40px;
    line-height: 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    letter-spacing: 0.5px;
    text-align: center;
    color: #828282;
    background-image: none;
    background-color: transparent;
    border: solid 1px #d1cece;
    margin: 10px 0;
    overflow: hidden; }
  .woof li.result-selected {
    height: 40px;
    line-height: 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: condensed;
    letter-spacing: 0.5px;
    text-align: center;
    background-image: none;
    background-color: transparent;
    margin: 10px 0;
    border: solid 2px #191919;
    color: #182a73 !important;
    font-weight: 700;
    overflow: hidden; }
  .woof li.highlighted {
    background-color: transparent !important;
    background-image: none !important;
    color: initial !important; }
  .woof .chosen-container .chosen-results {
    margin: 0;
    padding: 20px; }
  .woof .chosen-container .chosen-results {
    max-height: 100%; }
  .woof span.irs-grid {
    display: none !important; }
  .woof span.irs-line {
    height: 3px;
    top: 30px; }
  .woof span.irs-bar {
    height: 3px;
    top: 30px; }
  .woof span.irs-slider {
    width: 20px;
    height: 20px;
    border: solid 2px #1b2758;
    border-radius: 50%;
    background: #fff; }
  .woof .irs {
    height: 60px; }
  .woof .irs-from,
  .woof .irs-to {
    background: #182a73 !important; }
    .woof .irs-from:after,
    .woof .irs-to:after {
      border-top-color: #182a73 !important; }
  .woof .woof_redraw_zone {
    background: #fff; }
  .woof label.woof_checkbox_label {
    width: 52px;
    height: 40px;
    border: solid 1px #d1cece;
    padding: 0;
    margin: 0;
    line-height: 36px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #828282; }
  .woof label.woof_checkbox_label_selected {
    border: solid 2px #182a73; }
  .woof .icheckbox_flat-aero {
    display: none; }
  .woof .woof_submit_search_form_container {
    display: none; }
  .woof .woof_sid_auto_shortcode .woof_container_inner {
    padding-right: 5px; }
  .woof .woof_checkbox_sales_container.woof_container.woof_container_onsales {
    display: none; }
  .woof .chosen-container {
    max-width: 100%; }
  @media (min-width: 992px) {
    .woof .woof_container {
      float: left;
      margin-right: 12px; } }
  @media (max-width: 991px) {
    .woof {
      margin-bottom: 0;
      padding-bottom: 0; } }
  .woof .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding-left: 0 !important; }

.woof_products_top_panel a[data-tax='onsales'] {
  display: none; }

.woof_products_top_panel li a {
  border-radius: 2px;
  border: solid 1px #090f27 !important;
  letter-spacing: 0.5px;
  color: #191919;
  padding: 6px 9px;
  font-weight: 400; }
  .woof_products_top_panel li a span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    background: none;
    position: relative; }
    .woof_products_top_panel li a span:after {
      position: absolute;
      content: ' ';
      background-image: url(/wp-content/themes/dardaniasport/images/ico/x.svg);
      -webkit-background-size: 12px 12px;
              background-size: 12px 12px;
      height: 12px;
      width: 12px;
      top: 3px;
      right: 0; }

.woof_products_top_panel {
  width: 100%; }

.woof_price3_search_container.woof_container.woof_price_filter {
  padding-bottom: 0;
  margin-bottom: 0 !important; }

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