@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=Arimo:400,600,700|Roboto:400,400i,500,500i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/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;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-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); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-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);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-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);
  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);
  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);
  transform: scale(1, -1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.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:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 1rem; }

body {
  background: #cccccc;
  color: #323232;
  cursor: auto;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 83.33333rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -1.25rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; } }

@media only screen and (min-width: 551px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 801px) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: white;
      color: black; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: white;
      color: #323232;
      display: block;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      padding: 1.5rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #999999; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 1.5rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: white;
        display: block; }

.alert-box {
  border-style: none;
  border-width: 1px;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #757575;
  border-color: #757575;
  color: #323232; }
  .alert-box .close {
    right: 0.33333rem;
    background: inherit;
    color: #999999;
    font-size: 1.83333rem;
    line-height: .9;
    margin-top: -0.91667rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 2px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #008a06;
    border-color: #008a06;
    color: #323232; }
  .alert-box.alert {
    background-color: #cc4749;
    border-color: #cc4749;
    color: #323232; }
  .alert-box.secondary {
    background-color: white;
    border-color: white;
    color: #323232; }
  .alert-box.warning {
    background-color: #f1a500;
    border-color: #f1a500;
    color: #323232; }
  .alert-box.info {
    background-color: #666666;
    border-color: #666666;
    color: #323232; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.83333rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.83333rem 1.66667rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 551px) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 801px) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: none;
  border-width: 0;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.75rem 0;
  background-color: none;
  border-color: #e5e5e5;
  border-radius: 0; }
  .breadcrumbs > * {
    color: #323232;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    text-transform: inherit; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: none; }
    .breadcrumbs > * a {
      color: #323232; }
    .breadcrumbs > *.current {
      color: #999999;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #999999;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #999999;
      content: "/";
      margin: 0 0;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1.33333rem 2.66667rem 1.41667rem 2.66667rem;
  font-size: 1.33333rem;
  background-color: #757575;
  border-color: #5e5e5e;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #5e5e5e; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: white;
    border-color: #cccccc;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #cccccc; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #008a06;
    border-color: #006e05;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #006e05; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #cc4749;
    border-color: #ac3032;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #ac3032; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f1a500;
    border-color: #c18400;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #c18400; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #666666;
    border-color: #525252;
    color: #FFFFFF; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #525252; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.5rem 3rem 1.58333rem 3rem;
    font-size: 1.66667rem; }
  button.small, .button.small {
    padding: 1.16667rem 2.33333rem 1.25rem 2.33333rem;
    font-size: 1.08333rem; }
  button.tiny, .button.tiny {
    padding: 0.83333rem 1.66667rem 0.91667rem 1.66667rem;
    font-size: 0.91667rem; }
  button.expand, .button.expand {
    padding: 1.33333rem 2.66667rem 1.41667rem 2.66667rem;
    font-size: 1.33333rem;
    padding-bottom: 1.41667rem;
    padding-top: 1.33333rem;
    padding-left: 1.33333rem;
    padding-right: 1.33333rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 1rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 1rem; }
  button.radius, .button.radius {
    border-radius: 2px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #757575;
    border-color: #5e5e5e;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #5e5e5e; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #757575; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: white;
      border-color: #cccccc;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #cccccc; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: white; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #008a06;
      border-color: #006e05;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #006e05; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #008a06; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #cc4749;
      border-color: #ac3032;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ac3032; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4749; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f1a500;
      border-color: #c18400;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #c18400; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f1a500; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #666666;
      border-color: #525252;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #525252; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #666666; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 551px) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 551px) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 2px;
      -webkit-border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 2px;
      -webkit-border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 2px;
      -webkit-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 2px;
      -webkit-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; }
  @media only screen and (min-width: 551px) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 2px;
        -webkit-border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px; } }
  @media only screen and (max-width: 551px) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 2px;
        -webkit-top-right-radius: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 2px;
        -webkit-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1.33333rem;
      -webkit-top-right-radius: 1.33333rem;
      border-top-left-radius: 1.33333rem;
      border-top-right-radius: 1.33333rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1.33333rem;
      -webkit-bottom-right-radius: 1.33333rem;
      border-bottom-left-radius: 1.33333rem;
      border-bottom-right-radius: 1.33333rem; }
  @media only screen and (min-width: 551px) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 551px) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1.33333rem;
        -webkit-top-right-radius: 1.33333rem;
        border-top-left-radius: 1.33333rem;
        border-top-right-radius: 1.33333rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1.33333rem;
        -webkit-bottom-right-radius: 1.33333rem;
        border-bottom-left-radius: 1.33333rem;
        border-bottom-right-radius: 1.33333rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.83333rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 551px) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: white;
  border: solid 1px #999999;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: -1px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #999999 transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: white;
    border: solid 1px #999999;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -1px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #999999 transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: white;
    border: solid 1px #999999;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 1px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #999999;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: white;
    border: solid 1px #999999;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: 1px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #999999 transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #e5e5e5; }
    .f-dropdown li a {
      display: block;
      padding: 0.41667rem;
      color: #666666; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: white;
    border: solid 1px #999999;
    font-size: 1rem;
    height: auto;
    max-height: none;
    padding: 0.75rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 2px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 2.70833rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #999999 transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.41667rem;
    right: 1.04167rem;
    margin-top: -0.13889rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #999999 transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 1rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.25rem;
      right: 0.25rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #999999 transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 2rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.33333rem;
      right: 0.66667rem;
      margin-top: -0.13333rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #999999 transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 2.91667rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.41667rem;
      right: 1.25rem;
      margin-top: -0.13889rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #999999 transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: white transparent transparent transparent; }

.flex-video {
  height: 0;
  margin-bottom: 1.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/* Standard Forms */
form {
  margin: 0 0 1.5rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.75rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.75rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.75rem; }

/* Label Styles */
label {
  color: #323232;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1.5rem 0;
    padding: 0.83333rem 0; }
  label small {
    text-transform: none;
    color: #515151; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1rem;
  height: 3.16667rem;
  line-height: 3.16667rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  box-shadow: none;
  color: #323232;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  height: 3.16667rem;
  margin: 0 0 1.5rem 0;
  padding: 0.75rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: white;
    border-color: #757575;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #e5e5e5;
    cursor: not-allowed; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #e5e5e5;
    cursor: not-allowed; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 0; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  color: #323232;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  height: 3.16667rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 2px; }
  select:focus {
    background-color: white;
    border-color: #757575; }
  select:disabled {
    background-color: #e5e5e5;
    cursor: not-allowed; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.5rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 0 solid #999999;
  margin: 0;
  padding: 0; }
  fieldset legend {
    font-weight: 700;
    margin: 0;
    margin-left: -0.25rem;
    padding: 1.5rem 1.91667rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: -1px;
  padding: 0.5rem 0.75rem 0.75rem;
  background: #cc4749;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: -1px;
  padding: 0.5rem 0.75rem 0.75rem;
  background: #cc4749;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.5rem; }

.error label,
.error label.error {
  color: #cc4749; }

.error small.error {
  display: block;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: -1px;
  padding: 0.5rem 0.75rem 0.75rem;
  background: #cc4749;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #515151;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: none; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #cc4749; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 551px) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 801px) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #757575; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #757575; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 551px) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 801px) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 551px) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 801px) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 551px) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 801px) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 551px) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 801px) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 551px) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 801px) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 551px) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 801px) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 551px) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 801px) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 551px) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 801px) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 551px) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 801px) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 551px) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 801px) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 551px) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 801px) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 551px) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 801px) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 551px) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 801px) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 551px) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 801px) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.41667rem;
  margin-left: -1.83333rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.83333rem; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-family: inherit;
  font-weight: 400;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%; }

.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%; }

.joyride-content-wrapper {
  padding: 1.5rem 1.66667rem 2rem;
  width: 100%; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px; }
  .joyride-tip-guide .joyride-nub.top {
    border-color: #333333;
    border-top-color: transparent !important;
    border-top-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-bottom-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.25;
  margin: 0; }

.joyride-tip-guide p {
  font-size: 1.16667rem;
  line-height: 1.3;
  margin: 0 0 1.5rem 0; }

.joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1.33333rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.41667rem; }

.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0; }

.joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: 400;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999; }

/* Styles for screens that are at least 768px; */
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      border-top-color: transparent !important;
      left: auto;
      right: -20px;
      top: 22px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      left: -20px;
      right: auto;
      top: 22px; } }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.16667rem 0.33333rem 0;
  border-radius: 2px; }

.label {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.33333rem 0.66667rem 0.33333rem;
  font-size: 0.91667rem;
  background-color: #757575;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 2px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #cc4749;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f1a500;
    color: #FFFFFF; }
  .label.success {
    background-color: #008a06;
    color: #FFFFFF; }
  .label.secondary {
    background-color: white;
    color: #333333; }
  .label.info {
    background-color: #666666;
    color: #FFFFFF; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555555 #FFFFFF;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        bottom: 0;
        position: absolute;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        font-size: 1.16667rem;
        padding: 0.83333rem 1.16667rem;
        width: 100%; }
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.41667rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      border: solid 4px #FFFFFF;
      border-bottom: none;
      border-top: none;
      display: none;
      height: 14px;
      position: absolute;
      top: 0;
      width: 11px;
      right: 0; }
    .orbit-container .orbit-timer.paused > span {
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF;
      right: -4px; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      border: inset 10px;
      display: block;
      height: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 0; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }
  .orbit-bullets li {
    background: #CCCCCC;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.75rem;
    margin-right: 6px;
    width: 0.75rem;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 551px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 551px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  margin-left: 0;
  min-height: 1rem; }
  ul.pagination li {
    color: #757575;
    font-size: 1rem;
    height: 2rem;
    margin-left: 0.75rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 2px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.5rem 0.16667rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: transparent; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999;
      pointer-events: none; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: none;
      color: #666666;
      cursor: default;
      font-weight: 400; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: none; }
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  margin-bottom: 1.5rem;
  padding: 1.5rem 2.25rem;
  background: white;
  color: #323232; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2.25rem;
    background: #cccccc;
    color: #323232; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout a:not(.button) {
      color: #757575; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #656565; }
  .panel.radius {
    border-radius: 2px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.66667rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    color: #EEEEEE;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.33333rem;
    font-weight: 400;
    padding: 1.25rem 1.66667rem;
    text-align: center; }
  .pricing-table .price {
    background-color: #F6F6F6;
    color: #333333;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 2.66667rem;
    font-weight: 400;
    padding: 1.25rem 1.66667rem;
    text-align: center; }
  .pricing-table .description {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #777777;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 1.25rem;
    text-align: center; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #333333;
    font-size: 1.16667rem;
    font-weight: 400;
    padding: 1.25rem;
    text-align: center; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    padding: 1.66667rem 1.66667rem 0;
    text-align: center; }

/* Progress Bar */
.progress {
  background-color: #999999;
  border: 1px solid #757575;
  height: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 0.16667rem; }
  .progress .meter {
    background: #757575;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: white;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #008a06;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #cc4749;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: white;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #008a06;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #cc4749;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 2px; }
    .progress.radius .meter {
      border-radius: 1px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.66667rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1.33333rem;
  width: 100%;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    border: 1px solid #DDDDDD;
    margin: 1.66667rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 16.66667rem;
    width: 1.33333rem; }
    .range-slider.vertical-range .range-slider-handle {
      bottom: -14rem;
      margin-left: -0.66667rem;
      margin-top: 0;
      position: absolute; }
    .range-slider.vertical-range .range-slider-active-segment {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      border-top-left-radius: initial;
      bottom: 0;
      height: auto;
      width: 1.16667rem; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 2px; }
    .range-slider.radius .range-slider-handle {
      background: #757575;
      border-radius: 2px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #676767; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #757575;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #676767; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #757575;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #676767; }

.range-slider-active-segment {
  background: #fcfcfc;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 1.16667rem;
  position: absolute; }

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.83333rem;
  position: absolute;
  top: -0.41667rem;
  width: 2.66667rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #757575; }
  .range-slider-handle:hover {
    background: #676767; }

.reveal-modal-bg {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.modal {
  border-radius: 2px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 0;
  border: solid 1px #999999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50%; } }
  .modal.radius {
    box-shadow: none;
    border-radius: 2px; }
  .modal.round {
    box-shadow: none;
    border-radius: 2px; }
  .modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 551px) {
    .modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 551px) {
    .modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 551px) {
    .modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 551px) {
    .modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 551px) {
    .modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 95%; } }
  .modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 551px) {
      .modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 80%;
        right: 0;
        width: 100%; } }
  .modal.toback {
    z-index: 1003; }
  .modal .modal-close {
    color: #666666;
    cursor: pointer;
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 1.125rem; }

.side-nav {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 1.16667rem 0; }
  .side-nav li {
    font-size: 1.16667rem;
    font-weight: 400;
    margin: 0 0 0.58333rem 0; }
    .side-nav li a:not(.button) {
      color: #757575;
      display: block;
      margin: 0;
      padding: 0.58333rem 1.16667rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #9e9e9e; }
      .side-nav li a:not(.button):active {
        color: #9e9e9e; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #9e9e9e;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 400; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e6e6; }
    .side-nav li.heading {
      color: #757575;
      font-size: 1.16667rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.20833rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: false; }
  .split.button span {
    border-left-color: buttonStyle("default", "borderColor"); }
  .split.button span {
    width: 3.33333rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.41667rem;
      margin-left: -0.41667rem;
      top: 48%; }
  .split.button span:after {
    border-color: #999999 transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: buttonStyle("default", "borderColor"); }
  .split.button.secondary span:after {
    border-color: #999999 transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: buttonStyle("default", "borderColor"); }
  .split.button.success span {
    border-left-color: buttonStyle("default", "borderColor"); }
  .split.button.tiny {
    padding-right: 2.75rem; }
    .split.button.tiny span {
      width: 1.75rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.25rem;
        margin-left: -0.25rem;
        top: 48%; }
  .split.button.small {
    padding-right: 3.66667rem; }
    .split.button.small span {
      width: 2.33333rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.33333rem;
        margin-left: -0.33333rem;
        top: 48%; }
  .split.button.large {
    padding-right: 6.66667rem; }
    .split.button.large span {
      width: 4.16667rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.41667rem;
        margin-left: -0.41667rem;
        top: 48%; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: buttonStyle("primary", "color") transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

.sub-nav {
  display: block;
  margin: -0.33333rem 0 1.5rem;
  overflow: hidden;
  padding-top: 0.33333rem;
  width: auto; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    color: #999999;
    float: left;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.16667rem;
    font-weight: 400;
    margin-left: 1.33333rem;
    margin-bottom: 0; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      padding: 0.25rem 1.33333rem;
      text-decoration: none; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      background: #757575;
      color: #FFFFFF;
      cursor: default;
      font-weight: 400;
      padding: 0.25rem 1.33333rem; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #656565; }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #757575; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #757575; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #cccccc;
  border: solid 1px #e5e5e5;
  margin-bottom: 3rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #323232;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #e5e5e5; }
    table thead tr th,
    table thead tr td {
      color: #323232;
      font-size: 1rem;
      font-weight: 600;
      padding: 1.5rem; }
  table tfoot {
    background: #e5e5e5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #323232;
      font-size: 1rem;
      font-weight: 600;
      padding: 1.5rem; }
  table tr th,
  table tr td {
    color: #323232;
    font-size: 1rem;
    padding: 1.5rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #cccccc; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.5; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: transparent;
      color: #999999;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      padding: 0.75rem 1.5rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: transparent; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: transparent;
      color: #323232; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 1.5rem 0 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 1.5rem 0; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 1.5rem 0; }

@media only screen and (min-width: 551px) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.5rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(117, 117, 117, 0.5); }
  .th.radius {
    border-radius: 2px; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 3.75rem;
      z-index: 98; }

.top-bar {
  background: #333333;
  height: 3.75rem;
  line-height: 3.75rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 2.33333rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.43333rem;
    padding-top: 0.43333rem; }
    @media only screen and (max-width: 551px) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 12px;
    height: 3.75rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.41667rem;
      line-height: 3.75rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #FFFFFF;
        display: block;
        font-weight: 400;
        padding: 0 1.25rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      display: block;
      font-size: 1.08333rem;
      font-weight: 600;
      height: 3.75rem;
      line-height: 3.75rem;
      padding: 0 1.25rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #FFFFFF;
        height: 34px;
        line-height: 33px;
        padding: 0 3.33333rem 0 1.25rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 1.25rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      color: #FFFFFF;
      display: block;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 1.08333rem;
      font-weight: 400;
      padding-left: 1.25rem;
      padding: 12px 0 12px 1.25rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 1.08333rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        background-color: #757575;
        border-color: #5e5e5e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #5e5e5e; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: white;
        border-color: #cccccc;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #cccccc; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #008a06;
        border-color: #006e05;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #006e05; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #cc4749;
        border-color: #ac3032;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #ac3032; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f1a500;
        border-color: #c18400;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #c18400; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.info {
        background-color: #666666;
        border-color: #525252;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #525252; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 1.08333rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      background-color: #757575;
      border-color: #5e5e5e;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #5e5e5e; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: white;
        border-color: #cccccc;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #cccccc; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #008a06;
        border-color: #006e05;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #006e05; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #cc4749;
        border-color: #ac3032;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #ac3032; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f1a500;
        border-color: #c18400;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #c18400; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.info {
        background-color: #666666;
        border-color: #525252;
        color: #FFFFFF; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #525252; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #FFFFFF;
      background: #222222; }
    .top-bar-section ul li.active > a {
      background: #757575;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #656565;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 1.25rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 1.25rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: 400;
        padding: 8px 1.25rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: 400; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.5rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 1.25rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.83333rem;
      font-weight: 600;
      margin-bottom: 0;
      padding: 8px 1.25rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 551px) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 1.16667rem;
      height: 2.33333rem;
      position: relative;
      top: 0.70833rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 1.16667rem;
      height: 2.33333rem;
      position: relative;
      top: 0.70833rem; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 83.33333rem; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #222222;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #333333;
      line-height: 3.75rem;
      padding: 0 1.25rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #222222; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #757575;
      color: #FFFFFF;
      line-height: 3.75rem;
      padding: 0 1.25rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #656565;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.91667rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.875rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.25rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #FFFFFF;
        line-height: 3.75rem;
        padding: 12px 1.25rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333333;
        color: #FFFFFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #FFFFFF;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 3.75rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      height: 3.75rem;
      padding: 0 1.25rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #757575;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 551px) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 551px) and (max-width: 801px) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 551px) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 801px) and (max-width: 1261px) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 801px) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 1261px) and (max-width: 1681px) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 1261px) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 1681px) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 1681px) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #757575;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #656565; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.29167rem;
    line-height: 1.6; }
  p aside {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.5; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #323232;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #999999;
    font-size: 80%;
    line-height: 0; }

h1 {
  font-size: 28px-rem-calc(10); }

h2 {
  font-size: 25px-rem-calc(10); }

h3 {
  font-size: 22px-rem-calc(5); }

h4 {
  font-size: 20px-rem-calc(5); }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  line-height: 24px;
  color: #999999;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.75rem; }

hr {
  border: solid #999999;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1rem 0 0.91667rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 600;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

code {
  background-color: white;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  color: #cc4749;
  font-family: Consolas, Monaco, "Andale Mono", monospace;
  font-weight: 400;
  padding: 0.41667rem 0.5rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  list-style-position: outside;
  margin-bottom: 1rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.66667rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.66667rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.66667rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600; }

dl dd {
  margin-bottom: 1.5rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #323232;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #999999; }

/* Blockquotes */
blockquote {
  margin: 0 0 1rem;
  padding: 0.75rem 1.5rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 1rem;
    color: #999999; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #999999; }

blockquote,
blockquote p {
  line-height: 1.5;
  color: #323232; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.5rem;
  border: 1px solid #999999;
  padding: 1.5rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: 600;
    font-size: 1rem; }

.vevent .summary {
  font-weight: 600; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 600;
  border: none;
  padding: 0 0.08333rem; }

@media only screen and (min-width: 551px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 24px; }
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 25px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 15px; }
  h6 {
    font-size: 13px; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 3.75rem;
  line-height: 3.75rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: 600;
    line-height: 3.75rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 15px; }

.left-small {
  height: 3.75rem;
  position: absolute;
  top: 0;
  width: 3.75rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 3.75rem;
  position: absolute;
  top: 0;
  width: 3.75rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 3.75rem;
  padding: 0 0.83333rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 3.75rem; }
  .tab-bar-section.right {
    left: 3.75rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 3.75rem;
    right: 3.75rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 3.75rem;
  padding: 0;
  position: relative;
  text-indent: 2.91667rem;
  transform: translate3d(0, 0, 0);
  width: 3.75rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.66667rem;
    left: 1.20833rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1.33333rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 20.83333rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 20.83333rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 20.83333rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 25rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 20.83333rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 25rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding: 0.3rem 1.25rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(20.83333rem, 0, 0);
  -moz-transform: translate3d(20.83333rem, 0, 0);
  -ms-transform: translate(20.83333rem, 0);
  -o-transform: translate3d(20.83333rem, 0, 0);
  transform: translate3d(20.83333rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 551px) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-20.83333rem, 0, 0);
  -moz-transform: translate3d(-20.83333rem, 0, 0);
  -ms-transform: translate(-20.83333rem, 0);
  -o-transform: translate3d(-20.83333rem, 0, 0);
  transform: translate3d(-20.83333rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 551px) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -25rem, 0);
  -moz-transform: translate3d(0, -25rem, 0);
  -ms-transform: translate(0, -25rem);
  -o-transform: translate3d(0, -25rem, 0);
  transform: translate3d(0, -25rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 551px) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 25rem, 0);
  -moz-transform: translate3d(0, 25rem, 0);
  -ms-transform: translate(0, 25rem);
  -o-transform: translate3d(0, 25rem, 0);
  transform: translate3d(0, 25rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 551px) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 551px) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 551px) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 551px) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 551px) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 551px) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -20.83333rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -20.83333rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -25rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -25rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 20.83333rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 20.83333rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 25rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 25rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 20.83333rem;
  height: 25rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: 600;
    padding: 0.3rem 1.25rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 20.83333rem;
  height: 25rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: 600;
    padding: 0.3rem 1.25rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 20.83333rem;
  height: 25rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: 600;
    padding: 0.3rem 1.25rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 20.83333rem;
  height: 25rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: 600;
    padding: 0.3rem 1.25rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 551px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 801px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 1261px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 1681px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 40px;
  height: 40px;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -20px;
  text-align: center;
  background: #000; }

.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
  background: #000 !important;
  border: 1px solid #000 !important; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * gemini-scrollbar
 * @version 1.5.1
 * @link http://noeldelgado.github.io/gemini-scrollbar/
 * @license MIT
 */
/* disable selection while dragging */
.gm-scrollbar-disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* fallback for native floating scrollbars */
.gm-prevented {
  -webkit-overflow-scrolling: touch; }

.gm-prevented > .gm-scrollbar {
  display: none; }

/* actual gemini-scrollbar styles */
.gm-scrollbar-container {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  height: 100%; }

.gm-scrollbar {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 0px; }

.gm-scrollbar.-vertical {
  width: 13px;
  top: 0px;
  padding: 3px 3px;
  background-color: #fff;
  border-left: 1px solid #ebebeb; }

.gm-scrollbar.-horizontal {
  height: 6px;
  left: 2px; }

.gm-scrollbar .thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: #000000;
  transform: translate3d(0, 0, 0); }

.gm-scrollbar .thumb:hover,
.gm-scrollbar .thumb:active {
  background-color: rgba(0, 0, 0, 0.7); }

.gm-scrollbar.-vertical .thumb {
  width: 100%; }

.gm-scrollbar.-horizontal .thumb {
  height: 100%; }

.gm-scrollbar-container .gm-scroll-view {
  width: calc(100% + 3px) !important;
  height: 100% !important;
  overflow-y: scroll;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch; }

/* @option: autoshow */
.gm-scrollbar-container.gm-autoshow .gm-scrollbar {
  opacity: 0;
  transition: opacity 120ms ease-out; }

.gm-scrollbar-container.gm-autoshow:hover > .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:active > .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:focus > .gm-scrollbar {
  opacity: 1;
  transition: opacity 340ms ease-out; }

.gm-resize-trigger {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  opacity: 0; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-button--thumbs {
  display: none !important; }

@media (max-width: 769px) {
  .fancybox-infobar {
    display: none !important; } }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  cursor: pointer;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
  cursor: pointer; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: visible;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
  border: 0; }

.fancybox-button:hover {
  color: #fff;
  border: 0;
  background: #e7040f; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
  border: 0; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

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

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html, body {
  height: 100%; }

body {
  background: white;
  color: #303030;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 12px; }
  @media (min-width: 551px) {
    html {
      font-size: 12px; } }
  @media (min-width: 801px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 12px; } }

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #4e4b48;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #ff4338; }

p {
  margin-bottom: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  color: #4e4b48;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #323232;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.91667rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.41667rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #303030;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.33333rem;
  width: 1.33333rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #141414;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.41667rem;
  margin-left: -1.83333rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.83333rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #303030;
  color: white;
  font-size: 1rem;
  padding: 0.91667rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #4e4b48;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #303030;
  border-color: #303030;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #4e4b48;
    border-color: #4e4b48;
    color: white; }
  .button--primary:active {
    background-color: white;
    border: 1px solid white;
    color: #323232; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.58333rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.41667rem 0.83333rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.41667rem; }
  .dropdown-menu-item a {
    margin: -0.41667rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #323232;
    font-size: 0.83333rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #999999;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.41667rem;
    padding-left: 1.91667rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #cccccc;
      border-width: 1px;
      height: 1.33333rem;
      left: 0;
      top: 0;
      width: 1.33333rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.16667rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.16667rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(50, 50, 50, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(50, 50, 50, 0.999);
  content: "";
  font-size: 1.16667rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(50, 50, 50, 0.999);
  border: 3px solid white;
  border-radius: 1.16667rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.83333rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.83333rem;
    margin: 0.08333rem 0 0 -2.91667rem;
    width: 2.83333rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 3rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -3rem;
    width: 1.66667rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 7.5rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2.33333rem;
  cursor: pointer;
  display: inline-block;
  height: 2.33333rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 5rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.6667rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.6667rem;
  left: 0.24998rem;
  position: absolute;
  top: 0.24998rem;
  transition: all 100ms ease-out;
  width: 1.6667rem; }
  .switch--checked .switch-toggle::before {
    left: 2.91665rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 2.25;
  position: absolute;
  right: 0.5rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.5rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 2.16667rem;
  width: 2.16667rem; }
  .switch-label--icon.icon svg {
    height: 2.16667rem;
    width: 2.16667rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

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

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.83333rem;
  width: 1.83333rem;
  float: left;
  margin: 0 0 0 -2.5rem;
  position: relative;
  top: 0.83333rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.16667rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.41667rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #323232;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #323232; }
  .breadcrumb.current {
    color: #323232;
    cursor: default; }
    .breadcrumb.current a {
      color: #323232;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #323232;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: black;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #323232;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #323232;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #303030; }

.tab.is-active .tab-title {
  color: #303030;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #4e4b48;
  font-size: 15px;
  padding: 0.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #323232;
    font-size: 1rem;
    margin-left: 0.41667rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #323232;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.33333rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #4e4b48; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #4e4b48;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.16667rem 0.75rem 1.16667rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.66667rem;
    width: 1.66667rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #323232; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.16667rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .alertBox-close .icon {
    height: 1.66667rem;
    width: 1.66667rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #303030;
    padding: 1.91667rem;
    display: block;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.91667rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(50, 50, 50, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.66667rem;
    width: 1.66667rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.41667rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(50, 50, 50, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 3.33333rem;
    width: 3.33333rem;
    border-radius: 3.33333rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.41667rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 16.66667rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #323232; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #323232; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #323232; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #323232; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-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; }
  .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 center center no-repeat; }

/* Icons */
/* 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%);
  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: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #323232;
    opacity: 1;
    -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: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #323232;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: rgba(0, 0, 255, 0);
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 5.08333rem;
  margin-top: -2.5rem;
  padding: 0.83333rem;
  width: 3.33333rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 3.41667rem;
    width: 1.66667rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.41667rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.41667rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.66667rem;
    width: 2.66667rem;
    margin: 0;
    padding: 0.41667rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.25rem;
      width: 1.25rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #323232;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #323232; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: rgba(0, 0, 255, 0); }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #999999;
  height: 0.41667rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: none; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #4e4b48;
    font-size: 2.5rem; }
  .swal2-modal .swal2-content {
    color: #303030;
    font-size: 1.16667rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #303030;
    color: white;
    font-size: 1rem;
    padding: 0.91667rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #4e4b48;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #303030;
    border-color: #303030;
    color: white;
    min-width: 83px; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #4e4b48;
    border-color: #4e4b48;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: white;
    border-color: white;
    color: #323232; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #303030;
    color: white; }
    @media (min-width: 481px) {
      .swal2-modal .swal2-cancel {
        margin-left: 0.75rem; } }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #4e4b48;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: white; }

html, body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.75rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-top: 2.25rem;
  letter-spacing: .05em; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #323232;
  float: left;
  font-weight: 400;
  margin: 0 0.41667rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 4px top 8px;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  background-size: 18px; }

.form-label small {
  float: right;
  margin-top: 0.41667rem; }

.form-label--inlineSmall small {
  color: #323232;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.41667rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.41667rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden;
  display: inherit; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    opacity: 1;
    visibility: visible;
    margin-top: 11px; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.16667rem;
    text-decoration: none; }
    .dropdown-menu-item > a:hover {
      background-color: #fafafa; }
    .dropdown-menu-item > a > img {
      margin-right: 5px; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: 0 !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: visible;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .modal-content {
    overflow: auto; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.41667rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.66667rem;
  width: 2.66667rem;
  color: #141414;
  font-size: 26px;
  line-height: 2.66667rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 26px; } }
  .modal-close:hover {
    color: black; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.breadcrumbs {
  z-index: 5;
  font-size: 0;
  line-height: 1;
  text-align: left;
  margin: 0;
  position: relative; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; }
      .breadcrumbs + .page-heading {
        margin-top: 15px; } }

.breadcrumb {
  vertical-align: top;
  display: inline-block;
  float: none;
  line-height: 1;
  padding: 5px 0; }
  .breadcrumb a {
    text-transform: capitalize; }
  .breadcrumb:before {
    content: "\f105";
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto; }
  .breadcrumb:first-child:before {
    content: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  display: flex;
  margin-bottom: 0;
  justify-content: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }
  .pagination-list li {
    margin-left: 10px; }
    .pagination-list li a i > svg {
      fill: #000000; }
  .pagination-list .pagination-item--previous > a {
    color: #000;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700; }
    .pagination-list .pagination-item--previous > a > span {
      border-bottom: 1px solid #585858;
      line-height: initial; }
  .pagination-list .pagination-item--next > a {
    padding-left: 13px;
    color: #000;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700; }
    .pagination-list .pagination-item--next > a > span {
      border-bottom: 1px solid #585858;
      line-height: initial; }

.product-pagination {
  width: 100%;
  padding-top: 30px;
  border-top: 1px dotted #cbcbcb;
  position: relative;
  text-align: center; }
  .product-pagination .compare-link {
    display: inline-block;
    margin-top: 30px; }
    @media (max-width: 1024px) {
      .product-pagination .compare-link {
        display: none !important; } }
  @media (min-width: 551px) {
    .product-pagination .compare-link {
      margin-top: 0;
      top: 50%;
      right: 0;
      display: block;
      position: absolute;
      transform: translateY(-50%); } }

.pagination {
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 9; }

.pagination-item {
  border: none;
  line-height: 1; }
  .pagination-item .pagination-link {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
    min-width: 20px;
    text-align: center;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px; }
    .pagination-item .pagination-link:before {
      left: 0;
      bottom: 0;
      height: 1px;
      width: 0px;
      background-color: #646464;
      transition: all 0.3s ease;
      position: absolute; }
    .pagination-item .pagination-link:hover {
      color: black; }
      .pagination-item .pagination-link:hover:before {
        width: 100%; }
  .pagination-item.pagination-item--current {
    border-radius: 0;
    color: #323232;
    margin: 0 0.41667rem 0 0.75rem; }
    .pagination-item.pagination-item--current > a {
      color: #000;
      font-weight: 700;
      padding: 8px;
      border: 1px solid #cbcbcb; }
    .pagination-item.pagination-item--current .pagination-link:before {
      width: 100%; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    padding-left: 0;
    padding-right: 0;
    color: #000000;
    width: auto; }
    .pagination-item.pagination-item--previous > a:before, .pagination-item.pagination-item--next > a:before {
      width: 100%; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #ff4338; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #ff4338; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.66667rem;
  margin-top: -0.16667rem;
  width: 1.66667rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -1rem;
    margin-top: 0px; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -1rem;
    margin-top: 0px; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #323232;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.41667rem; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.75rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.btn {
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  line-height: initial;
  padding: 9px 25px 8px;
  border-radius: 0;
  background: #fff; }

.btn.btn-primary {
  color: #fff;
  border: 2px solid #000;
  background: #000; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.16667rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.productView-description {
  width: 100%;
  display: block; }
  .productView-description .themevale_tabs {
    display: none; }
  .productView-description .tab-content {
    padding: 15px 0 0 0;
    display: block;
    border-top: 1px solid #eeeeee; }
  .productView-description .toggle-title {
    margin-bottom: 0;
    padding-bottom: 15px; }
  .productView-description .toggle-content {
    padding: 10px 0; }
  @media (min-width: 1025px) {
    .productView-description .themevale_tabs {
      display: block; }
    .productView-description .tab-content {
      padding: 0;
      display: none;
      border-top: none; }
      .productView-description .tab-content.is-active {
        display: block; }
    .productView-description .toggle-title {
      display: none;
      padding-bottom: 35px; }
    .productView-description .toggle-content {
      padding: 0;
      display: block !important; } }

/*home tab new product*/
#new_products .tab-content {
  position: relative;
  padding-bottom: 0;
  display: none; }
  #new_products .tab-content.is-active {
    display: block; }

#new_products .tabs-contents {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #new_products .tabs-contents {
      clear: both; } }

.tab-category-wrap {
  overflow-x: auto; }

ul.tab-category {
  text-align: center;
  border: 0;
  margin-left: 0;
  margin-bottom: 12px;
  border: none;
  box-shadow: none; }
  @media (max-width: 480px) {
    ul.tab-category {
      text-align: left; } }
  ul.tab-category:after {
    display: none; }
  ul.tab-category li.tab {
    list-style: none;
    display: inline-block;
    float: none;
    border: none;
    box-shadow: none; }
    @media (max-width: 767px) {
      ul.tab-category li.tab {
        min-width: 145px;
        margin-bottom: 8px; } }
    ul.tab-category li.tab a {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 500;
      border: 1px solid transparent;
      padding: 7px 20px;
      display: block;
      letter-spacing: 0;
      color: #505050;
      font-size: 12px; }
      @media (max-width: 767px) {
        ul.tab-category li.tab a {
          padding: 8px 15px;
          width: 100%;
          text-align: center;
          border: 1px solid #a5a5a5;
          border-radius: 3px;
          background: #fff;
          float: left; } }
      @media (max-width: 480px) {
        ul.tab-category li.tab a {
          padding: 3px 15px; } }
    ul.tab-category li.tab.is-active a, ul.tab-category li.tab:hover a {
      border: 1px solid #e0e0e0;
      border-radius: 17px;
      background: #fff; }
      @media (max-width: 767px) {
        ul.tab-category li.tab.is-active a, ul.tab-category li.tab:hover a {
          background: #000;
          border: 1px solid #000;
          color: #fff;
          border-radius: 3px; } }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

.accordion--navList {
  border: 0; }
  .sidebarBlock + .accordion--navList {
    margin-top: 50px; }
  .accordion--navList .accordion-block {
    margin-top: 50px; }
  .accordion--navList .accordion-content {
    padding: 0; }
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    font-size: 16px;
    border: none; }
  .accordion--navList .accordion-title {
    text-decoration: none;
    text-transform: inherit;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0 0 7px 0;
    margin: 0 0 20px 0;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48; }
  .accordion--navList .accordion-indicator {
    fill: #999999; }
  .accordion--navList .accordion-navigation-actions {
    right: 0;
    top: 0; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.91667rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    font-size: 10px;
    color: #323232;
    vertical-align: middle;
    background-color: #fafafa;
    border-radius: 20px;
    padding: 2px 10px; }
    .accordion-navigation-actions > a:hover {
      color: black; }

.inlineList--labels {
  margin-bottom: 0; }
  .inlineList--labels > li {
    vertical-align: top;
    display: inline-block !important;
    margin-left: 0;
    margin-bottom: 0.75rem !important;
    margin-right: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #323232; }

.alertBox-icon .icon {
  height: 2.08333rem;
  width: 2.08333rem; }

.alertBox--info {
  color: #31708f;
  background: #e8f4fa;
  border-color: #e8f4fa; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.lazyload, .lazyloading {
  height: 100%; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.16667rem;
  left: -0.16667rem;
  margin-right: 0.08333rem;
  position: relative;
  top: 0.25rem;
  width: 1.16667rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.66667rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.33333rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 4px; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.25rem; }

.form-actions {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.41667rem; }

.form-select--small,
.form-select--date {
  background-position: right 15px top 10px;
  background-size: 1.5rem;
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 32rem;
  padding: 0.58333rem 0.75rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 8px;
  padding-right: 8px; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  @media (min-width: 1024px) {
    .form-column {
      padding-left: 15px;
      padding-right: 15px; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .button {
  height: auto; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .button {
      width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.41667rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.25rem 0.41667rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.91667rem; }

.form-option {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option {
    border-color: #323232;
    box-shadow: 0 0 0 1px #323232; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 3.16667rem;
  padding: 1px 0.41667rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.83333rem;
  width: 1.83333rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
    .form-minMaxRow .form-field:last-child {
      margin-top: 15px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.form-row {
  margin-left: -8px;
  margin-right: -8px; }
  .form-row > .form-column > .form-field {
    padding-left: 0;
    padding-right: 0; }
  .form-row > .form-column > .form-field-group {
    padding: 1.5rem; }
  .form-row .form-field {
    padding-left: 8px;
    padding-right: 8px; }
  .form-row .form-field-group .form-radio + .form-label {
    margin-bottom: 10px; }
  .form-row .form-field-group .form-radio:last-of-type + .form-label {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

.contact-form .form-actions {
  text-align: left; }
  .contact-form .form-actions .button {
    width: 204px;
    min-width: 204px;
    font-size: 13px;
    font-weight: 600; }

.contact-form .form-label > small {
  color: #8c8c8c;
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
  float: right;
  margin-top: 1px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic; }

.store-address {
  margin-bottom: 20px; }

/*==========================================
=            Defaul Bigcommerce            =
==========================================*/
.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-img-container {
  max-width: 400px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: black;
    text-decoration: none; }
    .card-title > a:hover {
      color: black; }

@media (min-width: 1025px) {
  #sideTopSellers .card .card-figure .quickview {
    padding: 3px 15px; } }

#sideTopSellers .card:before {
  content: none; }

#sideTopSellers .productCarousel .slick-arrow {
  fill: black; }

#sideTopSellers .productCarousel .slick-prev {
  left: 15px; }

#sideTopSellers .productCarousel .slick-next {
  right: 15px; }

#sideTopSellers .slick-dots {
  display: none !important; }

.page-type-category #sideBannerImage {
  margin-top: 18px; }

.page-type-category #sideCustomCMS {
  margin-top: 36px; }

.productCarousel .slick-list {
  padding: 23px 15px;
  z-index: 3; }
  @media (max-width: 1024px) {
    .productCarousel .slick-list {
      padding: 0; } }

.card-text {
  margin-bottom: 0.16667rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.41667rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.41667rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: center; } }

/*=====  End of Defaul Bigcommerce  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
.card {
  margin-bottom: 40px; }
  .card .card-figure {
    padding-bottom: 36px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 991px) {
      .card .card-figure {
        padding-bottom: 25px; } }
    .card .card-figure .card-link {
      z-index: 2;
      display: block;
      position: relative;
      margin-bottom: 27px; }
      .card .card-figure .card-link + .card_optionImage {
        margin-bottom: 0; }
    .card .card-figure .wishlist, .card .card-figure .quickview {
      display: none; }
    .card .card-figure .button {
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      z-index: 5;
      color: #ffffff;
      border-radius: 0;
      position: absolute;
      border-color: #323232;
      background-color: #323232; }
    @media (max-width: 414px) {
      .card .card-figure .button {
        padding-left: 5px;
        padding-right: 5px; } }
    @media (max-width: 320px) {
      .card .card-figure .button {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1px; } }
  .card .card-body {
    padding-top: 10px; }
    @media (max-width: 1024px) {
      .card .card-body .card-detail {
        min-height: 126px;
        overflow: hidden; } }
    .card .card-body .card-brand {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      display: block;
      color: #000000;
      line-height: 1;
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 7px;
      text-transform: uppercase;
      letter-spacing: 0; }
      .card .card-body .card-brand + .card-title {
        margin-top: 0; }
    .card .card-body .card-title {
      color: #323232;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      margin: 0 0 9px 0;
      letter-spacing: 0.24px;
      transition: all 0.3s ease;
      margin-top: 19px; }
      .card .card-body .card-title > a {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        transition: none;
        color: black;
        letter-spacing: 0; }
        .card .card-body .card-title > a:hover {
          color: black; }
    .card .card-body .card-price {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 25px;
      font-weight: 600;
      color: #000000; }
      .card .card-body .card-price .price-section {
        margin-right: 5px;
        vertical-align: top;
        display: inline-block; }
        .card .card-body .card-price .price-section:last-child {
          margin-right: 0; }
        .card .card-body .card-price .price-section.price-section--withoutTax {
          color: #000000; }
        .card .card-body .card-price .price-section.rrp-price--withoutTax {
          color: #969696;
          display: block;
          margin-bottom: 0px;
          margin-right: 0; }
        .card .card-body .card-price .price-section.non-sale-price--withoutTax {
          color: #969696; }
        .card .card-body .card-price .price-section.price-none {
          display: none; }
          .card .card-body .card-price .price-section.price-none + .price-section--withoutTax {
            color: #000000; }
    .card .card-body .card-compare {
      display: none; }
    .card .card-body .price-wrapper {
      width: 100%;
      vertical-align: top;
      display: inline-block;
      margin-bottom: 9px; }
    .card .card-body .card-rating {
      margin: 0;
      line-height: 1;
      margin-bottom: 10px; }
      .card .card-body .card-rating .rating--small {
        vertical-align: top; }
        .card .card-body .card-rating .rating--small .icon {
          margin-top: 0;
          vertical-align: top; }
    .card .card-body .card-actions {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease; }
      @media (max-width: 1024px) {
        .card .card-body .card-actions {
          opacity: 1;
          visibility: visible; } }
      .card .card-body .card-actions .wishlist {
        display: none; }
  @media (min-width: 415px) {
    .card .card-figure {
      padding-bottom: 42px; } }
  @media (min-width: 1025px) {
    .card {
      margin-bottom: 50px;
      position: relative;
      padding: 0 5px 27px 5px; }
      .card:before {
        position: absolute;
        z-index: 1;
        top: -19px;
        right: -19px;
        bottom: 0;
        left: -19px;
        display: none;
        content: '';
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        border-radius: 3px; }
      .card .card-figure {
        padding-bottom: 0; }
        .card .card-figure .wishlist {
          top: 0px;
          right: 0px;
          margin: 0;
          z-index: 5;
          position: absolute;
          display: inline-block;
          background-color: transparent; }
          .card .card-figure .wishlist svg {
            width: 16px;
            height: 16px;
            fill: black; }
        .card .card-figure .quickview {
          top: 50%;
          left: 50%;
          z-index: 5;
          min-width: 100px;
          text-align: center;
          color: black;
          font-size: 12px;
          font-weight: 400;
          position: absolute;
          vertical-align: top;
          padding: 5px 12px;
          margin: 0 auto;
          text-transform: capitalize;
          display: inline-block;
          background-color: white;
          border-radius: 2px;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          transform: translate(-50%, -50%);
          text-decoration: none; } }
      @media (min-width: 1025px) and (max-width: 1158px) {
        .card .card-figure .quickview {
          min-width: 97px; } }
  @media (min-width: 1025px) {
          .card .card-figure .quickview:before {
            left: 0;
            width: 0;
            bottom: 0;
            content: "";
            height: 1px;
            position: absolute;
            transition: all 0.3s ease; }
          .card .card-figure .quickview:hover {
            text-decoration: none;
            color: white;
            background-color: black; }
            .card .card-figure .quickview:hover:before {
              width: 100%; }
        .card .card-figure .button, .card .card-figure .wishlist, .card .card-figure .quickview {
          opacity: 0;
          visibility: hidden; }
      .card .card-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        content: "";
        opacity: 0;
        position: absolute;
        visibility: hidden;
        transition: all 0.5s ease; }
      .card .card-body {
        position: relative;
        z-index: 2; }
        .card .card-body .card-compare {
          color: #a0a0a0;
          line-height: 1;
          display: block;
          margin-top: 20px;
          margin-bottom: 4px; }
          .card .card-body .card-compare > input {
            top: auto;
            position: relative;
            margin-right: 2px;
            vertical-align: top; }
        .card .card-body .price-wrapper .card-compare {
          float: right; }
      .card:hover {
        z-index: 10; }
        .card:hover:before {
          display: block; }
        .card:hover .card-figure .button, .card:hover .card-figure .wishlist, .card:hover .card-figure .quickview {
          opacity: 1;
          visibility: visible; }
        .card:hover .card-img-container:before {
          opacity: 1;
          visibility: visible; }
        .card:hover .card-body .card-actions {
          opacity: 1;
          visibility: visible; } }

.card-desciption {
  display: none; }

/*=====  End of www.themevale.com  ======*/
.card-img-container img {
  transition: all 0.5s ease;
  object-fit: contain;
  margin: auto; }

.card-img-container .product-additional {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 5;
  position: absolute;
  visibility: hidden;
  filter: alpha(opacity=0);
  transition: all .6s ease; }

@media (min-width: 1025px) {
  .card .card-figure a:hover .card-img-container:before {
    opacity: 1;
    visibility: visible; }
  .card .card-figure a:hover .card-figcaption,
  .card .card-figure a:hover .card-figcaption2 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

.card .card-img-hover .product-additional {
  opacity: 0;
  visibility: hidden; }

.card .card-img-hover:hover .card-image {
  opacity: 0;
  visibility: hidden; }

.card .card-img-hover:hover .product-additional {
  opacity: 1;
  visibility: visible; }

@media (min-width: 1025px) {
  .card:hover .card-body .card-figcaption {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.41667rem;
  padding-left: 1.91667rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cccccc;
    border-width: 1px;
    height: 1.33333rem;
    left: 0;
    top: 0;
    width: 1.33333rem; }
  .navList-action--checkbox::after {
    height: 1.16667rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.16667rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(50, 50, 50, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(50, 50, 50, 0.999);
    content: "";
    font-size: 1.16667rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.66667rem;
    border-radius: 0; }
  .navList-action--checkbox:after {
    margin-top: -0.58333rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 1.08333rem;
    width: 1.08333rem;
    fill: #4e4b48; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }
  .navBar--sub .navBar-section {
    display: block;
    font-size: 0;
    margin: 0;
    width: auto;
    float: none; }
    @media (max-width: 1024px) {
      .navBar--sub .navBar-section {
        display: block !important;
        white-space: nowrap;
        overflow-x: auto;
        margin-left: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border-radius: 3px; }
        .navBar--sub .navBar-section .navBar-item {
          width: auto;
          padding: 0; }
          .navBar--sub .navBar-section .navBar-item:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; }
            .navBar--sub .navBar-section .navBar-item:first-child > a {
              border-top-left-radius: 3px;
              border-bottom-left-radius: 3px; }
          .navBar--sub .navBar-section .navBar-item:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-right: 0; }
            .navBar--sub .navBar-section .navBar-item:last-child > a {
              border-right: 1px solid #e0e0e0;
              border-top-right-radius: 3px;
              border-bottom-right-radius: 3px; }
          .navBar--sub .navBar-section .navBar-item > a {
            padding: 7px 42px;
            border-right: none; }
          .navBar--sub .navBar-section .navBar-item.is-active {
            padding: 7px 42px;
            border: 1px solid #e0e0e0;
            border-right: none; } }
    @media (max-width: 480px) {
      .navBar--sub .navBar-section {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        margin-left: 0; }
        .navBar--sub .navBar-section .navBar-item {
          width: auto; }
          .navBar--sub .navBar-section .navBar-item:first-child {
            padding-left: 0; }
          .navBar--sub .navBar-section .navBar-item:last-child {
            padding-right: 0; }
          .navBar--sub .navBar-section .navBar-item > a {
            padding: 7px 40px; }
          .navBar--sub .navBar-section .navBar-item.is-active {
            padding: 7px 40px; } }
  .navBar--sub .navBar-item,
  .navBar--sub .navBar-item.navBar-item--separate {
    border: none;
    float: none;
    padding: 0 8px;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    border-spacing: 0px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    transition: all 0.3s ease;
    background-color: transparent;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    display: table-cell;
    min-width: 200px;
    vertical-align: middle;
    background: #fafafa; }
    .navBar--sub .navBar-item:hover, .navBar--sub .navBar-item.is-active,
    .navBar--sub .navBar-item.navBar-item--separate:hover,
    .navBar--sub .navBar-item.navBar-item--separate.is-active {
      background-color: #ffffff; }
      .navBar--sub .navBar-item:hover .navBar-action,
      .navBar--sub .navBar-item:hover .toggleLink-text, .navBar--sub .navBar-item.is-active .navBar-action,
      .navBar--sub .navBar-item.is-active .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate:hover .navBar-action,
      .navBar--sub .navBar-item.navBar-item--separate:hover .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate.is-active .navBar-action,
      .navBar--sub .navBar-item.navBar-item--separate.is-active .toggleLink-text {
        background-color: #ffffff; }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item:first-child,
      .navBar--sub .navBar-item.navBar-item--separate:first-child {
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px; } }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item:first-child .navBar-action,
      .navBar--sub .navBar-item:first-child .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate:first-child .navBar-action,
      .navBar--sub .navBar-item.navBar-item--separate:first-child .toggleLink-text {
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px; } }
    .navBar--sub .navBar-item:last-child,
    .navBar--sub .navBar-item.navBar-item--separate:last-child {
      border: 0; }
      @media (min-width: 992px) {
        .navBar--sub .navBar-item:last-child,
        .navBar--sub .navBar-item.navBar-item--separate:last-child {
          border-radius: 0px 3px 3px 0;
          -webkit-border-radius: 0px 3px 3px 0;
          -moz-border-radius: 0px 3px 3px 0;
          -ms-border-radius: 0px 3px 3px 0; } }
      @media (min-width: 992px) {
        .navBar--sub .navBar-item:last-child .navBar-action,
        .navBar--sub .navBar-item:last-child .toggleLink-text,
        .navBar--sub .navBar-item.navBar-item--separate:last-child .navBar-action,
        .navBar--sub .navBar-item.navBar-item--separate:last-child .toggleLink-text {
          border-radius: 0px 3px 3px 0;
          -webkit-border-radius: 0px 3px 3px 0;
          -moz-border-radius: 0px 3px 3px 0;
          -ms-border-radius: 0px 3px 3px 0; } }
    .navBar--sub .navBar-item .navBar-action,
    .navBar--sub .navBar-item .toggleLink-text,
    .navBar--sub .navBar-item.navBar-item--separate .navBar-action,
    .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text {
      padding: 9px 0 7px;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      border: 1px solid #e0e0e0;
      background-color: transparent; }
      .navBar--sub .navBar-item .navBar-action > .toggleLink-text,
      .navBar--sub .navBar-item .toggleLink-text > .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate .navBar-action > .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text > .toggleLink-text {
        padding: 0;
        border: none; }
      .navBar--sub .navBar-item .navBar-action.is-open,
      .navBar--sub .navBar-item .toggleLink-text.is-open,
      .navBar--sub .navBar-item.navBar-item--separate .navBar-action.is-open,
      .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text.is-open {
        color: #303030; }
  @media (min-width: 601px) {
    .navBar--sub .navBar-item,
    .navBar--sub .navBar-item.navBar-item--separate {
      width: 33.333333%; } }
  @media (min-width: 1025px) {
    .navBar--sub {
      margin-bottom: 30px; }
      .navBar--sub .navBar-section {
        margin: 0;
        width: 100%;
        display: table;
        background: #fafafa;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border: 1px solid #e0e0e0;
        border-radius: 3px; }
      .navBar--sub .navBar-item,
      .navBar--sub .navBar-item.navBar-item--separate {
        padding: 0;
        font-size: 13px;
        display: table-cell;
        min-width: 200px;
        vertical-align: middle;
        background: #fafafa;
        border-right: 1px solid #e0e0e0; }
        .navBar--sub .navBar-item:hover, .navBar--sub .navBar-item.is-active,
        .navBar--sub .navBar-item.navBar-item--separate:hover,
        .navBar--sub .navBar-item.navBar-item--separate.is-active {
          background-color: #ffffff;
          border-right: 1px solid #e0e0e0; }
          .navBar--sub .navBar-item:hover .navBar-action,
          .navBar--sub .navBar-item:hover .toggleLink-text, .navBar--sub .navBar-item.is-active .navBar-action,
          .navBar--sub .navBar-item.is-active .toggleLink-text,
          .navBar--sub .navBar-item.navBar-item--separate:hover .navBar-action,
          .navBar--sub .navBar-item.navBar-item--separate:hover .toggleLink-text,
          .navBar--sub .navBar-item.navBar-item--separate.is-active .navBar-action,
          .navBar--sub .navBar-item.navBar-item--separate.is-active .toggleLink-text {
            border: none;
            background-color: #ffffff; }
        .navBar--sub .navBar-item .navBar-action,
        .navBar--sub .navBar-item .toggleLink-text,
        .navBar--sub .navBar-item.navBar-item--separate .navBar-action,
        .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text {
          border: none; } }
  @media (min-width: 1281px) {
    .navBar--sub navBar-item,
    .navBar--sub .navBar-item.navBar-item--separate {
      min-width: 180px; } }

.themevale_account .account-body .account-content .account-heading {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

.actionBar-section .form-label {
  color: #323232;
  font-size: 13px;
  line-height: 2.16667rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.16667rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #4e4b48;
  height: 2.16667rem; }

.themevale_categoryToolbar {
  margin-bottom: 30px;
  text-align: left; }
  .themevale_categoryToolbar .actionBar {
    margin: 0 0 15px 0;
    display: block; }
  .themevale_categoryToolbar .form-label {
    margin: 0;
    font-size: 12px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48;
    font-weight: 600; }
    @media (max-width: 1024px) {
      .themevale_categoryToolbar .form-label {
        padding-right: 15px; } }
    @media (max-width: 551px) {
      .themevale_categoryToolbar .form-label {
        min-width: 70px; } }
  .themevale_categoryToolbar .view-as-btn {
    font-size: 0;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e2e4e8; }
    .themevale_categoryToolbar .view-as-btn > a {
      padding: 10px;
      width: 40px;
      height: 40px;
      vertical-align: top;
      display: inline-block;
      background-color: #ffffff; }
      .themevale_categoryToolbar .view-as-btn > a svg {
        width: 100%;
        height: 100%;
        fill: #e2e4e8;
        stroke: #e2e4e8;
        pointer-events: none; }
      .themevale_categoryToolbar .view-as-btn > a#grid-view svg {
        transform: rotate(90deg); }
    .themevale_categoryToolbar .view-as-btn > #grid-view-4 {
      display: none; }
  .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group {
    top: 0;
    right: 0;
    margin-right: 0;
    position: absolute; }
    .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group .form-label {
      display: none; }
  .themevale_categoryToolbar.themevale_sidebar-mobile-wrapper {
    margin-bottom: 30px; }
  @media (min-width: 801px) {
    .themevale_categoryToolbar {
      text-align: right;
      margin-bottom: 50px; }
      .themevale_categoryToolbar .actionBar {
        margin: 0 30px 0 0;
        vertical-align: middle;
        display: inline-block; }
        .themevale_categoryToolbar .actionBar:last-child {
          margin: 0; }
      .themevale_categoryToolbar.themevale_sidebar-mobile-wrapper {
        margin-bottom: 50px; } }
  @media (min-width: 993px) {
    .themevale_categoryToolbar .view-as-btn #grid-view-4 {
      display: inline-block; } }
  @media (min-width: 1025px) {
    .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group {
      top: auto;
      right: auto;
      margin-right: 30px;
      position: relative; }
      .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group .form-label {
        display: inline-block; } }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #323232;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.91667rem -0.91667rem 0 0;
  padding: 0.08333rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  display: none;
  top: auto;
  right: auto;
  transform: none;
  position: relative;
  z-index: 50;
  padding: 0 1.5rem; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  .navUser .navUser--left {
    float: left; }
  .navUser .navUser--right {
    float: right; }
  @media (min-width: 1025px) {
    .navUser {
      display: block; }
      .navUser .navUser-action {
        position: relative; }
        .navUser .navUser-action:before {
          left: 0;
          bottom: 20px;
          height: 1px;
          width: 0;
          content: "";
          position: absolute;
          background-color: #646464;
          transition: all 0.3s ease; }
        .navUser .navUser-action:hover:before {
          width: 100%; }
      .navUser .navUser-action--quickSearch:before {
        content: none; }
      .navUser .navUser-action--quickSearch .text {
        position: relative; }
        .navUser .navUser-action--quickSearch .text:before {
          left: 0;
          bottom: -2px;
          height: 1px;
          width: 0;
          content: "";
          position: absolute;
          background-color: #646464;
          transition: all 0.3s ease; }
      .navUser .navUser-action--quickSearch:hover .text:before {
        width: 100%; } }

.dropdown-menu {
  outline: none;
  background-color: white;
  border: 1px solid #eaeaea;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }
  .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #eaeaea transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.75rem;
    position: absolute; }
  .dropdown-menu.is-open:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.91667rem;
    position: absolute; }

#cart-preview-dropdown2 {
  top: 35px; }

.top-cart.is-open .dropdown-cart {
  display: block; }

.top-cart .dropdown-cart {
  position: absolute;
  z-index: 111;
  top: 52px;
  right: 0px;
  left: auto;
  display: none;
  width: 318px;
  min-height: 81px;
  margin-top: 16px;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
  .top-cart .dropdown-cart.is-loading .loadingOverlay {
    background: none;
    padding: 25px;
    position: relative; }

.navUser-action {
  color: #505050;
  font-weight: 400;
  padding: 20px 0px;
  text-decoration: none;
  text-transform: capitalize; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #000000; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #000000;
      stroke: #000000; }
  .navUser-action.is-open {
    color: #000000; }
    .navUser-action.is-open svg {
      transform: rotate(180deg); }
  .navUser-action .icon {
    height: 0.66667rem;
    width: 0.66667rem;
    margin: -1px 0 0 0.16667rem; }
  .navUser-action .icon-2 {
    height: 1.33333rem;
    width: 1.33333rem;
    margin: -1px 8px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .navUser-action svg {
    fill: #323232;
    stroke: #323232;
    transition: all 0.15s ease; }

.navUser-item + .navUser-item {
  margin-left: 30px; }

.navUser-item--social .socialLinks .socialLinks-item {
  margin: 0;
  padding: 20px 8px; }

.navUser-item--social .socialLinks .icon {
  height: 14px; }
  .navUser-item--social .socialLinks .icon.icon--twitter {
    transform: scale(1); }

.navUser-item--cart .navUser-action {
  padding: 17px 0px; }
  @media (max-width: 580px) {
    .navUser-item--cart .navUser-action {
      padding: 0; } }
  .navUser-item--cart .navUser-action.is-open {
    color: #000000; }
  .navUser-item--cart .navUser-action:before {
    content: none; }
  @media (min-width: 1025px) {
    .navUser-item--cart .navUser-action .navUser-item-cartLabel {
      position: relative; }
      .navUser-item--cart .navUser-action .navUser-item-cartLabel:before {
        left: 0;
        bottom: 0px;
        height: 1px;
        width: 0;
        content: "";
        position: absolute;
        background-color: #646464;
        transition: all 0.3s ease; }
    .navUser-item--cart .navUser-action:hover .navUser-item-cartLabel:before {
      width: 100%; } }

.navUser-item-cartLabel {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.navUser-item-cartIcon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .navUser-item-cartIcon > svg {
    width: 25px;
    height: 25px;
    stroke: transparent !important;
    fill: #323232; }
    .navUser-item-cartIcon > svg:hover {
      fill: #323232; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-item--account .account-name {
  padding-right: 0; }
  .navUser-item--account .account-name + .navUser-action {
    padding-left: 0; }

.navUser-or {
  color: #505050;
  cursor: default;
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  padding: 0;
  width: 100%;
  max-width: 770px;
  position: fixed;
  background-color: transparent; }
  .dropdown--quickSearch.is-open {
    left: 50%;
    outline: none;
    transform: translateX(-50%);
    z-index: 50; }
    @media (max-width: 1024px) {
      .dropdown--quickSearch.is-open {
        margin-top: 10px;
        width: calc(100% - 20px);
        max-width: 100%; } }
  .dropdown--quickSearch .form {
    margin: auto;
    width: 100%; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    position: relative;
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    border: none;
    font-size: 12px;
    border-radius: 0;
    height: auto;
    padding: 15px;
    padding-right: 50px; }
  .dropdown--quickSearch button[type="submit"] {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 0;
    border: none;
    border-radius: 0;
    position: absolute;
    background-color: transparent; }
    .dropdown--quickSearch button[type="submit"] .text {
      display: none; }
    .dropdown--quickSearch button[type="submit"] .icon {
      width: 50px;
      height: 100%;
      padding: 15px;
      fill: #4e4b48; }
    .dropdown--quickSearch button[type="submit"]:hover, .dropdown--quickSearch button[type="submit"]:focus, .dropdown--quickSearch button[type="submit"]:active {
      border: none;
      background-color: transparent; }
      .dropdown--quickSearch button[type="submit"]:hover .icon, .dropdown--quickSearch button[type="submit"]:focus .icon, .dropdown--quickSearch button[type="submit"]:active .icon {
        fill: #4e4b48; }
  @media (min-width: 1025px) {
    .dropdown--quickSearch {
      top: 55px !important; } }
  @media (max-width: 1024px) {
    .dropdown--quickSearch {
      position: absolute; }
      .dropdown--quickSearch .form-input {
        line-height: 20px;
        padding-right: 40px; }
      .dropdown--quickSearch button[type="submit"] .icon {
        padding: 12px; } }
  @media (max-width: 767px) {
    .dropdown--quickSearch .form-input {
      padding: 10px 15px;
      padding-right: 40px; }
    .dropdown--quickSearch button[type="submit"] .icon {
      padding: 10px; } }

.countPill {
  background-color: #141414;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 18px; }
  @media (min-width: 551px) {
    .countPill {
      font-size: 12px;
      width: 20px;
      height: 20px;
      line-height: 20px; } }

.countPill--positive {
  top: -3px;
  right: -6px;
  z-index: 5;
  position: absolute;
  display: inline-block; }
  @media (min-width: 767px) {
    .countPill--positive {
      top: -6px;
      right: -8px; } }
  @media (min-width: 1025px) {
    .countPill--positive {
      top: -6px;
      right: -8px; } }

.countPill--alt {
  background-color: #cccccc;
  color: #323232; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  background: transparent;
  height: auto;
  padding: 0;
  position: relative;
  display: none; }
  .navPages-container .themevale_navPages-item.text-left, .navPages-container .themevale_navPages-item.text-right {
    display: none; }
  @media (min-width: 1025px) {
    .navPages-container {
      display: block; } }

#menu {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1024px) {
    #menu {
      box-shadow: none; } }

@media (max-width: 1390px) and (min-width: 1025px) {
  .is-sticky .navPages .navPages-item > a:before {
    left: 7px; } }

@media (max-width: 1390px) and (min-width: 1025px) {
  .is-sticky .navPages .navPages-item > a:hover:before {
    width: calc(100% - 17px); } }

.is-sticky .navPages .navPages-item > a .Menu-Label {
  display: none; }

.navPages {
  padding: 5px 0 0 0;
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 1200px;
  background: none;
  text-align: center;
  overflow-y: visible; }
  .navPages .navPages-item {
    float: left;
    position: relative; }
    @media (min-width: 1025px) {
      .navPages .navPages-item.dropdown_left .navPage-subMenu-list li ul {
        right: 100%;
        left: auto; } }
    .navPages .navPages-item > a {
      position: relative; }
      .navPages .navPages-item > a:before {
        content: "";
        position: absolute;
        width: 0;
        bottom: 0px;
        left: 17px;
        height: 1px;
        background: #565656;
        transition: all 0.3s ease; }
      .navPages .navPages-item > a:hover:before {
        width: calc(100% - 34px); }
    .navPages .navPages-item .Menu-Label {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      position: absolute;
      top: -14px;
      right: 0;
      padding: 0 9px;
      text-align: center;
      font-size: 10px;
      text-transform: capitalize;
      font-weight: 500;
      border-radius: 10px;
      line-height: 17px;
      z-index: 10; }
      @media (max-width: 1024px) {
        .navPages .navPages-item .Menu-Label {
          position: relative;
          top: 0;
          margin-left: 12px; } }
      .navPages .navPages-item .Menu-Label.Hot-Label {
        color: white;
        background: #f79900; }
      .navPages .navPages-item .Menu-Label.New-Label {
        color: white;
        background: #44b5f5; }
      .navPages .navPages-item .Menu-Label.Sale-Label {
        color: white;
        background: #ec4064; }
  .navPages ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .navPages .navPage-subMenu-list {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    margin: 0 auto;
    max-width: 100rem;
    width: 100%; }
    .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
      content: " ";
      display: table; }
    .navPages .navPage-subMenu-list:after {
      clear: both; }
  @media (max-width: 1024px) {
    .navPages {
      list-style: none;
      text-align: left; }
      .navPages li {
        border-top: 1px solid #eaeaea; }
      .navPages .navPages-list {
        width: 100%; }
        .navPages .navPages-list > li:first-child {
          border-top: 0; }
        .navPages .navPages-list > li:last-child {
          border-bottom: 1px solid #eaeaea; }
      .navPages .navPages-item {
        float: none; }
        .navPages .navPages-item .navPage-subMenu .cateArea {
          max-width: 100% !important; }
        .navPages .navPages-item .navPage-subMenu .imageArea {
          max-width: 100% !important; }
        .navPages .navPages-item .socialLinks {
          padding-top: 10px;
          padding-bottom: 5px; }
          .navPages .navPages-item .socialLinks .socialLinks-item {
            border: none; } }

.navPages-list {
  margin: 0;
  float: none;
  vertical-align: top;
  display: inline-block; }
  .navPages-list .navPages-item.hasMegamenu.fullWidth .subMegaMenu {
    padding: 35px 0px 18px 0px; }
  .navPages-list .navPages-item.hasMegamenu.fullWidth.navPages-item {
    position: static; }
  .navPages-list .navPages-item.hasMegamenu.alignLeft .subMegaMenu {
    right: 0;
    left: auto; }
  .navPages-list .navPages-item.hasMegamenu.alignRight .subMegaMenu {
    left: 0;
    right: auto; }
  .navPages-list .navPages-item.hasMegamenu.alignCenter .subMegaMenu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    .navPages-list .navPages-item.hasMegamenu.alignCenter .subMegaMenu .imageArea .col-left {
      width: 50%;
      padding-right: 4px; }
    .navPages-list .navPages-item.hasMegamenu.alignCenter .subMegaMenu .imageArea .col-right {
      width: 50%;
      padding-left: 3px; }
  .navPages-list .navPages-item.hasMegamenu .subMegaMenu {
    padding: 40px 20px 30px 20px;
    max-height: 550px;
    overflow-y: auto; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.noImage .cateArea {
      max-width: 100% !important; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea {
      float: left; }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea.colLeft {
        padding-top: 11px;
        padding-right: 20px; }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea.colRight {
        text-align: right; }
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea.colRight a {
          display: block; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea.colRight a + a {
            margin-top: 20px; }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-left {
        float: left;
        width: 50%;
        padding-right: 4px; }
        @media (min-width: 1261px) {
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-left {
            width: 51%;
            padding-right: 8px;
            margin-bottom: 32px; } }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-right {
        float: right;
        width: 50%;
        padding-left: 3px; }
        @media (min-width: 1261px) {
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-right {
            width: 49%;
            padding-left: 1px;
            margin-bottom: 32px; } }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu .cateArea {
      float: left; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .imageArea {
      padding-left: 40px; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left {
      padding-right: 15px;
      width: 50%;
      margin-bottom: 37px; }
      @media (min-width: 1200px) {
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left {
          padding-right: 30px;
          width: 49%; } }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product {
        text-align: center; }
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product h2 {
          font-size: 12px;
          letter-spacing: .05em;
          text-transform: uppercase;
          margin-bottom: 20px;
          margin-top: 0px; }
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .featuredProductCarousel {
          margin: 0; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .featuredProductCarousel .slick-dots {
            bottom: 0; }
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product {
          padding: 0 5px; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card {
            margin-bottom: 30px;
            padding: 0; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card:before {
              content: none; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-figure {
            padding-bottom: 0; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-figure img {
              width: 120px;
              height: 120px;
              margin: 0 auto; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-figure .product-color-img {
              display: none; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body {
            text-align: center;
            padding-top: 15px; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-title {
              margin-bottom: 8px; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-rating .icon.icon--ratingEmpty svg {
              fill: #e4e4e4; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-rating .icon.icon--ratingFull svg {
              fill: #ffc50a; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper {
              font-size: 14px;
              font-weight: 600;
              margin-bottom: 13px;
              letter-spacing: 0; }
              .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper .price-section {
                display: inline-block; }
                .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper .price-section.non-sale-price--withoutTax {
                  margin-right: 5px; }
              .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper .price--withoutTax {
                color: #000; }
              .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper .price--non-sale {
                color: #969696; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-brand {
              margin-bottom: 8px; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-title {
              margin-top: 0; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-right {
      width: 50%;
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-right {
          width: 51%;
          margin-top: 5px; } }

.navPages-list-mobile {
  margin-top: 70px !important; }
  @media (min-width: 1025px) {
    .navPages-list-mobile {
      margin: 0;
      display: none; } }

.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1025px) {
    .subMenu-is-open .is-hidden {
      display: inline-block; } }

.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1025px) {
    .subMenu-is-open .navPages-item-page {
      display: inline-block; } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 0;
  text-align: left; }

.navPages-action {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: black;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 20px 17px;
  background-color: transparent;
  letter-spacing: .05em; }
  .navPages-action:hover {
    color: black; }
    .navPages-action:hover svg {
      fill: black;
      stroke: black; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }
  @media (max-width: 1024px) {
    .navPages-action {
      font-size: 13px;
      font-weight: 600;
      display: block;
      padding: 10px 15px; }
      .navPages-action.is-open + .navPage-subMenu,
      .navPages-action.is-open + .navPage-childList {
        display: block !important;
        opacity: 1;
        visibility: visible; }
      .navPages-action.is-open {
        text-align: center; }
        .navPages-action.is-open .navPages-action-moreIcon {
          left: 0;
          right: auto; }
          .navPages-action.is-open .navPages-action-moreIcon:after {
            content: "Back";
            position: absolute;
            top: 11px;
            left: 28px;
            color: #969696;
            font-style: normal;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0;
            text-transform: capitalize; }
        .navPages-action.is-open svg {
          transition: all 0.5s ease;
          transform: rotate(-270deg);
          -ms-transform: rotate(-270deg);
          -webkit-transform: rotate(-270deg);
          -moz-transform: rotate(-270deg);
          -o-transform: rotate(-270deg); } }

.navPages-action-moreIcon {
  height: 0.66667rem;
  width: 0.66667rem;
  transform: none;
  margin-left: 0.41667rem;
  transition: all 0.3s ease;
  display: none; }
  .navPages-action-moreIcon svg {
    pointer-events: none; }
  @media (max-width: 1024px) {
    .navPages-action-moreIcon {
      top: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      width: 100%;
      height: 42px;
      z-index: 10;
      position: absolute;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-pack: flex-end;
      -webkit-box-pack: end;
      justify-content: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .navPages-action-moreIcon:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-style: normal;
        font-size: 24px;
        font-weight: 300;
        text-align: center;
        line-height: 40px;
        color: #bababa; }
      .navPages-action-moreIcon svg {
        width: 12px;
        height: 12px;
        fill: #969696;
        stroke: #969696;
        transition: all .5s ease;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        margin-right: 15px; }
      .is-open > .navPages-action-moreIcon:before {
        font-size: 30px; } }

.navPage-childList {
  border: 0;
  display: none; }
  @media (min-width: 1025px) {
    .navPage-childList {
      display: block; } }

.navPage-subMenu {
  outline: 0;
  display: block;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: auto;
  z-index: 10; }
  .navPage-subMenu.bottomCate1 {
    padding-bottom: 0 !important; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      position: absolute;
      left: 0;
      min-width: 240px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      background-color: white;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
      pointer-events: none;
      transform: translateY(50px); }
      .navPage-subMenu > .navPage-subMenu-list {
        width: 100%; }
        .navPage-subMenu > .navPage-subMenu-list li {
          width: 100%;
          padding: 0 15px;
          margin-bottom: 0;
          position: relative;
          border-top: 1px solid #ebebeb; }
          .navPage-subMenu > .navPage-subMenu-list li:first-child {
            border-top: 0; }
          .navPage-subMenu > .navPage-subMenu-list li a {
            padding: 5px 0; }
          .navPage-subMenu > .navPage-subMenu-list li ul {
            position: absolute;
            left: 100%;
            margin-left: -33px;
            border-radius: 4px;
            top: 0;
            min-width: 240px;
            background-color: white;
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
            display: none;
            z-index: 10; }
            .navPage-subMenu > .navPage-subMenu-list li ul li a {
              line-height: 30px; }
          .navPage-subMenu > .navPage-subMenu-list li:hover ul {
            display: block;
            -webkit-animation: fadeIn .3s;
            animation: fadeIn .3s; }
        .navPage-subMenu > .navPage-subMenu-list > li > a {
          text-transform: capitalize;
          font-weight: 400;
          font-size: 12px;
          color: #2d2d2d;
          position: relative;
          display: inline-block;
          width: auto;
          line-height: 30px;
          letter-spacing: 0; }
          .navPage-subMenu > .navPage-subMenu-list > li > a:before {
            font-family: FontAwesome;
            font-size: 14px;
            position: absolute;
            top: 4px;
            left: 0;
            content: '\f105';
            color: #969696;
            visibility: hidden;
            opacity: 0; }
          .navPage-subMenu > .navPage-subMenu-list > li > a:hover {
            color: #e7040f;
            font-weight: bold;
            font-weight: 600;
            padding-left: 15px; }
            .navPage-subMenu > .navPage-subMenu-list > li > a:hover:before {
              width: 100%;
              opacity: 1;
              visibility: visible; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-2 .navPage-subMenu-list .navPage-subMenu-item {
        width: 50%; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-3 .navPage-subMenu-list .navPage-subMenu-item {
        width: 33.33%; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-4 .navPage-subMenu-list .navPage-subMenu-item {
        width: 25%; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-5 .navPage-subMenu-list .navPage-subMenu-item {
        width: 20%; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-6 .navPage-subMenu-list .navPage-subMenu-item {
        width: 16.6666%; } }
  .navPage-subMenu .bottomCate .text-cate p {
    font-size: 12px;
    color: #141414;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
    padding: 11px 0;
    background: #d2f2f1; }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal {
    top: inherit;
    height: auto;
    left: inherit;
    margin: auto;
    width: 220px;
    padding: 0 !important; }
    .navPage-subMenu-horizontal .navPage-subMenu-horizontal {
      top: 0;
      height: auto;
      margin-left: 221px; } }

@media (min-width: 1025px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 35px; }
    .navPage-subMenu-item .navPages-action {
      font-size: 1rem;
      color: #646464;
      padding: 5px 0;
      font-weight: 400;
      text-transform: none; }
      .navPage-subMenu-item .navPages-action:hover {
        color: #323232; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      font-size: 12px;
      color: black;
      font-weight: 600;
      padding: 0 0 8px 0;
      text-transform: uppercase; }
      .navPage-subMenu-item > .navPage-subMenu-action .navPages-action-moreIcon {
        display: none; }
    .navPage-subMenu-item .navPage-childList .navPage-childList-action {
      width: auto;
      display: inline-block;
      vertical-align: top;
      position: relative;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      letter-spacing: 0;
      color: #2d2d2d; }
      .navPage-subMenu-item .navPage-childList .navPage-childList-action:before {
        font-family: FontAwesome;
        font-size: 14px;
        position: absolute;
        top: 4px;
        left: 0;
        content: '\f105';
        color: #969696;
        visibility: hidden;
        opacity: 0; }
      .navPage-subMenu-item .navPage-childList .navPage-childList-action:hover {
        color: #e7040f;
        font-weight: bold;
        padding-left: 15px; }
        .navPage-subMenu-item .navPage-childList .navPage-childList-action:hover:before {
          width: 100%;
          opacity: 1;
          visibility: visible; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%;
  position: relative; }
  .navPage-subMenu-item-child .navPage-subMenu-action,
  .navPage-subMenu-item-parent .navPage-subMenu-action {
    width: 100%;
    padding: 1rem 1.5rem; }
    @media (min-width: 1025px) {
      .navPage-subMenu-item-child .navPage-subMenu-action:hover,
      .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
        background-color: #f0f0f0; } }

.navPage-subMenu-action,
.navPage-childList-action {
  font-weight: 400;
  text-transform: capitalize; }

.icon svg {
  fill: #323232; }

@media (min-width: 1025px) {
  .navPage-subMenu-action .navPages-action-moreIcon {
    transform: rotate(-90deg); } }

#menu-mobile .themevale_MobileContent {
  padding: 0; }
  #menu-mobile .themevale_MobileContent .navPages {
    padding-top: 0; }
  #menu-mobile .themevale_MobileContent .navPages-list li {
    position: relative; }
    #menu-mobile .themevale_MobileContent .navPages-list li.is-open {
      transition: all 0.3s ease;
      border-top: none; }
      #menu-mobile .themevale_MobileContent .navPages-list li.is-open > a {
        background: #fafafa;
        text-align: right;
        text-transform: uppercase;
        width: 100%; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > a.is-hidden {
          display: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > a .navPages-action-moreIcon {
          width: 100%;
          -ms-flex-pack: flex-start;
          -webkit-box-pack: start;
          justify-content: flex-start;
          left: 0px;
          padding-left: 10px;
          z-index: 2;
          color: #969696; }
      #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu {
        padding: 0; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .imageArea.colLeft {
          padding: 20px; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.imageLeft {
          border-top: 1px solid #eaeaea; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.imageLeft.is-hidden .imageArea {
            display: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.is-hidden {
          border-top: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.is-hidden .navPage-subMenu-list li.is-open {
            border-top: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li .image-top {
          display: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li.is-open .navPage-childList {
          display: block; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li.is-open .image-top {
          display: block;
          border-top: 1px solid #eaeaea; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea {
          padding: 20px;
          border-top: 1px solid #eaeaea; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea.is-hidden {
            display: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea > div {
            width: 100%; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-left {
            padding-right: 0; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-left .featuredProductCarousel {
              margin-bottom: 30px; }
              #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-left .featuredProductCarousel .card-link:hover, #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-left .featuredProductCarousel .card-title a:hover {
                background: transparent; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-right {
            padding-left: 0;
            text-align: center; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .slick-dots {
          bottom: 0; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .slick-dots li {
            width: 10px;
            height: 10px;
            border-top: none; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .slick-dots li button {
              width: 10px;
              height: 10px; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu {
          max-height: unset;
          overflow-y: unset; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight {
            padding: 20px;
            border-top: 1px solid #eaeaea; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight.is-hidden {
              display: none; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight > div {
              width: 100%;
              padding: 0;
              text-align: center; }
              #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight > div > a:hover {
                background: transparent; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight .col-left {
              margin-bottom: 15px; }
              #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight .col-left a + a {
                margin-top: 15px; }
    #menu-mobile .themevale_MobileContent .navPages-list li > a {
      padding: 0 20px;
      display: inline-block;
      position: unset;
      padding-right: 35px; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a.is-open {
        padding-left: 62px; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a .text {
        padding: 10px 0;
        display: inline-block;
        margin-left: 0;
        z-index: 20;
        position: relative; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown {
        text-align: left;
        width: 100%;
        font-size: 12px; }
        #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown + .navPage-subMenu {
          display: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown + .navPage-subMenu .text strong {
            font-weight: 400; }
        #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown .navPages-action-moreIcon {
          left: auto;
          right: 00px;
          width: 100%; }
        #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown.is-open {
          text-align: right; }
          #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown.is-open + .navPage-subMenu {
            display: block;
            opacity: 1;
            visibility: visible;
            transform: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown.is-open .navPages-action-moreIcon {
            left: 0px;
            right: auto;
            -ms-flex-pack: flex-start;
            justify-content: flex-start;
            -webkit-justify-content: flex-start; }
            #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown.is-open .navPages-action-moreIcon svg {
              transition: all 0.5s ease;
              transform: rotate(-270deg);
              -ms-transform: rotate(-270deg);
              -webkit-transform: rotate(-270deg);
              -moz-transform: rotate(-270deg);
              -o-transform: rotate(-270deg);
              margin-left: 17px; }
    #menu-mobile .themevale_MobileContent .navPages-list li > .image-top {
      padding: 20px;
      display: inline-block; }
    #menu-mobile .themevale_MobileContent .navPages-list li .navPage-subMenu-item > a + a {
      text-align: left; }
      #menu-mobile .themevale_MobileContent .navPages-list li .navPage-subMenu-item > a + a:hover {
        background: #fff; }
    #menu-mobile .themevale_MobileContent .navPages-list li .navPage-subMenu .themevale_container {
      padding: 0; }
    #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks {
      padding: 5px 20px; }
      #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item {
        margin-top: 7px; }
        #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item .icon {
          width: 18px;
          height: 18px;
          padding: 0; }
          #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item .icon svg {
            width: 16px;
            height: 16px; }
  #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item {
    border: 0; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .navPages-action {
      font-size: 12px;
      font-weight: 400;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      text-transform: capitalize;
      letter-spacing: 0; }
      #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .navPages-action.is-open {
        text-align: right; }
      #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .navPages-action svg {
        width: 17px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .navPages-action:hover svg {
        fill: #161d25;
        stroke: #161d25; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item.is-hidden {
      display: block; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item.phone_number svg {
      width: 16px;
      height: 15px; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item.giftcertificates svg {
      width: 16px; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .socialLinks .socialLinks-item {
      margin-right: 10px; }
  #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile img + .text {
    margin-left: 7px;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }

/*=========================================
=            www.themevale.com            =
=========================================*/
@media (min-width: 1025px) {
  .navPages-item:hover > .has-subMenu + .navPage-subMenu {
    left: 0;
    width: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
    top: auto;
    pointer-events: auto;
    transform: translateY(0px); }
  .navPages-item:hover > .has-subMenu + .navPage-subMenu-horizontal {
    left: auto;
    width: 220px; }
  .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu-horizontal {
    display: block; } }

.themevale_MobileMenu .navPages-list li .navPage-subMenu {
  display: none; }

.themevale_MobileMenu .navPages-list li.is-open .navPage-subMenu {
  display: block;
  opacity: 1;
  visibility: visible; }

.themevale_MobileMenu .navPages-list li.is-open > a {
  background: #fafafa;
  text-align: right; }

.themevale_MobileMenu .navPages-list li.is-hidden {
  display: none; }

.themevale_MobileMenu .navPages-list li > a:before {
  content: none; }

.themevale_MobileMenu .navPages-list li .socialLinks {
  padding: 0 15px; }
  .themevale_MobileMenu .navPages-list li .socialLinks .socialLinks-item .icon {
    width: 18px;
    height: 18px;
    padding: 0; }

.themevale_MobileMenu .navPages-action.is-open svg {
  transition: all .5s ease;
  transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -o-transform: rotate(-270deg); }

.themevale_MobileMenu .navPages-action.is-hidden {
  display: none; }

.themevale_MobileMenu .navPage-subMenu-item-child .navPages-action,
.themevale_MobileMenu .navPage-subMenu-item .navPages-action {
  font-size: 1rem;
  color: #000000;
  font-weight: 600; }

.themevale_MobileMenu .navPage-subMenu ul .navPages-action {
  padding-left: 15px; }

.themevale_MobileMenu .navPage-subMenu ul ul .navPages-action {
  padding-left: 30px; }

.themevale_navigationHover:before {
  content: "";
  position: absolute;
  background: rgba(45, 45, 50, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15; }

/*=====  End of www.themevale.com  ======*/
.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  margin: 0 5px;
  margin-bottom: 10px; }
  .tag a {
    color: #979797;
    line-height: 24px;
    padding: 4px 20px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb; }
    @media (min-width: 1025px) {
      .tag a:hover {
        color: #ffffff;
        border-color: #646464;
        background-color: #646464; } }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    width: 15px;
    height: 15px;
    margin: 0;
    display: block;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: black; }
    .socialLinks .icon svg {
      fill: #141414;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--twitter, .socialLinks .icon.icon--print, .socialLinks .icon.icon--google_plusone {
      transform: scale(1.15); }
    .socialLinks .icon.icon--instagram, .socialLinks .icon.icon--facebook, .socialLinks .icon.icon--email {
      transform: scale(0.95); }
    .socialLinks .icon.icon--google_plusone {
      width: 15px !important; }

.google_plusone_iframe_widget {
  width: inherit !important;
  display: none !important; }

.socialLinks-item--pinterest {
  width: 15px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  vertical-align: top;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin: 0 15px 5px 0; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks .socialLinks-item--facebook {
  width: 12px;
  margin-left: -2px; }

.socialLinks--alt .icon {
  height: 1.41667rem;
  width: 1.41667rem; }

.socialLinks--alt svg {
  fill: #323232; }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*----------  0.Global style  --------*/
.heroCarousel {
  margin-bottom: 30px; }
  .heroCarousel .link {
    vertical-align: top; }
  .heroCarousel .slick-arrow {
    padding: 0;
    width: 17px;
    height: 33px;
    fill: #323232;
    border: none;
    transition: all 0.3s ease;
    background-color: transparent; }
    .heroCarousel .slick-arrow:before {
      content: none; }
    .heroCarousel .slick-arrow.slick-prev {
      left: -30px; }
    .heroCarousel .slick-arrow.slick-next {
      right: -30px; }
  .heroCarousel .slick-dots {
    bottom: 20px; }
    .heroCarousel .slick-dots li {
      padding: 0;
      width: auto;
      height: auto;
      margin: 0 7px; }
      .heroCarousel .slick-dots li button {
        width: 12px;
        height: 12px;
        opacity: 0.2;
        border: 1px solid #323232;
        background-color: #323232;
        transition: all 0.3s ease; }
        .heroCarousel .slick-dots li button:before {
          content: none; }
    .heroCarousel .slick-dots .slick-active button {
      opacity: 0.8;
      background-color: rgba(0, 0, 255, 0); }
    @media (min-width: 768px) and (max-width: 800px) {
      .heroCarousel .slick-dots {
        position: relative;
        bottom: 30px; } }
    @media (max-width: 765px) {
      .heroCarousel .slick-dots {
        position: relative;
        bottom: 5px; } }
  .heroCarousel .slick-slide .heroCarousel-title {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-description {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-action {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide.slick-current .heroCarousel-title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-slide.slick-current .heroCarousel-description {
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-slide.slick-current .heroCarousel-action {
    visibility: visible;
    animation-delay: 500ms;
    animation-name: fadeInUp; }
  .heroCarousel.slick-dotted {
    margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .heroCarousel {
      margin-bottom: 15px; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    .heroCarousel.slick-dotted {
      margin-bottom: 0; } }
  @media (max-width: 1024px) and (max-width: 480px) {
    .heroCarousel.slick-dotted {
      margin-bottom: 27px; } }
  @media (max-width: 1024px) {
    .heroCarousel.themevale_container {
      padding: 0; } }

/*----------  1.Main style  ----------*/
.heroCarousel-slide {
  position: relative; }

.heroCarousel-image {
  z-index: 1;
  width: 100%;
  position: relative; }

.heroCarousel-content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px 0 30px 0; }
  .heroCarousel-content .heroCarousel-title {
    margin: 0 0 5px 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: black; }
  .heroCarousel-content .heroCarousel-description {
    color: black;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 30px 0; }
  .heroCarousel-content .button {
    margin: 0;
    color: white;
    background: black;
    border: 1px solid black;
    padding: 8px 48px 8px 48px;
    line-height: 22px; }
    .heroCarousel-content .button:hover, .heroCarousel-content .button:focus, .heroCarousel-content .button:active {
      color: black;
      background-color: rgba(0, 0, 255, 0);
      border: 1px solid black; }
  @media (max-width: 1024px) {
    .heroCarousel-content {
      padding: 30px 0 20px 0; } }

@media (min-width: 768px) and (max-width: 992px) {
  [aria-describedby="slick-slide00"] .heroCarousel-content {
    right: auto;
    left: 1%; }
  [aria-describedby="slick-slide01"] .heroCarousel-content {
    right: 1%;
    left: auto; }
  [aria-describedby="slick-slide02"] .heroCarousel-content {
    right: auto;
    left: 1%; }
  .heroCarousel .slick-arrow {
    opacity: 0; }
  .heroCarousel:hover .slick-arrow {
    opacity: 1; } }

@media (min-width: 992px) {
  [aria-describedby="slick-slide00"] .heroCarousel-content {
    right: auto;
    left: 7%; }
  [aria-describedby="slick-slide01"] .heroCarousel-content {
    right: auto;
    left: 7%; }
  [aria-describedby="slick-slide02"] .heroCarousel-content {
    right: auto;
    left: 7%; }
  .heroCarousel .slick-arrow {
    opacity: 0; }
  .heroCarousel:hover .slick-arrow {
    opacity: 1; } }

@media (min-width: 768px) {
  .heroCarousel-content-wrapper {
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 5;
    position: absolute;
    transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0); }
  .heroCarousel-content {
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 480px;
    padding: 0 15px;
    position: absolute;
    transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    background-color: transparent; } }

/*----------  2.Responsive  ----------*/
@media (max-width: 1450px) {
  .heroCarousel .slick-arrow {
    width: 40px;
    height: 40px; }
    .heroCarousel .slick-arrow.slick-prev {
      left: 30px; }
    .heroCarousel .slick-arrow.slick-next {
      right: 30px; } }

@media (max-width: 1024px) {
  .heroCarousel-content {
    width: 100%; }
    .heroCarousel-content .heroCarousel-title {
      font-size: 30px;
      line-height: 1.4;
      margin-bottom: 8px; } }

@media (max-width: 480px) {
  .heroCarousel-content .heroCarousel-title {
    font-size: 26px;
    line-height: 1.2; }
  .heroCarousel-content .heroCarousel-description {
    font-size: 12px;
    margin-bottom: 25px; }
  .heroCarousel-content .button {
    min-width: 180px; }
  .heroCarousel-image-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fafafa; }
    .heroCarousel-image-wrapper:before {
      content: "";
      display: block;
      padding-bottom: 50%; }
    .heroCarousel-image-wrapper > .heroCarousel-image {
      top: 50%;
      left: 50%;
      z-index: 2;
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); } }

/*=====  End of www.themevale.com  ======*/
.writeReview-productDetails {
  padding: 0;
  display: block;
  margin-bottom: 30px; }
  .writeReview-productDetails .product-brand {
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .writeReview-productDetails .product-title {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48;
    text-align: center; }
  @media (min-width: 601px) {
    .writeReview-productDetails {
      width: 45%;
      padding-left: 0;
      padding-right: 10px;
      float: left; }
      .writeReview-productDetails .product-brand {
        margin: 0 0 5px 0; } }
  @media (min-width: 768px) {
    .writeReview-productDetails {
      width: 50%;
      padding-left: 0;
      padding-right: 20px;
      float: left; } }

.writeReview-form {
  padding: 0;
  display: block; }
  .writeReview-form textarea.form-input {
    min-height: 150px; }
  .writeReview-form .button {
    min-width: 180px; }
  .writeReview-form .form-label {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000; }
  @media (min-width: 601px) {
    .writeReview-form {
      width: 55%;
      padding-right: 0;
      padding-left: 10px;
      float: left; }
      .writeReview-form .button {
        min-width: 220px; } }
  @media (min-width: 768px) {
    .writeReview-form {
      width: 50%;
      padding-right: 0;
      padding-left: 20px;
      float: left; } }
  @media (max-width: 380px) {
    .writeReview-form .form-input, .writeReview-form .form-select, .writeReview-form .form-label {
      width: 98%; } }
  @media (max-width: 360px) {
    .writeReview-form .form-input, .writeReview-form .form-select, .writeReview-form .form-label {
      width: 90%; } }

.writeReview-productImage-container {
  position: relative;
  margin-bottom: 15px; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 601px) {
    .writeReview-productImage-container {
      margin-bottom: 20px; } }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.16667rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.41667rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.41667rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -8px;
  margin-right: -8px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productCarousel {
      margin-left: -15px;
      margin-right: -15px; } }
  .productCarousel .slick-arrow {
    width: 17px;
    height: 33px;
    top: 125px; }
    .productCarousel .slick-arrow.slick-disabled {
      opacity: 0.2; }
    .productCarousel .slick-arrow.slick-prev {
      left: -30px; }
      @media (max-width: 1281px) {
        .productCarousel .slick-arrow.slick-prev {
          left: 0;
          z-index: 10; } }
    .productCarousel .slick-arrow.slick-next {
      right: -30px; }
      @media (max-width: 1281px) {
        .productCarousel .slick-arrow.slick-next {
          right: 0;
          z-index: 10; } }
    @media (max-width: 1024px) {
      .productCarousel .slick-arrow.slick-prev {
        left: 0px; }
      .productCarousel .slick-arrow.slick-next {
        right: 0px; } }

.productCarousel-slide, .prod-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding-left: 8px;
  padding-right: 8px; }
  .productCarousel-slide .card, .prod-item .card {
    margin-bottom: 15px; }
  @media (min-width: 601px) {
    .productCarousel-slide, .prod-item {
      width: 33.33333%; }
      .productCarousel-slide .card, .prod-item .card {
        margin-bottom: 0px; } }
  @media (min-width: 993px) {
    .productCarousel-slide, .prod-item {
      width: 25%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide, .prod-item {
      padding-left: 15px;
      padding-right: 15px; } }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.modal-quickview {
  width: 1050px; }
  @media (min-width: 1024px) {
    .modal-quickview .modal-body {
      padding: 40px 60px; } }
  .modal-quickview .themevale_sidebar-mobile-wrapper {
    padding: 0;
    background: transparent;
    display: none; }

.productView--quickView.themevalte_productView {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .productView--quickView.themevalte_productView .themevalte_productView-left {
      width: 50%; }
    .productView--quickView.themevalte_productView .themevalte_productView-right {
      width: 50%; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
.productView--quickView .productView-details {
  margin-bottom: 0; }

.quickView .themevale_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 60px; }
  .quickView .themevale_productView .themevale_productView-left,
  .quickView .themevale_productView .themevale_productView-right {
    display: block;
    font-size: 1rem; }
  .quickView .themevale_productView .productView-description {
    display: block; }
  @media (min-width: 768px) {
    .quickView .themevale_productView .themevale_productView-left,
    .quickView .themevale_productView .themevale_productView-right {
      width: 50%;
      vertical-align: top;
      display: inline-block; }
    .quickView .themevale_productView .themevale_productView-left {
      padding-right: 15px; }
    .quickView .themevale_productView .themevale_productView-right {
      padding-left: 15px; } }

/*--------  2.0 Product images  ------*/
.themevale_quickViewImage {
  width: 100%;
  max-width: 470px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .themevale_quickViewImage .productView-image {
    cursor: zoom-in;
    vertical-align: top; }
    .themevale_quickViewImage .productView-image .easyzoom-flyout {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      position: absolute; }
  .themevale_quickViewImage .productView-img-container {
    max-width: none; }
    .themevale_quickViewImage .productView-img-container > a {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
      .themevale_quickViewImage .productView-img-container > a img {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: auto;
        height: 100%;
        position: absolute;
        transform: translate(-50%, -50%); }
  .themevale_quickViewImage .productView-thumbnails {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 0 30px; }
    .themevale_quickViewImage .productView-thumbnails .productView-thumbnail {
      border: none;
      outline: none;
      padding: 0px 10px; }
      .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a {
        display: block;
        position: relative; }
        .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 100%; }
        .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a img {
          top: 50%;
          left: 50%;
          width: auto;
          height: 100%;
          position: absolute;
          transform: translate(-50%, -50%); }
    .themevale_quickViewImage .productView-thumbnails .slick-arrow {
      width: 21px;
      height: 21px;
      padding: 0; }
      .themevale_quickViewImage .productView-thumbnails .slick-arrow svg {
        fill: #000000; }
    .themevale_quickViewImage .productView-thumbnails .slick-prev {
      left: 0; }
    .themevale_quickViewImage .productView-thumbnails .slick-next {
      right: 0; }

.modal .modal-close {
  padding: 0;
  color: #000;
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  background-color: transparent;
  line-height: 30px;
  height: 2.5rem;
  width: 2.5rem; }
  .modal .modal-close:hover {
    background-color: #e7040f; }
  @media (min-width: 318px) {
    .modal .modal-close {
      right: -7px;
      top: -16px;
      -webkit-transform: none;
      transform: none; } }
  @media (min-width: 767px) {
    .modal .modal-close {
      right: -16px;
      top: -16px;
      -webkit-transform: none;
      transform: none; } }
  @media (min-width: 1261px) {
    .modal .modal-close {
      font-size: 32px;
      line-height: 32px;
      height: 2.66667rem;
      width: 2.66667rem;
      color: #fff;
      background-color: #000; } }

/*=====  End of www.themevale.com  ======*/
.productReviews-list {
  margin: 0; }

.productReview {
  width: 100%;
  float: none;
  font-size: 1rem;
  display: block;
  vertical-align: top;
  margin-bottom: 0; }
  .productReview + .productReview {
    margin-top: 25px; }
  .productReview h5.productReview-title {
    color: #505050;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin-bottom: 0 !important; }
  .productReview .productReview-rating {
    display: inline-block;
    vertical-align: middle; }
  .productReview .productReview-author {
    margin-top: 10px;
    margin-bottom: 10px; }
  .productReview .productReview-ratingNumber {
    display: none; }
  .productReview .productReview-body {
    margin-bottom: 0; }

.btn-createReview {
  margin-top: 15px;
  float: left;
  width: 100%; }

.productReviews .pagination {
  margin: 0;
  text-align: left; }
  .productReviews .pagination > ul {
    margin-left: 0 !important; }
  .productReviews .pagination .compare-link {
    display: none; }

.productView {
  /*padding-top: spacing("base");*/ }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 400px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.41667rem;
  margin-right: -0.41667rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 3.33333rem;
    margin-right: 3.33333rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 50px;
    max-width: 50px;
    width: auto; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.41667rem;
  padding-right: 0.41667rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-details {
  margin-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.75rem 0 0.41667rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #323232;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.16667rem 0 1rem; } }
  .productView-brand a {
    color: #323232; }
    .productView-brand a:hover {
      color: black; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.75rem; } }
  .productView-reviewLink > a {
    color: #323232; }
    .productView-reviewLink > a:hover {
      color: black; }

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.16667rem;
  margin-right: 0.41667rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.41667rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }

.productOptions-list {
  border: 1px solid #cccccc;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cccccc; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #141414;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.compareTable {
  border: 1px solid #ececec;
  border-collapse: collapse; }
  .compareTable th, .compareTable td {
    border: 1px solid #ececec;
    border-spacing: 0px; }
  .compareTable thead {
    text-align: center; }
    .compareTable thead .compareTable-heading {
      text-align: center;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .compareTable thead .compareTable-headingText {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #4e4b48; }
  .compareTable .compareTable-item.text-center,
  .compareTable .compareTable-heading.text-center {
    width: 150px; }

.compareTable-product .card {
  border: none;
  text-align: center; }
  .compareTable-product .card .card-img-container:before {
    content: none; }
  .compareTable-product .card .card-img-container:after {
    padding-bottom: 75%; }
  .compareTable-product .card .card-body {
    text-align: center; }
    .compareTable-product .card .card-body .price-wrapper .card-price {
      float: none;
      font-size: 14px; }
    .compareTable-product .card .card-body .button {
      font-size: 12px;
      padding: 5px 15px;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }

.compareTable-product .compareTable-removeProduct {
  top: 0px;
  right: 10px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent; }
  .compareTable-product .compareTable-removeProduct .icon {
    margin: 0;
    width: 25px;
    height: 25px;
    padding: 5px;
    fill: #ffffff;
    border-radius: 50%;
    background-color: #4e4b48; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 83.33333rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #323232; }
  .toggleLink:hover {
    color: black; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  display: none !important; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: block !important; }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: block; }
  .facetedSearch-refineFilters > a[data-faceted-search-facet] {
    font-style: italic;
    border-bottom: 1px solid #ebebeb; }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #fafafa;
  border-radius: 40px;
  padding: 3px 15px !important;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #323232;
    position: relative;
    top: -1px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 3px; }

.cart-header {
  display: none; }
  @media (min-width: 992px) {
    .cart-header {
      display: table-header-group;
      text-align: left;
      border-bottom: 1px solid #e6e6e6; } }

.cart-header-item {
  padding: 12px 0;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #777777; }
  .cart-header-item:first-child {
    padding-left: 30px;
    text-align: left; }
  .cart-header-item:last-child {
    text-align: center;
    padding-right: 30px; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  .cart-list .cart-item-brand {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000000; }
  @media (min-width: 992px) {
    .cart-list {
      border-top: none;
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 30px 0 30px 33.33333%; }
  .cart-item:last-child {
    border-bottom: 0; }
  .cart-item:before, .cart-item:after {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  .cart-item + .cart-item {
    border-top: none; }
  @media (min-width: 581px) {
    .cart-item {
      padding: 30px 0 30px 25%; } }
  @media (min-width: 992px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block;
  padding: 25px 10px; }
  @media (min-width: 992px) {
    .cart-item-block {
      display: table-cell;
      vertical-align: top; } }
  @media (min-width: 766px) and (max-width: 802px) {
    .cart-item-block {
      padding: 0; } }
  .cart-item-block:first-child {
    padding-left: 20px; }
  .cart-item-block:last-child {
    padding-right: 20px; }
  .cart-item-block .definitionList {
    margin-bottom: 0.41667rem; }
  .cart-item-block > span.cart-item-label {
    font-weight: 500;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
    @media (max-width: 767px) {
      .cart-item-block > span.cart-item-label {
        padding-right: 10px; } }
    @media (max-width: 310px) {
      .cart-item-block > span.cart-item-label {
        width: 100%; } }
  @media (max-width: 767px) {
    .cart-item-block > span {
      display: inline-block;
      width: auto; } }

.cart-item-figure {
  float: left;
  height: 8.33333rem;
  width: 33.33333%;
  position: relative;
  vertical-align: top;
  padding-right: 20px;
  margin-bottom: 0;
  margin-left: -50%;
  width: 50%; }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 133.33333%; }
  @media (min-width: 581px) {
    .cart-item-figure {
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .cart-item-figure {
      float: none;
      width: 10%;
      padding-right: 0; }
      .cart-item-figure:after {
        content: none; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto; }
  @media (min-width: 992px) {
    .cart-item-image {
      margin-left: 0;
      position: relative; } }
  @media (max-width: 767px) {
    .cart-item-image {
      width: 90px; } }
  @media (max-width: 320px) {
    .cart-item-image {
      width: 75px; } }

.cart-item-title {
  display: table-cell;
  vertical-align: top;
  height: 8.33333rem;
  padding-left: 1.5rem;
  width: 100%;
  padding: 0 20px 0 10px;
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .cart-item-title {
      display: table-cell;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 22%;
      padding: 25px 20px; } }
  @media (min-width: 1231px) {
    .cart-item-title {
      width: 30%; } }

.cart-item-info {
  clear: both;
  width: 58.33333%;
  padding-top: 0;
  padding-bottom: 15px;
  width: 100%;
  clear: none;
  float: left;
  overflow: hidden; }
  .cart-item-info + .cart-item-info {
    margin-top: 0px; }
  @media (min-width: 768px) {
    .cart-item-info {
      width: 30%;
      padding-bottom: 25px; }
      .cart-item-info:last-child {
        width: 40%; } }
  @media (min-width: 992px) {
    .cart-item-info {
      float: none;
      width: 16.66667%;
      padding-top: 40px; }
      .cart-item-info:last-child {
        text-align: center;
        width: 20%; } }
  @media (max-width: 767px) {
    .cart-item-info.cart-item-quantity {
      padding-bottom: 10px; } }
  @media (max-width: 580px) {
    .cart-item-info.cart-item-quantity {
      padding-bottom: 12px; } }
  @media (max-width: 767px) {
    .cart-item-info.total {
      max-width: 250px;
      padding-bottom: 0; }
      .cart-item-info.total .cart-item-label {
        padding-left: 0; } }

.cart-item-price {
  padding-left: 10px; }
  @media (min-width: 992px) {
    .cart-item-price {
      text-align: center;
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .cart-item-price {
      padding-bottom: 8px; } }
  .cart-item-price > span {
    padding-left: 0; }

@media (min-width: 992px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }
  .cart-item-quantity .form-increment .button {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 40px;
    color: #7b7b7b;
    border: 1px solid #dcdcdc;
    display: inline-block;
    border-radius: 0;
    background-color: transparent; }
    .cart-item-quantity .form-increment .button.button-inc {
      border-radius: 0 3px 3px 0;
      margin-left: -4px; }
    .cart-item-quantity .form-increment .button.button-dec {
      border-radius: 3px 0 0 3px;
      margin-right: -4px; }
    .cart-item-quantity .form-increment .button svg {
      fill: #7b7b7b; }
    .cart-item-quantity .form-increment .button > .icon {
      width: 100%;
      height: 100%;
      font-style: normal;
      font-weight: 300;
      vertical-align: top; }
    .cart-item-quantity .form-increment .button:hover, .cart-item-quantity .form-increment .button:focus, .cart-item-quantity .form-increment .button:active {
      color: #7b7b7b;
      background-color: transparent; }
      .cart-item-quantity .form-increment .button:hover svg, .cart-item-quantity .form-increment .button:focus svg, .cart-item-quantity .form-increment .button:active svg {
        fill: #7b7b7b; }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    padding: 0;
    width: 70px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #161d25;
    border: 1px solid #dcdcdc;
    border-left: none;
    border-right: none;
    display: inline-block;
    border-radius: 0;
    box-shadow: none; }
  .cart-item-quantity .form-increment .form-input--incrementTotal[disabled] {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc; }
  @media (min-width: 992px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-quantity .cart-item-label {
  padding-left: 0;
  line-height: 42px; }

@media (min-width: 551px) {
  .cart-item-quantity .cart-item-label {
    line-height: 20px; } }

@media (max-width: 320px) {
  .cart-item-quantity .cart-item-label {
    display: none; } }

@media (min-width: 801px) {
  .cart-item-price {
    padding-left: 0; } }

.cart-item-label {
  color: #4e4b48;
  float: left;
  margin-bottom: 0;
  text-align: left;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%;
      margin-bottom: 0.41667rem; } }
  @media (min-width: 992px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem;
  font-size: 13px;
  font-weight: 600;
  color: #4e4b48; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0;
      line-height: 42px; } }

.cart-item-brand {
  color: #a0a0a0;
  margin-bottom: 6px; }

.cart-item-name {
  margin: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .cart-item-name + .definitionList {
    margin-top: 10px; }

.definitionList .definitionList-key {
  font-weight: 500;
  min-width: 40px;
  color: #8c8c8c;
  line-height: 20px;
  font-size: 12px; }

.definitionList .definitionList-value {
  font-weight: 100;
  color: #161d25;
  line-height: 20px;
  font-size: 12px; }

a[data-item-edit] {
  color: #e7040f;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0; }

.cart-item-options--giftWrapping {
  margin-top: 20px;
  margin-bottom: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-title,
  .cart-item-options--giftWrapping .cart-item-option-description {
    font-weight: 600;
    color: #4e4b48;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    margin-right: 5px;
    font-weight: 400 !important; }

.cart-remove {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.66667rem;
  margin-top: 0;
  padding: 3px;
  transition: background-color 0.15s ease;
  width: 1.66667rem; }
  @media (max-width: 480px) {
    .cart-remove {
      width: 25px;
      height: 25px;
      padding: 0;
      margin-top: -5px; } }
  @media (min-width: 992px) {
    .cart-remove {
      margin-top: 6px;
      padding: 5px;
      height: 2.5rem;
      width: 2.5rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #141414; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  .cart-totals .cart-total:last-child {
    padding-top: 10px; }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total + .cart-total {
    border-top: 1px solid #ebebeb; }
  .cart-total .form-input {
    display: inline-block;
    height: 42px;
    padding: 0 15px;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.41667rem top 0.83333rem;
    background-size: 1.66667rem 1.66667rem;
    height: 42px;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label,
.cart-total-value {
  float: left;
  color: #4e4b48;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  padding: 1rem 0; }
  .cart-total-label strong,
  .cart-total-label b,
  .cart-total-value strong,
  .cart-total-value b {
    font-weight: 600;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #000000; }

.cart-total-label {
  color: #323232;
  width: 50%;
  display: block;
  padding-left: 0;
  text-align: left; }

.cart-total-value {
  text-align: right;
  font-size: 16px;
  width: 50%; }
  .cart-total-value button {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: none;
    color: #e7040f;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent;
    letter-spacing: 0; }
    .cart-total-value button:hover, .cart-total-value button:focus, .cart-total-value button:active {
      color: #e7040f;
      border: none;
      background-color: transparent; }
    @media (max-width: 480px) {
      .cart-total-value button {
        color: #8c8c8c; } }

.cart-total-grandTotal {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 0.16667rem;
  padding-top: 0.16667rem;
  position: relative; }
  @media (min-width: 992px) {
    .cart-total-grandTotal {
      padding: 1rem 0; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #323232;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: black; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 30px; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 73%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    padding: 8px 0px; }
  @media (max-width: 414px) {
    .coupon-form .form-input,
    .cart-gift-certificate-form .form-input {
      height: 36px; } }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }
    @media (max-width: 370px) {
      .estimator-form .button--primary {
        width: 100%; } }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 3.5rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.83333rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.shipping-estimate-submit {
  margin-top: 8px; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both;
  text-align: center; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right;
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 11px; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    padding-top: 15px; }

.cart-additionalCheckoutButtons {
  text-align: center; }
  .cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons:after {
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons .FloatRight:after {
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight p {
    float: none !important;
    margin: 0.5rem 0;
    color: #969696;
    font-size: 12px; }
  .cart-additionalCheckoutButtons .FloatRight div {
    /*float: right;*/ }
  .cart-additionalCheckoutButtons .CheckoutButton {
    /*margin-bottom: spacing("base");*/ }
    .cart-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 10px; }
    .cart-additionalCheckoutButtons .CheckoutButton:last-child {
      /*margin-bottom: spacing("single");*/ }

.data-cart-totals {
  width: 100%;
  max-width: 570px;
  float: right;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 5px 30px 28px 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

.previewCartList {
  max-height: 315px;
  overflow-y: auto; }

.previewCart ul {
  margin: 0; }

.previewCartItem {
  overflow: hidden;
  padding: 20px; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #ebebeb; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: top; }

.previewCartItem-image {
  position: relative;
  overflow: hidden;
  float: left;
  border: 1px solid #ebebeb;
  padding: 5px;
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 2px; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 133.33333%; }

.previewCartItem-content {
  float: left;
  width: calc(100% - 64px);
  text-align: left;
  padding-left: 15px; }

.previewCartItem-brand {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: -5px;
  color: #000; }
  .previewCartItem-brand ~ h6 {
    padding-top: 4px; }

.previewCartItem-name {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 7px;
  letter-spacing: 0;
  text-transform: none;
  color: #191919; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-price {
  font-weight: bold;
  font-size: 13px;
  color: #000;
  font-family: Arimo,Arial,Helvetica,sans-serif; }
  .previewCartItem-price > span {
    font-weight: 400;
    color: #727272; }

.previewCartAction {
  display: block;
  clear: both;
  padding: 20px 20px 24px;
  text-align: right;
  border-top: 1px solid #ebebeb; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout {
  margin-bottom: 15px; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: block; }

.previewCartAction-checkoutMultiple {
  clear: both;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 20px; }
  .previewCartAction-checkoutMultiple a {
    color: #303030;
    border-bottom: 1px solid #eaeaea; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 21.66667rem;
    padding: 1.5rem;
    background-color: #fafafa; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      font-size: 12px;
      margin-bottom: 0.75rem;
      padding: 4px 20px;
      min-width: 80px; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.41667rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #4e4b48; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  /*font-size: fontSize("smaller");*/
  line-height: 24px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #323232;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #ff4338; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 1.91667rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-left: 0 !important; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  display: block;
  float: none;
  vertical-align: top; }

.video {
  display: block;
  margin-bottom: 1.91667rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.91667rem; } }
  .video:hover, .video.is-active {
    color: #323232;
    opacity: 1; }

.video-figure {
  margin-right: 1.91667rem; }

.video-title {
  font-size: 13px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Product view  -------*/
.previewCart {
  width: 100%;
  vertical-align: top;
  display: inline-block; }
  .previewCart .productView {
    padding: 0;
    font-size: 0;
    display: block;
    margin: 30px 0 0 0; }
    @media (max-width: 480px) {
      .previewCart .productView {
        margin: 0; } }
  .previewCart .previewCartCheckout {
    display: block;
    font-size: 12px;
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    background-color: #fafafa; }
  .previewCart .productView-image {
    width: 37%;
    padding: 0;
    display: inline-block;
    vertical-align: top; }
  .previewCart .productView-details {
    width: 63%;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top; }
    .previewCart .productView-details .productView-brand {
      color: #000000;
      font-size: 13px;
      font-weight: 600;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 4px;
      text-underline-position: under;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .previewCart .productView-details .productView-title {
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      margin-bottom: 18px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #4e4b48; }
    .previewCart .productView-details .productView-info {
      margin-bottom: 0px; }
      .previewCart .productView-details .productView-info .productView-info-name {
        min-width: 100px; }
        @media (min-width: 1025px) {
          .previewCart .productView-details .productView-info .productView-info-name {
            min-width: 140px; } }
      .previewCart .productView-details .productView-info .productView-info-value {
        text-transform: capitalize; }
    .previewCart .productView-details .productView-price {
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      text-transform: uppercase;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #4e4b48;
      margin: 0 0 18px;
      display: inline-block;
      width: 100%; }
      .previewCart .productView-details .productView-price .qty {
        color: #727272;
        font-weight: 400; }
  @media (min-width: 381px) {
    .previewCart .previewCartCheckout {
      padding: 30px; } }
  @media (min-width: 768px) {
    .previewCart .productView {
      margin: 0;
      width: 60%;
      float: left;
      padding: 0 30px 0 0; }
    .previewCart .previewCartCheckout {
      width: 40%;
      margin: 0;
      padding: 0;
      float: right;
      max-width: none;
      background-color: transparent; }
    .previewCart .productView-image {
      width: 30%; }
    .previewCart .productView-details {
      width: 70%;
      padding-left: 15px; } }
  @media (min-width: 993px) {
    .previewCart .productView {
      width: 67%;
      padding: 0 50px 0 0; }
    .previewCart .previewCartCheckout {
      width: 33%; }
    .previewCart .productView-image {
      width: 37%; }
    .previewCart .productView-details {
      width: 63%;
      padding-left: 30px; } }
  @media (min-width: 1025px) {
    .previewCart .previewCartCheckout {
      padding: 6px 10px; }
    .previewCart .productView-details {
      padding-top: 0; } }

/*--------  2.0 Cart checkout  ------*/
.previewCartCheckout {
  text-align: center; }
  .previewCartCheckout .button {
    width: 100%;
    line-height: 32px; }
    .previewCartCheckout .button + .button {
      margin-left: 0; }
  .previewCartCheckout .button--primary {
    margin-bottom: 0; }
  .previewCartCheckout .button-transparent {
    color: #000000;
    font-weight: 600;
    padding: 5px 15px;
    line-height: 24px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #000000; }
    .previewCartCheckout .button-transparent:hover, .previewCartCheckout .button-transparent:focus, .previewCartCheckout .button-transparent:active {
      border: 1px solid #c1c1c1; }
    @media (min-width: 1025px) {
      .previewCartCheckout .button-transparent:hover, .previewCartCheckout .button-transparent:focus, .previewCartCheckout .button-transparent:active {
        color: #ffffff;
        border: 1px solid #323232; }
        .previewCartCheckout .button-transparent:hover svg, .previewCartCheckout .button-transparent:focus svg, .previewCartCheckout .button-transparent:active svg {
          fill: #ffffff; } }
  .previewCartCheckout .previewCartAction-checkoutMultiple {
    padding: 10px 0 0 0; }
    .previewCartCheckout .previewCartAction-checkoutMultiple > a {
      color: #303030;
      border-bottom: 0; }

.previewCartCheckout-additionalCheckoutButtons p {
  display: block;
  margin: 5px 0;
  float: none !important; }

.previewCartCheckout-subtotal {
  margin: 4px 0 15px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .previewCartCheckout-subtotal .previewCartCheckout-price {
    display: block;
    font-size: 22px;
    margin-top: 10px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48; }

/*=====  End of www.themevale.com  ======*/
.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #323232;
  left: 1.16667rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.16667rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #323232; }

.maintenanceNotice-header {
  font-family: "Poppins";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #323232;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Login page  ---------*/
.login-row {
  width: 100%;
  display: block; }
  .login-row:before, .login-row:after {
    display: table;
    content: " "; }
  .login-row:after {
    clear: both; }
  .login-row .login-form {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
  .login-row .new-customer {
    width: 100%;
    display: block;
    padding: 25px; }
  @media (min-width: 601px) {
    .login-row .login-form {
      width: 50%;
      float: left;
      padding-top: 30px;
      padding-right: 50px;
      margin-bottom: 0; }
    .login-row .new-customer {
      width: 50%;
      float: right;
      padding: 30px; } }
  @media (min-width: 993px) {
    .login-row .login-form {
      padding-top: 50px; }
    .login-row .new-customer {
      padding: 50px; } }
  @media (min-width: 1025px) {
    .login-row .login-form {
      max-width: 470px; }
    .login-row .new-customer {
      float: right;
      max-width: 470px; } }
  @media (min-width: 1281px) {
    .login-row .login-form {
      padding-top: 60px; }
    .login-row .new-customer {
      padding: 60px;
      max-width: 570px; } }

.login-form .form-field input:-webkit-autofill, .login-form .form-field textarea:-webkit-autofill, .login-form .form-field select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.login-form .form-actions {
  margin-top: 25px;
  text-align: left; }
  .login-form .form-actions .button {
    min-width: 200px;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle; }
  .login-form .form-actions .forgot-password {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #303030; }

@media (min-width: 601px) {
  .login-form .form-actions .button {
    min-width: 170px; } }

@media (min-width: 993px) {
  .login-form .form-actions .forgot-password {
    margin-top: 0;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle; }
    .login-form .form-actions .forgot-password:before {
      content: "";
      left: 0;
      width: 0;
      bottom: 0;
      height: 1px;
      position: absolute;
      transition: all 0.3s ease;
      width: 100%;
      background-color: #000000; }
    .login-form .form-actions .forgot-password:hover {
      color: #e7040f; }
      .login-form .form-actions .forgot-password:hover:before {
        width: 100%; } }

/*--------  2.0 New Customer  -------*/
.new-customer {
  background-color: #fafafa; }
  .new-customer .panel-header, .new-customer .panel-body {
    background-color: transparent; }
  .new-customer .panel-header {
    padding: 0; }
    .new-customer .panel-header .panel-title {
      font-size: 16px;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 28px;
      letter-spacing: 0.8px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #4e4b48;
      text-transform: uppercase; }
  .new-customer .panel-body {
    padding: 0;
    margin-bottom: 0; }
    .new-customer .panel-body ul li {
      line-height: 28px; }
  .new-customer .button {
    margin-top: 10px;
    min-width: 200px;
    margin-bottom: 0; }
  @media (min-width: 601px) {
    .new-customer .button {
      min-width: 240px; } }

/*--------  3.0 Customs page  ---------*/
.themevale_account h2, .themevale_account h3 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 24px;
  text-transform: uppercase; }

.themevale_account p strong {
  font-weight: 600; }

.themevale_account > p, .themevale_account > ol, .themevale_account > ul {
  line-height: 24px; }

.themevale_account .account-body .account-content {
  padding-left: 0;
  padding-right: 0; }

.themevale_account .account-body .g-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 551px) {
  .themevale_account .account-body .g-recaptcha > div {
    margin-left: 0; }
  .themevale_account .account-body .form-actions {
    text-align: left; } }

.themevale_account .form-prefixPostfix {
  display: block; }
  .themevale_account .form-prefixPostfix .button {
    width: auto;
    height: auto;
    margin-top: 15px;
    padding: 6px 30px; }
  @media (min-width: 1025px) {
    .themevale_account .form-prefixPostfix {
      display: flex; }
      .themevale_account .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 30px; } }

.themevale_account .form-actions #gift-certificate-preview,
.themevale_account .form-actions #gift-certificate-submit {
  width: 100%; }
  @media (max-width: 480px) {
    .themevale_account .form-actions #gift-certificate-preview,
    .themevale_account .form-actions #gift-certificate-submit {
      margin: 0;
      margin-top: 15px; } }

.themevale_account .form-actions .button[value="Send Message"],
.themevale_account .form-actions .button[value="Clear"],
.themevale_account .form-actions .button[data-wishlist],
.themevale_account .form-actions .button[data-wishlist-delete],
.themevale_account .form-actions .button[value="Save Address"] {
  min-width: 180px;
  margin-bottom: 0; }
  @media (max-width: 480px) {
    .themevale_account .form-actions .button[value="Send Message"],
    .themevale_account .form-actions .button[value="Clear"],
    .themevale_account .form-actions .button[data-wishlist],
    .themevale_account .form-actions .button[data-wishlist-delete],
    .themevale_account .form-actions .button[value="Save Address"] {
      margin-left: 0; } }

.themevale_account .form-actions .button[value="Create Account"] {
  min-width: 270px; }

@media (min-width: 601px) {
  .themevale_account .form-actions #gift-certificate-preview {
    width: auto;
    min-width: 180px; }
  .themevale_account .form-actions #gift-certificate-submit {
    width: auto;
    min-width: 345px; } }

@media (min-width: 1025px) {
  .themevale_account .gift-certificate-form .form-actions {
    text-align: left; } }

/*=====  End of www.themevale.com  ======*/
.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }
  .advancedSearch-form #advanced-search-submit {
    min-width: 180px; }

.search-form {
  position: relative; }

.quickSearchResults {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  max-height: 375px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  min-width: 400px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #d0d0d0;
  border-radius: 3px;
  right: 0;
  z-index: 1000;
  top: auto;
  display: none; }
  @media (max-width: 400px) {
    .quickSearchResults {
      min-width: auto; } }
  .quickSearchResults.is-open {
    display: block; }
  .quickSearchResults .card:before {
    content: none; }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .productList {
    padding: 0;
    margin: 0; }
    .quickSearchResults .productList .product {
      margin: 0;
      width: 100%;
      padding: 15px;
      display: block;
      transition: all 0.3s ease;
      border-bottom: 1px solid #eaeaea; }
      .quickSearchResults .productList .product:hover {
        background-color: #f5f5f5; }
      .quickSearchResults .productList .product:last-child {
        padding-bottom: 15px; }
      .quickSearchResults .productList .product + .product {
        margin-top: 0; }
  .quickSearchResults .card {
    margin: 0;
    width: 100%;
    display: table;
    text-align: left;
    padding: 0; }
    .quickSearchResults .card .card-figure,
    .quickSearchResults .card .card-body {
      text-align: left;
      display: table-cell;
      vertical-align: top; }
    .quickSearchResults .card .card-img-container:before {
      content: none; }
    .quickSearchResults .card .card-figure {
      width: 70px;
      padding-bottom: 0; }
    .quickSearchResults .card .card-body {
      padding-top: 0;
      padding-left: 15px; }
      .quickSearchResults .card .card-body .card-title {
        margin-bottom: 3px; }
      .quickSearchResults .card .card-body .price-wrapper {
        margin-bottom: 5px; }
      .quickSearchResults .card .card-body .card-brand {
        display: none; }
  .quickSearchResults .quickSearch-wrapper {
    padding: 15px; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 15px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-suggestion .category-suggestion {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px; }

.suggestion-title {
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #4e4b48;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em; }

.page-type-search .panel-body {
  background-color: #fafafa;
  border-radius: 3px; }

@media (min-width: 481px) {
  .page-type-search .navBar-section {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin: 0;
    width: 100%;
    display: table;
    background: #fafafa; }
    .page-type-search .navBar-section .navBar-item,
    .page-type-search .navBar-section .navBar-item.navBar-item--separate {
      padding: 0;
      font-size: 13px;
      display: table-cell;
      min-width: 200px;
      vertical-align: middle;
      background: #fafafa;
      border-right: 1px solid #e0e0e0; }
      .page-type-search .navBar-section .navBar-item:hover, .page-type-search .navBar-section .navBar-item.is-active,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate:hover,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate.is-active {
        background-color: #ffffff;
        border-right: 1px solid #e0e0e0; }
        .page-type-search .navBar-section .navBar-item:hover .navBar-action,
        .page-type-search .navBar-section .navBar-item:hover .toggleLink-text, .page-type-search .navBar-section .navBar-item.is-active .navBar-action,
        .page-type-search .navBar-section .navBar-item.is-active .toggleLink-text,
        .page-type-search .navBar-section .navBar-item.navBar-item--separate:hover .navBar-action,
        .page-type-search .navBar-section .navBar-item.navBar-item--separate:hover .toggleLink-text,
        .page-type-search .navBar-section .navBar-item.navBar-item--separate.is-active .navBar-action,
        .page-type-search .navBar-section .navBar-item.navBar-item--separate.is-active .toggleLink-text {
          border: none;
          background-color: #ffffff; }
      .page-type-search .navBar-section .navBar-item:last-child,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate:last-child {
        border-right: none; }
      .page-type-search .navBar-section .navBar-item .navBar-action,
      .page-type-search .navBar-section .navBar-item .toggleLink-text,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate .navBar-action,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate .toggleLink-text {
        border: none; } }

@media (max-width: 1024px) {
  .page-type-search .navBar-section .navBar-item {
    border-right: 1px solid #e0e0e0; }
    .page-type-search .navBar-section .navBar-item > a {
      padding: 7px 42px !important; }
      .page-type-search .navBar-section .navBar-item > a:hover, .page-type-search .navBar-section .navBar-item > a.is-active {
        background-color: #ffffff; }
        .page-type-search .navBar-section .navBar-item > a:hover .navBar-action,
        .page-type-search .navBar-section .navBar-item > a:hover .toggleLink-text, .page-type-search .navBar-section .navBar-item > a.is-active .navBar-action,
        .page-type-search .navBar-section .navBar-item > a.is-active .toggleLink-text {
          border: none;
          background-color: #ffffff; }
    .page-type-search .navBar-section .navBar-item.is-active {
      padding: 0;
      border: none;
      border-right: 1px solid #e0e0e0; } }

@media (max-width: 480px) {
  .page-type-search .navBar-section {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: 0; }
    .page-type-search .navBar-section .navBar-item {
      width: auto; }
      .page-type-search .navBar-section .navBar-item:first-child {
        padding-left: 0; }
      .page-type-search .navBar-section .navBar-item > a {
        padding: 7px 40px; }
      .page-type-search .navBar-section .navBar-item.is-active {
        border: 0; } }

.search-information {
  list-style: none;
  margin: 0; }
  .search-information > li + li {
    margin-top: 30px; }
  .search-information > li .title {
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px; }
  .search-information > li .description {
    margin-top: 15px; }

.page-type-search .navBar--sub .navBar-section {
  margin: 0; }
  @media (min-width: 1023px) {
    .page-type-search .navBar--sub .navBar-section {
      display: table !important; } }
  @media (max-width: 992px) {
    .page-type-search .navBar--sub .navBar-section {
      margin: 0;
      display: block;
      background: #fafafa;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      border: 1px solid #e0e0e0;
      border-radius: 3px; }
      .page-type-search .navBar--sub .navBar-section .navBar-item {
        width: 33.333333%;
        border-right: 1px solid #e0e0e0;
        margin-bottom: 0; } }
    @media (max-width: 992px) and (max-width: 551px) {
      .page-type-search .navBar--sub .navBar-section .navBar-item {
        width: auto;
        padding: 0; } }
  @media (max-width: 992px) {
        .page-type-search .navBar--sub .navBar-section .navBar-item:first-child {
          padding-left: 0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item:last-child {
          border-right: 0;
          padding-right: 0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item > a {
          padding: 7px 42px;
          border: 0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item.is-active {
          padding: 0;
          border-right: 1px solid #e0e0e0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item:hover .navBar-action,
        .page-type-search .navBar--sub .navBar-section .navBar-item:hover .toggleLink-text, .page-type-search .navBar--sub .navBar-section .navBar-item.is-active .navBar-action,
        .page-type-search .navBar--sub .navBar-section .navBar-item.is-active .toggleLink-text {
          border: none;
          background-color: #ffffff; } }
  @media (max-width: 480px) {
    .page-type-search .navBar--sub .navBar-section {
      border: 0;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
      .page-type-search .navBar--sub .navBar-section .navBar-item {
        border: 1px solid #e0e0e0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item:last-child {
          border-left: 0;
          border-right: 1px solid #e0e0e0;
          padding-right: 0; }
          .page-type-search .navBar--sub .navBar-section .navBar-item:last-child a {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; }
        .page-type-search .navBar--sub .navBar-section .navBar-item:first-child {
          border-right: 0;
          padding-right: 0; }
          .page-type-search .navBar--sub .navBar-section .navBar-item:first-child a {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; } }

.page-type-search .column-1 .card:before {
  content: none; }

.page-type-search .page-sidebar + .page-content {
  width: 100% !important; }
  @media (min-width: 1025px) {
    .page-type-search .page-sidebar + .page-content {
      width: 80% !important; } }

.page-type-search .page-sidebar.u-hiddenVisually + .page-content {
  width: 100% !important; }

.page-type-search .page-sidebar .themevale_products-filter {
  position: relative;
  z-index: 99999; }

.page-type-search .page-content #search-results-content .themevale_products-filter {
  margin-bottom: 30px;
  width: 100%; }

.page-type-search .page-content #search-results-content .compare-link {
  display: none; }

.page-type-search .page-content #search-results-content.u-hiddenVisually .themevale_products-filter {
  display: none; }

.page-type-search .page-content #search-results-content .actionBar {
  margin: 0; }
  .page-type-search .page-content #search-results-content .actionBar .actionBar-section {
    float: right; }
    .page-type-search .page-content #search-results-content .actionBar .actionBar-section .form-field {
      margin-bottom: 0;
      border: 0; }
    .page-type-search .page-content #search-results-content .actionBar .actionBar-section .form-select {
      padding: 5px 30px 5px 10px;
      height: 36px;
      min-width: 174px;
      background-position: right 6px center;
      background-size: 20px;
      border: 1px solid #b9bbbd;
      border-radius: 4px; }

.page-type-search .page-content #search-results-content .pagination {
  margin-top: 40px; }

@media (min-width: 801px) {
  .navBar--account {
    display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 60px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 133.33333%; }
  @media (min-width: 551px) {
    .account-product-figure {
      width: 90px; } }

.account-product-download {
  border-radius: 50%;
  height: 2.75rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.75rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.41667rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 55px;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.16667rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.16667rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.41667rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #323232;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.41667rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #323232;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  margin: 0;
  text-align: center;
  color: #4e4b48;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 15px;
  line-height: 20px;
  border-radius: 36px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #4e4b48;
  transition: all 0.3s ease; }
  @media (min-width: 415px) {
    .account-orderStatus-label {
      font-size: 13px;
      padding: 7px 30px;
      line-height: 24px;
      border-radius: 3px; } }
  @media (min-width: 1025px) {
    .account-orderStatus-label {
      min-width: 250px; }
      .account-orderStatus-label:hover, .account-orderStatus-label:focus, .account-orderStatus-label:active {
        color: #ffffff;
        border: 1px solid #4e4b48;
        background-color: #4e4b48; } }

.account-orderStatus-action {
  color: #323232;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: black; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 14px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #323232;
  font-size: 15px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #323232; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 45.83333rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 54.16667rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #e4e4e4; }

.icon--ratingFull svg {
  fill: #ffc50a; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1.16667rem;
    width: 1.16667rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.33333rem;
  cursor: pointer;
  display: none;
  max-height: 5.33333rem;
  min-height: 2.66667rem;
  min-width: 11.16667rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.75rem; }

.header {
  background-color: white;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 50;
  transition: all 0.3s ease; }
  .header.is-sticky {
    top: 0;
    position: fixed;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    .header.is-sticky #top-bar-promotion,
    .header.is-sticky .navUser {
      display: none; }
  @media (min-width: 1025px) {
    .header {
      z-index: 20; }
      .header .navPages-container {
        position: relative; }
      .header .navPages-icon {
        display: block;
        padding: 12px 5px; }
        .header .navPages-icon .icon {
          width: 25px;
          height: 25px; }
      .header.is-sticky {
        top: 0;
        position: fixed;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
        .header.is-sticky #menu {
          box-shadow: none; }
        .header.is-sticky #top-bar-promotion,
        .header.is-sticky .navUser,
        .header.is-sticky .themevale_middleHeader {
          display: none; }
        .header.is-sticky .header-logo {
          margin: 0;
          text-align: left; }
          .header.is-sticky .header-logo .header-logo-text {
            font-size: 36px;
            line-height: 1; }
          .header.is-sticky .header-logo .header-logo-image {
            max-height: 20px; }
        .header.is-sticky .navPages-item > a {
          position: relative; } }
    @media (min-width: 1025px) and (max-width: 1390px) {
      .header.is-sticky .navPages-item > .navPages-action {
        padding: 15px 10px 15px 10px; } }
  @media (min-width: 1025px) {
        .header.is-sticky .navPages-container {
          flex-wrap: wrap;
          display: -webkit-box;
          display: -ms-flexbox;
          -ms-flex-wrap: wrap;
          align-items: center;
          padding: 0px 30px;
          display: flex; }
          .header.is-sticky .navPages-container .themevale_navPages-item {
            flex-basis: 0;
            flex-grow: 8;
            max-width: 100%; }
            .header.is-sticky .navPages-container .themevale_navPages-item > .items {
              display: inline-block;
              vertical-align: middle; }
              .header.is-sticky .navPages-container .themevale_navPages-item > .items + .items {
                margin-left: 12px; }
          .header.is-sticky .navPages-container .themevale_navPages-item.text-right,
          .header.is-sticky .navPages-container .themevale_navPages-item.text-left {
            display: block;
            flex-grow: 2; } }

.header-logo {
  margin: 0;
  font-size: 0;
  text-align: center; }
  .header-logo > a {
    color: #323232;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
  @media (min-width: 1025px) {
    .header-logo {
      margin: 10px 0 15px 0; } }

.header-logo-text {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.20833rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 36px;
      font-weight: 600; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      font-size: 50px;
      line-height: 50px; } }

.header-logo-image-container {
  position: relative;
  padding: 5px;
  display: block; }

.header-logo-image {
  max-height: 30px; }
  @media (min-width: 768px) {
    .header-logo-image {
      max-height: 26px; } }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: 40px; } }

.header-logo-image-unknown-size {
  max-height: 3.08333rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  width: 27px;
  height: 27px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 50;
  background-color: transparent;
  outline: none;
  box-shadow: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #4e4b48;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #4e4b48;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }
  @media (min-width: 551px) {
    .mobileMenu-toggle {
      width: 30px;
      height: 30px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: -10px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: -10px; } }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Topbar Promotion  ---*/
#top-bar-promotion {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 11px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  min-height: 42px;
  text-align: center;
  color: #ffffff;
  letter-spacing: .05em;
  text-transform: capitalize;
  position: relative;
  overflow: hidden; }
  @media (max-width: 480px) {
    #top-bar-promotion {
      padding: 6px 28px;
      font-size: 11px;
      line-height: 16px; } }
  @media (max-width: 380px) {
    #top-bar-promotion {
      padding: 6px 10px; } }
  #top-bar-promotion > img {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
    transform: translate(-50%, -50%); }
  #top-bar-promotion .themevale_container {
    z-index: 2;
    position: relative; }
  #top-bar-promotion p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    display: inline;
    color: white; }
  #top-bar-promotion #countdown-timer-top {
    display: inline;
    margin-left: 6px;
    color: white; }
    #top-bar-promotion #countdown-timer-top .circle {
      display: inline;
      font-weight: 600; }
  #top-bar-promotion span {
    font-weight: 600; }
  #top-bar-promotion a {
    font-size: 16px;
    color: white;
    position: absolute;
    right: 60px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    font-weight: 600;
    z-index: 10; }
    @media (max-width: 1024px) {
      #top-bar-promotion a {
        right: 5px; } }
    @media (max-width: 480px) {
      #top-bar-promotion a {
        right: 0px; } }

.sign-in-left .halo-login-dropdown {
  opacity: 0;
  visibility: hidden; }

.sign-in-left.is-open .halo-login-dropdown {
  top: 109px;
  opacity: 1;
  visibility: visible; }

/*--------  2.0 Header Mobile  ------*/
.themevale_middleHeader-main {
  background: white;
  position: relative; }
  @media (max-width: 1024px) {
    .themevale_middleHeader-main {
      background: #ffffff;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); } }

.themevale_middleHeader {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 10px 0px;
  position: relative; }
  .themevale_middleHeader .themevale_container .left {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 0 16px; }
  .themevale_middleHeader .themevale_container .center {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 16px; }
  .themevale_middleHeader .themevale_container .right {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 16px; }
  .themevale_middleHeader .search-icon .icon-close {
    display: none; }
  .themevale_middleHeader .navUser-section {
    position: relative; }
    .themevale_middleHeader .navUser-section::before {
      position: absolute;
      top: 15px;
      right: -15px;
      content: ' ';
      width: 1px;
      height: 30px;
      background: #d0d0d0; }
    .themevale_middleHeader .navUser-section > li > a {
      letter-spacing: 0;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #3c3c3c;
      font-weight: 500; }
      .themevale_middleHeader .navUser-section > li > a:hover {
        color: #3c3c3c; }
      .themevale_middleHeader .navUser-section > li > a span {
        position: relative;
        top: 1px; }
      .themevale_middleHeader .navUser-section > li > a > img {
        margin-right: 8px; }
      .themevale_middleHeader .navUser-section > li > a > i {
        margin-left: 6px;
        width: 9px;
        height: 5px;
        margin-top: -1px; }
        .themevale_middleHeader .navUser-section > li > a > i:hover {
          color: #3c3c3c; }
  .themevale_middleHeader .currencies-nav #currencySelection {
    padding-top: 6px;
    padding-bottom: 6px;
    left: 0 !important;
    right: 0;
    min-width: 200px;
    top: 41px !important; }
    .themevale_middleHeader .currencies-nav #currencySelection > li > a > strong {
      font-weight: 500; }
  .themevale_quickSearch .themevale_middleHeader .search-icon .icon-close {
    display: inline-block; }
    @media (max-width: 1024px) {
      .themevale_quickSearch .themevale_middleHeader .search-icon .icon-close {
        width: 27px;
        height: 27px; } }
    .themevale_quickSearch .themevale_middleHeader .search-icon .icon-close + .icon-search {
      display: none; }
  @media (max-width: 1290px) {
    .themevale_middleHeader {
      padding: 10px 15px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .themevale_middleHeader {
      padding: 0px 15px; } }
  .themevale_middleHeader .middleHeader-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    .themevale_middleHeader .middleHeader-item > .items {
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 1025px) {
        .themevale_middleHeader .middleHeader-item > .items.hidden-md {
          display: none; } }
      @media (max-width: 1024px) {
        .themevale_middleHeader .middleHeader-item > .items.hidden-xs {
          display: none; } }
      .themevale_middleHeader .middleHeader-item > .items.sign-in-left.is-open .icon-tr svg {
        transform: rotate(180deg); }
      .themevale_middleHeader .middleHeader-item > .items.sign-in-left .icon svg {
        fill: #3c3c3c;
        stroke: #3c3c3c;
        opacity: 0.7; }
        .themevale_middleHeader .middleHeader-item > .items.sign-in-left .icon svg:hover {
          fill: #3c3c3c;
          stroke: #3c3c3c;
          opacity: 0.7; }
      .themevale_middleHeader .middleHeader-item > .items > ul {
        margin: 0;
        margin-right: 10px; }
        .themevale_middleHeader .middleHeader-item > .items > ul.currencies-nav li a i svg {
          fill: #3c3c3c;
          stroke: #3c3c3c;
          opacity: 0.7; }
          .themevale_middleHeader .middleHeader-item > .items > ul.currencies-nav li a i svg:hover {
            fill: #3c3c3c;
            stroke: #3c3c3c;
            opacity: 0.7; }
      @media (max-width: 1024px) {
        .themevale_middleHeader .middleHeader-item > .items {
          font-size: 0; } }
      .themevale_middleHeader .middleHeader-item > .items > .icons-link {
        display: block; }
        .themevale_middleHeader .middleHeader-item > .items > .icons-link .icon {
          width: 28px;
          height: 27px;
          fill: #141414; }
        .themevale_middleHeader .middleHeader-item > .items > .icons-link .cart-icon .icon {
          width: 27px;
          height: 27px; }
      @media (max-width: 1024px) {
        .themevale_middleHeader .middleHeader-item > .items + .items {
          margin-left: 36px; } }
      @media (max-width: 480px) {
        .themevale_middleHeader .middleHeader-item > .items + .items {
          margin-left: 23px; } }
      @media (max-width: 1024px) {
        .themevale_middleHeader .middleHeader-item > .items + .items.top-cart {
          margin-left: 25px; } }
      @media (max-width: 480px) {
        .themevale_middleHeader .middleHeader-item > .items + .items.top-cart {
          margin-left: 18px; } }
    .themevale_middleHeader .middleHeader-item > .right-find {
      margin-left: 11px; }
      .themevale_middleHeader .middleHeader-item > .right-find > a {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        letter-spacing: 0;
        font-weight: 500;
        text-transform: uppercase;
        color: #3c3c3c;
        font-size: 12px;
        display: block;
        padding-top: 2px; }
        .themevale_middleHeader .middleHeader-item > .right-find > a:hover {
          color: #3c3c3c; }
        .themevale_middleHeader .middleHeader-item > .right-find > a > svg {
          width: 22px;
          height: 30px;
          fill: #141414; }
          .themevale_middleHeader .middleHeader-item > .right-find > a > svg:hover {
            fill: #141414; }
        .themevale_middleHeader .middleHeader-item > .right-find > a span {
          position: relative;
          top: 1px; }
    .themevale_middleHeader .middleHeader-item > .sign-in-left {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      position: relative;
      padding-right: 25px; }
      @media (min-width: 1025px) {
        .themevale_middleHeader .middleHeader-item > .sign-in-left {
          max-width: 185px; } }
      .themevale_middleHeader .middleHeader-item > .sign-in-left::before {
        position: absolute;
        top: 50%;
        right: 9px;
        content: ' ';
        width: 1px;
        height: 30px;
        background: #d0d0d0;
        transform: translateY(-50%); }
      .themevale_middleHeader .middleHeader-item > .sign-in-left > a {
        position: relative;
        top: 1px; }
        @media (min-width: 1025px) {
          .themevale_middleHeader .middleHeader-item > .sign-in-left > a {
            display: inline-block; } }
        .themevale_middleHeader .middleHeader-item > .sign-in-left > a.account-name {
          color: #000000;
          font-weight: 500; }
          @media (min-width: 1025px) {
            .themevale_middleHeader .middleHeader-item > .sign-in-left > a.account-name {
              display: inline-block; } }
        .themevale_middleHeader .middleHeader-item > .sign-in-left > a > span {
          text-transform: uppercase;
          color: #3c3c3c;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0; }
          .themevale_middleHeader .middleHeader-item > .sign-in-left > a > span:hover {
            color: #3c3c3c; }
        .themevale_middleHeader .middleHeader-item > .sign-in-left > a > i {
          height: 5px;
          width: 9px;
          margin: -2px 0 0 0.16667rem;
          margin-left: 10px; }
          .themevale_middleHeader .middleHeader-item > .sign-in-left > a > i:hover {
            color: #3c3c3c; }
    .themevale_middleHeader .middleHeader-item > .cart-right {
      padding-right: 11px;
      padding-left: 8px; }
  @media (max-width: 1024px) {
    .themevale_middleHeader .navUser-action .icon {
      margin: 0; }
    .themevale_middleHeader .icon {
      width: 25px;
      height: 26px;
      fill: #161d25; } }
  @media (max-width: 550px) {
    .themevale_middleHeader .middleHeader-item > .items a {
      min-width: 27px;
      min-height: 27px; }
    .themevale_middleHeader .icon {
      width: 22px;
      height: 22px; }
    .themevale_middleHeader .cart-icon .icon {
      width: 24px;
      height: 24px; } }

.page-type-createaccount_thanks .themevale_container > .page-heading {
  font-size: 16px;
  font-weight: 500; }

.page-type-createaccount_thanks .themevale_container > .button {
  padding: 7px 45px; }

.themevale_quickSearch {
  overflow: hidden; }

/*=====  End of www.themevale.com  ======*/
/*==========================================
=            Defaul Bigcommerce            =
==========================================*/
.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1025px) {
    .page-content,
    .page-content--full {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 801px) and (min-width: 1025px) {
    .page-content--centered {
      padding-left: 15px;
      padding-right: 15px; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  display: none; }
  @media (min-width: 1025px) {
    .page-sidebar {
      padding-left: 15px;
      padding-right: 15px;
      width: 20%;
      float: left;
      display: block; }
      .page-sidebar + .page-content {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 20%);
        float: left; } }

.alert {
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning p {
    margin: 0; }

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

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

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

.themevale_purchase {
  display: none; }
  @media (min-width: 768px) {
    .themevale_purchase {
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: right;
      opacity: 1;
      z-index: 999;
      display: block;
      position: fixed;
      padding: 15px 30px;
      visibility: visible;
      transition: all 0.5s ease;
      box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12);
      background-color: rgba(255, 255, 255, 0.9); } }
  .themevale_purchase.hidden {
    bottom: -70px;
    opacity: 0;
    visibility: hidden; }
  .themevale_purchase .group-button {
    text-align: center;
    display: inline-block;
    vertical-align: top; }
  .themevale_purchase .button {
    font-size: 12px;
    border-radius: 36px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    line-height: 20px;
    border: 1px solid #303030; }
    .themevale_purchase .button + .button {
      margin-left: 15px; }
    .themevale_purchase .button:hover, .themevale_purchase .button:focus, .themevale_purchase .button:active {
      border: 1px solid #4e4b48; }
    .themevale_purchase .button.button-transparent {
      border: 1px solid #303030; }
      .themevale_purchase .button.button-transparent:hover, .themevale_purchase .button.button-transparent:focus, .themevale_purchase .button.button-transparent:active {
        border: 1px solid #4e4b48; }

/*=====  End of Defaul Bigcommerce  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
body {
  padding-top: 0;
  color: #303030;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  overflow-x: hidden;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  -wenkit-font-smoothing: subpixel-antialiased; }
  body.has-newsletter {
    overflow: hidden; }

img.lazyload {
  width: 50px;
  height: 50px; }
  img.lazyload.lazyloaded {
    width: auto;
    height: auto; }

.themevale_loading {
  overflow: hidden; }
  .themevale_loading .themevale_loadingpage {
    opacity: 1;
    visibility: visible; }

.themevale_loadingpage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: all .3s ease; }
  .themevale_loadingpage > img {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    transform: translate(-50%, -50%); }

a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

button, .button {
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 15px;
  line-height: 20px;
  border-radius: 3px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  border: 1px solid #303030;
  background-color: #303030;
  transition: all 0.3s ease;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  button.button--primary, .button.button--primary {
    color: white;
    border: 1px solid #303030;
    background-color: #303030; }
    button.button--primary:hover, button.button--primary:focus, button.button--primary:active, .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
      color: white;
      border: 1px solid #4e4b48;
      background-color: #4e4b48; }
      button.button--primary:hover svg, button.button--primary:focus svg, button.button--primary:active svg, .button.button--primary:hover svg, .button.button--primary:focus svg, .button.button--primary:active svg {
        fill: white; }
  button.btn-checkout, .button.btn-checkout {
    color: white;
    background: #303030;
    border: 1px solid #303030;
    font-weight: 600;
    letter-spacing: .05em; }
    button.btn-checkout:hover, button.btn-checkout:focus, button.btn-checkout:active, .button.btn-checkout:hover, .button.btn-checkout:focus, .button.btn-checkout:active {
      color: white;
      background: #4e4b48;
      border: 1px solid #4e4b48; }
  button.themevale_btnATC, .button.themevale_btnATC {
    color: white;
    border: 1px solid black;
    background-color: black; }
    button.themevale_btnATC:hover, button.themevale_btnATC:focus, button.themevale_btnATC:active, .button.themevale_btnATC:hover, .button.themevale_btnATC:focus, .button.themevale_btnATC:active {
      color: white;
      border: 1px solid #e7040f;
      background-color: #e7040f; }
      button.themevale_btnATC:hover svg, button.themevale_btnATC:focus svg, button.themevale_btnATC:active svg, .button.themevale_btnATC:hover svg, .button.themevale_btnATC:focus svg, .button.themevale_btnATC:active svg {
        fill: white; }
    button.themevale_btnATC.out_of_stock, .button.themevale_btnATC.out_of_stock {
      background: #f2f2f2;
      color: #969696;
      border: 1px solid #f2f2f2; }
      button.themevale_btnATC.out_of_stock:hover, .button.themevale_btnATC.out_of_stock:hover {
        background: #f2f2f2;
        color: #969696;
        border: 1px solid #f2f2f2; }
  button.button-transparent, .button.button-transparent {
    color: white;
    border: 1px solid #303030;
    background-color: #303030; }
    button.button-transparent svg, .button.button-transparent svg {
      fill: white; }
    @media (min-width: 1025px) {
      button.button-transparent:hover, button.button-transparent:focus, button.button-transparent:active, .button.button-transparent:hover, .button.button-transparent:focus, .button.button-transparent:active {
        color: white;
        border: 1px solid #4e4b48;
        background-color: #4e4b48; }
        button.button-transparent:hover svg, button.button-transparent:focus svg, button.button-transparent:active svg, .button.button-transparent:hover svg, .button.button-transparent:focus svg, .button.button-transparent:active svg {
          fill: white; } }
  button svg, .button svg {
    fill: white; }
  button .icon + .text, .button .icon + .text {
    margin-left: 5px; }
  button.big-button, .button.big-button {
    min-width: 180px; }
    @media (min-width: 601px) {
      button.big-button, .button.big-button {
        min-width: 200px; } }
    @media (min-width: 1025px) {
      button.big-button, .button.big-button {
        min-width: 280px; } }
  button[disabled], button[disabled]:hover, button[disabled]:focus, button[disabled]:active, .button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
    opacity: 0.7;
    color: white;
    border: 1px solid #303030;
    background-color: #303030; }
  @media (min-width: 415px) {
    button, .button {
      font-size: 12px;
      line-height: 24px; } }
  @media (min-width: 1025px) {
    button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
      color: white;
      border: 1px solid #4e4b48;
      background-color: #4e4b48; }
      button:hover svg, button:focus svg, button:active svg, .button:hover svg, .button:focus svg, .button:active svg {
        fill: white; } }
  @media (max-width: 330px) {
    button, .button {
      letter-spacing: 0; } }

.table thead tr th,
.table thead tr td {
  font-weight: 600; }

.table .table-thead {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #4e4b48; }

.page-heading {
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

.body > .page {
  margin: 0;
  padding: 30px 0 38px; }
  @media (max-width: 1024px) {
    .body > .page {
      padding: 15px 0 38px; } }
  @media (min-width: 1025px) {
    .body > .page {
      padding: 30px 0 38px; } }

.form-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #4e4b48; }
  .form-label > small {
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    float: right;
    margin-top: 1px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-style: italic; }
    .form-label > small:before {
      color: #e95144;
      font-size: 1rem; }

.form-input,
.form-select {
  height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 3px;
  border: none;
  border: 1px solid #cbcbcb; }

textarea.form-input {
  resize: none; }

.form-field--submit {
  margin-bottom: 0; }

.modal .modal-close {
  padding: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  background-color: #000000;
  line-height: 30px;
  height: 2.5rem;
  width: 2.5rem; }
  .modal .modal-close > span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: inherit; }

.modal .modal-header {
  padding: 10px 40px;
  border-bottom: 0;
  background: #fafafa; }
  .modal .modal-header .modal-header-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48; }
  .modal .modal-header .modal-close {
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  @media (min-width: 415px) {
    .modal .modal-header {
      padding: 14px 30px; } }

.modal .modal-body {
  padding: 20px 15px; }
  .modal .modal-body .form-actions .button {
    min-width: 120px; }

@media (min-width: 768px) {
  .modal .modal-body {
    padding: 30px; } }

@media (min-width: 993px) {
  .modal .modal-body {
    padding: 50px 60px; } }

.modal-quickview {
  width: 1050px; }
  @media (min-width: 1024px) {
    .modal-quickview .modal-body {
      padding: 40px; } }

#previewModal {
  width: 1030px; }
  @media (min-width: 993px) {
    #previewModal .modal-body {
      padding: 32px 50px 50px 50px; } }

#video-gallery-popup {
  max-width: 600px;
  right: auto; }
  @media (max-width: 480px) {
    #video-gallery-popup {
      max-width: 92%; } }
  #video-gallery-popup .modal-body {
    padding: 30px; }
  #video-gallery-popup .videoGallery-list {
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 10px; }
    #video-gallery-popup .videoGallery-list .videoGallery-item {
      white-space: normal;
      width: auto;
      max-width: 180px;
      padding: 0 15px 0 0;
      display: inline-block; }
      #video-gallery-popup .videoGallery-list .videoGallery-item .video {
        margin-bottom: 10px; }
        #video-gallery-popup .videoGallery-list .videoGallery-item .video .video-figure {
          margin-right: 5px; }

.slick-arrow {
  padding: 0;
  width: 12px;
  height: 22px;
  fill: #000000;
  border: none;
  margin-top: 0;
  transition: all 0.3s ease;
  background-color: transparent; }
  .slick-arrow:before {
    content: none; }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0; }
  .slick-arrow:hover {
    background-color: transparent;
    fill: #ff4338; }

.slick-dots li {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 5px; }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    opacity: 0.2;
    border: 1px solid #323232;
    background-color: #323232;
    transition: all 0.3s ease; }
    .slick-dots li button:before {
      content: none; }
  @media (min-width: 415px) {
    .slick-dots li {
      margin: 0 7px; }
      .slick-dots li button {
        width: 12px;
        height: 12px; } }

.slick-dots .slick-active button {
  opacity: 0.8;
  background-color: transparent; }

.color-success {
  color: #008a06; }

.bg-mobile {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  visibility: hidden;
  position: absolute;
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.3); }
  .themevale_quickSearch .bg-mobile {
    z-index: 30; }
  .themevale_open-Sidebar .bg-mobile,
  .themevale_open-Account .bg-mobile,
  .has-activeNavPages .bg-mobile {
    z-index: 51; }
  .themevale_quickSearch .bg-mobile,
  .themevale_open-Account .bg-mobile,
  .themevale_open-Sidebar .bg-mobile,
  .has-activeNavPages .bg-mobile {
    display: block;
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1025px) {
    .bg-mobile {
      display: none; } }

/*--------  2.0 Responsive  ---------*/
.themevale_Mobile {
  top: 0;
  bottom: 0;
  left: -100%;
  width: calc(100% - 42px);
  height: 100%;
  padding: 1px 0 0;
  z-index: 52;
  position: fixed;
  background-color: #fff;
  transition: all .8s ease;
  -webkit-transition: all .8s ease; }
  .themevale_Mobile .page-sidebar {
    display: block; }
  .themevale_Mobile .themevale_MobileContent {
    padding: 0;
    overflow-y: auto;
    height: 100%; }
    .themevale_Mobile .themevale_MobileContent .navPages li:first-child {
      border-top: none; }
    .themevale_Mobile .themevale_MobileContent #sideTopSellers .slick-dots {
      display: block !important; }
  .themevale_Mobile .themevale_close {
    top: 0;
    right: -42px;
    width: 42px;
    height: 42px;
    z-index: 10;
    line-height: 42px;
    position: absolute;
    text-align: center;
    background-color: #f5f5f5; }
    .themevale_Mobile .themevale_close .close {
      opacity: 1;
      width: 100%;
      height: 100%;
      color: #323232;
      display: block;
      font-size: 34px;
      font-weight: 300; }
  @media (min-width: 551px) {
    .themevale_Mobile {
      left: -422px;
      width: 380px; }
      .themevale_Mobile .themevale_close {
        right: -40px;
        background-color: #ffffff; } }
  @media (min-width: 1025px) {
    .themevale_Mobile {
      display: none; } }

.has-activeNavPages .themevale_MobileMenu,
.themevale_open-Sidebar .themevale_MobileSidebar,
.themevale_open-Account .themevale_MobileAccount {
  left: 0; }

#sidebar-mobile .themevale_MobileContent {
  padding: 10px 20px; }

/*=====  End of www.themevale.com  ======*/
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  transition: none;
  text-align: center;
  background: transparent; }
  .search-form button svg {
    width: 18px;
    padding: 1px;
    height: 18px;
    fill: #141414; }
    .search-form button svg:hover {
      fill: #141414; }

.search-form .form-field {
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 150px;
  height: 36px;
  background-color: #fff;
  border-radius: 3px; }
  .search-form .form-field .form-input {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #3c3c3c;
    background-color: rgba(0, 0, 255, 0);
    border: none;
    padding-top: 12px;
    max-height: 36px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    .search-form .form-field .form-input::-moz-placeholder {
      color: #3c3c3c;
      opacity: 1; }
    .search-form .form-field .form-input:-ms-input-placeholder {
      color: #3c3c3c !important; }
    .search-form .form-field .form-input::-webkit-input-placeholder {
      color: #3c3c3c; }

.search-form .form {
  margin: 0; }

.search-form .form-input::-moz-placeholder {
  color: #3c3c3c;
  opacity: 1; }

.search-form .form-input:-ms-input-placeholder {
  color: #3c3c3c !important; }

.search-form .form-input::-webkit-input-placeholder {
  color: #3c3c3c; }

.wrapper-brands1 .slick-arrow {
  top: 15px; }
  @media (max-width: 320px) {
    .wrapper-brands1 .slick-arrow {
      top: 12px; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
.footer {
  color: white;
  line-height: 24px;
  background-color: #141414; }
  .footer a {
    color: white; }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h6 {
    color: white; }
  .footer a, .footer p, .footer .store-address, .footer .store-call, .footer .store-email {
    opacity: 1;
    color: white; }
  .footer a:hover {
    opacity: 1;
    color: white; }
  .footer .socialLinks {
    margin-top: 25px; }
    .footer .socialLinks .icon {
      opacity: 1; }
      .footer .socialLinks .icon svg {
        fill: white; }
        .footer .socialLinks .icon svg:hover {
          fill: white; }
  .footer .form {
    margin-bottom: 40px; }
    .footer .form .form-field {
      margin-bottom: 0; }
      .footer .form .form-field .form-prefixPostfix {
        padding: 2px 0;
        overflow: hidden;
        border-radius: 2px;
        background-color: white;
        display: block;
        width: 100%;
        font-size: 0; }
        .footer .form .form-field .form-prefixPostfix .form-input {
          font-size: 12px;
          width: calc(100% - 42px);
          border: none;
          color: #a3a3a3;
          display: inline-block;
          vertical-align: middle;
          padding-left: 20px;
          padding-right: 20px;
          background-color: white; }
          .footer .form .form-field .form-prefixPostfix .form-input::-moz-placeholder {
            color: #a3a3a3;
            opacity: 1; }
          .footer .form .form-field .form-prefixPostfix .form-input:-ms-input-placeholder {
            color: #a3a3a3 !important; }
          .footer .form .form-field .form-prefixPostfix .form-input::-webkit-input-placeholder {
            color: #a3a3a3; }
        .footer .form .form-field .form-prefixPostfix .form-prefixPostfix-button--postfix {
          font-size: 11px;
          margin: 0;
          color: white;
          width: 40px;
          border: 1px solid #141414;
          height: auto;
          display: inline-block;
          vertical-align: middle;
          padding-left: 0;
          padding-right: 0;
          background: #141414;
          border-top-right-radius: 3px;
          border-top-left-radius: 0;
          border-bottom-right-radius: 3px;
          border-bottom-left-radius: 0; }
          .footer .form .form-field .form-prefixPostfix .form-prefixPostfix-button--postfix:hover {
            border: 1px solid #141414;
            background-color: rgba(0, 0, 255, 0);
            color: black; }

.footer-info-heading {
  color: white;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  margin: 0 0 20px 0;
  letter-spacing: 0.65px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .footer-info-heading {
      pointer-events: none; } }

.footer-info-list {
  margin: 0;
  list-style: none; }
  .footer-info-list > li {
    margin-bottom: 8px;
    text-transform: capitalize; }
    .footer-info-list > li:last-child {
      margin-bottom: 0; }
  @media (max-width: 992px) {
    .footer-info-list {
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .footer-dropdownmobile .footer-info-heading {
    padding: 3px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .footer-dropdownmobile .footer-info-heading:before {
      right: 0;
      top: 5px;
      z-index: 2;
      content: "\f107";
      font-family: "FontAwesome";
      color: inherit;
      font-size: 20px;
      line-height: 1;
      font-weight: 500;
      position: absolute; }
  .footer-dropdownmobile.open-dropdown .footer-info-heading:before {
    font-weight: 500;
    content: "\f106"; } }

/*--------  2.0 Footer top  ---------*/
.themevale_topFooter {
  padding: 15px 0; }
  .themevale_topFooter + .themevale_middleFooter {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }

.themevale_service .service-item {
  position: relative; }

.themevale_service .service-wrapper {
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  max-width: 290px;
  line-height: 24px;
  padding: 9px 30px 7px 30px;
  text-align: center;
  position: relative;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.15); }
  .themevale_service .service-wrapper p {
    margin-bottom: 0; }

.themevale_service .slick-arrow,
.themevale_service .slick-arrow:hover {
  fill: white; }

.themevale_service .slick-dots li button {
  border-color: white;
  background-color: white; }

.themevale_service .slick-dots .slick-active button {
  background-color: transparent; }

@media (min-width: 601px) {
  .themevale_service .service-wrapper {
    border: none;
    padding: 4px 15px 2px 15px;
    font-size: 11px; }
  .themevale_service .slick-slide + .slick-slide .service-item:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15); } }

@media (min-width: 768px) {
  .themevale_service .service-wrapper {
    font-size: 13px; } }

/*--------  3.0 Footer middle  ------*/
.themevale_middleFooter {
  padding: 30px 0 20px 0; }
  @media (max-width: 992px) {
    .themevale_middleFooter {
      padding-top: 30px;
      padding-bottom: 20px; } }

.themevale-logoFooter {
  display: block;
  text-align: center;
  margin-bottom: 30px; }
  .themevale-logoFooter > a {
    font-size: 0;
    opacity: 1;
    display: inline-block; }
  .themevale-logoFooter .logo-footer {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    display: inline-block; }
  .themevale-logoFooter .logo-footer-image {
    max-height: 30px;
    display: inline-block; }
  @media (min-width: 415px) {
    .themevale-logoFooter .logo-footer {
      font-size: 40px; }
    .themevale-logoFooter .logo-footer-image {
      max-height: 40px; } }
  @media (min-width: 993px) {
    .themevale-logoFooter {
      margin-bottom: 50px; } }

.themevale-infoFooter {
  display: block;
  font-size: 0;
  padding-bottom: 25px; }
  @media (max-width: 991px) {
    .themevale-infoFooter {
      border-bottom: 0; } }
  @media (max-width: 480px) {
    .themevale-infoFooter {
      padding-bottom: 10px; } }
  .themevale-infoFooter .footer-info-col {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 0px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem; }
  @media (min-width: 768px) {
    .themevale-infoFooter .footer-info-col {
      width: 33.333333%; }
      .themevale-infoFooter .footer-info-col.footer-info-col--small {
        width: 20%; }
      .themevale-infoFooter .footer-info-col.footer-info-col--medium {
        width: 50%; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .themevale-infoFooter .footer-info-col {
      width: 33.333333%; }
      .themevale-infoFooter .footer-info-col.footer-info-col--small {
        width: 33.333333%; }
      .themevale-infoFooter .footer-info-col.footer-info-col--medium {
        width: 50%; }
    .themevale-infoFooter .themevale-bottom-infoFooter {
      width: 33.333333%;
      display: inline-block;
      border-top: 0;
      padding-top: 0; } }
  @media (min-width: 1025px) {
    .themevale-infoFooter .footer-info-col {
      padding: 0; } }

.themevale-bottom-infoFooter {
  display: block;
  font-size: 0;
  margin-top: 43px;
  border-top: 1px solid #555555;
  padding-top: 25px; }
  @media (max-width: 991px) {
    .themevale-bottom-infoFooter {
      margin-top: 0;
      border-top: 0; } }
  .themevale-bottom-infoFooter .footer-info-col {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 0px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem; }
    .themevale-bottom-infoFooter .footer-info-col .sub-form {
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .themevale-bottom-infoFooter .footer-info-col .sub-form {
          justify-content: center; } }
      @media (min-width: 767px) and (max-width: 991px) {
        .themevale-bottom-infoFooter .footer-info-col .sub-form {
          display: block; } }
      @media (max-width: 480px) {
        .themevale-bottom-infoFooter .footer-info-col .sub-form {
          display: block; } }
      .themevale-bottom-infoFooter .footer-info-col .sub-form > h5 {
        margin: 0;
        margin-right: 20px;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: unset;
        font-weight: bold;
        letter-spacing: 0; }
        @media (min-width: 767px) and (max-width: 991px) {
          .themevale-bottom-infoFooter .footer-info-col .sub-form > h5 {
            margin-bottom: 12px; } }
        @media (max-width: 480px) {
          .themevale-bottom-infoFooter .footer-info-col .sub-form > h5 {
            display: inline-block;
            margin-bottom: 12px; } }
      .themevale-bottom-infoFooter .footer-info-col .sub-form > .form {
        margin: 0;
        width: 270px; }
        @media (min-width: 767px) and (max-width: 991px) {
          .themevale-bottom-infoFooter .footer-info-col .sub-form > .form {
            width: 100%; } }
        @media (max-width: 480px) {
          .themevale-bottom-infoFooter .footer-info-col .sub-form > .form {
            display: inline-block;
            width: 100%; } }
    .themevale-bottom-infoFooter .footer-info-col .socialLinks {
      text-align: right;
      margin-top: 10px; }
      @media (max-width: 991px) {
        .themevale-bottom-infoFooter .footer-info-col .socialLinks {
          text-align: center;
          margin-top: 20px; } }
  @media (min-width: 768px) {
    .themevale-bottom-infoFooter .footer-info-col {
      width: 33.333333%; }
      .themevale-bottom-infoFooter .footer-info-col.footer-info-col--small {
        width: 20%; }
      .themevale-bottom-infoFooter .footer-info-col.footer-info-col--medium {
        width: 50%; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .themevale-bottom-infoFooter .footer-info-col.footer-info-col--medium {
      width: 100%; } }
  @media (min-width: 1025px) {
    .themevale-bottom-infoFooter .footer-info-col {
      padding: 0; } }

/*--------  4.0 Footer bottom  ------*/
.themevale_bottomFooter {
  text-align: center;
  color: #a7a7a7;
  padding: 0;
  background-color: #141414;
  padding-bottom: 131px; }
  .themevale_bottomFooter a {
    color: #a7a7a7; }
  .themevale_bottomFooter .footer-copyright {
    display: block;
    margin-bottom: 8px; }
    .themevale_bottomFooter .footer-copyright > p {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 22px;
      color: #a7a7a7; }
      @media (max-width: 480px) {
        .themevale_bottomFooter .footer-copyright > p {
          margin-bottom: 0;
          padding: 0 20px; } }
  .themevale_bottomFooter .themevale_logo {
    display: inline-block; }
    .themevale_bottomFooter .themevale_logo > a {
      font-size: 0;
      display: table;
      width: 180px;
      text-align: left; }
      .themevale_bottomFooter .themevale_logo > a img {
        width: auto;
        height: 40px;
        max-width: none;
        -webkit-filter: grayscale(1);
        filter: grayscale(1); }
      .themevale_bottomFooter .themevale_logo > a > .icon, .themevale_bottomFooter .themevale_logo > a > .text {
        display: table-cell;
        vertical-align: middle; }
      .themevale_bottomFooter .themevale_logo > a .text {
        line-height: 18px;
        font-size: 11px;
        padding-left: 10px; }
    .themevale_bottomFooter .themevale_logo .payment-wrapper > ul {
      list-style: none; }
      .themevale_bottomFooter .themevale_logo .payment-wrapper > ul > li {
        float: left;
        margin-right: 12px; }
        @media (max-width: 480px) {
          .themevale_bottomFooter .themevale_logo .payment-wrapper > ul > li {
            margin-right: 8px;
            display: inline-block;
            padding: 0 0px 10px;
            float: none; } }
  @media (min-width: 768px) {
    .themevale_bottomFooter p {
      margin-bottom: 0; }
    .themevale_bottomFooter .footer-copyright {
      line-height: 30px; } }

.payment-wrapper img {
  max-height: 24px; }

/*Accept Cookies*/
#accept-cookies {
  position: fixed;
  z-index: 12;
  right: 40px;
  bottom: 40px;
  width: 464px;
  padding: 25px 30px 30px 37px;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 3px;
  display: block; }
  @media (max-width: 1024px) {
    #accept-cookies {
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      padding: 20px 20px 15px 20px;
      text-align: center;
      border-radius: 0; } }
  #accept-cookies a.close {
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    font-weight: 600; }
    @media (max-width: 1024px) {
      #accept-cookies a.close {
        top: 5px;
        right: 5px; } }
    @media (min-width: 1024px) and (max-width: 1281px) {
      #accept-cookies a.close {
        display: block;
        right: 5px; } }

.hide {
  display: none !important; }

#accept-cookies .cookies-inner {
  display: inline-block;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 991px) {
    #accept-cookies .cookies-inner {
      padding: 0 15px; } }
  @media (max-width: 480px) {
    #accept-cookies .cookies-inner {
      flex-wrap: wrap;
      padding: 5px; } }

#accept-cookies p {
  color: #fff;
  margin: 0 0px 20px 0;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  padding-right: 32px; }
  @media (max-width: 480px) {
    #accept-cookies p {
      margin: 0 0 23px;
      width: 100%;
      padding: 0; } }

#accept-cookies button {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background-color: #fff;
  border-color: #fff;
  color: #0f0f0f;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: initial;
  font-weight: bold;
  height: 42px;
  border-radius: 3px;
  letter-spacing: unset; }
  @media (min-width: 1024px) and (max-width: 1281px) {
    #accept-cookies button {
      margin-right: 2%; } }
  @media (max-width: 1091px) {
    #accept-cookies button {
      padding-left: 0;
      padding-right: 0;
      height: auto;
      width: 146px; } }
  @media (max-width: 768px) {
    #accept-cookies button {
      width: 238px;
      font-size: 10px; } }
  @media (max-width: 500px) {
    #accept-cookies button {
      width: 100%; } }

/*=====  End of www.themevale.com  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
#back-to-top {
  font-size: 40px;
  position: fixed;
  z-index: 10;
  bottom: 29%;
  border-radius: 50%;
  right: 5%;
  visibility: hidden;
  overflow: hidden;
  width: 48px;
  height: 48px;
  transition: opacity .3s 0s,visibility 0s .3s;
  opacity: 0;
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  filter: alpha(opacity=0);
  border: 1px solid #4e4b48; }
  @media (max-width: 480px) {
    #back-to-top {
      font-size: 30px;
      width: 36px;
      height: 36px; } }
  @media (max-width: 480px) {
    #back-to-top i {
      line-height: 29px; } }
  #back-to-top.is-visible {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .3s 0s,visibility 0s 0s; }
  #back-to-top.fade-out {
    opacity: .5;
    filter: alpha(opacity=50); }
    #back-to-top.fade-out:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.compare-link a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0; }
  .compare-link a:hover {
    border: 1px solid #e7040f;
    background-color: #e7040f; }
  .compare-link a .title-compare {
    border-radius: 3px;
    color: white;
    border: 1px solid #303030;
    background-color: #303030;
    font-weight: 600;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: .05em;
    display: inline-block;
    min-width: 182px;
    margin: 0;
    height: 40px;
    line-height: 39px; }
    .compare-link a .title-compare:hover {
      color: white;
      border: 1px solid #4e4b48;
      background-color: #4e4b48; }
  .compare-link a.show > span {
    display: inline-block; }
  .compare-link a > span {
    display: none;
    position: initial;
    min-width: 36px;
    min-height: 36px;
    margin-left: 0px;
    margin-right: 1px;
    padding: 0 4px;
    text-align: center;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    border-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 35px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400; }
  .compare-link a > .countPill--positive {
    position: inherit;
    top: 0;
    left: 0; }
  .compare-link a:hover {
    color: #000;
    background: #fff; }

.themevale_container,
.themevale_container-full {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .themevale_container:before, .themevale_container:after,
  .themevale_container-full:before,
  .themevale_container-full:after {
    display: table;
    content: " "; }
  .themevale_container:after,
  .themevale_container-full:after {
    clear: both; }
  @media (max-width: 678px) {
    .themevale_container,
    .themevale_container-full {
      padding-right: 15px;
      padding-left: 15px; } }

.themevale_container {
  max-width: 1100px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 1231px) {
    .themevale_container {
      max-width: 1230px; } }
  @media (min-width: 1025px) {
    .themevale_container > .page-sidebar {
      padding-left: 0; }
      .themevale_container > .page-sidebar + .page-content {
        padding-left: 10px;
        padding-right: 0; } }
  @media (min-width: 1025px) {
    .themevale_container > .page-content {
      padding-left: 0;
      padding-right: 0; } }
  .themevale_container > .page-heading {
    margin-top: 20px; }

.themevale-section {
  margin-bottom: 0px; }

.page-heading-wrapper {
  padding: 25px 0 0px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: transparent; }
  @media (max-width: 1024px) {
    .page-heading-wrapper {
      padding: 14px 0 0 0; } }
  .page-heading-wrapper p {
    z-index: 5;
    position: relative;
    margin-bottom: 10px; }
  .page-heading-wrapper .page-heading {
    z-index: 5;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48; }
    .page-heading-wrapper .page-heading + p {
      margin-top: 30px; }
    @media (min-width: 415px) {
      .page-heading-wrapper .page-heading {
        font-size: 30px; } }
  .page-heading-wrapper .breadcrumb a,
  .page-heading-wrapper .page-heading,
  .page-heading-wrapper .breadcrumb.is-active > .breadcrumb-label,
  .page-heading-wrapper .breadcrumb:before,
  .page-heading-wrapper p {
    color: #979797;
    letter-spacing: 0; }
  .page-heading-wrapper .themevale_img-bg {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    transform: translate(-50%, -50%); }

.page-heading-wrapper-2 {
  padding: 18px 0 5px;
  text-align: center; }
  @media (max-width: 552px) {
    .page-heading-wrapper-2 {
      padding: 15px 0 0 0; } }
  .page-heading-wrapper-2 .page-heading {
    z-index: 5;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48;
    text-align: left; }
    .page-heading-wrapper-2 .page-heading .label-quantity {
      position: absolute;
      right: 0;
      top: 8px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #777777;
      font-size: 12px;
      font-weight: bold;
      line-height: 17px;
      margin-left: 10px;
      text-transform: capitalize;
      display: inline-block;
      vertical-align: middle;
      border-bottom: 1px solid #acacac; }
    .page-heading-wrapper-2 .page-heading + p {
      margin-top: 30px; }
    @media (min-width: 415px) {
      .page-heading-wrapper-2 .page-heading {
        font-size: 24px; } }
  .page-heading-wrapper-2 .breadcrumb a,
  .page-heading-wrapper-2 .breadcrumb.is-active > .breadcrumb-label,
  .page-heading-wrapper-2 .breadcrumb:before,
  .page-heading-wrapper-2 span {
    color: #979797;
    font-size: 12px; }
  .page-heading-wrapper-2 p {
    color: #303030; }
  .page-heading-wrapper-2 .desciption-page {
    line-height: 24px;
    margin-top: 20px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
    .page-heading-wrapper-2 .desciption-page p:last-child {
      margin-bottom: 0; }
  @media (min-width: 300px) {
    .page-heading-wrapper-2 .page-heading {
      margin-bottom: 10px; }
    .page-heading-wrapper-2 .desciption-page {
      margin-top: 40px; } }

.themevale_products-filter .actionBar {
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 768px) {
    .themevale_products-filter .actionBar.view-mode-btn {
      float: right; } }
  .themevale_products-filter .actionBar .actionBar-section .form-field {
    margin-bottom: 0;
    padding: 0px 5px; }
    @media (max-width: 1024px) {
      .themevale_products-filter .actionBar .actionBar-section .form-field {
        padding: 0; } }
  .themevale_products-filter .actionBar .actionBar-section .form-select {
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    min-width: 130px;
    background-position: right 6px center; }
    @media (min-width: 600px) {
      .themevale_products-filter .actionBar .actionBar-section .form-select {
        padding-top: 8px;
        padding-bottom: 8px;
        height: auto;
        background-position: right 6px center; } }

.themevale_sidebar-mobile-wrapper {
  display: block;
  margin-bottom: 30px; }
  .themevale_sidebar-mobile-wrapper > .item {
    display: block; }
    @media (max-width: 600px) {
      .themevale_sidebar-mobile-wrapper > .item {
        text-align: left; }
        .themevale_sidebar-mobile-wrapper > .item + .item {
          margin-top: 20px; } }
  @media (min-width: 769px) {
    .themevale_sidebar-mobile-wrapper {
      display: flex;
      display: -ms-flexbox;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: top; }
      .themevale_sidebar-mobile-wrapper > .item {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; } }
  @media (max-width: 1024px) {
    .themevale_sidebar-mobile-wrapper > .item {
      margin-bottom: 0px; } }
  @media (max-width: 768px) {
    .themevale_sidebar-mobile-wrapper > .item {
      margin-bottom: 15px; } }

.themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 15px;
  padding-top: 17px; }
  .themevale_page-heading-wrapper > h2:before {
    top: 50%;
    left: -100px;
    width: 100px;
    z-index: 1;
    height: 2px;
    content: "";
    position: absolute;
    background-color: black;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 551px) {
      .themevale_page-heading-wrapper > h2:before {
        display: none; } }
  .themevale_page-heading-wrapper > h2:after {
    top: 50%;
    right: -100px;
    width: 100px;
    z-index: 1;
    height: 2px;
    content: "";
    position: absolute;
    background-color: black;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 551px) {
      .themevale_page-heading-wrapper > h2:after {
        top: 50%;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 2px;
        content: "";
        position: absolute;
        background-color: black;
        transform: translateY(-50%); } }
  .themevale_page-heading-wrapper.has-view-all {
    margin-bottom: 60px; }

.themevale_page-heading {
  margin: 0;
  z-index: 2;
  color: #4e4b48;
  font-size: 22px;
  padding: 0 23px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff; }
  @media (max-width: 768px) {
    .themevale_page-heading {
      font-size: 18px; } }
  @media (max-width: 551px) {
    .themevale_page-heading {
      font-size: 16px;
      width: 100%; } }
  @media (max-width: 551px) {
    .themevale_page-heading span {
      background: #ffffff;
      position: relative;
      z-index: 10;
      padding: 0 23px; } }

.themevale_viewall {
  left: 50%;
  line-height: 1;
  color: #505050;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  top: calc(100% + 12px);
  letter-spacing: 0.24px;
  text-transform: capitalize;
  transform: translateX(-50%); }

.themevale_showMoreProduct {
  text-align: center; }
  .themevale_showMoreProduct .button {
    margin-bottom: 0; }

.text-hidden {
  display: none !important;
  font-size: 0 !important; }

/*--------  2.0 Banner image  -------*/
.themevale_banner-list {
  font-size: 0;
  vertical-align: top;
  margin-left: -15px;
  margin-right: -15px; }
  .themevale_banner-list .banner-item {
    margin: 0;
    padding: 0 15px;
    width: 33.333333%;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem; }
  @media (max-width: 1024px) {
    .themevale_banner-list {
      width: auto;
      display: block;
      margin-left: -8px;
      margin-right: -8px; }
      .themevale_banner-list .banner-item {
        padding: 0 8px; } }
  @media (max-width: 414px) {
    .themevale_banner-list .banner-item {
      width: 100%;
      margin-bottom: 30px; }
      .themevale_banner-list .banner-item.item-last {
        margin-bottom: 0; } }

.themevale_banner-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #fafafa; }
  .themevale_banner-wrapper:before {
    content: "";
    display: block;
    padding-top: 46%; }
  .themevale_banner-wrapper img {
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: none;
    position: absolute;
    transform: translateY(-50%);
    transition: all 1s ease; }
  .themevale_banner-wrapper .banner-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    position: absolute; }
  .themevale_banner-wrapper .banner-content {
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    padding: 15px;
    text-align: center;
    position: absolute;
    transform: translateY(-50%); }
  .themevale_banner-wrapper .banner-title {
    margin: 0;
    color: white;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
    @media (max-width: 992px) and (min-width: 701px) {
      .themevale_banner-wrapper .banner-title {
        font-size: 18px; } }
    @media (max-width: 700px) and (min-width: 415px) {
      .themevale_banner-wrapper .banner-title {
        font-size: 16px; } }
    .themevale_banner-wrapper .banner-title:hover {
      color: white; }
  @media (min-width: 1025px) {
    .themevale_banner-wrapper .banner-link:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      transform: scale(0);
      transition: transform 0.4s ease 0s;
      background-color: rgba(0, 0, 0, 0.1); }
    .themevale_banner-wrapper:hover img {
      -webkit-transform: scale3d(1.1, 1.1, 1) translateY(-50%);
      transform: scale3d(1.1, 1.1, 1) translateY(-50%); }
    .themevale_banner-wrapper:hover .banner-link:after {
      transform: scale(1); } }

/*--------  3.0 Banner parallax  ----*/
.banner-parallax {
  overflow: hidden;
  text-align: center;
  position: relative; }
  .banner-parallax .image-parallax-wrapper {
    position: relative; }
    .banner-parallax .image-parallax-wrapper > img {
      width: 100%; }
    .banner-parallax .image-parallax-wrapper .white-banner {
      display: none; }
  .banner-parallax .content-parallax-wrapper {
    z-index: 5;
    width: 100%;
    max-width: 520px;
    position: relative;
    text-align: center;
    padding: 20px 0px 0px 0px;
    display: inline-block; }
  .banner-parallax .label {
    color: #323232;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: top;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    border-bottom: 1px solid #323232; }
  .banner-parallax .title {
    color: #323232;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .banner-parallax .text {
    line-height: 24px;
    margin: 0 0 30px 0; }
  .banner-parallax .button {
    min-width: 180px;
    margin-bottom: 0; }
  @media (min-width: 415px) {
    .banner-parallax .title {
      font-size: 30px;
      line-height: 1.4;
      margin-bottom: 15px; } }
  @media (min-width: 601px) {
    .banner-parallax .button {
      min-width: 200px; } }
  @media (min-width: 993px) {
    .banner-parallax {
      text-align: right; }
      .banner-parallax .content-parallax-wrapper {
        padding: 80px 30px 80px; }
      .banner-parallax .image-parallax-wrapper {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        position: absolute; }
        .banner-parallax .image-parallax-wrapper > img {
          top: 50%;
          left: 50%;
          z-index: 2;
          width: 100%;
          height: auto;
          position: absolute;
          transform: translate(-50%, -50%); }
        .banner-parallax .image-parallax-wrapper .white-banner {
          top: 0;
          right: 0;
          bottom: 0;
          z-index: 3;
          content: "";
          width: 400px;
          height: 100%;
          position: absolute;
          display: inline-block;
          background-color: #fff; }
      .banner-parallax .button {
        min-width: 220px; }
      .banner-parallax .text {
        margin-bottom: 33px; } }
  @media (min-width: 1400px) {
    .banner-parallax .content-parallax-wrapper {
      padding: 80px 30px 150px; }
    .banner-parallax .label {
      font-size: 13px;
      padding-bottom: 2px; }
    .banner-parallax .title {
      font-size: 40px;
      line-height: 1.5; } }

/*--------  4.0 Trending blogs  -----*/
.trending-blog-list {
  font-size: 0;
  display: block;
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 769px) and (max-width: 1024px) {
    .trending-blog-list {
      margin-top: 26px; } }
  @media (min-width: 1025px) {
    .trending-blog-list {
      margin-left: -15px;
      margin-right: -15px; } }
  .trending-blog-list .blog-item {
    width: 100%;
    padding: 0 8px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem; }
    .trending-blog-list .blog-item:first-child {
      margin-top: 0; }
      @media (max-width: 668px) {
        .trending-blog-list .blog-item:first-child {
          margin-bottom: 30px; } }
    @media (min-width: 501px) {
      .trending-blog-list .blog-item {
        width: 50%; }
        .trending-blog-list .blog-item:nth-child(-n + 2) {
          margin-top: 0; } }
    @media (min-width: 1025px) {
      .trending-blog-list .blog-item {
        padding: 0 15px; } }
    @media (max-width: 668px) {
      .trending-blog-list .blog-item .trending-blog1 a img {
        width: 100%; } }

/*--------  5.0 Brands image  -------*/
.wrapper-brands {
  padding-top: 25px;
  border-top: 1px solid #ebebeb; }

.brands-slider {
  padding-left: 30px;
  padding-right: 30px; }
  .brands-slider img {
    margin: 0 auto; }
  .brands-slider .slick-slide a {
    vertical-align: top; }

/*--------  6.0 Sitemap page  -------*/
.contentSitemap {
  margin: 0;
  display: block; }
  .contentSitemap ul {
    list-style: none;
    margin-left: 0; }
  .contentSitemap > li {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 20px 0 0; }
    .contentSitemap > li > ul {
      padding: 0px;
      padding-top: 0px; }
    .contentSitemap > li > ul > li > a {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.26px;
      color: #4e4b48; }
    .contentSitemap > li > ul > li > ul {
      padding: 0px 30px;
      padding-top: 0px; }
      .contentSitemap > li > ul > li > ul > li > a {
        font-size: 12px;
        font-weight: 400; }
      .contentSitemap > li > ul > li > ul > li > ul {
        padding: 0px 30px;
        padding-top: 0px; }
        .contentSitemap > li > ul > li > ul > li > ul > li > a {
          font-size: 12px;
          font-weight: 400;
          color: #303030; }
    .contentSitemap > li:last-child li a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      color: #303030; }
  .contentSitemap h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48;
    border-bottom: 1px solid #ececec; }
  .contentSitemap a {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .52px;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize; }

/*--------  7.0 page 404  -----------*/
.themevale_404 .page-404 {
  color: #4e4b48;
  line-height: 1;
  font-size: 100px;
  font-weight: 700;
  margin: 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

.themevale_404 .page-heading {
  color: #4e4b48;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

.themevale_404 .search-page {
  margin-top: 30px; }
  .themevale_404 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
    .themevale_404 .search-page .form-prefixPostfix .form-input {
      width: 100%;
      display: block; }
    .themevale_404 .search-page .form-prefixPostfix .button {
      width: 180px;
      margin-left: 0;
      margin-top: 20px;
      display: inline-block; }

@media (min-width: 415px) {
  .themevale_404 .page-404 {
    font-size: 150px;
    margin: 0 0 10px 0; } }

@media (min-width: 993px) {
  .themevale_404 .page-404 {
    font-size: 200px; }
  .themevale_404 .page-heading {
    font-size: 40px;
    margin-bottom: 40px; }
  .themevale_404 .search-page {
    margin-top: 50px; }
    .themevale_404 .search-page .form-prefixPostfix .button {
      width: 220px; } }

.themevale_403 .search-page {
  margin-top: 30px; }
  .themevale_403 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
    .themevale_403 .search-page .form-prefixPostfix .form-input {
      width: 100%;
      display: block; }
    .themevale_403 .search-page .form-prefixPostfix .button {
      width: 180px;
      margin-left: 0;
      margin-top: 20px;
      display: inline-block; }

@media (min-width: 993px) {
  .themevale_403 .search-page {
    margin-top: 50px; }
    .themevale_403 .search-page .form-prefixPostfix .button {
      width: 220px; } }

/*--------  8.0 Newsletter  ---------*/
#themevale_newsletter {
  position: relative;
  z-index: 100; }
  #themevale_newsletter .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #themevale_newsletter.hide {
    display: none !important; }
  #themevale_newsletter .newsletter-popup-container {
    width: 90%;
    height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    text-align: center;
    max-width: 450px;
    max-height: 380px; }
    @media (min-width: 481px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 350px; } }
    @media (min-width: 768px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 568px; } }
    @media (min-width: 1451px) {
      #themevale_newsletter .newsletter-popup-container {
        max-width: 558px;
        max-height: 652px; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
      width: 100%;
      margin: 0 auto;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ffffff;
      max-width: 450px;
      max-height: 380px; }
      @media (min-width: 481px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 350px; } }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 568px; } }
      @media (min-width: 1451px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-width: 558px;
          max-height: 652px; } }
    #themevale_newsletter .newsletter-popup-container .modal-close[data-close-newsletter-popup] {
      position: absolute;
      top: -15px;
      right: -15px;
      z-index: 5;
      width: 30px;
      height: 30px;
      line-height: 27px;
      color: #fff;
      background: #000;
      border: 1px solid #000;
      position: absolute;
      transform: none; }
      #themevale_newsletter .newsletter-popup-container .modal-close[data-close-newsletter-popup]:hover {
        color: #fff;
        background: #000;
        border: 1px solid #000; }
      #themevale_newsletter .newsletter-popup-container .modal-close[data-close-newsletter-popup] > span {
        width: 100%;
        height: 100%;
        display: block;
        line-height: 29px; }
    #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      max-height: 380px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: white;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      @media (min-width: 481px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 350px; } }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 568px; } }
      @media (min-width: 1451px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 664px; } }
      #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap .form-checkbox + .form-label::after, #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap .form-radio + .form-label::after {
        top: 2px;
        left: 0px; }
    #themevale_newsletter .newsletter-popup-container .newsletter-image img {
      -moz-border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
      @media (max-width: 1450px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: 240px;
          object-fit: cover; } }
      @media (max-width: 767px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: 280px;
          object-fit: cover;
          display: none; } }
      @media (max-width: 480px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: 260px; } }
      @media (max-width: 380px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: 200px; } }
      @media (max-width: 320px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: auto; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-heading {
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      margin: 25px 0 12px 0;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: black;
      position: relative; }
      #themevale_newsletter .newsletter-popup-container .newsletter-heading:before {
        content: "";
        position: absolute;
        top: 35px;
        left: 50%;
        width: 40px;
        height: 2px;
        background: #e9446e;
        transform: translate(-50%, -50%); }
      @media (min-width: 320px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-heading {
          font-size: 18px;
          margin: 20px 0 20px 0; } }
      @media (min-width: 1451px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-heading {
          margin: 45px 0 27px 0; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
      margin-bottom: 0;
      color: black;
      max-width: 60%;
      margin: 0 auto;
      line-height: 24px; }
      @media (min-width: 767px) and (max-width: 1281px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
          max-width: 75%; } }
      @media (min-width: 481px) and (max-width: 767px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
          max-width: 60%; } }
      @media (max-width: 480px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
          max-width: 100%; } }
    #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
      width: 75%;
      margin: 15px auto 0 auto; }
      @media (max-width: 480px) {
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
          margin: 15px auto 15px auto; } }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form {
        margin-bottom: 0; }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field {
        margin-bottom: 0; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-wrap {
          display: inline-block;
          width: 100%; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input {
          text-align: left;
          margin-bottom: 15px;
          width: 100%;
          display: inline-block;
          float: left;
          text-transform: lowercase;
          background: white;
          color: #2d2d2d;
          border: 1px solid #e6e6e6;
          box-shadow: none; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input::-moz-placeholder {
            color: #2d2d2d;
            opacity: 1; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input:-ms-input-placeholder {
            color: #2d2d2d !important; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input::-webkit-input-placeholder {
            color: #2d2d2d; }
          @media (min-width: 481px) {
            #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input {
              width: 66%;
              height: 46px; } }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
          width: 100%;
          display: inline-block;
          float: left;
          margin-bottom: 15px;
          letter-spacing: 0;
          background: black;
          color: white;
          border: black;
          padding: 9px; }
          @media (min-width: 481px) {
            #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
              width: 31%;
              height: 46px;
              margin-left: 3%; } }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button:hover {
            background: #e7040f;
            color: white;
            border: #e7040f; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button + .button {
          margin-top: 15px; }
    #themevale_newsletter .newsletter-popup-container .black-icons {
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        #themevale_newsletter .newsletter-popup-container .black-icons {
          margin-bottom: 30px; } }
      @media (max-width: 320px) {
        #themevale_newsletter .newsletter-popup-container .black-icons {
          margin-bottom: 5px; } }
      #themevale_newsletter .newsletter-popup-container .black-icons ul li {
        margin-right: 10px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
          height: 20px; }
          @media (max-width: 320px) {
            #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
              height: 16px; } }
      #themevale_newsletter .newsletter-popup-container .black-icons ul.facebook {
        margin-right: 5px; }
    #themevale_newsletter .newsletter-popup-container .newsletter-message {
      display: inline-block;
      margin-bottom: 27px; }
      @media (min-width: 481px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-message {
          margin-bottom: 32px; } }
      @media (max-width: 320px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-message {
          margin-bottom: 22px; } }
    #themevale_newsletter .newsletter-popup-container .form-check {
      text-align: center; }
      #themevale_newsletter .newsletter-popup-container .form-check .form-label {
        width: auto;
        display: inline-block;
        color: #8d8d8d;
        font-weight: 400; }
        #themevale_newsletter .newsletter-popup-container .form-check .form-label:before {
          top: 3px;
          width: 13px;
          height: 13px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          -ms-border-radius: 0px;
          border-radius: 0px; }
    @media (min-width: 481px) {
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
        margin-top: 24px; }
      #themevale_newsletter .newsletter-popup-container .black-icons {
        margin-bottom: 27px;
        margin-top: 7px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li {
          margin-right: 20px; }
          #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
            height: 27px;
            fill: #141414; }
            #themevale_newsletter .newsletter-popup-container .black-icons ul li svg:hover {
              fill: #141414; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul.facebook {
          margin-right: 15px; } }
    @media (min-width: 601px) {
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
        margin-bottom: 0; }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button + .button {
        margin-top: 0;
        margin-left: 0.75rem; } }

/*--------  9.0 Login Dropdown  ---------*/
.halo-login-dropdown {
  width: 278px;
  min-height: 335px;
  transition: all .3s ease;
  margin: 0;
  position: fixed;
  background: #fff;
  top: 140px;
  margin-left: -36px;
  padding: 10px 20px 20px 20px;
  z-index: 12;
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
  .halo-login-dropdown:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    top: 40px;
    left: 0; }
  .halo-login-dropdown:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    bottom: 87px;
    left: 0; }
  .halo-login-dropdown .text-left h3 {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    margin: 2px 0 27px; }
  .halo-login-dropdown form .form-field {
    margin-bottom: 10px; }
    .halo-login-dropdown form .form-field input {
      background-color: #fff;
      border: 1px solid #cbcbcb;
      color: #454545;
      transition: border-color .1s ease-out;
      width: 100%;
      height: 40px; }
    .halo-login-dropdown form .form-field .form-inlineMessage {
      line-height: 1.5em;
      margin: 0;
      font-size: 11px; }
  .halo-login-dropdown form .form-actions {
    margin-top: 10px; }
    .halo-login-dropdown form .form-actions input[type="submit"] {
      width: 100%;
      border-radius: 3px;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .05em;
      min-height: 40px; }
    .halo-login-dropdown form .form-actions a.forgot-password {
      margin: 12px 0 17px;
      display: block;
      text-align: left; }
  .halo-login-dropdown .separated-form > span {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 11px;
    font-style: italic;
    text-align: center; }
    .halo-login-dropdown .separated-form > span::before {
      content: '';
      border-top: 1px solid #ddd;
      width: 40%;
      display: block;
      position: absolute;
      top: 50%;
      left: 0px; }
    .halo-login-dropdown .separated-form > span::after {
      content: '';
      border-top: 1px solid #ddd;
      width: 40%;
      display: block;
      position: absolute;
      top: 50%;
      right: 0px; }
  .halo-login-dropdown .separated-form a.btn {
    width: 100%;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 11px;
    display: block;
    min-height: 42px;
    text-align: center;
    line-height: 25px; }
    .halo-login-dropdown .separated-form a.btn span {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .05em;
      font-weight: 600; }
  .halo-login-dropdown .modal-body {
    padding: 40px; }
    .halo-login-dropdown .modal-body h3 {
      margin: 0 0 20px;
      padding: 5px 0;
      text-align: left;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      font-size: 20px; }
      .halo-login-dropdown .modal-body h3::before {
        content: "";
        height: 3px;
        top: -10px;
        left: 0;
        width: 40px;
        background: #ae895d;
        position: absolute; }

/*--------  10.0 Contact Page  ---------*/
.themevale_contact-us .desciption-page {
  margin-bottom: 15px; }
  .themevale_contact-us .desciption-page p:last-child {
    margin-bottom: 0; }

.themevale_form {
  width: 100%;
  float: left;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .themevale_form {
      margin-bottom: 0;
      width: 70%;
      padding-right: 25px; } }
  @media (min-width: 1025px) {
    .themevale_form {
      width: 75%;
      padding-right: 45px; } }
  @media (min-width: 1281px) {
    .themevale_form {
      width: 65%;
      padding-right: 85px; } }

.themevale_location {
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .themevale_location {
      float: right;
      width: 30%;
      padding-left: 25px; } }
  @media (min-width: 1025px) {
    .themevale_location {
      width: 25%;
      padding-left: 45px; } }
  @media (min-width: 1281px) {
    .themevale_location {
      width: 35%; } }
  .themevale_location a {
    color: #2d2d2d; }
    .themevale_location a:hover, .themevale_location a:focus {
      color: #2d2d2d; }
  .themevale_location .title {
    margin: 0 0 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px; }
  .themevale_location .title-h4 {
    margin: 0 0 12px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 600; }
  .themevale_location .sub-title {
    font-weight: bold;
    margin-bottom: 12px; }
  .themevale_location .store-address + .store-email,
  .themevale_location > .content + .content {
    margin-top: 15px; }
  @media (min-width: 801px) {
    .themevale_location .title {
      font-size: 14px;
      margin: 0 0 20px; }
    .themevale_location .store-address + .store-email {
      margin-top: 20px; }
    .themevale_location > .content + .content {
      padding-top: 5px; } }

.themevale_map {
  margin-bottom: 10px; }

.page-heading.contact-title {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px; }

/*--------  11.0 Custom CSS  ---------*/
/*Halo Advanced Image Swap*/
.product [data-product-option-change] > div[data-product-attribute="swatch"], .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] {
  text-align: center;
  margin-bottom: 10px; }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:checked + .form-option, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:checked + .form-option {
    -moz-box-shadow: 0px 0px 1px 0px #aaa;
    -webkit-box-shadow: 0px 0px 1px 0px #aaa;
    box-shadow: 0px 0px 1px 0px #aaa; }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:focus + .form-option, .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option.active, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:focus + .form-option, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option.active {
    border: 1px solid #3e3a3a; }
    @media (min-width: 1025px) {
      .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:focus + .form-option, .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option.active, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:focus + .form-option, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option.active {
        box-shadow: 0 0 1px 1px #3e3a3a !important;
        -moz-box-shadow: 0 0 1px 1px #3e3a3a !important;
        -webkit-box-shadow: 0 0 1px 1px #3e3a3a !important;
        border: none; } }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span {
    margin: 0;
    width: 22px;
    height: 22px;
    background-size: cover; }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .showmore, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .showmore {
    font-size: 12px;
    margin-left: 2px;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option, .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 2.5px 0 2.5px;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 1px 0px #aaa;
    -webkit-box-shadow: 0px 0px 1px 0px #aaa;
    box-shadow: 0px 0px 1px 0px #aaa; }
    .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span, .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio > span, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio > span {
      margin: 0;
      width: 100%;
      height: 100%;
      border-radius: 0;
      background-size: contain;
      cursor: pointer;
      background-position: center; }

.product .card_optionImage, .product_editor .card_optionImage {
  margin-top: 5px;
  position: absolute;
  bottom: -7px;
  width: 100%;
  text-align: center; }

.page-type-wishlist .product .card_optionImage {
  margin-top: 5px;
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center; }

.page-type-wishlist .productGrid > li.product > .card {
  margin-bottom: 10px; }

.slick-slide {
  outline: none; }

.page-type-account_orderstatus .pagination-list {
  display: block; }
  .page-type-account_orderstatus .pagination-list .pagination-item .pagination-link {
    height: auto; }

.page-type-login .themevale_middleHeader .middleHeader-item .account-icon {
  pointer-events: none; }

#account-mobile .themevale_MobileContent ul {
  padding-top: 0; }
  #account-mobile .themevale_MobileContent ul li {
    border-top: none;
    width: 100%; }
    #account-mobile .themevale_MobileContent ul li .navPage-subMenu-title {
      background: #fafafa;
      padding: 10px 20px;
      margin-bottom: 12px; }
      #account-mobile .themevale_MobileContent ul li .navPage-subMenu-title .text {
        font-size: 13px;
        font-weight: 600;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #account-mobile .themevale_MobileContent ul li .navPage-subMenu-title .text svg {
          margin-right: 10px;
          width: 15px;
          height: 15px;
          display: inline-block;
          vertical-align: middle;
          margin-top: -1px; }
    #account-mobile .themevale_MobileContent ul li a {
      padding: 10px 20px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: capitalize; }
      #account-mobile .themevale_MobileContent ul li a strong {
        font-weight: 500;
        text-decoration: underline; }
    #account-mobile .themevale_MobileContent ul li .login-content {
      padding: 0 20px 20px 20px; }
      #account-mobile .themevale_MobileContent ul li .login-content .login-intro {
        color: #a3a3a3;
        margin-bottom: 14px;
        font-size: 12px; }
      #account-mobile .themevale_MobileContent ul li .login-content .login-form {
        margin-bottom: 0; }
        #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-field {
          margin-bottom: 15px; }
          #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-field + .form-field {
            margin-bottom: 10px; }
          #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-field .form-label {
            margin-bottom: 5px; }
        #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-actions {
          margin-top: 0; }
          #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-actions .forgot-password {
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 12px;
            padding: 0; }
          #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-actions .button {
            width: 100%;
            max-width: 100%;
            margin-left: 0; }
    #account-mobile .themevale_MobileContent ul li .new-customer {
      padding: 12px 20px 20px 20px;
      background: #fff;
      border-top: 1px solid #f0f0f0; }
      #account-mobile .themevale_MobileContent ul li .new-customer .new-customer-intro {
        margin-bottom: 12px;
        color: #a3a3a3;
        font-size: 12px; }
      #account-mobile .themevale_MobileContent ul li .new-customer .button {
        margin-top: 0;
        width: 100%;
        padding: 7px 15px; }

.wrapper-brands1:hover .slick-arrow {
  display: block; }

.wrapper-brands1 .slick-arrow {
  display: none; }

#homeNewProducts .productCarousel .slick-list {
  padding-bottom: 5px; }

@media (max-width: 768px) {
  #home-top-banner-trending {
    padding-bottom: 15px; } }

#home-top-banner-trending .trending-blog-list {
  font-size: 0;
  display: block;
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 1025px) {
    #home-top-banner-trending .trending-blog-list {
      margin-left: -15px;
      margin-right: -15px; } }
  #home-top-banner-trending .trending-blog-list .blog-item {
    width: 100%;
    padding: 0 8px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem;
    padding: 0px 15px 5px 15px; }
    @media (min-width: 768px) {
      #home-top-banner-trending .trending-blog-list .blog-item {
        width: 33.33%;
        float: left; } }
    @media (min-width: 1025px) {
      #home-top-banner-trending .trending-blog-list .blog-item {
        padding: 0px 15px 5px 15px; } }

#home-top-banner-trending .trending-blog {
  display: block;
  text-align: center;
  position: relative; }
  #home-top-banner-trending .trending-blog .wrapper-image {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #fafafa; }
    #home-top-banner-trending .trending-blog .wrapper-image a {
      display: block;
      text-align: center; }
      #home-top-banner-trending .trending-blog .wrapper-image a img {
        transition: 1s ease 0s;
        -webkit-transition: 1s ease 0s;
        -moz-transition: 1s ease 0s;
        -ms-transition: 1s ease 0s;
        margin: 0 auto; }
    #home-top-banner-trending .trending-blog .wrapper-image .head-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #ffffff;
      padding-top: 45px; }
      #home-top-banner-trending .trending-blog .wrapper-image .head-content .heading-wrapper {
        background: #fff;
        padding: 16px 20px;
        width: 94%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (min-width: 1200px) {
          #home-top-banner-trending .trending-blog .wrapper-image .head-content .heading-wrapper {
            width: 75%; } }
    #home-top-banner-trending .trending-blog .wrapper-image:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1); }
  #home-top-banner-trending .trending-blog .wrapper-content {
    position: relative;
    padding: 0;
    margin-top: -40px;
    padding-bottom: 28px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
    #home-top-banner-trending .trending-blog .wrapper-content .head-content {
      background: #fff;
      max-width: 80%;
      margin: 0 auto;
      padding: 15px 0; }
      #home-top-banner-trending .trending-blog .wrapper-content .head-content .sub-heading {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        color: #303030;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        margin-bottom: 15px; }
      #home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
        color: #141414;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        letter-spacing: .05em;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 8px;
        padding: 0 10px;
        margin-top: 0;
        text-transform: uppercase; }
        @media (max-width: 1024px) {
          #home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
            font-size: 24px; } }
        @media (max-width: 768px) {
          #home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
            font-size: 20px; } }
    #home-top-banner-trending .trending-blog .wrapper-content .big-button {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #000000;
      letter-spacing: .05em;
      text-transform: uppercase;
      font-weight: 600; }
    #home-top-banner-trending .trending-blog .wrapper-content .text {
      line-height: 20px;
      padding: 0 15px 20px 15px;
      margin: 0; }

#home-recent-blog .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 44px;
  padding-top: 0;
  margin-top: 36px; }
  @media (max-width: 768px) {
    #home-recent-blog .themevale_page-heading-wrapper {
      margin-top: 0; } }

#home-recent-blog .productCarousel {
  margin-bottom: 2px; }
  #home-recent-blog .productCarousel .slick-list {
    padding: 0; }
    @media (max-width: 551px) {
      #home-recent-blog .productCarousel .slick-list .banner-item {
        margin-bottom: 8px; } }
  @media (max-width: 992px) {
    #home-recent-blog .productCarousel .slick-dots {
      position: relative;
      padding-top: 2px;
      z-index: 10;
      bottom: 0px; } }
  @media (max-width: 480px) {
    #home-recent-blog .productCarousel .slick-dots {
      padding-top: 16px; } }

#home-recent-blog .themevale_blog-wrapper {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px; }
  @media (max-width: 551px) {
    #home-recent-blog .themevale_blog-wrapper {
      margin-bottom: 0px; } }

#home-recent-blog .blog-content-bottom {
  position: relative;
  z-index: 10;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0 40px;
  margin-top: -40px;
  text-align: center;
  background: #fff;
  padding-bottom: 29px; }
  @media (max-width: 768px) {
    #home-recent-blog .blog-content-bottom {
      margin-left: 30px;
      margin-right: 30px;
      padding: 0px 13px;
      padding-bottom: 18px; } }
  @media (max-width: 480px) {
    #home-recent-blog .blog-content-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 0px 13px;
      padding-bottom: 18px; } }
  #home-recent-blog .blog-content-bottom .posted-by {
    color: #969696;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 12px; }
    @media (max-width: 768px) {
      #home-recent-blog .blog-content-bottom .posted-by {
        padding-top: 15px;
        line-height: 10px;
        padding-bottom: 7px; } }
  #home-recent-blog .blog-content-bottom .blog-title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #141414;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600; }
    @media (max-width: 330px) {
      #home-recent-blog .blog-content-bottom .blog-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
  #home-recent-blog .blog-content-bottom p {
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 23px; }
  #home-recent-blog .blog-content-bottom .read-more-blog {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase; }

.page-type-default #home-brand {
  margin-top: 74px; }

.page-type-category #home-brand {
  margin-top: 47px; }

@media (max-width: 1024px) {
  .page-type-category .page-heading-wrapper {
    padding: 14px 0 20px 0; } }

#home-brand {
  margin-bottom: 0;
  background: #fafafa;
  padding: 38px 0 20px 0px; }
  #home-brand .wrapper-brands1 {
    min-height: 50px; }
  @media (max-width: 768px) {
    #home-brand {
      margin-top: 32px; } }
  #home-brand .slick-arrow {
    width: 12px;
    height: 18px;
    fill: black; }
  #home-brand .slick-list .slick-slide img {
    width: auto; }

.page-type-compare .card:before {
  content: none; }

#InstagramGallery .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 0;
  margin-top: 56px; }
  @media (max-width: 768px) {
    #InstagramGallery .themevale_page-heading-wrapper {
      margin-top: 20px; } }
  #InstagramGallery .themevale_page-heading-wrapper .themevale_page-heading {
    color: black; }

#InstagramGallery h3 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #e7040f;
  letter-spacing: .05em;
  line-height: 18px;
  font-family: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 19px; }

#InstagramGallery #instafeed .slick-arrow {
  width: 17px;
  height: 33px;
  fill: black; }
  @media (min-width: 1025px) {
    #InstagramGallery #instafeed .slick-arrow.slick-prev {
      left: -54px; } }
  @media (min-width: 1025px) and (max-width: 1366px) {
    #InstagramGallery #instafeed .slick-arrow.slick-prev {
      left: 0; } }
  @media (min-width: 1025px) {
    #InstagramGallery #instafeed .slick-arrow.slick-next {
      right: -54px; } }
  @media (min-width: 1025px) and (max-width: 1366px) {
    #InstagramGallery #instafeed .slick-arrow.slick-next {
      right: 0; } }

#InstagramGallery .slick-slide {
  position: relative;
  padding: 0 2px; }

@media (max-width: 992px) {
  #InstagramGallery .slick-dots {
    position: relative;
    padding-top: 0px;
    z-index: 10;
    bottom: -19px; } }

#sideTopSellers .productCarousel .slick-list {
  padding: 0;
  z-index: 1; }

/* Recently Bought */
#recently_bought_list {
  z-index: 100; }

.themevale_recently-bought {
  position: fixed;
  bottom: 40px;
  left: 40px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  width: 364px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  @media (max-width: 480px) {
    .themevale_recently-bought {
      width: calc(100% - 30px);
      right: 15px;
      bottom: 15px;
      left: auto; } }
  .themevale_recently-bought .modal-close {
    color: #c1c1c1;
    margin-top: -5px;
    margin-right: -2px;
    font-size: 28px;
    z-index: 40;
    width: 32px;
    height: 32px;
    display: block; }
    @media (max-width: 767px) {
      .themevale_recently-bought .modal-close {
        margin-right: -9px; } }
    .themevale_recently-bought .modal-close span {
      display: block;
      width: 100%;
      height: 100%; }
      .themevale_recently-bought .modal-close span:hover {
        color: #000000; }
  .themevale_recently-bought .product-image {
    width: 72px;
    float: left; }
    @media (max-width: 767px) {
      .themevale_recently-bought .product-image {
        width: 60px; } }
    .themevale_recently-bought .product-image img {
      position: relative; }
  .themevale_recently-bought .product-info {
    width: calc(100% - 72px);
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #969696;
    z-index: 1; }
    @media (max-width: 767px) {
      .themevale_recently-bought .product-info {
        padding-right: 10px;
        padding-left: 10px;
        width: calc(100% - 60px); } }
    .themevale_recently-bought .product-info .text {
      margin-bottom: 7px; }
    .themevale_recently-bought .product-info .product-name {
      color: #323232;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 500;
      line-height: 22px;
      border-bottom: 1px solid #ccc;
      padding: 5px 0 0px 0; }
    .themevale_recently-bought .product-info #customer-info {
      font-size: 11px; }

/*LookBook Styles*/
.lookbook .lookbook-carousel {
  padding: 0;
  list-style: none;
  margin: 5px 0 8px 0; }
  @media (max-width: 600px) {
    .lookbook .lookbook-carousel {
      margin-bottom: 55px; } }
  .lookbook .lookbook-carousel .slide-desc {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #000;
    padding: 0 15px; }
    @media (max-width: 600px) {
      .lookbook .lookbook-carousel .slide-desc {
        position: relative;
        right: 0;
        left: 0;
        width: 100% !important;
        margin-top: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 0; } }
    @media (max-width: 767px) {
      .lookbook .lookbook-carousel .slide-desc.slide-desc-left {
        left: 0px;
        width: 40%; } }
    .lookbook .lookbook-carousel .slide-desc.slide-desc-right {
      right: 0px;
      left: auto; }
      @media (max-width: 767px) {
        .lookbook .lookbook-carousel .slide-desc.slide-desc-right {
          right: 0px;
          width: 40%; } }

.lookbook .slick-arrow {
  padding: 22px;
  width: 66px;
  border-radius: 50%;
  height: 66px;
  background: #ffffff;
  fill: #000000;
  border: none;
  margin-top: 0;
  transition: all 0.3s ease; }
  @media (min-width: 1300px) {
    .lookbook .slick-arrow.slick-prev {
      left: 50px; } }
  @media (min-width: 1300px) {
    .lookbook .slick-arrow.slick-next {
      right: 50px; } }

.lookbook .slick-dots {
  bottom: 15px; }
  @media (max-width: 600px) {
    .lookbook .slick-dots {
      bottom: -30px; } }

.lookbook .socialLinks {
  display: block;
  margin: 0;
  padding: 7px 0 15px;
  text-align: right; }
  @media (max-width: 600px) {
    .lookbook .socialLinks {
      text-align: center; } }
  .lookbook .socialLinks .socialLinks-item {
    margin-right: 10px; }
    .lookbook .socialLinks .socialLinks-item .icon {
      width: 18px;
      height: 18px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--facebook {
        background: #000000;
        padding: 3px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        width: 16px;
        height: 16px;
        margin-top: 2px; }
        .lookbook .socialLinks .socialLinks-item .icon.icon--facebook svg {
          fill: #fff;
          width: 12px;
          height: 12px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--google_plusone {
        margin-top: -2px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--email {
        width: 21px;
        height: 21px;
        margin-top: -1px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--twitter {
        margin-top: 2px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--pinterest {
        margin-top: 1px; }
  .lookbook .socialLinks svg {
    fill: #000000; }

.lookbook .lookbook-bottom {
  padding: 30px 0 10px 0;
  text-align: center;
  border-top: 1px solid #ebebeb; }
  .lookbook .lookbook-bottom a.btn-lookbook {
    min-width: 210px;
    font-size: 13px;
    letter-spacing: .05em;
    font-weight: 600; }

.lookbook .social-mediaBlock {
  padding: 9px 0 22px 0;
  text-align: right; }

.lookbook .slick-slide img {
  width: 100%; }

.slick-slide {
  width: 100%; }
  .slick-slide img {
    width: 100%; }

/*Gift Certificates*/
.page-type-giftcertificates_redeem .navBar--sub .navBar-item a, .page-type-giftcertificates_redeem .navBar--sub .navBar-item span, .page-type-giftcertificates_balance .navBar--sub .navBar-item a, .page-type-giftcertificates_balance .navBar--sub .navBar-item span, .page-type-giftcertificates .navBar--sub .navBar-item a, .page-type-giftcertificates .navBar--sub .navBar-item span {
  font-size: 13px;
  letter-spacing: .05em;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase; }

.page-type-giftcertificates_redeem .navBar--sub .navBar-item.is-active, .page-type-giftcertificates_balance .navBar--sub .navBar-item.is-active, .page-type-giftcertificates .navBar--sub .navBar-item.is-active {
  background-color: #fafafa;
  border-bottom: 0; }

.page-type-giftcertificates_redeem .gift-certificate-form .form-label, .page-type-giftcertificates_balance .gift-certificate-form .form-label, .page-type-giftcertificates .gift-certificate-form .form-label {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000000; }

.page-type-giftcertificates_redeem .gift-certificate-form .color-blue, .page-type-giftcertificates_balance .gift-certificate-form .color-blue, .page-type-giftcertificates .gift-certificate-form .color-blue {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #303843;
  line-height: 22px; }

.themevale_account .card-compare {
  display: none !important; }

.themevale_account .productGrid > li > form {
  text-align: center; }

/*Find a Store*/
.find-a-store .left-content-find {
  float: left;
  width: 45%;
  padding-bottom: 25px; }
  .find-a-store .left-content-find span {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px; }
  @media (max-width: 900px) {
    .find-a-store .left-content-find {
      width: 100%;
      padding-bottom: 0px; } }

.find-a-store .right-content-find {
  float: right;
  width: 55%;
  padding-top: 19px; }
  @media (max-width: 900px) {
    .find-a-store .right-content-find {
      width: 100%;
      padding-top: 0px; } }
  .find-a-store .right-content-find .ENV_maps__div_search .btn {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: .05em; }

.at-icon-wrapper, .at-icon-wrapper svg {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important; }

.at-resp-share-element .at-share-btn {
  padding: 0 !important;
  margin: 0 5px !important; }

.at-resp-share-element .at-share-btn:first-child {
  margin-left: 0 !important; }

/*=====  End of www.themevale.com  ======*/
.blog {
  margin: auto;
  width: 100%;
  max-width: 100%; }
  .blog + .blog {
    margin-top: 30px;
    padding-top: 30px; }
  .blog .tags {
    margin-top: 20px;
    text-align: left; }
  .blog .socialLinks {
    text-align: left; }
  .blog .addthis_toolbox {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog .tags {
      margin-top: 30px; }
    .blog .addthis_toolbox {
      margin-top: 20px; }
    .blog + .blog {
      margin-top: 0;
      padding-top: 28px; } }

.page-type-blog_post .body > .page {
  padding: 10px 0 100px; }

.blog-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 7px 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .blog-title a {
    text-decoration: none;
    color: #000; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 16px;
      margin: 0 0 10px 0; } }

.blog-date,
.blog-author {
  margin: 0;
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  text-align: left;
  line-height: 22px;
  font-size: 1rem;
  margin-bottom: 0; }
  .blog-post > a {
    border-bottom: 1px solid #b7b7b7; }
  .blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
    font-weight: 600;
    color: #4e4b48;
    font-size: 13px;
    margin-bottom: 18px; }
  .blog-post h5, .blog-post h6 {
    text-transform: uppercase; }
  .blog-post blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 15px;
    margin-bottom: 2.25rem;
    background-color: #fafafa; }
  .blog-post ol {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  .blog-post ul {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  .blog-post ul.style-number {
    list-style-type: decimal; }
  .blog-post p:last-child {
    margin-bottom: 26px; }
  @media (min-width: 801px) {
    .blog-post blockquote {
      padding: 30px 30px 30px 70px; }
      .blog-post blockquote q {
        position: relative;
        quotes: "“" " "; }
        .blog-post blockquote q:before {
          top: 15px;
          left: -30px;
          color: #979797;
          font-size: 60px;
          line-height: 20px;
          position: absolute; } }
  @media (min-width: 1261px) {
    .blog-post blockquote {
      line-height: 20px;
      padding-left: 22px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 35px;
      margin-left: 15px; } }
  @media (max-width: 800px) {
    .blog-post blockquote q:before, .blog-post blockquote q:after {
      content: none; } }

.blog-thumbnail {
  margin: 0;
  position: relative; }
  .blog-thumbnail > a {
    position: relative;
    display: inline-block; }
  @media (min-width: 1025px) {
    .blog-thumbnail > a:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      transform: scale(0);
      position: absolute;
      transition: transform 0.4s ease 0s;
      background-color: rgba(0, 0, 0, 0.1); }
    .blog-thumbnail > a:hover:before {
      transform: scale(1); } }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  .blog-post-figure + .blog-post-body {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog-post-figure + .blog-post-body {
      margin-top: 30px; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }
  .blog-post-body + .blog-post-figure {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog-post-body + .blog-post-figure {
      margin-top: 32px; } }

blockquote {
  border-left: 5px solid #eee; }

.page-type-blog .blog-post {
  text-align: left;
  color: #2d2d2d;
  letter-spacing: 0; }

.page-type-blog .social-mediaBlock {
  display: none; }

#faceted-blog-container #sideRecentPosts h5 {
  margin-top: 0; }

#faceted-blog-container #sideRecentPosts > ul > li {
  border-bottom: 1px dotted #e0e0e0; }
  #faceted-blog-container #sideRecentPosts > ul > li > a {
    line-height: 20px;
    padding-bottom: 15px; }

#faceted-blog-container #sideRecentPosts > ul > li:nth-child(3) {
  border: 0; }

#faceted-blog-container #sideTopSellers .productCarousel .slick-arrow {
  fill: black; }

#faceted-blog-container #sideTopSellers .productCarousel .slick-prev {
  left: 15px; }

#faceted-blog-container #sideTopSellers .productCarousel .slick-next {
  right: 15px; }

@media (max-width: 1024px) {
  #faceted-blog-container {
    width: 100%; } }

@media (max-width: 1024px) {
  #faceted-blog-container ~ main.page-content {
    width: 100%; } }

.readmore {
  margin-top: 19px; }
  .readmore > a {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500; }
  .readmore > i {
    font-size: 10px;
    margin-right: 8px; }

@media (max-width: 1024px) {
  .page-type-blog .themevale_sidebar-mobile-wrapper > .item {
    padding-left: 0px; } }

.page-type-blog .blog .socialLinks {
  display: none; }

.page-type-blog .page {
  padding: 0px 0 100px; }
  .page-type-blog .page .side-module-heading {
    margin-top: 0;
    color: #000;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 600;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 7px;
    position: relative;
    margin-bottom: 18px; }
    .page-type-blog .page .side-module-heading:before {
      content: " ";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 125px;
      height: 2px;
      background: #000; }
  .page-type-blog .page .themevale_products-filter.themevale_sidebar-mobile-wrapper {
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .page-type-blog .page .themevale_products-filter.themevale_sidebar-mobile-wrapper {
        margin-bottom: 15px; } }

#sideBannerImage {
  margin-top: 30px; }
  @media (max-width: 1024px) {
    #sideBannerImage {
      text-align: center; } }
  #sideBannerImage > a > img {
    margin-bottom: 20px; }

#sideCustomCMS .side-cms-content p {
  color: #2d2d2d;
  line-height: 20px;
  letter-spacing: 0; }

.page-type-blog .compare-link {
  display: none; }

.page-sidebar {
  line-height: 24px; }
  .page-sidebar ul {
    margin: 0;
    list-style: none; }
    .page-sidebar ul > li {
      float: none;
      display: block;
      position: relative;
      line-height: 24px;
      margin-bottom: 3px; }
      .page-sidebar ul > li:last-child {
        margin-bottom: 0; }
      .page-sidebar ul > li.current-cat > a {
        color: #e7040f; }
      .page-sidebar ul > li > a {
        padding: 0;
        font-size: 1rem;
        font-weight: 400;
        vertical-align: top;
        display: inline-block;
        text-transform: capitalize;
        color: #303030;
        letter-spacing: 0; }
        .page-sidebar ul > li > a:hover {
          color: #e7040f; }
      @media (min-width: 1025px) {
        .page-sidebar ul > li {
          line-height: 30px; } }
  .page-sidebar .accordion--navList ul > li > a {
    padding-left: 20px; }

.sidebarBlock + .sidebarBlock {
  margin-top: 46px; }

.sidebarBlock > ul {
  margin-top: -5px; }

.icon-plus {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease; }
  .icon-plus:before, .icon-plus:after {
    top: 50%;
    right: 0;
    position: absolute;
    transition: all 0.5s ease;
    transform: translate3D(-50%, -50%, 0) rotate(0);
    -webkit-transform: translate3D(-50%, -50%, 0) rotate(0); }

.is-clicked > .icon-plus:before {
  transform: translate3D(-50%, -50%, 0) rotate(180deg); }

.is-clicked > .icon-plus:after {
  transform: translate3D(-50%, -50%, 0) rotate(90deg); }

.sidebarBlock-heading, .accordion-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 0 7px 0;
  margin: 0 0 20px 0;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #4e4b48;
  position: relative; }
  .sidebarBlock-heading span, .accordion-title span {
    position: relative; }
    .sidebarBlock-heading span:before, .accordion-title span:before {
      content: " ";
      position: absolute;
      bottom: -9px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    margin-bottom: 10px; }
    .all-categories-list .navPages-item.current-cat > .icon-plus.is-clicked:before {
      transform: translate3D(-50%, -50%, 0) rotate(180deg); }
    .all-categories-list .navPages-item.current-cat > .icon-plus:before {
      transform: translate3D(-50%, -50%, 0); }
    .all-categories-list .navPages-item.is-clicked > .icon-plus {
      color: #000000; }
    .all-categories-list .navPages-item > a {
      z-index: 11; }
    .all-categories-list .navPages-item .navPage-subMenu-item > a {
      z-index: 11; }
    .all-categories-list .navPages-item a {
      padding: 0;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0;
      vertical-align: top;
      display: inline-block;
      text-transform: capitalize;
      color: #4e4b48; }
    .all-categories-list .navPages-item i {
      font-size: 16px;
      color: #cbcbcb; }
    .all-categories-list .navPages-item .icon-plus {
      top: 13px;
      right: 0;
      z-index: 10;
      position: absolute;
      width: 100%; }
      @media (max-width: 1024px) {
        .all-categories-list .navPages-item .icon-plus {
          height: 24px;
          top: 0; } }
    .all-categories-list .navPages-item:last-child {
      margin-bottom: 0; }
  .all-categories-list .dropdown-category-list {
    margin: 5px 0 0 0;
    display: none;
    list-style: none;
    overflow: hidden;
    padding-left: 0px; }
    .all-categories-list .dropdown-category-list.cat-expanded {
      display: block; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      float: none;
      display: block;
      position: relative;
      padding-left: 0;
      padding-right: 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a {
        color: #e7040f; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #303030;
        transition: all 0.3s ease; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover {
          font-weight: 600;
          color: #303030; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
        margin: 0;
        width: auto;
        border: none; }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked > a {
      font-weight: 600; }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked > .icon-plus {
      color: #000000; }
    .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item > a:hover {
      font-weight: 600;
      transform: translateX(15px);
      color: #303030; }
    .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item > a:hover:before {
      font-family: FontAwesome;
      font-size: 14px;
      position: absolute;
      top: 0px;
      left: -15px;
      content: '\f105';
      color: #969696; }
    .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item > a:hover:after {
      position: absolute;
      background: #d0d0d0;
      bottom: 6px;
      left: 0;
      width: 100%;
      height: 1px;
      content: ""; }

.navList .view_all a {
  font-weight: 600;
  color: #2d2d2d; }
  .navList .view_all a:before {
    left: 0;
    width: 0;
    bottom: 7px;
    content: "";
    height: 1px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #bababa; }
  .navList .view_all a:hover {
    color: #e7040f; }
    .navList .view_all a:hover:before {
      width: 100%; }
  .navList .view_all a i {
    font-size: 14px;
    margin-right: 8px; }

.cms-image img {
  margin-left: auto;
  margin-right: auto; }

.themevale_sidebar-mobile {
  display: none; }
  @media (max-width: 1024px) {
    .themevale_sidebar-mobile {
      display: inline-block;
      cursor: pointer;
      margin-right: 30px; }
      .themevale_sidebar-mobile > .icon {
        width: 34px;
        height: 34px;
        padding: 8px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e2e4e8;
        border-radius: 3px;
        pointer-events: none;
        fill: #232323; }
        .themevale_sidebar-mobile > .icon + .text {
          margin-left: 10px; }
      .themevale_sidebar-mobile > .text {
        font-size: 12px;
        font-weight: 600;
        vertical-align: middle;
        text-transform: uppercase;
        color: #4e4b48;
        padding-right: 15px;
        font-family: "Poppins", Arial, Helvetica, sans-serif; } }
  @media (max-width: 768px) {
    .themevale_sidebar-mobile > .text {
      display: inline-block; } }
  @media (max-width: 668px) {
    .themevale_sidebar-mobile {
      padding: 0; }
      .themevale_sidebar-mobile > .text {
        min-width: 70px; } }

.category-heading .category-image {
  padding-bottom: 30px; }
  @media (max-width: 1024px) {
    .category-heading .category-image {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    .category-heading .category-image img {
      width: 100%; } }

.category-heading .page-heading {
  font-size: 24px;
  margin: 0 0 22px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .05em; }

.category-heading .category-description {
  padding-bottom: 17px;
  color: #2d2d2d;
  letter-spacing: 0; }
  @media (max-width: 1024px) {
    .category-heading .category-description {
      padding-bottom: 0px; } }
  @media (max-width: 1024px) {
    .category-heading .category-description p {
      margin-bottom: 40px; } }

.themevale_categoryToolbar {
  text-align: left;
  display: inline-block; }
  @media (max-width: 1024px) {
    .themevale_categoryToolbar {
      padding: 0;
      margin-bottom: 0;
      margin-right: 10px; } }
  .themevale_categoryToolbar > .actionBar {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    text-align: left; }
    @media (max-width: 1024px) {
      .themevale_categoryToolbar > .actionBar {
        margin-right: 30px; } }
    @media (max-width: 1024px) {
      .themevale_categoryToolbar > .actionBar .view-as {
        display: none; } }
    .themevale_categoryToolbar > .actionBar .form-field {
      margin-bottom: 0;
      background-color: transparent;
      border: 0;
      border-radius: 2px; }
      .themevale_categoryToolbar > .actionBar .form-field > label {
        color: #000000;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0; }
        @media (max-width: 1024px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding-left: 0; } }
        @media (max-width: 740px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding: 0;
            min-width: 70px; } }
        @media (max-width: 480px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding: 0;
            min-width: 70px; } }
      .themevale_categoryToolbar > .actionBar .form-field .form-select {
        height: 36px;
        min-width: 170px;
        vertical-align: middle;
        color: #323232;
        border-radius: 3px;
        padding: 5px 15px;
        border: 1px solid #e2e4e8; }
    @media (max-width: 740px) {
      .themevale_categoryToolbar > .actionBar {
        display: block;
        margin-bottom: 15px; } }
  .themevale_categoryToolbar > .actionBar:nth-child(3) {
    margin-right: 3px; }
  @media (min-width: 1025px) {
    .themevale_categoryToolbar {
      text-align: right;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 0px; }
      .themevale_categoryToolbar .view-mode-btn {
        float: left; } }

@media (max-width: 1024px) {
  .page-type-product .themevale_sidebar-mobile-wrapper > .item {
    padding-left: 0px; } }

@media (max-width: 480px) {
  .page-type-product .themevale_sidebar-mobile-wrapper {
    margin-bottom: 30px;
    margin-top: 20px; } }

@media (min-width: 1025px) {
  .page-type-product .themevale_sidebar-mobile-wrapper {
    display: none; } }

.themevale_sidebar-mobile-wrapper {
  position: relative;
  background: #f7f7f7;
  padding: 9px 0px 9px 20px; }
  @media (max-width: 768px) {
    .themevale_sidebar-mobile-wrapper {
      padding: 0;
      background: transparent; } }

.view-mode-btn .view-as,
.view-mode-btn .btn-group {
  display: inline-block;
  vertical-align: middle; }

.view-mode-btn .btn-group {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 0;
  line-height: 1; }
  .view-mode-btn .btn-group > a {
    font-size: 11px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    margin-right: 0;
    margin-left: 0;
    text-decoration: none;
    padding: 9px 2px 4px; }
    @media (max-width: 1024px) {
      .view-mode-btn .btn-group > a {
        width: 33px;
        height: 32px; } }
    .view-mode-btn .btn-group > a + a {
      border-left: 1px solid #cbcbcb; }
    .view-mode-btn .btn-group > a .icon-bar {
      position: relative;
      top: -1px;
      width: 14px;
      height: 4px;
      margin: 1px auto 0;
      transition: all .15s ease;
      background: #cfcfcf; }
    .view-mode-btn .btn-group > a > div {
      width: 30px; }
    .view-mode-btn .btn-group > a .current-view .icon-bar {
      background: #232323; }
  .view-mode-btn .btn-group .current-view {
    cursor: default; }
    .view-mode-btn .btn-group .current-view .icon-bar {
      background: #232323; }
  .view-mode-btn .btn-group #grid-view.current-view .icon-bar:after, .view-mode-btn .btn-group #grid-view.current-view .icon-bar:before {
    background: #232323; }
  .view-mode-btn .btn-group #grid-view .icon-bar {
    width: 4px; }
    .view-mode-btn .btn-group #grid-view .icon-bar:after, .view-mode-btn .btn-group #grid-view .icon-bar:before {
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      content: '';
      transition: all .15s ease;
      background: #cfcfcf; }
    .view-mode-btn .btn-group #grid-view .icon-bar:after {
      right: -5px; }
    .view-mode-btn .btn-group #grid-view .icon-bar:before {
      left: -5px; }

.view-mode-btn label {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  padding-right: 5px;
  color: #000000;
  font-weight: 600;
  line-height: 25px; }
  @media (max-width: 1024px) {
    .view-mode-btn label {
      padding-right: 15px; } }
  @media (max-width: 740px) {
    .view-mode-btn label {
      padding: 0;
      min-width: 85px; } }
  @media (max-width: 480px) {
    .view-mode-btn label {
      min-width: 80px; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
.brandGrid {
  list-style: none;
  margin: 0 -8px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .brandGrid {
      margin: 0 -15px; } }
  .brandGrid > .brand {
    width: 50%;
    font-size: 1rem;
    padding: 0 8px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 601px) {
      .brandGrid > .brand {
        width: 33.333333%; } }
    @media (min-width: 993px) {
      .brandGrid > .brand {
        width: 33.333333%; } }
    @media (min-width: 1025px) {
      .brandGrid > .brand {
        padding-left: 15px;
        padding-right: 15px;
        width: 25%; } }

.brand .card {
  border-radius: 0;
  text-align: center;
  border: 1px solid #eaeaea; }
  .brand .card .card-figure {
    padding-bottom: 0; }
  .brand .card .card-img-container {
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .brand .card .card-title {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48; }
    .brand .card .card-title a {
      color: inherit; }
  .brand .card .card-body {
    padding: 11px 5px 9px 5px;
    text-align: center;
    background-color: #fafafa; }
  @media (min-width: 415px) {
    .brand .card .card-title {
      font-size: 13px;
      line-height: 24px;
      letter-spacing: 1px; } }

#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e2e4e8;
    border-left: none; }
    #azBrandsTable li a {
      color: black;
      display: block;
      height: 40px;
      font-size: 13px;
      min-width: 40px;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      #azBrandsTable li a.disable {
        color: #B3B3B3;
        pointer-events: none; }
    #azBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #e2e4e8;
      border-radius: 3px 0 0 3px; }
    #azBrandsTable li:last-child {
      border-radius: 0 3px 3px 0; }
    #azBrandsTable li.is-active {
      color: #ff4338;
      background-color: #f7f7f7; }
      #azBrandsTable li.is-active a {
        color: black; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 0 0 40px 0; }
      #azBrandsTable li {
        width: 10%; } }

#azBrands {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
  #azBrands .azBrands-group {
    break-inside: auto;
    page-break-inside: auto;
    -webkit-column-break-inside: auto;
    margin-bottom: 30px; }
  @media (min-width: 551px) {
    #azBrands {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (min-width: 801px) {
    #azBrands {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }

.azBrands-group-title {
  font-size: 22px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: black;
  font-weight: 600; }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    margin-bottom: 5px; }

.brand-name .title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #2d2d2d;
  text-transform: capitalize;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .brand-name .title a {
    color: inherit; }

.azBrands-group {
  display: none; }
  .azBrands-group.is-active {
    display: block; }

/*=====  End of www.themevale.com  ======*/
.brand-image-container {
  position: relative;
  max-width: 260px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%; }

.brand .card-img-container {
  max-width: 300px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%; }

.page-type-brands .compare-link {
  display: none; }

.productGrid {
  list-style: none;
  margin: 0 -8px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .productGrid {
      margin: 0 -15px; } }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
    position: relative; }
    .productGrid .product:before {
      position: absolute;
      z-index: 1;
      top: -19px;
      right: -19px;
      bottom: 0;
      left: -19px;
      display: none;
      content: '';
      background: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 3px; }
    @media (max-width: 320px) {
      .productGrid .product {
        width: 100%; } }
    @media (min-width: 601px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 993px) {
      .productGrid .product {
        width: 25%; } }
  .productGrid.column-1 {
    margin-bottom: 30px; }
    .productGrid.column-1 .product {
      width: 100%;
      display: block; }
      .productGrid.column-1 .product + .product {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #eee; }
        @media (min-width: 767px) and (max-width: 1024px) {
          .productGrid.column-1 .product + .product {
            padding-top: 28px;
            margin-top: 27px; } }
        @media (max-width: 480px) {
          .productGrid.column-1 .product + .product {
            padding-top: 27px;
            margin-top: 40px; } }
      @media (max-width: 767px) {
        .productGrid.column-1 .product .card-option [data-product-attribute="swatch"] {
          text-align: left;
          margin-bottom: 18px; } }
    .productGrid.column-1 .card {
      padding: 0;
      margin-bottom: 0;
      display: table;
      width: 100%; }
      .productGrid.column-1 .card .card-figure {
        display: table-cell;
        vertical-align: top;
        width: 85px; }
        @media (min-width: 767px) and (max-width: 1024px) {
          .productGrid.column-1 .card .card-figure {
            padding-bottom: 0; } }
        @media (min-width: 360px) {
          .productGrid.column-1 .card .card-figure {
            width: 120px; } }
        @media (min-width: 551px) {
          .productGrid.column-1 .card .card-figure {
            width: 250px; } }
        @media (min-width: 993px) {
          .productGrid.column-1 .card .card-figure {
            width: 290px; } }
        .productGrid.column-1 .card .card-figure > .wishlist {
          display: none; }
      .productGrid.column-1 .card .card-body {
        display: table-cell;
        vertical-align: top; }
        @media (min-width: 551px) {
          .productGrid.column-1 .card .card-body {
            padding-left: 30px; } }
        @media (min-width: 993px) {
          .productGrid.column-1 .card .card-body {
            font-size: 0;
            padding-left: 50px; } }
        .productGrid.column-1 .card .card-body .card-detail {
          font-size: 1rem;
          display: block;
          padding-right: 0;
          margin-bottom: 17px;
          text-align: left; }
          @media (min-width: 993px) {
            .productGrid.column-1 .card .card-body .card-detail {
              display: inline-block;
              vertical-align: top;
              width: calc(100% - 200px);
              padding-right: 30px;
              margin-bottom: 0; } }
        .productGrid.column-1 .card .card-body .card-actions {
          font-size: 1rem;
          display: block; }
          @media (min-width: 993px) {
            .productGrid.column-1 .card .card-body .card-actions {
              display: inline-block;
              vertical-align: top;
              width: 200px; } }
          .productGrid.column-1 .card .card-body .card-actions .wishlist {
            display: block;
            background: transparent;
            color: #2d2d2d;
            border-color: #cbcbcb;
            margin-top: 14px;
            font-weight: 400;
            text-transform: unset;
            letter-spacing: 0; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist:hover {
              border-color: #000; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist svg {
              fill: #000; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist span {
              margin-left: 10px; }
          @media (max-width: 768px) {
            .productGrid.column-1 .card .card-body .card-actions .themevale_btnATC {
              margin-left: 0;
              margin-right: 0;
              max-width: 214px;
              margin-top: 4px;
              display: inline-block;
              float: left;
              width: 100%; } }
          @media (max-width: 768px) {
            .productGrid.column-1 .card .card-body .card-actions .wishlist {
              display: none; } }
    .productGrid.column-1 .card-desciption {
      display: block;
      max-height: 60px;
      overflow: hidden; }

@media (min-width: 1025px) {
  .productGrid--maxCol6 .product {
    width: 20%; } }

@media (min-width: 1281px) {
  .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1025px) {
  .productGrid--maxCol5 .product {
    width: 20%; } }

@media (min-width: 993px) {
  .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 601px) {
  .productGrid--maxCol2 .product {
    width: 50%; } }

@media (min-width: 1025px) {
  .page-sidebar + .page-content .productGrid:not(.column-1) .product {
    width: 25%;
    margin-bottom: -90px; } }

.page-sidebar + .page-content .productGrid.column-1 .card:before {
  content: none; }

.page-sidebar + .page-content .productGrid.column-1 .card .card-body .card-actions {
  opacity: 1;
  visibility: visible; }

.productList {
  list-style: none;
  margin: 0;
  max-width: none;
  width: auto; }
  .productList .product {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea; }
    .productList .product:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  @media (min-width: 768px) {
    .productList .product {
      margin-bottom: 40px;
      padding-bottom: 40px; } }

.listItem {
  margin: 0;
  width: 100%;
  position: relative;
  display: table; }

.listItem-figure,
.listItem-body {
  display: table-cell;
  vertical-align: top; }

.listItem-button {
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 5;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.65px;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  transform: translate(-50%, -50%); }
  .listItem-button:before {
    left: 0;
    width: 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    background-color: #ffffff;
    transition: all 0.3s ease; }
  .listItem-button:hover {
    color: #ffffff; }
    .listItem-button:hover:before {
      width: 100%; }

.listItem-button-wishlist {
  top: 20px;
  left: 20px;
  margin: 0;
  z-index: 5;
  position: absolute;
  display: inline-block;
  background-color: transparent; }
  .listItem-button-wishlist svg {
    width: 16px;
    height: 16px;
    fill: #ffffff; }

.listItem-figure {
  margin: 0;
  width: 80px;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      width: 25%; } }
  @media (min-width: 1025px) {
    .listItem-figure:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: "";
      opacity: 0;
      position: absolute;
      visibility: hidden;
      transition: all 0.5s ease;
      background-color: rgba(0, 0, 0, 0.3); }
    .listItem-figure:hover:before,
    .listItem-figure:hover .listItem-figureBody {
      opacity: 1;
      visibility: visible; } }

.listItem-body {
  padding-left: 15px;
  width: calc(100% - 80px); }
  @media (min-width: 551px) {
    .listItem-body {
      width: 75%; } }
  @media (min-width: 768px) {
    .listItem-body {
      padding-left: 30px; } }

.listItem-figureBody {
  display: none;
  text-align: center;
  transition: all 0.3s ease; }
  @media (min-width: 1025px) {
    .listItem-figureBody {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      display: block;
      visibility: hidden;
      position: absolute; } }

.listItem-image {
  width: 100%; }

.listItem-content {
  display: block; }

.listItem-details,
.listItem-actions {
  display: block; }

.listItem-brand {
  display: block;
  color: #a0a0a0;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  margin-bottom: 10px; }

.listItem-title {
  color: #323232;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 15px 0;
  letter-spacing: 0.24px;
  transition: all 0.3s ease; }
  .listItem-title > a {
    color: inherit;
    transition: none; }
  .listItem-title:hover {
    color: #000000; }
  @media (min-width: 551px) {
    .listItem-title {
      font-size: 14px;
      font-weight: 600; } }

.listItem-priceWrapper {
  display: block;
  margin: 0 0 15px 0; }
  .listItem-priceWrapper .listItem-price,
  .listItem-priceWrapper .listItem-rating {
    display: block; }
  .listItem-priceWrapper .listItem-price {
    margin-bottom: 15px; }
  @media (min-width: 360px) {
    .listItem-priceWrapper .listItem-price,
    .listItem-priceWrapper .listItem-rating {
      vertical-align: middle;
      display: inline-block; }
    .listItem-priceWrapper .listItem-price {
      margin-right: 30px;
      margin-bottom: 0; } }

.listItem-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #323232;
  margin-right: 30px; }
  .listItem-price .price-section {
    margin-right: 5px;
    vertical-align: top;
    display: inline-block; }
    .listItem-price .price-section:last-child {
      margin-right: 0; }
    .listItem-price .price-section.price-section--withoutTax {
      color: #e95144; }
    .listItem-price .price-section.rrp-price--withoutTax {
      color: #a0a0a0;
      display: block;
      margin-bottom: 10px;
      margin-right: 0; }
    .listItem-price .price-section.non-sale-price--withoutTax {
      color: #a0a0a0; }
    .listItem-price .price-section.price-none {
      display: none; }
      .listItem-price .price-section.price-none + .price-section--withoutTax {
        color: #323232; }

.listItem-rating {
  margin: 0;
  line-height: 1; }
  .listItem-rating .rating--small {
    vertical-align: top; }
    .listItem-rating .rating--small .icon {
      margin-top: 0;
      vertical-align: top; }

.listItem-desciption {
  max-height: 60px;
  overflow: hidden; }
  @media (min-width: 551px) {
    .listItem-desciption {
      max-height: none; } }

.listItem-actions {
  margin-top: 20px; }
  .listItem-actions .button {
    min-width: 160px;
    margin-bottom: 0; }
  .listItem-actions .listItem-compare {
    display: none; }
  @media (min-width: 551px) {
    .listItem-actions {
      margin-top: 25px; }
      .listItem-actions .button {
        min-width: 190px; } }
  @media (min-width: 1025px) {
    .listItem-actions .button {
      margin-right: 30px; }
    .listItem-actions .listItem-compare {
      color: #a0a0a0;
      line-height: 1;
      display: inline-block; }
      .listItem-actions .listItem-compare > input {
        top: 2px;
        position: relative;
        margin-right: 2px; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  --------*/
.themevalte_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 0px; }
  .themevalte_productView .themevalte_productView-left,
  .themevalte_productView .themevalte_productView-right {
    display: block;
    font-size: 1rem;
    position: relative; }
  .themevalte_productView .productView-description {
    display: block; }
  @media (min-width: 768px) {
    .themevalte_productView .themevalte_productView-left,
    .themevalte_productView .themevalte_productView-right {
      width: 50%;
      vertical-align: top;
      display: inline-block; }
    .themevalte_productView .themevalte_productView-left {
      padding-right: 15px; }
    .themevalte_productView .themevalte_productView-right {
      padding-left: 15px; } }

/*--------  2.0 Product images  ------*/
.themevalte_productView-images {
  width: 100%;
  max-width: 500px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .themevalte_productView-images .productView-image {
    cursor: zoom-in;
    vertical-align: top;
    opacity: 0;
    visibility: hidden; }
    .themevalte_productView-images .productView-image .easyzoom-flyout {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      position: absolute; }
  .themevalte_productView-images .productView-nav-wrapper {
    position: relative; }
    .themevalte_productView-images .productView-nav-wrapper .label-videos .video-link {
      width: 42px;
      height: 42px;
      position: absolute;
      left: 20px;
      bottom: 20px;
      padding: 0; }
      .themevalte_productView-images .productView-nav-wrapper .label-videos .video-link svg {
        width: 42px;
        height: 42px;
        pointer-events: none; }
  .themevalte_productView-images .productView-img-container {
    max-width: none; }
    .themevalte_productView-images .productView-img-container > a {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
      .themevalte_productView-images .productView-img-container > a img {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: auto;
        height: 100%;
        position: absolute;
        transform: translate(-50%, -50%); }
    .themevalte_productView-images .productView-img-container + .zoomImg {
      width: 1280px !important;
      height: 1280px !important; }
  .themevalte_productView-images .productView-for, .themevalte_productView-images .productView-for1 {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 0 30px; }
    .themevalte_productView-images .productView-for .slick-track, .themevalte_productView-images .productView-for1 .slick-track {
      margin: 0 auto; }
    .themevalte_productView-images .productView-for .slick-slide.slick-current a, .themevalte_productView-images .productView-for1 .slick-slide.slick-current a {
      border: 2px solid #161d25; }
    .themevalte_productView-images .productView-for .productView-thumbnail, .themevalte_productView-images .productView-for1 .productView-thumbnail {
      border: none;
      outline: none;
      padding: 0px 10px 1px 10px; }
      .themevalte_productView-images .productView-for .productView-thumbnail > a, .themevalte_productView-images .productView-for1 .productView-thumbnail > a {
        display: block;
        position: relative;
        border: 1px solid #ebebeb; }
        .themevalte_productView-images .productView-for .productView-thumbnail > a:after, .themevalte_productView-images .productView-for1 .productView-thumbnail > a:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 100%; }
        .themevalte_productView-images .productView-for .productView-thumbnail > a img, .themevalte_productView-images .productView-for1 .productView-thumbnail > a img {
          top: 50%;
          left: 50%;
          width: auto;
          height: 100%;
          position: absolute;
          transform: translate(-50%, -50%); }
    .themevalte_productView-images .productView-for .slick-arrow, .themevalte_productView-images .productView-for1 .slick-arrow {
      width: 21px;
      height: 21px;
      padding: 0;
      fill: black; }
    .themevalte_productView-images .productView-for .slick-prev, .themevalte_productView-images .productView-for1 .slick-prev {
      left: 0; }
    .themevalte_productView-images .productView-for .slick-next, .themevalte_productView-images .productView-for1 .slick-next {
      right: 0; }
  .themevalte_productView-images .slick-slider .productView-image {
    opacity: 1;
    visibility: visible; }
  .themevalte_productView-images .slick-slider .productView-thumbnail {
    opacity: 1;
    visibility: visible; }

/*--------  3.0 Product detail  ------*/
.productView-details {
  margin-bottom: 40px; }
  .productView-details .productView-product,
  .productView-details .productView-options {
    border: none;
    padding: 0; }
    @media (max-width: 768px) {
      .productView-details .productView-product,
      .productView-details .productView-options {
        margin-bottom: 0px; } }
    .productView-details .productView-product .form-select,
    .productView-details .productView-options .form-select {
      width: 300px; }
  .productView-details .productView-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 13px 0;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48; }
    @media (min-width: 415px) {
      .productView-details .productView-title {
        font-size: 16px;
        font-weight: 500; } }
  .productView-details .productView-brand {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #a0a0a0; }
    @media (min-width: 1025px) {
      .productView-details .productView-brand {
        margin-top: 3px; } }
    .productView-details .productView-brand a {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
  .productView-details .productView-price {
    font-size: 0;
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
    .productView-details .productView-price .price-section {
      font-size: 20px;
      font-weight: 600;
      color: #4e4b48; }
      .productView-details .productView-price .price-section.rrp-price--withoutTax {
        color: #969696;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px; }
      .productView-details .productView-price .price-section.non-sale-price--withoutTax {
        color: #969696;
        font-size: 20px;
        font-weight: 600;
        margin-right: 12px;
        display: inline-block;
        vertical-align: bottom; }
        .productView-details .productView-price .price-section.non-sale-price--withoutTax.price-none {
          display: none; }
        .productView-details .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
          color: #000000;
          display: inline-block;
          vertical-align: bottom; }
    .productView-details .productView-price .price-section--saving {
      margin-top: 8px;
      font-size: 12px;
      font-weight: 400;
      color: #969696; }
  .productView-details .productView-rating {
    font-size: 0;
    margin: 0 0 25px 0; }
    .productView-details .productView-rating .productView-reviewLink {
      font-size: 1rem;
      margin-left: 16px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      text-transform: capitalize;
      letter-spacing: 0.24px;
      color: #303030; }
      .productView-details .productView-rating .productView-reviewLink a {
        color: #303030; }
        .productView-details .productView-rating .productView-reviewLink a:hover {
          color: #e7040f; }
      @media (min-width: 321px) {
        .productView-details .productView-rating .productView-reviewLink {
          margin-left: 20px;
          top: 2px; } }
  .productView-details .productView-info {
    margin-top: 0; }
    .productView-details .productView-info > :first-child {
      margin-top: 0; }
    .productView-details .productView-info .productView-info-name,
    .productView-details .productView-info .productView-info-value {
      float: left;
      font-size: 12px;
      letter-spacing: 0.3px; }
    .productView-details .productView-info .productView-info-name {
      clear: both;
      min-width: 100px;
      font-weight: 500;
      margin-bottom: 8px;
      color: #4e4b48;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      letter-spacing: 0; }
    .productView-details .productView-info .productView-info-value {
      margin-bottom: 0; }
  .productView-details .productView-options {
    text-align: left;
    position: relative;
    margin-bottom: 23px; }
    .productView-details .productView-options .data-product-option {
      margin-bottom: 25px;
      margin-top: 15px; }
    .productView-details .productView-options .form-label > small {
      font-size: 0; }
    .productView-details .productView-options .form-field {
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .productView-details .productView-options .form-field {
          margin-top: 15px; } }
    .productView-details .productView-options .form-label--alternate {
      font-weight: 500;
      letter-spacing: 0.24px;
      color: #4e4b48;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      letter-spacing: 0;
      text-transform: capitalize; }
      .productView-details .productView-options .form-label--alternate > span[data-product-stock] {
        font-weight: 400; }
    .productView-details .productView-options .alertBox {
      border-radius: 0;
      margin-bottom: 30px; }
    .productView-details .productView-options .alertBox--error {
      width: 100%;
      max-width: 240px;
      color: #969696;
      text-align: center;
      padding: 9px 25px;
      pointer-events: none;
      background-color: #f8f8f8;
      border: 1px solid #f8f8f8;
      margin-bottom: 0px; }
      @media (max-width: 992px) {
        .productView-details .productView-options .alertBox--error {
          max-width: 230px; } }
      .productView-details .productView-options .alertBox--error .alertBox-icon {
        display: none; }
      .productView-details .productView-options .alertBox--error .alertBox-message {
        display: inline-block;
        vertical-align: top;
        color: #969696;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 3px;
        line-height: 20px;
        margin-bottom: 0;
        text-transform: uppercase;
        transition: all 0.3s ease; }
        .productView-details .productView-options .alertBox--error .alertBox-message > span {
          letter-spacing: 3px; }
    .productView-details .productView-options .form-action {
      padding: 0;
      width: auto;
      float: none;
      margin-top: 20px;
      display: block; }
      .productView-details .productView-options .form-action .button {
        margin-bottom: 0;
        min-width: 230px; }
        @media (min-width: 767px) and (max-width: 1023px) {
          .productView-details .productView-options .form-action .button {
            width: 100%; } }
        @media (max-width: 480px) {
          .productView-details .productView-options .form-action .button {
            width: 100%; } }
    .productView-details .productView-options .button-wishlist {
      left: auto;
      position: relative;
      margin-bottom: 0;
      margin-top: 20px;
      z-index: 10;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 480px) {
        .productView-details .productView-options .button-wishlist {
          width: 100%; } }
      @media (min-width: 767px) and (max-width: 1023px) {
        .productView-details .productView-options .button-wishlist {
          width: 100%; } }
      @media (min-width: 481px) and (max-width: 766px) {
        .productView-details .productView-options .button-wishlist {
          width: auto; } }
      @media (min-width: 1025px) {
        .productView-details .productView-options .button-wishlist {
          width: auto; } }
      .productView-details .productView-options .button-wishlist .button {
        margin-bottom: 0;
        min-width: 230px; }
        @media (max-width: 480px) {
          .productView-details .productView-options .button-wishlist .button {
            width: 100%; } }
        @media (min-width: 1251px) {
          .productView-details .productView-options .button-wishlist .button {
            min-width: 209px; } }
      @media (min-width: 993px) {
        .productView-details .productView-options .button-wishlist {
          bottom: 0;
          margin: 0;
          left: 250px;
          position: absolute; } }
      .productView-details .productView-options .button-wishlist:hover .button i.fa {
        color: #ffffff; }
        @media (max-width: 1024px) {
          .productView-details .productView-options .button-wishlist:hover .button i.fa {
            color: #161d25; } }
    .productView-details .productView-options .form-wishlist .icon--heart {
      float: none;
      margin-left: 0;
      margin-right: 5px;
      width: 18px;
      height: 16px; }
    .productView-details .productView-options .form-wishlist .button i.fa {
      font-size: 15px;
      color: #161d25;
      opacity: .8;
      margin-left: 6px; }
      .productView-details .productView-options .form-wishlist .button i.fa:hover {
        color: #ffffff; }
        @media (max-width: 1024px) {
          .productView-details .productView-options .form-wishlist .button i.fa:hover {
            color: #161d25; } }
    .productView-details .productView-options .form-wishlist #wishlist-dropdown {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      padding-right: 0;
      border: 1px solid #eaeaea;
      margin-top: 12px;
      top: 100% !important;
      min-width: 0;
      transition: none; }
      .productView-details .productView-options .form-wishlist #wishlist-dropdown:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        bottom: 100%;
        position: absolute;
        right: 20px;
        left: auto;
        border: 10px inset;
        border-color: transparent transparent #eaeaea;
        border-bottom-style: solid; }
      .productView-details .productView-options .form-wishlist #wishlist-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        bottom: 100%;
        position: absolute;
        right: 22px;
        left: auto;
        border: 8px inset;
        border-color: transparent transparent #fff;
        border-bottom-style: solid; }
      .productView-details .productView-options .form-wishlist #wishlist-dropdown li {
        border-bottom: 1px solid #eaeaea; }
        .productView-details .productView-options .form-wishlist #wishlist-dropdown li .button {
          border: none;
          font-weight: 500;
          font-size: 12px;
          min-width: auto; }
        .productView-details .productView-options .form-wishlist #wishlist-dropdown li:last-child {
          border-bottom: none; }
        .productView-details .productView-options .form-wishlist #wishlist-dropdown li:hover .button {
          color: white; }
  .productView-details .seal-logos {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .productView-details .seal-logos a {
      display: inline-block;
      margin-bottom: 20px;
      margin-right: 15px; }
      .productView-details .seal-logos a:last-child {
        margin-right: 0px; }
      @media (max-width: 767px) {
        .productView-details .seal-logos a:last-child {
          margin-right: 0px; } }

#productReviews-content .pagination-list {
  display: inline-block;
  text-align: left; }

/*--------  4.0 Product option  ------*/
[data-product-option-change] .form-option, [data-fbt-option-change] .form-option {
  padding: 0;
  z-index: 1;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
  margin-right: 7px;
  border: 1px solid #e0e0e0;
  color: #303030; }
  [data-product-option-change] .form-option .form-option-variant, [data-fbt-option-change] .form-option .form-option-variant {
    padding: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative; }
  @media (min-width: 415px) {
    [data-product-option-change] .form-option, [data-fbt-option-change] .form-option {
      margin-right: 10px; } }

[data-product-option-change] .form-option-swatch, [data-fbt-option-change] .form-option-swatch {
  border: none; }
  [data-product-option-change] .form-option-swatch .form-option-variant, [data-fbt-option-change] .form-option-swatch .form-option-variant {
    z-index: -1;
    margin: 2px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: relative; }

[data-product-option-change] .form-option.unavailable, [data-fbt-option-change] .form-option.unavailable {
  opacity: 1;
  background-color: transparent; }
  [data-product-option-change] .form-option.unavailable:before, [data-fbt-option-change] .form-option.unavailable:before {
    left: -7px;
    top: 16px;
    height: 1px;
    width: calc(140% - 1px);
    background-color: #f9a6ac; }
  [data-product-option-change] .form-option.unavailable .form-option-variant, [data-fbt-option-change] .form-option.unavailable .form-option-variant {
    opacity: 0.3; }

[data-product-option-change] .form-radio:checked + .form-option.unavailable, [data-fbt-option-change] .form-radio:checked + .form-option.unavailable {
  border: none;
  box-shadow: 0 0 0 1px #505050; }

[data-product-option-change] .form-radio:checked + .form-option, [data-fbt-option-change] .form-radio:checked + .form-option {
  border-color: #4e4b48;
  box-shadow: inset 0 0 0 1px #4e4b48; }

[data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option, [data-fbt-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option {
  border: none;
  box-shadow: inset 0 0 0 2px #4e4b48; }

[data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant, [data-fbt-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant {
  border-radius: 0; }

.form-field--stock .form-label {
  margin-bottom: 0; }

.form-field--increments .form-increment .button {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 22px;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #dcdcdc;
  background-color: transparent;
  color: #7b7b7b; }
  .form-field--increments .form-increment .button > .icon {
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: 300;
    vertical-align: top; }
  .form-field--increments .form-increment .button:hover, .form-field--increments .form-increment .button:focus, .form-field--increments .form-increment .button:active {
    color: #4e4b48; }
  .form-field--increments .form-increment .button.button-dec {
    border-radius: 3px 0 0 3px; }
  .form-field--increments .form-increment .button.button-inc {
    border-left: none;
    border-radius: 0 3px 3px 0; }

.form-field--increments .form-input--incrementTotal {
  margin: 0;
  padding: 0;
  width: 70px;
  height: 40px;
  min-width: 50px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 0;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-left: none;
  color: #303030;
  box-shadow: none; }
  .form-field--increments .form-input--incrementTotal:disabled {
    /*border: transparent;*/ }

/*--------  5.0 Product tab  --------*/
.themevale_tabToggle {
  margin-bottom: 0;
  border-top: 1px solid #ebebeb; }
  .themevale_tabToggle .toggle-title {
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #4e4b48; }
    .themevale_tabToggle .toggle-title .toggleLink {
      width: 100%;
      float: none;
      color: inherit;
      vertical-align: top;
      display: inline-block; }
      .themevale_tabToggle .toggle-title .toggleLink .text {
        float: left; }
      .themevale_tabToggle .toggle-title .toggleLink .icon {
        width: 18px;
        height: 24px;
        float: right;
        padding: 5px 0;
        transform: rotate(90deg); }
    @media (min-width: 415px) {
      .themevale_tabToggle .toggle-title {
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 12px; } }
  .themevale_tabToggle .toggle-content {
    padding: 10px 0 15px 0; }
    .themevale_tabToggle .toggle-content p {
      line-height: 24px; }
    .themevale_tabToggle .toggle-content h1, .themevale_tabToggle .toggle-content h2, .themevale_tabToggle .toggle-content h3, .themevale_tabToggle .toggle-content h4, .themevale_tabToggle .toggle-content h5, .themevale_tabToggle .toggle-content h6 {
      text-transform: capitalize;
      font-weight: 600;
      margin-top: 0; }
    .themevale_tabToggle .toggle-content > ul {
      margin-left: 30px; }
      .themevale_tabToggle .toggle-content > ul li {
        margin-bottom: 5px; }
    .themevale_tabToggle .toggle-content .productReviews-list {
      margin-left: 0; }
      .themevale_tabToggle .toggle-content .productReviews-list li {
        margin-bottom: 0; }
  .themevale_tabToggle .btn-createReview {
    float: none;
    display: block; }
  @media (max-width: 1024px) {
    .themevale_tabToggle.videoGallery {
      margin-top: 0; } }

/*--------  6.0 Product Slide  ------*/
#relatedProducts + #similarByViews {
  margin-top: 0px;
  margin-bottom: 0; }

@media (min-width: 1025px) {
  #similarByViews .themevale_page-heading-wrapper {
    margin-top: -47px; } }

#relatedProducts .card .card-figure .quickview,
#similarByViews .card .card-figure .quickview {
  padding: 5px 12px; }

#relatedProducts .themevale_page-heading-wrapper,
#similarByViews .themevale_page-heading-wrapper {
  border-top: 2px solid #000000; }
  #relatedProducts .themevale_page-heading-wrapper .themevale_page-heading,
  #similarByViews .themevale_page-heading-wrapper .themevale_page-heading {
    font-size: 16px;
    padding: 0; }
    #relatedProducts .themevale_page-heading-wrapper .themevale_page-heading:before,
    #similarByViews .themevale_page-heading-wrapper .themevale_page-heading:before {
      content: none; }
    #relatedProducts .themevale_page-heading-wrapper .themevale_page-heading:after,
    #similarByViews .themevale_page-heading-wrapper .themevale_page-heading:after {
      content: none; }

@media (max-width: 414px) {
  #relatedProducts .themevale_page-heading-wrapper,
  #similarByViews .themevale_page-heading-wrapper {
    margin-bottom: 30px; } }

@media (max-width: 992px) {
  #relatedProducts .slick-dots,
  #similarByViews .slick-dots {
    position: relative;
    padding-top: 2px;
    z-index: 10;
    bottom: -23px; } }

@media (max-width: 480px) {
  #relatedProducts .slick-dots,
  #similarByViews .slick-dots {
    position: absolute;
    bottom: -26px; } }

/*----------  RESPONSIVE  ----------*/
.themevale_productDescription {
  font-size: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .themevale_productDescription .page-heading {
    margin: 0;
    line-height: 24px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #000000;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .themevale_productDescription .page-heading {
        font-size: 16px; } }
  .themevale_productDescription .productRelated {
    display: none; }
  @media (min-width: 551px) {
    .themevale_productDescription .page-heading {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .05em;
      color: #000000;
      text-transform: uppercase; } }
  @media (min-width: 1025px) {
    .themevale_productDescription .page-heading {
      display: block;
      margin-bottom: 35px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eeeeee; }
    .themevale_productDescription .productRelated {
      display: block;
      max-width: 40%;
      min-width: 40%;
      border-top: 0;
      padding-top: 0;
      margin-bottom: 0;
      padding-left: 30px; } }

.vertical-tabs {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0; }
  .vertical-tabs .tab-content {
    padding: 0; }
    .vertical-tabs .tab-content:last-child .toggle-title .toggleLink {
      border-bottom: 0; }
    .vertical-tabs .tab-content:last-child .toggle-content {
      border-top: 1px solid #dcdcdc; }
    .vertical-tabs .tab-content .toggle-title {
      padding: 0;
      margin-bottom: 0; }
      .vertical-tabs .tab-content .toggle-title .toggleLink {
        border-bottom: 1px solid #dcdcdc;
        width: 100%;
        line-height: 0;
        padding: 10px 0; }
        .vertical-tabs .tab-content .toggle-title .toggleLink.is-open svg {
          transform: rotate(180deg);
          margin-top: -10px; }
      .vertical-tabs .tab-content .toggle-title .page-heading {
        display: inline-block;
        margin: 0;
        padding: 0;
        border-bottom: 0;
        font-style: 16px; }
      .vertical-tabs .tab-content .toggle-title svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .vertical-tabs .tab-content .toggle-content {
      padding: 24px 0 0 0;
      clear: both; }
      .vertical-tabs .tab-content .toggle-content p {
        margin-bottom: 33px; }
      .vertical-tabs .tab-content .toggle-content#tabDescription-content, .vertical-tabs .tab-content .toggle-content#tabShipping-content, .vertical-tabs .tab-content .toggle-content#tabCustomProduct-content {
        margin-top: 29px; }
        @media (max-width: 1024px) {
          .vertical-tabs .tab-content .toggle-content#tabDescription-content, .vertical-tabs .tab-content .toggle-content#tabShipping-content, .vertical-tabs .tab-content .toggle-content#tabCustomProduct-content {
            margin-top: 0px; } }
      .vertical-tabs .tab-content .toggle-content h1, .vertical-tabs .tab-content .toggle-content h2, .vertical-tabs .tab-content .toggle-content h3, .vertical-tabs .tab-content .toggle-content h4, .vertical-tabs .tab-content .toggle-content h5, .vertical-tabs .tab-content .toggle-content h6 {
        font-weight: 600;
        color: black;
        font-size: 13px;
        margin-bottom: 18px;
        margin-top: 0; }
      .vertical-tabs .tab-content .toggle-content ul, .vertical-tabs .tab-content .toggle-content ol {
        margin-left: 27px;
        padding-top: 3px;
        padding-bottom: 8px;
        line-height: 30px; }
      .vertical-tabs .tab-content .toggle-content blockquote {
        font-size: 12px;
        padding: 15px;
        line-height: 20px;
        padding-left: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 35px;
        margin-left: 15px;
        font-style: italic; }
      .vertical-tabs .tab-content .toggle-content .productReviews {
        padding-top: 0; }
      .vertical-tabs .tab-content .toggle-content .themevale_tabToggle {
        border-top: 0;
        padding: 0;
        margin: 0; }
        .vertical-tabs .tab-content .toggle-content .themevale_tabToggle.videoGallery .toggle-content {
          padding: 0; }

.productView-description {
  width: 100%;
  display: block; }
  .productView-description .themevale_tabs {
    display: none; }
    .productView-description .themevale_tabs .tab {
      position: relative;
      bottom: -1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      float: left;
      height: 42px;
      margin-left: -1px;
      font-size: 12px;
      padding: 0 12px;
      transition: background .3s ease 0s;
      letter-spacing: .05em;
      color: #000;
      border: 1px solid #cbcbcb;
      background: #fff;
      outline: 0;
      z-index: 1; }
      .productView-description .themevale_tabs .tab.is-active {
        border-bottom: 0; }
        .productView-description .themevale_tabs .tab.is-active:before {
          content: "";
          position: absolute;
          top: -1px;
          left: -1px;
          right: -1px;
          height: 2px;
          background-color: #000; }
      .productView-description .themevale_tabs .tab > a {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .05em;
        color: #000000;
        text-transform: uppercase; }
        @media (min-width: 1025px) {
          .productView-description .themevale_tabs .tab > a {
            line-height: 43px;
            padding: 0 15px; } }
  .productView-description .tab-content {
    padding: 0;
    display: block;
    border-top: 0;
    padding: 0; }
    .productView-description .tab-content:last-child .toggle-title .toggleLink {
      border-bottom: 0; }
    @media (max-width: 1024px) {
      .productView-description .tab-content:last-child .toggle-content {
        border-top: 1px solid #dcdcdc; } }
  .productView-description .toggle-title {
    padding: 0;
    margin-bottom: 0; }
    .productView-description .toggle-title .toggleLink {
      border-bottom: 1px solid #dcdcdc;
      width: 100%;
      line-height: 0;
      padding: 10px 0; }
      .productView-description .toggle-title .toggleLink.is-open svg {
        transform: rotate(180deg);
        margin-top: -10px; }
    .productView-description .toggle-title .page-heading {
      display: inline-block;
      margin: 0;
      padding: 0;
      border-bottom: 0; }
    .productView-description .toggle-title svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
  .productView-description .toggle-content {
    padding: 24px 0 0 0;
    clear: both; }
    .productView-description .toggle-content p {
      margin-bottom: 33px; }
    .productView-description .toggle-content#tabDescription-content, .productView-description .toggle-content#tabShipping-content, .productView-description .toggle-content#tabCustomProduct-content {
      margin-top: 29px; }
      @media (max-width: 1024px) {
        .productView-description .toggle-content#tabDescription-content, .productView-description .toggle-content#tabShipping-content, .productView-description .toggle-content#tabCustomProduct-content {
          margin-top: 0px; } }
    .productView-description .toggle-content h1, .productView-description .toggle-content h2, .productView-description .toggle-content h3, .productView-description .toggle-content h4, .productView-description .toggle-content h5, .productView-description .toggle-content h6 {
      font-weight: 600;
      color: black;
      font-size: 13px;
      margin-bottom: 18px;
      margin-top: 0; }
    .productView-description .toggle-content ul, .productView-description .toggle-content ol {
      margin-left: 27px;
      padding-top: 3px;
      padding-bottom: 8px;
      line-height: 30px; }
    .productView-description .toggle-content blockquote {
      font-size: 12px;
      padding: 15px;
      line-height: 20px;
      padding-left: 22px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 35px;
      margin-left: 15px;
      font-style: italic; }
  @media (min-width: 1025px) {
    .productView-description .themevale_tabs {
      display: block; }
    .productView-description .tab-content {
      padding: 0;
      display: none;
      border-top: none; }
      .productView-description .tab-content.is-active {
        display: block; }
    .productView-description .toggle-title {
      display: none;
      padding-bottom: 35px; }
    .productView-description .toggle-content {
      padding: 0;
      display: block !important; }
      .productView-description .toggle-content p strong {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .05em;
        line-height: 16px;
        text-transform: uppercase; } }

.productReviews,
.productSimilar {
  display: block;
  padding-top: 15px;
  margin-bottom: 0;
  border-top: 0; }
  @media (max-width: 1024px) {
    .productReviews,
    .productSimilar {
      border-top: 0;
      padding-top: 0; } }
  .productReviews .page-heading,
  .productSimilar .page-heading {
    margin: 0;
    font-size: 15px;
    line-height: 24px; }
  .productReviews .number-review,
  .productReviews .write-review,
  .productSimilar .number-review,
  .productSimilar .write-review {
    padding: 0 15px;
    margin-left: 15px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #f7f7f7; }
  .productReviews .write-review,
  .productSimilar .write-review {
    color: #ffffff;
    background-color: #4e4b48; }
  .productReviews .toggleLink-text svg,
  .productSimilar .toggleLink-text svg {
    fill: #323232; }
  .productReviews .toggle-title,
  .productSimilar .toggle-title {
    margin-bottom: 0;
    padding-bottom: 15px; }
    .productReviews .toggle-title .page-heading,
    .productSimilar .toggle-title .page-heading {
      display: inline-block;
      vertical-align: middle; }
    .productReviews .toggle-title .number-review,
    .productReviews .toggle-title .write-review,
    .productSimilar .toggle-title .number-review,
    .productSimilar .toggle-title .write-review {
      display: none; }
      @media (min-width: 767px) {
        .productReviews .toggle-title .number-review,
        .productReviews .toggle-title .write-review,
        .productSimilar .toggle-title .number-review,
        .productSimilar .toggle-title .write-review {
          display: inline-block;
          vertical-align: middle; } }
  .productReviews .toggle-content,
  .productSimilar .toggle-content {
    padding: 10px 0; }
  .productReviews.toggle:last-of-type,
  .productSimilar.toggle:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .productReviews .page-heading,
    .productSimilar .page-heading {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .productReviews .toggle-title,
    .productSimilar .toggle-title {
      padding-bottom: 35px; }
    .productReviews .toggle-content,
    .productSimilar .toggle-content {
      padding: 0; } }

@media (max-width: 1024px) {
  #relatedProducts {
    margin-bottom: 85px; } }

@media (max-width: 768px) {
  #relatedProducts {
    margin-bottom: 50px; } }

#relatedProducts .productCarousel .slick-arrow, #similarByViews .productCarousel .slick-arrow {
  width: 8px;
  height: 15px;
  z-index: 4; }
  #relatedProducts .productCarousel .slick-arrow.slick-prev, #similarByViews .productCarousel .slick-arrow.slick-prev {
    left: auto !important;
    top: -25px !important;
    right: 45px; }
    @media (max-width: 480px) {
      #relatedProducts .productCarousel .slick-arrow.slick-prev, #similarByViews .productCarousel .slick-arrow.slick-prev {
        top: -40px !important; } }
  #relatedProducts .productCarousel .slick-arrow.slick-next, #similarByViews .productCarousel .slick-arrow.slick-next {
    right: 15px;
    top: -25px !important; }
    @media (max-width: 480px) {
      #relatedProducts .productCarousel .slick-arrow.slick-next, #similarByViews .productCarousel .slick-arrow.slick-next {
        top: -40px !important; } }

@media (max-width: 992px) {
  #relatedProducts .productCarousel.slick-slider, #similarByViews .productCarousel.slick-slider {
    margin-bottom: 0px; } }

#sideTopSellers .productCarousel .slick-arrow {
  width: 12px;
  height: 23px;
  z-index: 10; }

#sideTopSellers .productCarousel .slick-dots li {
  display: inline-block; }

@media (max-width: 992px) {
  #sideTopSellers .productCarousel .slick-dots {
    position: relative;
    padding-top: 2px;
    z-index: 10;
    bottom: -14px; } }

@media (max-width: 480px) {
  #sideTopSellers .productCarousel .slick-dots {
    position: absolute;
    bottom: -12px; } }

#sideTopSellers .card {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1025px) {
    #sideTopSellers .card {
      padding: 0 15px 15px 15px; } }

#sideTopSellers .slick-slider .card {
  opacity: 1;
  visibility: visible; }

.themevalte_productView-left .productView-for .slick-arrow, .themevalte_productView-left .productView-for1 .slick-arrow {
  width: 9px;
  height: 17px; }

@media (max-width: 991px) {
  #homeNewProducts .productCarousel .slick-dots {
    bottom: 0px;
    z-index: 10;
    position: relative;
    padding-top: 20px; } }

@media (max-width: 551px) {
  #homeNewProducts .productCarousel .slick-dots {
    padding-top: 0px; } }

.toggleLink-text--on, .toggleLink.is-open .toggleLink-text--off {
  display: none; }

.toggleLink-text {
  font-size: 0;
  font-weight: 400;
  color: #323232; }

.toggleLink.is-open .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.toggleLink .icon {
  line-height: inherit;
  color: inherit;
  height: 19px;
  width: 19px;
  position: relative;
  top: -2px;
  transition: all .4s ease; }

.countDown {
  display: block; }
  .countDown .block-time {
    padding: 12px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    min-width: 62px; }
    .countDown .block-time:last-of-type {
      margin-right: 0; }
    .countDown .block-time .num {
      font-size: 16px;
      line-height: 1;
      color: #323232;
      font-weight: 700;
      display: inline-block;
      vertical-align: top; }
    .countDown .block-time .block-label {
      margin: 4px 0 0 0;
      line-height: 1;
      display: block;
      font-size: 12px;
      color: #646464; }

.productView-price-col {
  position: relative;
  margin: 0 0 23px 0; }
  .productView-price-col .label-sale {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; }
    .productView-price-col .label-sale p {
      background: #e7040f;
      padding: 1px 6px;
      margin: 0;
      color: #fff;
      font-weight: bold;
      position: relative;
      border-radius: 2px; }
      .productView-price-col .label-sale p:before {
        content: "";
        position: absolute;
        top: 5px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 7px solid #e7040f;
        border-bottom: 5px solid transparent; }
    .productView-price-col .label-sale .active-percent {
      display: none; }
  .productView-price-col .sold-product {
    font-weight: 400;
    color: #e7040f;
    letter-spacing: 0;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 2px; }
    .productView-price-col .sold-product svg {
      width: 11px;
      height: 14px;
      position: relative;
      top: 2px;
      margin-right: 4px;
      color: #e7040f; }
    @media (max-width: 331px) {
      .productView-price-col .sold-product {
        position: initial;
        margin-bottom: 17px;
        margin-top: 14px; } }

#new_products .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 0;
  margin-top: 48px; }
  @media (max-width: 991px) {
    #new_products .themevale_page-heading-wrapper {
      margin-top: 37px; } }
  @media (max-width: 768px) {
    #new_products .themevale_page-heading-wrapper {
      margin-top: 28px; } }

.featured-home-product .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 0;
  margin-top: 64px; }
  @media (max-width: 1024px) {
    .featured-home-product .themevale_page-heading-wrapper {
      margin-top: 27px; } }
  @media (max-width: 991px) {
    .featured-home-product .themevale_page-heading-wrapper {
      margin-top: 36px; } }
  @media (max-width: 768px) {
    .featured-home-product .themevale_page-heading-wrapper {
      margin-top: 30px; } }

@media (max-width: 992px) {
  .featured-home-product .productCarousel .slick-dots {
    bottom: 0px;
    z-index: 10;
    position: relative;
    padding-top: 25px; } }

@media (max-width: 551px) {
  .featured-home-product .productCarousel .slick-dots {
    padding-top: 5px; } }

#home-custom-product-tabs .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 21px;
  padding-top: 0;
  margin-top: -36px; }
  @media (max-width: 1024px) {
    #home-custom-product-tabs .themevale_page-heading-wrapper {
      margin-top: 26px; } }
  @media (max-width: 991px) {
    #home-custom-product-tabs .themevale_page-heading-wrapper {
      margin-top: -8px; } }

#home-custom-product-tabs .productCarousel .slick-list .card .card-figure .quickview {
  padding: 5px 12px; }

@media (max-width: 992px) {
  #home-custom-product-tabs .productCarousel .slick-dots {
    bottom: 12px;
    z-index: 10;
    position: relative;
    padding-top: 37px; } }

@media (max-width: 551px) {
  #home-custom-product-tabs .productCarousel .slick-dots {
    padding-top: 20px; } }

#home-top-banner-trending .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 44px;
  padding-top: 0;
  margin-top: -36px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    #home-top-banner-trending .themevale_page-heading-wrapper {
      margin-bottom: 24px;
      margin-top: 26px; } }
  @media (max-width: 991px) {
    #home-top-banner-trending .themevale_page-heading-wrapper {
      margin-top: -20px; } }

@media (max-width: 992px) {
  #home-top-banner-trending .slick-dots {
    position: relative;
    padding-top: 0px;
    z-index: 10;
    bottom: -22px; } }

#customers_view {
  border-top: 1px solid #e6e6e6;
  padding: 13px 0 14px 0;
  color: #2d2d2d; }
  #customers_view i {
    position: relative;
    top: 2px;
    font-size: 19px;
    margin-right: 10px;
    color: #2d2d2d; }

@media (max-width: 667px) {
  .product-vertical .themevalte_productView .themevalte_productView-left {
    top: 0 !important; } }

@media (min-width: 766px) {
  .product-vertical .themevalte_productView .themevalte_productView-left {
    position: sticky; } }

/*=====  End of www.themevale.com  ======*/
.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  content: "";
  display: block;
  height: 3.33333rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.33333rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.33333rem;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 3.33333rem; }

.sale-text-burst {
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.5px;
  z-index: 50;
  transform: translate3D(-50%, -50%, 0); }

.new-flag-side {
  background: black;
  color: white;
  z-index: 9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  left: 0px;
  letter-spacing: 0; }
  .new-flag-side ~ .sale-flag-side {
    top: 27px; }
    .new-flag-side ~ .sale-flag-side ~ .out-flag-side {
      top: 54px; }
      .new-flag-side ~ .sale-flag-side ~ .out-flag-side ~ .custom-badge {
        top: 71px; }
  .new-flag-side ~ .out-flag-side {
    top: 27px; }
    .new-flag-side ~ .out-flag-side ~ .custom-badge {
      top: 54px; }
  .new-flag-side ~ .custom-badge {
    top: 27px; }

.sale-flag-side {
  background: #e7040f;
  color: white;
  z-index: 9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  left: 0px;
  letter-spacing: 0; }
  .sale-flag-side ~ .out-flag-side {
    top: 27px; }
    .sale-flag-side ~ .out-flag-side ~ .custom-badge {
      top: 54px; }
  .sale-flag-side ~ .custom-badge {
    top: 27px; }

.out-flag-side {
  background: #f0f0f0;
  color: #787878;
  z-index: 9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  left: 0px;
  letter-spacing: 0; }
  .out-flag-side ~ .custom-badge {
    top: 27px; }

.custom-badge {
  background: black;
  color: white;
  z-index: 9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  left: 0px;
  letter-spacing: 0; }

@media (max-width: 414px) {
  .sale-flag-sash {
    top: 15px;
    right: -20px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    width: 6.66667rem; }
  .sale-text-burst {
    font-size: 10px; }
  .sale-flag-star,
  .sale-flag-star:before,
  .sale-flag-star:after {
    width: 2.5rem;
    height: 2.5rem; }
  .starwrap {
    width: 2.5rem;
    height: 2.5rem; } }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  /*margin-bottom: spacing("single");*/ }
  @media (max-width: 480px) {
    .account .form-actions .button {
      margin-left: 0; } }
  @media (max-width: 350px) {
    .account .table .table-thead tr th:first-child {
      padding-top: 29px; } }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  /*@include grid-row($behavior: "nest");*/ }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/*** REMOVE PAYPAL PAY IN 4 BUTTONS IN VIEW CART AND PRODUCT CHECKOUT QUICKVIEW ***/
.previewCartCheckout-additionalCheckoutButtons {
  display: none !important; }

.cart-additionalCheckoutButtons {
  display: none !important; }

.page-type-cart .page-content {
  margin-bottom: 30px; }

/************************************************************************************/
/*=========================================
=            www.themevale.com            =
=========================================*/
@font-face {
  font-family: 'Calibri';
  src: url("https://brabantia.com.au/content/Calibri.eot");
  src: url("https://brabantia.com.au/content/Calibri.eot?#iefix") format("embedded-opentype"), url("https://brabantia.com.au/content/Calibri.woff2") format("woff2"), url("https://brabantia.com.au/content/Calibri.woff") format("woff"), url("https://brabantia.com.au/content/Calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Frutiger LT Std';
  src: url("https://brabantia.com.au/content/FrutigerLTStd-Cn.eot");
  src: url("https://brabantia.com.au/content/FrutigerLTStd-Cn.eot?#iefix") format("embedded-opentype"), url("https://brabantia.com.au/content/FrutigerLTStd-Cn.woff2") format("woff2"), url("https://brabantia.com.au/content/FrutigerLTStd-Cn.woff") format("woff"), url("https://brabantia.com.au/content/FrutigerLTStd-Cn.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Frutiger LT Std';
  src: url("https://brabantia.com.au/content/FrutigerLTStd-LightCn.eot");
  src: url("https://brabantia.com.au/content/FrutigerLTStd-LightCn.eot?#iefix") format("embedded-opentype"), url("https://brabantia.com.au/content/FrutigerLTStd-LightCn.woff2") format("woff2"), url("https://brabantia.com.au/content/FrutigerLTStd-LightCn.woff") format("woff"), url("https://brabantia.com.au/content/FrutigerLTStd-LightCn.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Frutiger LT Std';
  src: url("https://brabantia.com.au/content/FrutigerLTStd-BlackCn.eot");
  src: url("https://brabantia.com.au/content/FrutigerLTStd-BlackCn.eot?#iefix") format("embedded-opentype"), url("https://brabantia.com.au/content/FrutigerLTStd-BlackCn.woff2") format("woff2"), url("https://brabantia.com.au/content/FrutigerLTStd-BlackCn.woff") format("woff"), url("https://brabantia.com.au/content/FrutigerLTStd-BlackCn.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Frutiger LT Std';
  src: url("https://brabantia.com.au/content/FrutigerLTStd-BoldCn.eot");
  src: url("https://brabantia.com.au/content/FrutigerLTStd-BoldCn.eot?#iefix") format("embedded-opentype"), url("https://brabantia.com.au/content/FrutigerLTStd-BoldCn.woff2") format("woff2"), url("https://brabantia.com.au/content/FrutigerLTStd-BoldCn.woff") format("woff"), url("https://brabantia.com.au/content/FrutigerLTStd-BoldCn.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "VinceHand2W00-Reg";
  src: url("//db.onlinewebfonts.com/t/10b358f0e7c880e1b41ca2e8e417f8ef.eot");
  src: url("//db.onlinewebfonts.com/t/10b358f0e7c880e1b41ca2e8e417f8ef.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/10b358f0e7c880e1b41ca2e8e417f8ef.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/10b358f0e7c880e1b41ca2e8e417f8ef.woff") format("woff"), url("//db.onlinewebfonts.com/t/10b358f0e7c880e1b41ca2e8e417f8ef.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/10b358f0e7c880e1b41ca2e8e417f8ef.svg#VinceHand2W00-Reg") format("svg"); }

.upper {
  text-transform: uppercase; }

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

li {
  font-size: 13px; }

.navPages .navPages-item .Menu-Label.Sale-Label {
  display: none; }

.blog-thumbnail img.lazyautosizes.lazyloaded {
  width: 100%;
  height: 300px;
  object-fit: cover; }

.blog-thumbnail > a {
  position: relative;
  display: inline-block;
  width: 100%; }

@media (min-width: 551px) {
  .blog-title {
    font-size: 27px;
    margin: 0 0 10px 0; } }

.blog-strong {
  font-weight: bold; }

.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
  font-size: 20px; }

@media screen and (max-width: 767px) {
  .grid-50 {
    display: grid;
    grid-template-columns: none;
    gap: 10px; }
  .grid-50 .img-container img {
    width: 100%; }
  .grid-25-75 {
    display: grid;
    grid-template-columns: none;
    gap: 20px; }
  .grid-25-75 img {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .grid-50 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 30px; }
  .grid-25-75 {
    display: grid;
    gap: 10px;
    grid-template-columns: 25% 75%; } }

/* ****** Columns ****** */
/* Column - 1 */
.col-1 {
  width: 100%;
  padding: 10px;
  float: left; }

@media screen and (min-width: 375px) {
  .col-1 {
    width: 100%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 768px) {
  .col-1 {
    width: 100%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 1024px) {
  .col-1 {
    width: 100%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 1200px) {
  .col-1 {
    width: 100%;
    padding: 10px;
    float: left; } }

/* Column - 2 */
.col-2 {
  width: 50%;
  padding: 10px;
  float: left; }

@media screen and (min-width: 375px) {
  .col-2 {
    width: 100%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 768px) {
  .col-2 {
    width: 100%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 1024px) {
  .col-2 {
    width: 50%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 1200px) {
  .col-2 {
    width: 50%;
    padding: 10px;
    float: left; } }

/* Column - 3 */
.col-3 {
  width: 33%;
  padding: 10px;
  float: left; }

@media screen and (min-width: 375px) {
  .col-3 {
    width: 33%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 768px) {
  .col-3 {
    width: 33%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 1024px) {
  .col-3 {
    width: 33%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 1200px) {
  .col-3 {
    width: 33%;
    padding: 10px;
    float: left; } }

/* Column - 4 */
.col-4 {
  width: 25%;
  padding: 10px;
  float: left; }

@media screen and (min-width: 375px) {
  .col-4 {
    width: 100%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 768px) {
  .col-4 {
    width: 50%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 1024px) {
  .col-4 {
    width: 25%;
    padding: 10px;
    float: left; } }

@media screen and (min-width: 1200px) {
  .col-4 {
    width: 25%;
    padding: 10px;
    float: left; } }

/* ****** End Columns ****** */
h1,
h2,
h3 {
  font-style: bold; }

h1 {
  font-size: 36px;
  font-family: Frutiger LT Std;
  font-weight: 700; }

h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: Frutiger LT Std;
  font-weight: 700; }

.navPages-action {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Frutiger LT Std;
  font-weight: 500; }

.navPage-subMenu-item > .navPage-subMenu-action {
  font-size: 18px;
  font-family: 'Calibri', 'Open-Sans';
  text-transform: capitalize;
  font-weight: 700;
  color: #343434; }

.navPage-subMenu-item > .navPage-subMenu-action:hover {
  font-size: 18px;
  font-family: 'Calibri', 'Open-Sans';
  text-transform: capitalize;
  font-weight: 700;
  color: #858585; }

.navPage-subMenu-item > .navPage-childList .navPage-childList-action {
  font-size: 16px;
  font-family: 'Calibri', 'Open-Sans';
  text-transform: capitalize;
  font-weight: 400;
  color: #343434; }

.navPage-subMenu-item > .navPage-childList .navPage-childList-action:hover {
  font-size: 16px;
  font-family: 'Calibri', 'Open-Sans';
  text-transform: capitalize;
  font-weight: 400;
  color: #858585; }

.header-logo {
  margin: 10px auto;
  max-width: 180px; }

/*=====  New added code  ======*/
.heroCarousel-content .heroCarousel-title {
  margin: 0 0 5px;
  font-size: 40px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: 'Frutiger LT Std', Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000; }

.heroCarousel-content {
  background: #fff;
  padding: 25px;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Frutiger LT Std', Calibri, Helvetica Neue, Helvetica, Arial, sans-serif; }

p {
  font-family: Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem; }

.heroCarousel .slick-slide.slick-current .heroCarousel-title {
  color: #1f1f1f;
  font-weight: 900;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0;
  letter-spacing: 0em; }

.heroCarousel .slick-slide.slick-current .heroCarousel-description {
  margin: 13px;
  font: Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px; }

.heroCarousel-content .button {
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #fff;
  cursor: pointer;
  font-family: Frutiger, Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background-color .2s ease-in-out;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem !important;
  line-height: 1;
  position: relative;
  padding: 11px 37px 11px 20px;
  text-transform: none; }

@media (min-width: 768px) {
  .heroCarousel-content {
    top: 50%;
    left: 4%;
    z-index: 5;
    width: 33%;
    padding: 15px;
    position: absolute; } }

.themevale_middleHeader-main {
  background: #ffffff;
  position: relative; }

#top-bar-promotion {
  background: #FF3319; }

#top-bar-promotion img {
  display: none; }

@media only screen and (max-width: 767px) {
  .heroCarousel-content {
    width: 90%;
    text-align: center; } }

.footer-info-heading {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  margin: 0 0 20px;
  letter-spacing: .65px;
  text-transform: uppercase; }

.footer-info-list {
  margin: 0;
  list-style: none;
  font-size: 14px; }

.powered-by {
  font-size: 14px; }

.countPill {
  background-color: #FF3319; }

@media (min-width: 480px) {
  .themevale_banner-wrapper {
    height: 385px; } }

.button.button--primary {
  color: #fff; }

.button.button--primary:hover {
  color: #fff; }

/*=====  Page styles  ======*/
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Frutiger LT Std, Calibri, Helvetica Neue, Helvetica, Arial, sans-serif; }

.page-heading {
  font-family: Frutiger LT Std, Calibri, Helvetica Neue, Helvetica, Arial, sans-serif; }

h2,
h3 {
  color: #1f1f1f;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2.2rem; }

p {
  color: #343434;
  font-family: Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.3rem; }

#icon-heart2 {
  color: #ffffff; }

.button.button-transparent,
button.button-transparent {
  color: #ffffff;
  font-family: Frutiger LT Std, Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2rem !important; }

.button.button-transparent:hover,
button.button-transparent:hover {
  color: #ffffff;
  font-family: Frutiger LT Std, Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2rem !important; }

.halo-login-dropdown form .form-actions input[type="submit"] {
  color: #ffffff;
  background-color: #303030;
  font-family: Frutiger LT Std, Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2rem !important; }

.sale-text {
  display: none; }

/*
.price-section.price-section--withTax.non-sale-price--withTax.price-none {
    display: none;
}
*/
/*
.data-sale-percent {
    display: none;
}
*/
a.at-icon-wrapper.at-share-btn.at-svc-wanelo {
  display: none; }

a.at-icon-wrapper.at-share-btn.at-svc-fashiolista {
  display: none; }

a.at-icon-wrapper.at-share-btn.at-svc-thefancy {
  display: none; }

.sale-flag-side {
  display: none; }

/*=====  Hide homepage section  ======*/
#home-custom-product-tabs {
  display: none; }

/*=====  Our Story Page  ======*/
.story1 {
  width: 50%;
  float: left;
  height: auto; }

@media (max-width: 1025px) {
  .story1 {
    max-width: 100%;
    width: 100%;
    float: left; } }

.youtubestory {
  width: 75%;
  float: left;
  height: auto; }

@media (max-width: 1025px) {
  .youtubestory {
    max-width: 100%;
    width: 100%;
    float: left; } }

.story2 {
  margin-top: 160px;
  width: 25%;
  float: left; }

@media (max-width: 1025px) {
  .story2 {
    margin-top: 160px;
    max-width: 100%;
    width: 100%;
    float: left; } }

.story3 {
  margin-top: 45px;
  width: 50%;
  float: left; }

@media (max-width: 1025px) {
  .story3 {
    margin-top: 0px;
    max-width: 100%;
    margin-bottom: 160px;
    width: 100%;
    float: left; } }

.story4 {
  margin-top: 200px;
  width: 50%;
  float: left; }

@media (max-width: 1025px) {
  .story4 {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    float: left; } }

.story1,
.story2,
.story3,
.story4 {
  padding: 20px; }

.storyimage1,
.storyimage2,
.storyimage3 {
  padding: 0px;
  margin: 0px;
  width: 50%;
  float: left;
  height: auto; }

@media (max-width: 1025px) {
  .storyimage1,
  .storyimage2,
  .storyimage3 {
    max-width: 100%;
    width: 100%;
    float: left;
    height: auto; } }

.youtubestory {
  margin-bottom: -7px; }

our-story.page {
  padding-bottom: 0px; }

/*=====  Navigation Font  ======*/
.navPages-action {
  font-family: 'Frutiger LT Std cn', Calibri, Helvetica Neue, Helvetica, Arial, sans-serif; }

/*=====  Recently Bought a (Popup)  ======*/
#recently_bought_list {
  display: none; }

/*=====  Sold in the last hour (Product Page)  ======*/
div#customers_view {
  display: none; }

.productView-price-col .label-sale p {
  display: none; }

/*
span.price.price--non-sale {
    display: none;
}
*/
@media (min-width: 481px) {
  .iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 30px 0px 0px 0px;
    padding-top: 215%;
    /* 1:1 Aspect Ratio */ } }

@media (min-width: 768px) {
  .iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 165%;
    /* 1:1 Aspect Ratio */ } }

@media (min-width: 1451px) {
  .iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 170%;
    /* 1:1 Aspect Ratio */ } }

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 95%;
  height: 100%;
  border: none; }

button .swal2-confirm.button {
  color: #fff; }

.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-confirm:hover {
  color: #fff; }

.title-subtitle-text__subtitle {
  color: #8e8e8e;
  font-family: 'VinceHand2W00-Reg', Georgia, Times New Roman, Times, serif;
  font-weight: 400;
  text-transform: none;
  font-size: 2.8rem;
  margin: 0 0 0 0.5rem;
  letter-spacing: 0px; }

/* ************ Cradle 2 Cradle ************ */
/* Buttons */
.btn-c2c {
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  line-height: initial;
  padding: 9px 25px 8px;
  border-radius: 0;
  background: #4E4E4E;
  color: #fff; }

.btn-c2c:hover {
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  line-height: initial;
  padding: 9px 25px 8px;
  border-radius: 0;
  background: #383838;
  color: #ebebeb; }

/* IMAGES */
@media screen and (min-width: 375px) {
  .image-c2c {
    width: 100%;
    float: none; } }

@media screen and (min-width: 768px) {
  .image-c2c {
    width: 100%;
    float: none; } }

@media screen and (min-width: 1024px) {
  .image-c2c {
    width: inherit;
    float: inherit; } }

@media screen and (min-width: 1200px) {
  .image-c2c {
    width: inherit;
    float: inherit; } }

/*=========================================================*/
/*Production*/
.production {
  margin: 30px 0x; }

/*Waste*/
.waste-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #56a6af;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none; }

.waste-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.polute-purify {
  margin: 30px 0x; }

/*Energy*/
.energy-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #c0e8ec;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none; }

.energy-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.durable {
  margin: 30px 0x; }

/*Material*/
.material-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #cadee0;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none; }

.material-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.recycled {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  /*    background-color: rgb(231, 242, 243);*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px;
  padding: 20px 0px;
  height: 400px;
  align-items: center; }

/*c2c*/
.c2c-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #41a4dd;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none; }

.c2c-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.c2c-meaning {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px; }

/*Tell Me More*/
.tell-me-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #aaaaaa;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  color: #fff; }

.tell-me-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.more-info {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px;
  padding: 20px 0px;
  color: #fff; }

/*Seperating*/
.seperating-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #ff7970;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  color: #fff; }

.seperating-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.seperating {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px;
  padding: 20px 0px;
  color: #fff; }

/*eat enough*/
.eat-enough-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #ed9f9a;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  color: #fff; }

.eat-enough-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.eat-enough {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px;
  padding: 20px 0px;
  color: #fff; }

/*let it blow*/
.let-it-blow-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #edc8c5;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  color: #fff; }

.let-it-blow-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.let-it-blow {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px;
  padding: 20px 0px;
  color: #fff; }

/*green with green*/
.gwg-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #f2aea8;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  color: #fff; }

.gwg-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.gwg {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px;
  padding: 20px 0px;
  color: #fff; }

/*weforest*/
.weforest-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #56a6af;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  color: #fff; }

.weforest-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.weforest {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px;
  padding: 20px 0px;
  color: #fff; }

/*ocean*/
.ocean-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #a2c9b7;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  color: #fff; }

.ocean-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.ocean {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px;
  padding: 20px 0px;
  color: #fff; }

/*hunger project*/
.hunger-project-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-color: #c2e5e9;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  color: #fff; }

.hunger-project-banner h1 {
  padding-left: 50px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px; }

.hunger-project {
  margin: 30px 0x;
  justify-content: flex-start;
  /*    display: flex;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  margin: 0px;
  padding: 20px 0px;
  color: #fff; }

div#home-banner-custom {
  background: #e7e7e7;
  padding: 65px; }

/*=====  End of www.themevale.com  ======*/
.compare-link a .title-compare {
  border-radius: 3px;
  color: #fff;
  background-color: #303030;
  font-weight: 600;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: .05em;
  display: inline-block;
  min-width: 182px;
  margin: 0;
  height: 40px;
  line-height: 39px; }

.compare-link a .title-compare:hover {
  border-radius: 3px;
  color: #303030;
  border: 1px solid #303030;
  background-color: #fff;
  font-weight: 600;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: .05em;
  display: inline-block;
  min-width: 182px;
  margin: 0;
  height: 40px;
  line-height: 39px; }

.compareTable-product .card .card-body .button {
  font-size: 12px;
  padding: 5px 15px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  color: #fff; }

/*=====  End of www.themevale.com  ======*/
.card .card-body .card-price .price-section.price-none {
  display: inline; }

.sold-product {
  display: none; }

.themevale_banner-wrapper.cradel_to_cradle_logo img {
  top: 65% !important; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.d-flex {
  display: flex; }

.align-items-center {
  align-items: center; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-start {
  justify-content: start; }

.justify-content-end {
  justify-content: end; }

.h-100 {
  height: 100%; }

.top-0 {
  top: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.banner-title-collection {
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin: 0;
  color: white;
  font-size: 18px;
  line-height: 1.2; }

.icon-bar {
  display: block; }

.card .card-body .card-brand {
  color: 000; }

/**********************************************************************************************************************************************************************************************
  *********************************************************************************************************************************************************************************************
                                                                                    END THEME CSS
  *********************************************************************************************************************************************************************************************
***********************************************************************************************************************************************************************************************/
.bs-img-fluid,
.bs-img-thumbnail {
  max-width: 100%;
  height: auto; }

.bs-g-0,
.bs-gy-0,
.bs-row {
  --bs-gutter-y: 0
; }

.bs-btn-check,
.bs-form-floating > label {
  position: absolute;
  pointer-events: none; }

.bs-btn,
.bs-btn-link {
  --bs-btn-font-weight: 400
; }

.bs-dropdown-menu,
.bs-dropdown-menu-dark {
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd
; }

.bs-dropdown-header,
.bs-dropdown-item,
.bs-dropdown-toggle,
.bs-input-group-text,
.bs-navbar-brand {
  white-space: nowrap; }

.bs-nav,
.bs-navbar-nav {
  --bs-nav-link-padding-y: 0.5rem;
  list-style: none; }

.bs-card {
  word-wrap: break-word; }

.bs-spinner-border,
.bs-spinner-grow {
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s
; }

.bs-border-danger,
.bs-border-dark,
.bs-border-info,
.bs-border-light,
.bs-border-primary,
.bs-border-secondary,
.bs-border-success,
.bs-border-warning,
.bs-border-white {
  --bs-border-opacity: 1
; }

.bs-border-1,
:root {
  --bs-border-width: 1px
; }

.bs-text-black,
.bs-text-black-50,
.bs-text-body,
.bs-text-danger,
.bs-text-dark,
.bs-text-info,
.bs-text-light,
.bs-text-muted,
.bs-text-primary,
.bs-text-reset,
.bs-text-secondary,
.bs-text-success,
.bs-text-warning,
.bs-text-white,
.bs-text-white-50 {
  --bs-text-opacity: 1
; }

.bs-bg-black,
.bs-bg-body,
.bs-bg-danger,
.bs-bg-dark,
.bs-bg-info,
.bs-bg-light,
.bs-bg-primary,
.bs-bg-secondary,
.bs-bg-success,
.bs-bg-warning,
.bs-bg-white {
  --bs-bg-opacity: 1
; }

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd
; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

.bs-alert-heading {
  color: inherit; }

.bs-h1,
.bs-h2,
.bs-h3,
.bs-h4,
.bs-h5,
.bs-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

address,
legend {
  line-height: inherit; }

.bs-h1 {
  font-size: calc(1.375rem + 1.5vw); }

.bs-h2 {
  font-size: calc(1.325rem + .9vw); }

.bs-h3 {
  font-size: calc(1.3rem + .6vw); }

.bs-h4 {
  font-size: calc(1.275rem + .3vw); }

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

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

.bs-h2, h2 {
  font-weight: 700 !important; }

.bs-btn,
.bs-form-control-color:not(:disabled):not([readonly]),
.bs-form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer; }

.bs-accordion-header,
.bs-blockquote > :last-child,
.bs-card-text:last-child {
  margin-bottom: 0; }

.bs-alert-link {
  font-weight: 700; }

.bs-blockquote {
  margin-bottom: 1rem; }

.bs-small {
  font-size: .875em; }

.bs-mark {
  padding: .1875em;
  background-color: var(--bs-highlight-bg); }

.bs-figure,
.bs-list-inline-item {
  display: inline-block; }

.bs-accordion-flush .bs-accordion-item .bs-accordion-button,
.bs-list-group-flush,
.bs-modal-fullscreen .bs-modal-footer,
.bs-modal-fullscreen .bs-modal-header {
  border-radius: 0; }

.bs-form-control-plaintext:focus,
.bs-form-range:focus {
  outline: 0; }

.bs-carousel-indicators .bs-active,
select:disabled {
  opacity: 1; }

.bs-display-1,
.bs-display-2,
.bs-display-3,
.bs-display-4,
.bs-display-5,
.bs-display-6 {
  font-weight: 300;
  line-height: 1.2; }

.bs-form-control,
.bs-form-select {
  -webkit-appearance: none;
  font-weight: 400; }

summary {
  display: list-item; }

.bs-d-none,
[hidden] {
  display: none !important; }

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

.bs-display-1 {
  font-size: calc(1.625rem + 4.5vw); }

.bs-display-2 {
  font-size: calc(1.575rem + 3.9vw); }

.bs-display-3 {
  font-size: calc(1.525rem + 3.3vw); }

.bs-display-4 {
  font-size: calc(1.475rem + 2.7vw); }

.bs-display-5 {
  font-size: calc(1.425rem + 2.1vw); }

.bs-display-6 {
  font-size: calc(1.375rem + 1.5vw); }

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

.bs-list-inline-item:not(:last-child) {
  margin-right: .5rem; }

.bs-initialism {
  font-size: .875em;
  text-transform: uppercase; }

.bs-blockquote {
  font-size: 1.25rem; }

.bs-blockquote-footer,
.bs-figure-caption {
  font-size: .875em;
  color: #6c757d; }

.bs-blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem; }

.bs-blockquote-footer::before {
  content: "— "; }

.bs-img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: .375rem; }

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

.bs-container,
.bs-container-fluid,
.bs-container-lg,
.bs-container-md,
.bs-container-sm,
.bs-container-xl,
.bs-container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

.bs-col {
  flex: 1 0 0%; }

.bs-col-auto,
.bs-row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.bs-col-12,
.bs-row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.bs-col-6,
.bs-row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.bs-row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.bs-col-3,
.bs-row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.bs-row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.bs-row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.bs-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.bs-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.bs-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.bs-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.bs-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.bs-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.bs-col-9 {
  flex: 0 0 auto;
  width: 75%; }

.bs-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.bs-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.bs-offset-1 {
  margin-left: 8.33333333%; }

.bs-offset-2 {
  margin-left: 16.66666667%; }

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

.bs-offset-4 {
  margin-left: 33.33333333%; }

.bs-offset-5 {
  margin-left: 41.66666667%; }

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

.bs-offset-7 {
  margin-left: 58.33333333%; }

.bs-offset-8 {
  margin-left: 66.66666667%; }

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

.bs-offset-10 {
  margin-left: 83.33333333%; }

.bs-offset-11 {
  margin-left: 91.66666667%; }

@media (min-width: 576px) {
  .bs-container,
  .bs-container-sm {
    max-width: 540px; }
  .bs-col-sm {
    flex: 1 0 0%; }
  .bs-col-sm-auto,
  .bs-row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs-col-sm-12,
  .bs-row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs-col-sm-6,
  .bs-row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .bs-col-sm-3,
  .bs-row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs-row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .bs-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs-col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs-offset-sm-0 {
    margin-left: 0; }
  .bs-offset-sm-1 {
    margin-left: 8.33333333%; }
  .bs-offset-sm-2 {
    margin-left: 16.66666667%; }
  .bs-offset-sm-3 {
    margin-left: 25%; }
  .bs-offset-sm-4 {
    margin-left: 33.33333333%; }
  .bs-offset-sm-5 {
    margin-left: 41.66666667%; }
  .bs-offset-sm-6 {
    margin-left: 50%; }
  .bs-offset-sm-7 {
    margin-left: 58.33333333%; }
  .bs-offset-sm-8 {
    margin-left: 66.66666667%; }
  .bs-offset-sm-9 {
    margin-left: 75%; }
  .bs-offset-sm-10 {
    margin-left: 83.33333333%; }
  .bs-offset-sm-11 {
    margin-left: 91.66666667%; }
  .bs-g-sm-0,
  .bs-gx-sm-0 {
    --bs-gutter-x: 0
    ; }
  .bs-g-sm-0,
  .bs-gy-sm-0 {
    --bs-gutter-y: 0
    ; }
  .bs-g-sm-1,
  .bs-gx-sm-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .bs-g-sm-1,
  .bs-gy-sm-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .bs-g-sm-2,
  .bs-gx-sm-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .bs-g-sm-2,
  .bs-gy-sm-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .bs-g-sm-3,
  .bs-gx-sm-3 {
    --bs-gutter-x: 1rem
    ; }
  .bs-g-sm-3,
  .bs-gy-sm-3 {
    --bs-gutter-y: 1rem
    ; }
  .bs-g-sm-4,
  .bs-gx-sm-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .bs-g-sm-4,
  .bs-gy-sm-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .bs-g-sm-5,
  .bs-gx-sm-5 {
    --bs-gutter-x: 3rem
    ; }
  .bs-g-sm-5,
  .bs-gy-sm-5 {
    --bs-gutter-y: 3rem
    ; } }

@media (min-width: 768px) {
  .bs-container,
  .bs-container-md,
  .bs-container-sm {
    max-width: 720px; }
  .bs-col-md {
    flex: 1 0 0%; }
  .bs-col-md-auto,
  .bs-row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs-col-md-12,
  .bs-row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs-col-md-6,
  .bs-row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs-row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .bs-col-md-3,
  .bs-row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .bs-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs-col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs-offset-md-0 {
    margin-left: 0; }
  .bs-offset-md-1 {
    margin-left: 8.33333333%; }
  .bs-offset-md-2 {
    margin-left: 16.66666667%; }
  .bs-offset-md-3 {
    margin-left: 25%; }
  .bs-offset-md-4 {
    margin-left: 33.33333333%; }
  .bs-offset-md-5 {
    margin-left: 41.66666667%; }
  .bs-offset-md-6 {
    margin-left: 50%; }
  .bs-offset-md-7 {
    margin-left: 58.33333333%; }
  .bs-offset-md-8 {
    margin-left: 66.66666667%; }
  .bs-offset-md-9 {
    margin-left: 75%; }
  .bs-offset-md-10 {
    margin-left: 83.33333333%; }
  .bs-offset-md-11 {
    margin-left: 91.66666667%; }
  .bs-g-md-0,
  .bs-gx-md-0 {
    --bs-gutter-x: 0
    ; }
  .bs-g-md-0,
  .bs-gy-md-0 {
    --bs-gutter-y: 0
    ; }
  .bs-g-md-1,
  .bs-gx-md-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .bs-g-md-1,
  .bs-gy-md-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .bs-g-md-2,
  .bs-gx-md-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .bs-g-md-2,
  .bs-gy-md-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .bs-g-md-3,
  .bs-gx-md-3 {
    --bs-gutter-x: 1rem
    ; }
  .bs-g-md-3,
  .bs-gy-md-3 {
    --bs-gutter-y: 1rem
    ; }
  .bs-g-md-4,
  .bs-gx-md-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .bs-g-md-4,
  .bs-gy-md-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .bs-g-md-5,
  .bs-gx-md-5 {
    --bs-gutter-x: 3rem
    ; }
  .bs-g-md-5,
  .bs-gy-md-5 {
    --bs-gutter-y: 3rem
    ; } }

@media (min-width: 992px) {
  .bs-container,
  .bs-container-lg,
  .bs-container-md,
  .bs-container-sm {
    max-width: 960px; }
  .bs-col-lg {
    flex: 1 0 0%; }
  .bs-col-lg-auto,
  .bs-row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs-col-lg-12,
  .bs-row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs-col-lg-6,
  .bs-row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs-row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .bs-col-lg-3,
  .bs-row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs-row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .bs-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs-col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs-offset-lg-0 {
    margin-left: 0; }
  .bs-offset-lg-1 {
    margin-left: 8.33333333%; }
  .bs-offset-lg-2 {
    margin-left: 16.66666667%; }
  .bs-offset-lg-3 {
    margin-left: 25%; }
  .bs-offset-lg-4 {
    margin-left: 33.33333333%; }
  .bs-offset-lg-5 {
    margin-left: 41.66666667%; }
  .bs-offset-lg-6 {
    margin-left: 50%; }
  .bs-offset-lg-7 {
    margin-left: 58.33333333%; }
  .bs-offset-lg-8 {
    margin-left: 66.66666667%; }
  .bs-offset-lg-9 {
    margin-left: 75%; }
  .bs-offset-lg-10 {
    margin-left: 83.33333333%; }
  .bs-offset-lg-11 {
    margin-left: 91.66666667%; }
  .bs-g-lg-0,
  .bs-gx-lg-0 {
    --bs-gutter-x: 0
    ; }
  .bs-g-lg-0,
  .bs-gy-lg-0 {
    --bs-gutter-y: 0
    ; }
  .bs-g-lg-1,
  .bs-gx-lg-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .bs-g-lg-1,
  .bs-gy-lg-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .bs-g-lg-2,
  .bs-gx-lg-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .bs-g-lg-2,
  .bs-gy-lg-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .bs-g-lg-3,
  .bs-gx-lg-3 {
    --bs-gutter-x: 1rem
    ; }
  .bs-g-lg-3,
  .bs-gy-lg-3 {
    --bs-gutter-y: 1rem
    ; }
  .bs-g-lg-4,
  .bs-gx-lg-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .bs-g-lg-4,
  .bs-gy-lg-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .bs-g-lg-5,
  .bs-gx-lg-5 {
    --bs-gutter-x: 3rem
    ; }
  .bs-g-lg-5,
  .bs-gy-lg-5 {
    --bs-gutter-y: 3rem
    ; } }

@media (min-width: 1200px) {
  .bs-display-6,
  .bs-h1,
  h1 {
    font-size: 2.5rem; }
  .bs-h2, h2 {
    font-size: 2rem; }
  .bs-h3,
  h3 {
    font-size: 1.75rem; }
  .bs-h4,
  h4,
  legend {
    font-size: 1.5rem; }
  .bs-display-1 {
    font-size: 5rem; }
  .bs-display-2 {
    font-size: 4.5rem; }
  .bs-display-3 {
    font-size: 4rem; }
  .bs-display-4 {
    font-size: 3.5rem; }
  .bs-display-5 {
    font-size: 3rem; }
  .bs-container,
  .bs-container-lg,
  .bs-container-md,
  .bs-container-sm,
  .bs-container-xl {
    max-width: 1140px; }
  .bs-col-xl {
    flex: 1 0 0%; }
  .bs-col-xl-auto,
  .bs-row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs-col-xl-12,
  .bs-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs-col-xl-6,
  .bs-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .bs-col-xl-3,
  .bs-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .bs-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs-col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs-offset-xl-0 {
    margin-left: 0; }
  .bs-offset-xl-1 {
    margin-left: 8.33333333%; }
  .bs-offset-xl-2 {
    margin-left: 16.66666667%; }
  .bs-offset-xl-3 {
    margin-left: 25%; }
  .bs-offset-xl-4 {
    margin-left: 33.33333333%; }
  .bs-offset-xl-5 {
    margin-left: 41.66666667%; }
  .bs-offset-xl-6 {
    margin-left: 50%; }
  .bs-offset-xl-7 {
    margin-left: 58.33333333%; }
  .bs-offset-xl-8 {
    margin-left: 66.66666667%; }
  .bs-offset-xl-9 {
    margin-left: 75%; }
  .bs-offset-xl-10 {
    margin-left: 83.33333333%; }
  .bs-offset-xl-11 {
    margin-left: 91.66666667%; }
  .bs-g-xl-0,
  .bs-gx-xl-0 {
    --bs-gutter-x: 0
    ; }
  .bs-g-xl-0,
  .bs-gy-xl-0 {
    --bs-gutter-y: 0
    ; }
  .bs-g-xl-1,
  .bs-gx-xl-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .bs-g-xl-1,
  .bs-gy-xl-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .bs-g-xl-2,
  .bs-gx-xl-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .bs-g-xl-2,
  .bs-gy-xl-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .bs-g-xl-3,
  .bs-gx-xl-3 {
    --bs-gutter-x: 1rem
    ; }
  .bs-g-xl-3,
  .bs-gy-xl-3 {
    --bs-gutter-y: 1rem
    ; }
  .bs-g-xl-4,
  .bs-gx-xl-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .bs-g-xl-4,
  .bs-gy-xl-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .bs-g-xl-5,
  .bs-gx-xl-5 {
    --bs-gutter-x: 3rem
    ; }
  .bs-g-xl-5,
  .bs-gy-xl-5 {
    --bs-gutter-y: 3rem
    ; } }

.bs-row {
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }

.bs-row > * {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }

.bs-g-0,
.bs-gx-0 {
  --bs-gutter-x: 0
; }

.bs-g-1,
.bs-gx-1 {
  --bs-gutter-x: 0.25rem
; }

.bs-g-1,
.bs-gy-1 {
  --bs-gutter-y: 0.25rem
; }

.bs-g-2,
.bs-gx-2 {
  --bs-gutter-x: 0.5rem
; }

.bs-g-2,
.bs-gy-2 {
  --bs-gutter-y: 0.5rem
; }

.bs-g-3,
.bs-gx-3 {
  --bs-gutter-x: 1rem
; }

.bs-g-3,
.bs-gy-3 {
  --bs-gutter-y: 1rem
; }

.bs-g-4,
.bs-gx-4 {
  --bs-gutter-x: 1.5rem
; }

.bs-g-4,
.bs-gy-4 {
  --bs-gutter-y: 1.5rem
; }

.bs-g-5,
.bs-gx-5 {
  --bs-gutter-x: 3rem
; }

.bs-g-5,
.bs-gy-5 {
  --bs-gutter-y: 3rem
; }

.bs-table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }

.bs-table-danger,
.bs-table-info,
.bs-table-light,
.bs-table-primary,
.bs-table-secondary,
.bs-table-success,
.bs-table-warning {
  --bs-table-color: #000;
  --bs-table-striped-color: #000;
  --bs-table-active-color: #000;
  --bs-table-hover-color: #000
; }

.bs-table > :not(caption) > * > * {
  padding: .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }

.bs-table > tbody {
  vertical-align: inherit; }

.bs-table > thead {
  vertical-align: bottom; }

.bs-table-group-divider {
  border-top: 2px solid currentcolor; }

.bs-caption-top {
  caption-side: top; }

.bs-table-sm > :not(caption) > * > * {
  padding: .25rem; }

.bs-form-floating > .bs-form-control-plaintext ~ label,
.bs-table-bordered > :not(caption) > * {
  border-width: 1px 0; }

.bs-table-bordered > :not(caption) > * > * {
  border-width: 0 1px; }

.bs-list-group-flush > .bs-list-group-item:last-child,
.bs-table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.bs-list-group-item + .bs-list-group-item,
.bs-table-borderless > :not(:first-child) {
  border-top-width: 0; }

.bs-table-striped-columns > :not(caption) > tr > :nth-child(2n),
.bs-table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.bs-table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.bs-table-danger,
.bs-table-dark,
.bs-table-info,
.bs-table-light,
.bs-table-primary,
.bs-table-secondary,
.bs-table-success,
.bs-table-warning {
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.bs-table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.bs-table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-active-bg: #bacbe6;
  --bs-table-hover-bg: #bfd1ec
; }

.bs-table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-active-bg: #cbccce;
  --bs-table-hover-bg: #d1d2d4
; }

.bs-table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-hover-bg: #c1d6cc
; }

.bs-table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-active-bg: #badce3;
  --bs-table-hover-bg: #bfe2e9
; }

.bs-table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-hover-bg: #ece1be
; }

.bs-table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-hover-bg: #e5c7ca
; }

.bs-table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-hover-bg: #e5e6e7
; }

.bs-table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff
; }

.bs-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.bs-form-label {
  margin-bottom: .5rem; }

.bs-col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.bs-col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem; }

.bs-col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem; }

.bs-form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d; }

.bs-form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.bs-form-control[type=file] {
  overflow: hidden; }

.bs-form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.bs-form-control::-webkit-date-and-time-value {
  height: 1.5em; }

.bs-form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.bs-form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.bs-form-control-plaintext,
.bs-form-select {
  color: #212529;
  line-height: 1.5;
  display: block; }

.bs-form-control:disabled {
  background-color: #e9ecef;
  opacity: 1; }

.bs-form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-color: inherit; }

.bs-form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-color: inherit; }

.bs-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3; }

.bs-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3; }

.bs-form-control-plaintext {
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.bs-form-check-input,
.bs-form-select {
  background-color: #fff;
  -moz-appearance: none;
  background-repeat: no-repeat; }

.bs-form-control-plaintext.bs-form-control-lg,
.bs-form-control-plaintext.bs-form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.bs-form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .25rem; }

.bs-form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem; }

.bs-form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem; }

.bs-form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .5rem; }

.bs-form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem; }

.bs-form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem; }

textarea.bs-form-control {
  min-height: calc(1.5em + .75rem + 2px); }

textarea.bs-form-control-sm {
  min-height: calc(1.5em + .5rem + 2px); }

textarea.bs-form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.bs-form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem; }

.bs-form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: .375rem; }

.bs-form-control-color::-webkit-color-swatch {
  border-radius: .375rem; }

.bs-form-control-color.bs-form-control-sm {
  height: calc(1.5em + .5rem + 2px); }

.bs-form-control-color.bs-form-control-lg {
  height: calc(1.5em + 1rem + 2px); }

.bs-form-select {
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none; }

.bs-form-check-input:focus,
.bs-form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.bs-form-select[multiple],
.bs-form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none; }

.bs-form-select:disabled {
  background-color: #e9ecef; }

.bs-form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529; }

.bs-form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: .25rem; }

.bs-form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: .5rem; }

.bs-form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem; }

.bs-form-check .bs-form-check-input {
  float: left;
  margin-left: -1.5em; }

.bs-form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }

.bs-form-check-reverse .bs-form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0; }

.bs-form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact; }

.bs-form-check-input[type=checkbox] {
  border-radius: .25em; }

.bs-form-check-input[type=radio] {
  border-radius: 50%; }

.bs-form-check-input:active {
  filter: brightness(90%); }

.bs-form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd; }

.bs-form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }

.bs-form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }

.bs-form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }

.bs-form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5; }

.bs-form-check-input:disabled ~ .bs-form-check-label,
.bs-form-check-input[disabled] ~ .bs-form-check-label {
  cursor: default;
  opacity: .5; }

.bs-form-switch {
  padding-left: 2.5em; }

.bs-form-switch .bs-form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out; }

.bs-form-switch .bs-form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }

.bs-form-switch .bs-form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.bs-form-switch.bs-form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0; }

.bs-form-switch.bs-form-check-reverse .bs-form-check-input {
  margin-right: -2.5em;
  margin-left: 0; }

.bs-form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.bs-btn-check {
  clip: rect(0, 0, 0, 0); }

.bs-btn-check:disabled + .bs-btn,
.bs-btn-check[disabled] + .bs-btn {
  pointer-events: none;
  filter: none;
  opacity: .65; }

.bs-form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bs-form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.bs-form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.bs-form-range::-moz-focus-outer {
  border: 0; }

.bs-form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

.bs-form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe; }

.bs-form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.bs-form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

.bs-form-range::-moz-range-thumb:active {
  background-color: #b6d4fe; }

.bs-form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.bs-form-range:disabled {
  pointer-events: none; }

.bs-form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.bs-form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.bs-carousel,
.bs-dropdown,
.bs-dropdown-center,
.bs-dropend,
.bs-dropstart,
.bs-dropup,
.bs-dropup-center,
.bs-form-floating {
  position: relative; }

.bs-form-floating > .bs-form-control,
.bs-form-floating > .bs-form-control-plaintext,
.bs-form-floating > .bs-form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25; }

.bs-form-floating > label {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out; }

.bs-form-floating > .bs-form-control,
.bs-form-floating > .bs-form-control-plaintext {
  padding: 1rem .75rem; }

.bs-form-floating > .bs-form-control-plaintext:focus,
.bs-form-floating > .bs-form-control-plaintext:not(:placeholder-shown),
.bs-form-floating > .bs-form-control:focus,
.bs-form-floating > .bs-form-control:not(:placeholder-shown),
.bs-form-floating > .bs-form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.bs-form-floating > .bs-form-control-plaintext::-moz-placeholder,
.bs-form-floating > .bs-form-control::-moz-placeholder {
  color: transparent; }

.bs-form-floating > .bs-form-control-plaintext::placeholder,
.bs-form-floating > .bs-form-control::placeholder {
  color: transparent; }

.bs-form-floating > .bs-form-control-plaintext:not(:-moz-placeholder-shown),
.bs-form-floating > .bs-form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.bs-form-floating > .bs-form-control-plaintext:-webkit-autofill,
.bs-form-floating > .bs-form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.bs-form-floating > .bs-form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.bs-form-floating > .bs-form-control-plaintext ~ label,
.bs-form-floating > .bs-form-control:focus ~ label,
.bs-form-floating > .bs-form-control:not(:placeholder-shown) ~ label,
.bs-form-floating > .bs-form-select ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.bs-form-floating > .bs-form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.bs-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.bs-input-group > .bs-form-control,
.bs-input-group > .bs-form-floating,
.bs-input-group > .bs-form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0; }

.bs-input-group > .bs-form-control:focus,
.bs-input-group > .bs-form-floating:focus-within,
.bs-input-group > .bs-form-select:focus {
  z-index: 3; }

.bs-input-group .bs-btn {
  position: relative;
  z-index: 2; }

.bs-input-group .bs-btn:focus {
  z-index: 3; }

.bs-input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .375rem; }

.bs-input-group-lg > .bs-btn,
.bs-input-group-lg > .bs-form-control,
.bs-input-group-lg > .bs-form-select,
.bs-input-group-lg > .bs-input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .5rem; }

.bs-input-group-sm > .bs-btn,
.bs-input-group-sm > .bs-form-control,
.bs-input-group-sm > .bs-form-select,
.bs-input-group-sm > .bs-input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .25rem; }

.bs-alert-dismissible,
.bs-input-group-lg > .bs-form-select,
.bs-input-group-sm > .bs-form-select {
  padding-right: 3rem; }

.bs-invalid-tooltip,
.bs-valid-tooltip {
  z-index: 5;
  display: none;
  padding: .25rem .5rem;
  border-radius: .375rem;
  top: 100%;
  position: absolute;
  max-width: 100%; }

.bs-btn-group > .bs-btn-group:not(:last-child) > .bs-btn,
.bs-btn-group > .bs-btn.bs-dropdown-toggle-split:first-child,
.bs-btn-group > .bs-btn:not(:last-child):not(.bs-dropdown-toggle),
.bs-input-group.bs-has-validation > .bs-dropdown-toggle:nth-last-child(n+4),
.bs-input-group.bs-has-validation > .bs-form-floating:nth-last-child(n+3) > .bs-form-control,
.bs-input-group.bs-has-validation > .bs-form-floating:nth-last-child(n+3) > .bs-form-select,
.bs-input-group.bs-has-validation > :nth-last-child(n+3):not(.bs-dropdown-toggle):not(.bs-dropdown-menu):not(.bs-form-floating),
.bs-input-group:not(.bs-has-validation) > .bs-dropdown-toggle:nth-last-child(n+3),
.bs-input-group:not(.bs-has-validation) > .bs-form-floating:not(:last-child) > .bs-form-control,
.bs-input-group:not(.bs-has-validation) > .bs-form-floating:not(:last-child) > .bs-form-select,
.bs-input-group:not(.bs-has-validation) > :not(:last-child):not(.bs-dropdown-toggle):not(.bs-dropdown-menu):not(.bs-form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bs-input-group > .bs-form-floating:not(:first-child) > .bs-form-control,
.bs-input-group > .bs-form-floating:not(:first-child) > .bs-form-select,
.bs-input-group > :not(:first-child):not(.bs-dropdown-menu):not(.bs-form-floating):not(.bs-valid-tooltip):not(.bs-valid-feedback):not(.bs-invalid-tooltip):not(.bs-invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bs-valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754; }

.bs-valid-tooltip {
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9); }

.bs-is-valid ~ .bs-valid-feedback,
.bs-is-valid ~ .bs-valid-tooltip,
.bs-was-validated :valid ~ .bs-valid-feedback,
.bs-was-validated :valid ~ .bs-valid-tooltip {
  display: block; }

.bs-form-control.bs-is-valid,
.bs-was-validated .bs-form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.bs-form-control.bs-is-valid:focus,
.bs-was-validated .bs-form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.bs-was-validated textarea.bs-form-control:valid,
textarea.bs-form-control.bs-is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.bs-form-select.bs-is-valid,
.bs-was-validated .bs-form-select:valid {
  border-color: #198754; }

.bs-form-select.bs-is-valid:not([multiple]):not([size]),
.bs-form-select.bs-is-valid:not([multiple])[size="1"],
.bs-was-validated .bs-form-select:valid:not([multiple]):not([size]),
.bs-was-validated .bs-form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem); }

.bs-form-select.bs-is-valid:focus,
.bs-was-validated .bs-form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.bs-form-control-color.bs-is-valid,
.bs-was-validated .bs-form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem)); }

.bs-form-check-input.bs-is-valid,
.bs-was-validated .bs-form-check-input:valid {
  border-color: #198754; }

.bs-form-check-input.bs-is-valid:checked,
.bs-was-validated .bs-form-check-input:valid:checked {
  background-color: #198754; }

.bs-form-check-input.bs-is-valid:focus,
.bs-was-validated .bs-form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.bs-form-check-input.bs-is-valid ~ .bs-form-check-label,
.bs-was-validated .bs-form-check-input:valid ~ .bs-form-check-label {
  color: #198754; }

.bs-form-check-inline .bs-form-check-input ~ .bs-invalid-feedback,
.bs-form-check-inline .bs-form-check-input ~ .bs-valid-feedback {
  margin-left: .5em; }

.bs-input-group .bs-form-control.bs-is-valid,
.bs-input-group .bs-form-select.bs-is-valid,
.bs-was-validated .bs-input-group .bs-form-control:valid,
.bs-was-validated .bs-input-group .bs-form-select:valid {
  z-index: 1; }

.bs-input-group .bs-form-control.bs-is-valid:focus,
.bs-input-group .bs-form-select.bs-is-valid:focus,
.bs-was-validated .bs-input-group .bs-form-control:valid:focus,
.bs-was-validated .bs-input-group .bs-form-select:valid:focus {
  z-index: 3; }

.bs-invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545; }

.bs-invalid-tooltip {
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9); }

.bs-is-invalid ~ .bs-invalid-feedback,
.bs-is-invalid ~ .bs-invalid-tooltip,
.bs-was-validated :invalid ~ .bs-invalid-feedback,
.bs-was-validated :invalid ~ .bs-invalid-tooltip {
  display: block; }

.bs-form-control.bs-is-invalid,
.bs-was-validated .bs-form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.bs-form-control.bs-is-invalid:focus,
.bs-was-validated .bs-form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.bs-was-validated textarea.bs-form-control:invalid,
textarea.bs-form-control.bs-is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.bs-form-select.bs-is-invalid,
.bs-was-validated .bs-form-select:invalid {
  border-color: #dc3545; }

.bs-form-select.bs-is-invalid:not([multiple]):not([size]),
.bs-form-select.bs-is-invalid:not([multiple])[size="1"],
.bs-was-validated .bs-form-select:invalid:not([multiple]):not([size]),
.bs-was-validated .bs-form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem); }

.bs-form-select.bs-is-invalid:focus,
.bs-was-validated .bs-form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.bs-form-control-color.bs-is-invalid,
.bs-was-validated .bs-form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem)); }

.bs-form-check-input.bs-is-invalid,
.bs-was-validated .bs-form-check-input:invalid {
  border-color: #dc3545; }

.bs-form-check-input.bs-is-invalid:checked,
.bs-was-validated .bs-form-check-input:invalid:checked {
  background-color: #dc3545; }

.bs-form-check-input.bs-is-invalid:focus,
.bs-was-validated .bs-form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.bs-btn-check:active + .bs-btn:focus,
.bs-btn-check:checked + .bs-btn:focus,
.bs-btn-check:focus + .bs-btn,
.bs-btn.bs-active:focus,
.bs-btn.bs-show:focus,
.bs-btn:active:focus,
.bs-btn:focus {
  box-shadow: var(--bs-btn-focus-box-shadow); }

.bs-form-check-input.bs-is-invalid ~ .bs-form-check-label,
.bs-was-validated .bs-form-check-input:invalid ~ .bs-form-check-label {
  color: #dc3545; }

.bs-btn-check:focus + .bs-btn,
.bs-btn:focus,
.bs-btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color); }

.bs-input-group .bs-form-control.bs-is-invalid,
.bs-input-group .bs-form-select.bs-is-invalid,
.bs-was-validated .bs-input-group .bs-form-control:invalid,
.bs-was-validated .bs-input-group .bs-form-select:invalid {
  z-index: 2; }

.bs-input-group .bs-form-control.bs-is-invalid:focus,
.bs-input-group .bs-form-select.bs-is-invalid:focus,
.bs-was-validated .bs-input-group .bs-form-control:invalid:focus,
.bs-was-validated .bs-input-group .bs-form-select:invalid:focus {
  z-index: 3; }

.bs-btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.bs-btn-primary,
.bs-btn-secondary,
.bs-btn-success {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
; }

.bs-btn-check:focus + .bs-btn,
.bs-btn:focus {
  outline: 0; }

.bs-btn-check:active + .bs-btn,
.bs-btn-check:checked + .bs-btn,
.bs-btn.bs-active,
.bs-btn.bs-show,
.bs-btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color); }

.bs-btn.bs-disabled,
.bs-btn:disabled,
fieldset:disabled .bs-btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity); }

.bs-dropdown-toggle::after,
.bs-dropup .bs-dropdown-toggle::after {
  vertical-align: .255em;
  content: "";
  border-right: .3em solid transparent;
  border-left: .3em solid transparent; }

.bs-btn-primary {
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd
; }

.bs-btn-secondary {
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d
; }

.bs-btn-success {
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754
; }

.bs-btn-info,
.bs-btn-warning {
  --bs-btn-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-active-color: #000;
  --bs-btn-disabled-color: #000
; }

.bs-btn-info {
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0
; }

.bs-btn-warning {
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107
; }

.bs-btn-danger,
.bs-btn-dark {
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
; }

.bs-btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545
; }

.bs-btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa
; }

.bs-btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529
; }

.bs-btn-outline-primary,
.bs-btn-outline-secondary {
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff
; }

.bs-btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd
; }

.bs-btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: #6c757d
; }

.bs-btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none
; }

.bs-btn-outline-info,
.bs-btn-outline-warning {
  --bs-btn-hover-color: #000;
  --bs-btn-active-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none
; }

.bs-btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0
; }

.bs-btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-border-color: #ffc107
; }

.bs-btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none
; }

.bs-btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none
; }

.bs-btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none
; }

.bs-btn-link {
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline; }

.bs-dropdown-item,
.bs-nav-link,
.bs-navbar-brand,
.bs-navbar-toggler:focus,
.bs-navbar-toggler:hover,
.bs-page-link {
  text-decoration: none; }

.bs-btn-link:focus {
  color: var(--bs-btn-color); }

.bs-btn-link:hover {
  color: var(--bs-btn-hover-color); }

.bs-btn-group-lg > .bs-btn,
.bs-btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem
; }

.bs-btn-group-sm > .bs-btn,
.bs-btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem
; }

.bs-fade {
  transition: opacity .15s linear; }

.bs-fade:not(.bs-show),
.bs-modal-backdrop.bs-fade,
.bs-offcanvas-backdrop.bs-fade,
.bs-toast.bs-showing {
  opacity: 0; }

.bs-badge:empty,
.bs-collapse:not(.bs-show),
.bs-navbar-expand .bs-navbar-toggler,
.bs-navbar-expand .bs-offcanvas .bs-offcanvas-header,
.bs-popover-header:empty,
.bs-tab-content > .bs-tab-pane,
.bs-toast:not(.bs-show) {
  display: none; }

.bs-collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s; }

.bs-collapsing.bs-collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s; }

.bs-dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  border-top: .3em solid;
  border-bottom: 0; }

.bs-card > hr,
.bs-dropdown-toggle-split::after,
.bs-dropdown-toggle:empty::after,
.bs-dropend .bs-dropdown-toggle-split::after,
.bs-dropend .bs-dropdown-toggle:empty::after,
.bs-dropstart .bs-dropdown-toggle:empty::after,
.bs-dropup .bs-dropdown-toggle-split::after,
.bs-dropup .bs-dropdown-toggle:empty::after {
  margin-left: 0; }

.bs-dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }

.bs-dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer); }

.bs-dropdown-menu-start {
  --bs-position: start
; }

.bs-dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0; }

.bs-dropdown-menu-end {
  --bs-position: end
; }

.bs-dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto; }

.bs-dropup .bs-dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

.bs-dropup .bs-dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  border-top: 0;
  border-bottom: .3em solid; }

.bs-dropend .bs-dropdown-toggle::after,
.bs-dropstart .bs-dropdown-toggle::before {
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  content: ""; }

.bs-dropend .bs-dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

.bs-dropend .bs-dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  border-right: 0;
  border-left: .3em solid;
  vertical-align: 0; }

.bs-dropstart .bs-dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

.bs-dropstart .bs-dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none; }

.bs-dropstart .bs-dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  border-right: .3em solid;
  vertical-align: 0; }

.bs-card > hr,
.bs-dropstart .bs-dropdown-toggle-split::before {
  margin-right: 0; }

.bs-dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.bs-dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  background-color: transparent;
  border: 0; }

.bs-dropdown-item:focus,
.bs-dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg); }

.bs-dropdown-item.bs-active,
.bs-dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg); }

.bs-dropdown-item.bs-disabled,
.bs-dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent; }

.bs-carousel-item-next,
.bs-carousel-item-prev,
.bs-carousel-item.bs-active,
.bs-dropdown-menu.bs-show,
.bs-tab-content > .bs-active {
  display: block; }

.bs-dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color); }

.bs-dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.bs-dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-header-color: #adb5bd
; }

.bs-btn-group,
.bs-btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

.bs-btn-group-vertical > .bs-btn,
.bs-btn-group > .bs-btn {
  position: relative;
  flex: 1 1 auto; }

.bs-btn-group-vertical > .bs-btn-check:checked + .bs-btn,
.bs-btn-group-vertical > .bs-btn-check:focus + .bs-btn,
.bs-btn-group-vertical > .bs-btn.bs-active,
.bs-btn-group-vertical > .bs-btn:active,
.bs-btn-group-vertical > .bs-btn:focus,
.bs-btn-group-vertical > .bs-btn:hover,
.bs-btn-group > .bs-btn-check:checked + .bs-btn,
.bs-btn-group > .bs-btn-check:focus + .bs-btn,
.bs-btn-group > .bs-btn.bs-active,
.bs-btn-group > .bs-btn:active,
.bs-btn-group > .bs-btn:focus,
.bs-btn-group > .bs-btn:hover {
  z-index: 1; }

.bs-btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.bs-btn-toolbar .bs-input-group {
  width: auto; }

.bs-btn-group {
  border-radius: .375rem; }

.bs-btn-group > .bs-btn-group:not(:first-child),
.bs-btn-group > .bs-btn:not(:first-child),
.bs-page-item:not(:first-child) .bs-page-link {
  margin-left: -1px; }

.bs-btn-group > .bs-btn-group:not(:first-child) > .bs-btn,
.bs-btn-group > .bs-btn:nth-child(n+3),
.bs-btn-group > :not(.bs-btn-check) + .bs-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bs-dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.bs-btn-group-sm > .bs-btn + .bs-dropdown-toggle-split,
.bs-btn-sm + .bs-dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

.bs-btn-group-lg > .bs-btn + .bs-dropdown-toggle-split,
.bs-btn-lg + .bs-dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

.bs-btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

.bs-btn-group-vertical > .bs-btn,
.bs-btn-group-vertical > .bs-btn-group,
.bs-card-img,
.bs-card-img-bottom,
.bs-card-img-top,
.bs-nav-fill .bs-nav-item .bs-nav-link,
.bs-nav-justified .bs-nav-item .bs-nav-link {
  width: 100%; }

.bs-btn-group-vertical > .bs-btn-group:not(:first-child),
.bs-btn-group-vertical > .bs-btn:not(:first-child) {
  margin-top: -1px; }

.bs-btn-group-vertical > .bs-btn-group:not(:last-child) > .bs-btn,
.bs-btn-group-vertical > .bs-btn:not(:last-child):not(.bs-dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.bs-btn-group-vertical > .bs-btn-group:not(:first-child) > .bs-btn,
.bs-btn-group-vertical > .bs-btn ~ .bs-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.bs-nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0; }

.bs-nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; }

.bs-nav-link:focus,
.bs-nav-link:hover {
  color: var(--bs-nav-link-hover-color); }

.bs-nav-link.bs-disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default; }

.bs-nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }

.bs-nav-tabs .bs-nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius); }

.bs-nav-tabs .bs-nav-link:focus,
.bs-nav-tabs .bs-nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color); }

.bs-nav-pills .bs-nav-link:disabled,
.bs-nav-tabs .bs-nav-link.bs-disabled,
.bs-nav-tabs .bs-nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent; }

.bs-nav-tabs .bs-nav-item.bs-show .bs-nav-link,
.bs-nav-tabs .bs-nav-link.bs-active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color); }

.bs-nav-tabs .bs-dropdown-menu {
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.bs-nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd
; }

.bs-nav-pills .bs-nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius); }

.bs-nav-pills .bs-nav-link.bs-active,
.bs-nav-pills .bs-show > .bs-nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg); }

.bs-nav-fill .bs-nav-item,
.bs-nav-fill > .bs-nav-link {
  flex: 1 1 auto;
  text-align: center; }

.bs-nav-justified .bs-nav-item,
.bs-nav-justified > .bs-nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.bs-navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }

.bs-navbar > .bs-container,
.bs-navbar > .bs-container-fluid,
.bs-navbar > .bs-container-lg,
.bs-navbar > .bs-container-md,
.bs-navbar > .bs-container-sm,
.bs-navbar > .bs-container-xl,
.bs-navbar > .bs-container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between; }

.bs-navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color); }

.bs-card-header-pills,
.bs-card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.bs-navbar-brand:focus,
.bs-navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color); }

.bs-navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.bs-navbar-nav .bs-nav-link.bs-active,
.bs-navbar-nav .bs-show > .bs-nav-link,
.bs-navbar-text a,
.bs-navbar-text a:focus,
.bs-navbar-text a:hover {
  color: var(--bs-navbar-active-color); }

.bs-navbar-nav .bs-dropdown-menu {
  position: static; }

.bs-navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color); }

.bs-navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.bs-navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }

.bs-navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.bs-navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.bs-navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

.bs-navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }

.bs-list-group-horizontal,
.bs-navbar-expand .bs-navbar-nav {
  flex-direction: row; }

.bs-navbar-expand .bs-navbar-nav .bs-dropdown-menu {
  position: absolute; }

.bs-navbar-expand .bs-navbar-nav .bs-nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x); }

.bs-navbar-expand .bs-navbar-nav-scroll {
  overflow: visible; }

.bs-navbar-expand .bs-navbar-collapse {
  display: flex !important;
  flex-basis: auto; }

.bs-navbar-expand .bs-offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none; }

.bs-navbar-expand .bs-offcanvas .bs-offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible; }

.bs-navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
; }

.bs-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius); }

.bs-card-img,
.bs-card-img-top,
.bs-card > .bs-list-group:first-child {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.bs-card-img,
.bs-card-img-bottom,
.bs-card > .bs-list-group:last-child {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.bs-card > .bs-list-group {
  border-top: inherit;
  border-bottom: inherit; }

.bs-card > .bs-list-group:first-child {
  border-top-width: 0; }

.bs-card > .bs-list-group:last-child {
  border-bottom-width: 0; }

.bs-accordion-flush .bs-accordion-item:first-child,
.bs-accordion-item:not(:first-of-type),
.bs-card > .bs-card-header + .bs-list-group,
.bs-card > .bs-list-group + .bs-card-footer {
  border-top: 0; }

.bs-card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.bs-card-footer,
.bs-card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg); }

.bs-card-title {
  margin-bottom: var(--bs-card-title-spacer-y); }

.bs-card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0; }

.bs-card-link + .bs-card-link {
  margin-left: var(--bs-card-spacer-x); }

.bs-card-header {
  margin-bottom: 0;
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }

.bs-card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.bs-card-footer {
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }

.bs-card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.bs-card-header-tabs {
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  border-bottom: 0; }

.bs-card-header-tabs .bs-nav-link.bs-active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg); }

.bs-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius); }

.bs-card-group > .bs-card {
  margin-bottom: var(--bs-card-group-margin); }

.bs-accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff
; }

.bs-accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }

.bs-badge,
.bs-progress-bar {
  text-align: center;
  white-space: nowrap; }

.bs-accordion-button:not(.bs-collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color); }

.bs-accordion-button:not(.bs-collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform); }

.bs-accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition); }

.bs-accordion-button:hover {
  z-index: 2; }

.bs-accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.bs-accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }

.bs-accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius); }

.bs-accordion-item:first-of-type .bs-accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius); }

.bs-accordion-item:last-of-type,
.bs-accordion-item:last-of-type .bs-accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius); }

.bs-accordion-item:last-of-type .bs-accordion-button.bs-collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }

.bs-accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.bs-accordion-flush .bs-accordion-collapse {
  border-width: 0; }

.bs-accordion-flush .bs-accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.bs-accordion-flush .bs-accordion-item:last-child {
  border-bottom: 0; }

.bs-breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

.bs-breadcrumb-item + .bs-breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x); }

.bs-breadcrumb-item + .bs-breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/"); }

.bs-breadcrumb-item.bs-active {
  color: var(--bs-breadcrumb-item-active-color); }

.bs-pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none; }

.bs-page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.bs-page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color); }

.bs-page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow); }

.bs-active > .bs-page-link,
.bs-page-link.bs-active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color); }

.bs-disabled > .bs-page-link,
.bs-page-link.bs-disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color); }

.bs-page-item:first-child .bs-page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.bs-page-item:last-child .bs-page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.bs-pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem
; }

.bs-pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem
; }

.bs-badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius); }

.bs-btn .bs-badge {
  position: relative;
  top: -1px; }

.bs-alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.bs-alert-dismissible .bs-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem; }

.bs-alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe
; }

.bs-alert-primary .bs-alert-link {
  color: #06357a; }

.bs-alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8
; }

.bs-alert-secondary .bs-alert-link {
  color: #34383c; }

.bs-alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc
; }

.bs-alert-success .bs-alert-link {
  color: #0c4128; }

.bs-alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb
; }

.bs-alert-info .bs-alert-link {
  color: #04414d; }

.bs-alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5
; }

.bs-alert-warning .bs-alert-link {
  color: #523e02; }

.bs-alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7
; }

.bs-alert-danger .bs-alert-link {
  color: #6a1a21; }

.bs-alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe
; }

.bs-alert-light .bs-alert-link {
  color: #4f5050; }

.bs-alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf
; }

.bs-alert-dark .bs-alert-link {
  color: #101214; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.bs-progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius); }

.bs-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition); }

.bs-popover,
.bs-tooltip {
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  word-wrap: break-word;
  text-decoration: none; }

.bs-progress-bar-striped {
  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);
  background-size: var(--bs-progress-height) var(--bs-progress-height); }

.bs-progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }

.bs-list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.bs-list-group-numbered {
  list-style-type: none;
  counter-reset: section; }

.bs-list-group-numbered > .bs-list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section; }

.bs-list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }

.bs-list-group-item-action:focus,
.bs-list-group-item-action:hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg); }

.bs-list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg); }

.bs-list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }

.bs-list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.bs-list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.bs-list-group-item.bs-disabled,
.bs-list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg); }

.bs-list-group-item.bs-active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color); }

.bs-list-group-item + .bs-list-group-item.bs-active {
  margin-top: calc(var(--bs-list-group-border-width) * -1);
  border-top-width: var(--bs-list-group-border-width); }

.bs-list-group-horizontal > .bs-list-group-item:first-child {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0; }

.bs-list-group-horizontal > .bs-list-group-item:last-child {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0; }

.bs-list-group-horizontal > .bs-list-group-item.bs-active {
  margin-top: 0; }

.bs-list-group-horizontal > .bs-list-group-item + .bs-list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0; }

.bs-list-group-horizontal > .bs-list-group-item + .bs-list-group-item.bs-active {
  margin-left: calc(var(--bs-list-group-border-width) * -1);
  border-left-width: var(--bs-list-group-border-width); }

.bs-list-group-flush > .bs-list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width); }

.bs-list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }

.bs-list-group-item-primary.bs-list-group-item-action:focus,
.bs-list-group-item-primary.bs-list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6; }

.bs-list-group-item-primary.bs-list-group-item-action.bs-active {
  color: #fff;
  background-color: #084298;
  border-color: #084298; }

.bs-list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }

.bs-list-group-item-secondary.bs-list-group-item-action:focus,
.bs-list-group-item-secondary.bs-list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce; }

.bs-list-group-item-secondary.bs-list-group-item-action.bs-active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b; }

.bs-list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }

.bs-list-group-item-success.bs-list-group-item-action:focus,
.bs-list-group-item-success.bs-list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7; }

.bs-list-group-item-success.bs-list-group-item-action.bs-active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132; }

.bs-list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }

.bs-list-group-item-info.bs-list-group-item-action:focus,
.bs-list-group-item-info.bs-list-group-item-action:hover {
  color: #055160;
  background-color: #badce3; }

.bs-list-group-item-info.bs-list-group-item-action.bs-active {
  color: #fff;
  background-color: #055160;
  border-color: #055160; }

.bs-list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }

.bs-list-group-item-warning.bs-list-group-item-action:focus,
.bs-list-group-item-warning.bs-list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9; }

.bs-list-group-item-warning.bs-list-group-item-action.bs-active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03; }

.bs-list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }

.bs-list-group-item-danger.bs-list-group-item-action:focus,
.bs-list-group-item-danger.bs-list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4; }

.bs-list-group-item-danger.bs-list-group-item-action.bs-active {
  color: #fff;
  background-color: #842029;
  border-color: #842029; }

.bs-list-group-item-light {
  color: #636464;
  background-color: #fefefe; }

.bs-list-group-item-light.bs-list-group-item-action:focus,
.bs-list-group-item-light.bs-list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5; }

.bs-list-group-item-light.bs-list-group-item-action.bs-active {
  color: #fff;
  background-color: #636464;
  border-color: #636464; }

.bs-list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }

.bs-list-group-item-dark.bs-list-group-item-action:focus,
.bs-list-group-item-dark.bs-list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf; }

.bs-list-group-item-dark.bs-list-group-item-action.bs-active {
  color: #fff;
  background-color: #141619;
  border-color: #141619; }

.bs-btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: .5; }

.bs-modal-content,
.bs-popover,
.bs-toast,
.bs-toast-header {
  background-clip: padding-box; }

.bs-btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.bs-btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1; }

.bs-btn-close.bs-disabled,
.bs-btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25; }

.bs-btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.bs-toast {
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }

.bs-toast-container {
  position: absolute;
  z-index: 1090;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }

.bs-toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing); }

.bs-toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }

.bs-toast-header .bs-btn-close {
  margin-right: calc(var(--bs-toast-padding-x) * -.5);
  margin-left: var(--bs-toast-padding-x); }

.bs-toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word; }

.bs-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.bs-modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }

.bs-modal.bs-fade .bs-modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px); }

.bs-modal.bs-show .bs-modal-dialog,
.bs-offcanvas.bs-show:not(.bs-hiding),
.bs-offcanvas.bs-showing {
  transform: none; }

.bs-modal.bs-modal-static .bs-modal-dialog {
  transform: scale(1.02); }

.bs-modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }

.bs-modal-dialog-scrollable .bs-modal-content {
  max-height: 100%;
  overflow: hidden; }

.bs-modal-dialog-scrollable .bs-modal-body,
.bs-modal-fullscreen .bs-modal-body {
  overflow-y: auto; }

.bs-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.bs-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.bs-modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }

.bs-modal-backdrop.bs-show {
  opacity: var(--bs-backdrop-opacity); }

.bs-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }

.bs-modal-header .bs-btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto; }

.bs-modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.bs-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.bs-modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }

.bs-modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5); }

.bs-modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }

.bs-modal-fullscreen .bs-modal-content {
  height: 100%;
  border: 0;
  border-radius: 0; }

.bs-tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  line-height: 1.5;
  text-align: left;
  text-align: start;
  font-size: var(--bs-tooltip-font-size);
  opacity: 0; }

.bs-tooltip.bs-show {
  opacity: var(--bs-tooltip-opacity); }

.bs-tooltip .bs-tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height); }

.bs-tooltip .bs-tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[data-popper-placement^=top] .bs-tooltip-arrow,
.bs-tooltip-top .bs-tooltip-arrow {
  bottom: 0; }

.bs-tooltip-auto[data-popper-placement^=top] .bs-tooltip-arrow::before,
.bs-tooltip-top .bs-tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg); }

.bs-tooltip-auto[data-popper-placement^=right] .bs-tooltip-arrow,
.bs-tooltip-end .bs-tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }

.bs-tooltip-auto[data-popper-placement^=right] .bs-tooltip-arrow::before,
.bs-tooltip-end .bs-tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg); }

.bs-tooltip-auto[data-popper-placement^=bottom] .bs-tooltip-arrow,
.bs-tooltip-bottom .bs-tooltip-arrow {
  top: 0; }

.bs-tooltip-auto[data-popper-placement^=bottom] .bs-tooltip-arrow::before,
.bs-tooltip-bottom .bs-tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg); }

.bs-tooltip-auto[data-popper-placement^=left] .bs-tooltip-arrow,
.bs-tooltip-start .bs-tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }

.bs-tooltip-auto[data-popper-placement^=left] .bs-tooltip-arrow::before,
.bs-tooltip-start .bs-tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg); }

.bs-tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius); }

.bs-popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  line-height: 1.5;
  text-align: left;
  text-align: start;
  font-size: var(--bs-popover-font-size);
  background-color: var(--bs-popover-bg);
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }

.bs-popover .bs-popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height); }

.bs-popover .bs-popover-arrow::after,
.bs-popover .bs-popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border: 0 solid transparent; }

.bs-popover-auto[data-popper-placement^=top] > .bs-popover-arrow,
.bs-popover-top > .bs-popover-arrow {
  bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width)); }

.bs-popover-auto[data-popper-placement^=top] > .bs-popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .bs-popover-arrow::before,
.bs-popover-top > .bs-popover-arrow::after,
.bs-popover-top > .bs-popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }

.bs-popover-auto[data-popper-placement^=top] > .bs-popover-arrow::before,
.bs-popover-top > .bs-popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border); }

.bs-popover-auto[data-popper-placement^=top] > .bs-popover-arrow::after,
.bs-popover-top > .bs-popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg); }

.bs-popover-auto[data-popper-placement^=right] > .bs-popover-arrow,
.bs-popover-end > .bs-popover-arrow {
  left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }

.bs-popover-auto[data-popper-placement^=right] > .bs-popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .bs-popover-arrow::before,
.bs-popover-end > .bs-popover-arrow::after,
.bs-popover-end > .bs-popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }

.bs-popover-auto[data-popper-placement^=right] > .bs-popover-arrow::before,
.bs-popover-end > .bs-popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border); }

.bs-popover-auto[data-popper-placement^=right] > .bs-popover-arrow::after,
.bs-popover-end > .bs-popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg); }

.bs-popover-auto[data-popper-placement^=bottom] > .bs-popover-arrow,
.bs-popover-bottom > .bs-popover-arrow {
  top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width)); }

.bs-popover-auto[data-popper-placement^=bottom] > .bs-popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .bs-popover-arrow::before,
.bs-popover-bottom > .bs-popover-arrow::after,
.bs-popover-bottom > .bs-popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }

.bs-popover-auto[data-popper-placement^=bottom] > .bs-popover-arrow::before,
.bs-popover-bottom > .bs-popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border); }

.bs-popover-auto[data-popper-placement^=bottom] > .bs-popover-arrow::after,
.bs-popover-bottom > .bs-popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg); }

.bs-popover-auto[data-popper-placement^=bottom] .bs-popover-header::before,
.bs-popover-bottom .bs-popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(var(--bs-popover-arrow-width) * -.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

.bs-popover-auto[data-popper-placement^=left] > .bs-popover-arrow,
.bs-popover-start > .bs-popover-arrow {
  right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }

.bs-popover-auto[data-popper-placement^=left] > .bs-popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .bs-popover-arrow::before,
.bs-popover-start > .bs-popover-arrow::after,
.bs-popover-start > .bs-popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }

.bs-popover-auto[data-popper-placement^=left] > .bs-popover-arrow::before,
.bs-popover-start > .bs-popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border); }

.bs-popover-auto[data-popper-placement^=left] > .bs-popover-arrow::after,
.bs-popover-start > .bs-popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg); }

.bs-popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius); }

.bs-popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color); }

.bs-carousel.bs-pointer-event {
  touch-action: pan-y; }

.bs-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.bs-carousel-inner::after,
.bs-clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.bs-carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out; }

.bs-active.bs-carousel-item-end,
.bs-carousel-item-next:not(.bs-carousel-item-start) {
  transform: translateX(100%); }

.bs-active.bs-carousel-item-start,
.bs-carousel-item-prev:not(.bs-carousel-item-end) {
  transform: translateX(-100%); }

.bs-carousel-fade .bs-carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.bs-carousel-fade .bs-carousel-item-next.bs-carousel-item-start,
.bs-carousel-fade .bs-carousel-item-prev.bs-carousel-item-end,
.bs-carousel-fade .bs-carousel-item.bs-active {
  z-index: 1;
  opacity: 1; }

.bs-carousel-fade .bs-active.bs-carousel-item-end,
.bs-carousel-fade .bs-active.bs-carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s; }

.bs-carousel-control-next,
.bs-carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s; }

.bs-carousel-control-next:focus,
.bs-carousel-control-next:hover,
.bs-carousel-control-prev:focus,
.bs-carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.bs-carousel-control-prev {
  left: 0; }

.bs-carousel-control-next {
  right: 0; }

.bs-carousel-control-next-icon,
.bs-carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

.bs-carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.bs-carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.bs-org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.bs-carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }

.bs-carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s; }

.bs-carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.bs-offcanvas-body,
.bs-offcanvas-header {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }

.bs-carousel-dark .bs-carousel-control-next-icon,
.bs-carousel-dark .bs-carousel-control-prev-icon {
  filter: invert(1) grayscale(100); }

.bs-carousel-dark .bs-carousel-indicators [data-bs-target] {
  background-color: #000; }

.bs-carousel-dark .bs-carousel-caption {
  color: #000; }

.bs-spinner-border,
.bs-spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.bs-spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

.bs-spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em
; }

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.bs-spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

.bs-spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem
; }

.bs-offcanvas,
.bs-offcanvas-lg,
.bs-offcanvas-md,
.bs-offcanvas-sm,
.bs-offcanvas-xl,
.bs-offcanvas-xxl {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
; }

@media (max-width: 575.98px) {
  .bs-table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bs-modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs-modal-fullscreen-sm-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs-modal-fullscreen-sm-down .bs-modal-footer,
  .bs-modal-fullscreen-sm-down .bs-modal-header {
    border-radius: 0; }
  .bs-modal-fullscreen-sm-down .bs-modal-body {
    overflow-y: auto; }
  .bs-offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out; }
  .bs-offcanvas-sm.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); } }

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-sm {
    transition: none; } }

@media (max-width: 575.98px) {
  .bs-offcanvas-sm.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .bs-offcanvas-sm.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .bs-offcanvas-sm.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .bs-offcanvas-sm.bs-show:not(.bs-hiding),
  .bs-offcanvas-sm.bs-showing {
    transform: none; }
  .bs-offcanvas-sm.bs-hiding,
  .bs-offcanvas-sm.bs-show,
  .bs-offcanvas-sm.bs-showing {
    visibility: visible; } }

@media (max-width: 767.98px) {
  .bs-table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bs-modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs-modal-fullscreen-md-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs-modal-fullscreen-md-down .bs-modal-footer,
  .bs-modal-fullscreen-md-down .bs-modal-header {
    border-radius: 0; }
  .bs-modal-fullscreen-md-down .bs-modal-body {
    overflow-y: auto; }
  .bs-offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out; }
  .bs-offcanvas-md.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); } }

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-md {
    transition: none; } }

@media (max-width: 767.98px) {
  .bs-offcanvas-md.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .bs-offcanvas-md.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .bs-offcanvas-md.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .bs-offcanvas-md.bs-show:not(.bs-hiding),
  .bs-offcanvas-md.bs-showing {
    transform: none; }
  .bs-offcanvas-md.bs-hiding,
  .bs-offcanvas-md.bs-show,
  .bs-offcanvas-md.bs-showing {
    visibility: visible; } }

@media (max-width: 991.98px) {
  .bs-table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bs-modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs-modal-fullscreen-lg-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs-modal-fullscreen-lg-down .bs-modal-footer,
  .bs-modal-fullscreen-lg-down .bs-modal-header {
    border-radius: 0; }
  .bs-modal-fullscreen-lg-down .bs-modal-body {
    overflow-y: auto; }
  .bs-offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out; }
  .bs-offcanvas-lg.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); } }

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-lg {
    transition: none; } }

@media (max-width: 991.98px) {
  .bs-offcanvas-lg.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .bs-offcanvas-lg.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .bs-offcanvas-lg.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .bs-offcanvas-lg.bs-show:not(.bs-hiding),
  .bs-offcanvas-lg.bs-showing {
    transform: none; }
  .bs-offcanvas-lg.bs-hiding,
  .bs-offcanvas-lg.bs-show,
  .bs-offcanvas-lg.bs-showing {
    visibility: visible; } }

@media (max-width: 1199.98px) {
  .bs-table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bs-modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs-modal-fullscreen-xl-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs-modal-fullscreen-xl-down .bs-modal-footer,
  .bs-modal-fullscreen-xl-down .bs-modal-header {
    border-radius: 0; }
  .bs-modal-fullscreen-xl-down .bs-modal-body {
    overflow-y: auto; }
  .bs-offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out; }
  .bs-offcanvas-xl.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); } }

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-xl {
    transition: none; } }

@media (max-width: 1199.98px) {
  .bs-offcanvas-xl.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .bs-offcanvas-xl.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .bs-offcanvas-xl.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .bs-offcanvas-xl.bs-show:not(.bs-hiding),
  .bs-offcanvas-xl.bs-showing {
    transform: none; }
  .bs-offcanvas-xl.bs-hiding,
  .bs-offcanvas-xl.bs-show,
  .bs-offcanvas-xl.bs-showing {
    visibility: visible; } }

@media (max-width: 1399.98px) {
  .bs-table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bs-modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs-modal-fullscreen-xxl-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs-modal-fullscreen-xxl-down .bs-modal-footer,
  .bs-modal-fullscreen-xxl-down .bs-modal-header {
    border-radius: 0; }
  .bs-modal-fullscreen-xxl-down .bs-modal-body {
    overflow-y: auto; }
  .bs-offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out; }
  .bs-offcanvas-xxl.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); } }

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-xxl {
    transition: none; } }

@media (max-width: 1399.98px) {
  .bs-offcanvas-xxl.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .bs-offcanvas-xxl.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .bs-offcanvas-xxl.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .bs-offcanvas-xxl.bs-show:not(.bs-hiding),
  .bs-offcanvas-xxl.bs-showing {
    transform: none; }
  .bs-offcanvas-xxl.bs-hiding,
  .bs-offcanvas-xxl.bs-show,
  .bs-offcanvas-xxl.bs-showing {
    visibility: visible; } }

.bs-offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs-form-control {
    transition: none; }
  .bs-form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none; }
  .bs-form-control::file-selector-button {
    transition: none; }
  .bs-accordion-button,
  .bs-accordion-button::after,
  .bs-btn,
  .bs-carousel-control-next,
  .bs-carousel-control-prev,
  .bs-carousel-fade .bs-active.bs-carousel-item-end,
  .bs-carousel-fade .bs-active.bs-carousel-item-start,
  .bs-carousel-indicators [data-bs-target],
  .bs-carousel-item,
  .bs-collapsing,
  .bs-collapsing.bs-collapse-horizontal,
  .bs-fade,
  .bs-form-floating > label,
  .bs-form-select,
  .bs-form-switch .bs-form-check-input,
  .bs-modal.bs-fade .bs-modal-dialog,
  .bs-nav-link,
  .bs-navbar-toggler,
  .bs-offcanvas,
  .bs-page-link,
  .bs-progress-bar {
    transition: none; }
  .bs-form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; }
  .bs-form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; }
  .bs-progress-bar-animated {
    -webkit-animation: none;
    animation: none; }
  .bs-spinner-border,
  .bs-spinner-grow {
    --bs-spinner-animation-speed: 1.5s
    ; } }

.bs-offcanvas.bs-offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%); }

.bs-offcanvas.bs-offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%); }

.bs-offcanvas.bs-offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%); }

.bs-offcanvas.bs-offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%); }

.bs-offcanvas.bs-hiding,
.bs-offcanvas.bs-show,
.bs-offcanvas.bs-showing {
  visibility: visible; }

.bs-offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.bs-offcanvas-backdrop.bs-show {
  opacity: .5; }

.bs-offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.bs-offcanvas-header .bs-btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(var(--bs-offcanvas-padding-y) * -.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -.5);
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5); }

.bs-offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.bs-offcanvas-body {
  flex-grow: 1;
  overflow-y: auto; }

.bs-placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5; }

.bs-hstack,
.bs-vstack {
  display: flex;
  align-self: stretch; }

.bs-placeholder.bs-btn::before {
  display: inline-block;
  content: ""; }

.bs-placeholder-xs {
  min-height: .6em; }

.bs-placeholder-sm {
  min-height: .8em; }

.bs-placeholder-lg {
  min-height: 1.2em; }

.bs-placeholder-glow .bs-placeholder {
  -webkit-animation: 2s ease-in-out infinite placeholder-glow;
  animation: 2s ease-in-out infinite placeholder-glow; }

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2; } }

@keyframes placeholder-glow {
  50% {
    opacity: .2; } }

.bs-placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: 2s linear infinite placeholder-wave;
  animation: 2s linear infinite placeholder-wave; }

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%; } }

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%; } }

.bs-text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important; }

.bs-text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; }

.bs-text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; }

.bs-text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; }

.bs-text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important; }

.bs-text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; }

.bs-text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important; }

.bs-text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important; }

.bs-link-primary {
  color: #0d6efd !important; }

.bs-link-primary:focus,
.bs-link-primary:hover {
  color: #0a58ca !important; }

.bs-link-secondary {
  color: #6c757d !important; }

.bs-link-secondary:focus,
.bs-link-secondary:hover {
  color: #565e64 !important; }

.bs-link-success {
  color: #198754 !important; }

.bs-link-success:focus,
.bs-link-success:hover {
  color: #146c43 !important; }

.bs-link-info {
  color: #0dcaf0 !important; }

.bs-link-info:focus,
.bs-link-info:hover {
  color: #3dd5f3 !important; }

.bs-link-warning {
  color: #ffc107 !important; }

.bs-link-warning:focus,
.bs-link-warning:hover {
  color: #ffcd39 !important; }

.bs-link-danger {
  color: #dc3545 !important; }

.bs-link-danger:focus,
.bs-link-danger:hover {
  color: #b02a37 !important; }

.bs-link-light {
  color: #f8f9fa !important; }

.bs-link-light:focus,
.bs-link-light:hover {
  color: #f9fafb !important; }

.bs-link-dark {
  color: #212529 !important; }

.bs-link-dark:focus,
.bs-link-dark:hover {
  color: #1a1e21 !important; }

.bs-ratio {
  position: relative;
  width: 100%; }

.bs-ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""; }

.bs-ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bs-fixed-bottom,
.bs-fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0; }

.bs-ratio-1x1 {
  --bs-aspect-ratio: 100%
; }

.bs-ratio-4x3 {
  --bs-aspect-ratio: 75%
; }

.bs-ratio-16x9 {
  --bs-aspect-ratio: 56.25%
; }

.bs-ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
; }

.bs-fixed-top {
  top: 0; }

.bs-fixed-bottom {
  bottom: 0; }

.bs-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }

.bs-sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020; }

.bs-hstack {
  flex-direction: row;
  align-items: center; }

.bs-vstack {
  flex: 1 1 auto;
  flex-direction: column; }

.bs-visually-hidden,
.bs-visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.bs-stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.bs-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bs-vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25; }

.bs-align-baseline {
  vertical-align: baseline !important; }

.bs-align-top {
  vertical-align: top !important; }

.bs-align-middle {
  vertical-align: middle !important; }

.bs-align-bottom {
  vertical-align: bottom !important; }

.bs-align-text-bottom {
  vertical-align: text-bottom !important; }

.bs-align-text-top {
  vertical-align: text-top !important; }

.bs-float-start {
  float: left !important; }

.bs-float-end {
  float: right !important; }

.bs-float-none {
  float: none !important; }

.bs-opacity-0 {
  opacity: 0 !important; }

.bs-opacity-25 {
  opacity: .25 !important; }

.bs-opacity-50 {
  opacity: .5 !important; }

.bs-opacity-75 {
  opacity: .75 !important; }

.bs-opacity-100 {
  opacity: 1 !important; }

.bs-overflow-auto {
  overflow: auto !important; }

.bs-overflow-hidden {
  overflow: hidden !important; }

.bs-overflow-visible {
  overflow: visible !important; }

.bs-overflow-scroll {
  overflow: scroll !important; }

.bs-d-inline {
  display: inline !important; }

.bs-d-inline-block {
  display: inline-block !important; }

.bs-d-block {
  display: block !important; }

.bs-d-grid {
  display: grid !important; }

.bs-d-table {
  display: table !important; }

.bs-d-table-row {
  display: table-row !important; }

.bs-d-table-cell {
  display: table-cell !important; }

.bs-d-flex {
  display: flex !important; }

.bs-d-inline-flex {
  display: inline-flex !important; }

.bs-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.bs-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.bs-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.bs-shadow-none {
  box-shadow: none !important; }

.bs-position-static {
  position: static !important; }

.bs-position-relative {
  position: relative !important; }

.bs-position-absolute {
  position: absolute !important; }

.bs-position-fixed {
  position: fixed !important; }

.bs-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.bs-top-0 {
  top: 0 !important; }

.bs-top-50 {
  top: 50% !important; }

.bs-top-100 {
  top: 100% !important; }

.bs-bottom-0 {
  bottom: 0 !important; }

.bs-bottom-50 {
  bottom: 50% !important; }

.bs-bottom-100 {
  bottom: 100% !important; }

.bs-start-0 {
  left: 0 !important; }

.bs-start-50 {
  left: 50% !important; }

.bs-start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.bs-translate-middle {
  transform: translate(-50%, -50%) !important; }

.bs-translate-middle-x {
  transform: translateX(-50%) !important; }

.bs-translate-middle-y {
  transform: translateY(-50%) !important; }

.bs-border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.bs-border-0 {
  border: 0 !important; }

.bs-border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.bs-border-top-0 {
  border-top: 0 !important; }

.bs-border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.bs-border-end-0 {
  border-right: 0 !important; }

.bs-border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.bs-border-bottom-0 {
  border-bottom: 0 !important; }

.bs-border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.bs-border-start-0 {
  border-left: 0 !important; }

.bs-border-2 {
  --bs-border-width: 2px
; }

.bs-border-3 {
  --bs-border-width: 3px
; }

.bs-border-4 {
  --bs-border-width: 4px
; }

.bs-border-5 {
  --bs-border-width: 5px
; }

.bs-border-opacity-10 {
  --bs-border-opacity: 0.1
; }

.bs-border-opacity-25 {
  --bs-border-opacity: 0.25
; }

.bs-border-opacity-50 {
  --bs-border-opacity: 0.5
; }

.bs-border-opacity-75 {
  --bs-border-opacity: 0.75
; }

.bs-border-opacity-100 {
  --bs-border-opacity: 1
; }

.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; }

.bs-mw-100 {
  max-width: 100% !important; }

.bs-vw-100 {
  width: 100vw !important; }

.bs-min-vw-100 {
  min-width: 100vw !important; }

.bs-h-25 {
  height: 25% !important; }

.bs-h-50 {
  height: 50% !important; }

.bs-h-75 {
  height: 75% !important; }

.bs-h-100 {
  height: 100% !important; }

.bs-h-auto {
  height: auto !important; }

.bs-mh-100 {
  max-height: 100% !important; }

.bs-vh-100 {
  height: 100vh !important; }

.bs-min-vh-100 {
  min-height: 100vh !important; }

.bs-flex-fill {
  flex: 1 1 auto !important; }

.bs-flex-row {
  flex-direction: row !important; }

.bs-flex-column {
  flex-direction: column !important; }

.bs-flex-row-reverse {
  flex-direction: row-reverse !important; }

.bs-flex-column-reverse {
  flex-direction: column-reverse !important; }

.bs-flex-grow-0 {
  flex-grow: 0 !important; }

.bs-flex-grow-1 {
  flex-grow: 1 !important; }

.bs-flex-shrink-0 {
  flex-shrink: 0 !important; }

.bs-flex-shrink-1 {
  flex-shrink: 1 !important; }

.bs-flex-wrap {
  flex-wrap: wrap !important; }

.bs-flex-nowrap {
  flex-wrap: nowrap !important; }

.bs-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.bs-justify-content-start {
  justify-content: flex-start !important; }

.bs-justify-content-end {
  justify-content: flex-end !important; }

.bs-justify-content-center {
  justify-content: center !important; }

.bs-justify-content-between {
  justify-content: space-between !important; }

.bs-justify-content-around {
  justify-content: space-around !important; }

.bs-justify-content-evenly {
  justify-content: space-evenly !important; }

.bs-align-items-start {
  align-items: flex-start !important; }

.bs-align-items-end {
  align-items: flex-end !important; }

.bs-align-items-center {
  align-items: center !important; }

.bs-align-items-baseline {
  align-items: baseline !important; }

.bs-align-items-stretch {
  align-items: stretch !important; }

.bs-align-content-start {
  align-content: flex-start !important; }

.bs-align-content-end {
  align-content: flex-end !important; }

.bs-align-content-center {
  align-content: center !important; }

.bs-align-content-between {
  align-content: space-between !important; }

.bs-align-content-around {
  align-content: space-around !important; }

.bs-align-content-stretch {
  align-content: stretch !important; }

.bs-align-self-auto {
  align-self: auto !important; }

.bs-align-self-start {
  align-self: flex-start !important; }

.bs-align-self-end {
  align-self: flex-end !important; }

.bs-align-self-center {
  align-self: center !important; }

.bs-align-self-baseline {
  align-self: baseline !important; }

.bs-align-self-stretch {
  align-self: stretch !important; }

.bs-order-first {
  order: -1 !important; }

.bs-order-0 {
  order: 0 !important; }

.bs-order-1 {
  order: 1 !important; }

.bs-order-2 {
  order: 2 !important; }

.bs-order-3 {
  order: 3 !important; }

.bs-order-4 {
  order: 4 !important; }

.bs-order-5 {
  order: 5 !important; }

.bs-order-last {
  order: 6 !important; }

.bs-m-0 {
  margin: 0 !important; }

.bs-m-1 {
  margin: .25rem !important; }

.bs-m-2 {
  margin: .5rem !important; }

.bs-m-3 {
  margin: 1rem !important; }

.bs-m-4 {
  margin: 1.5rem !important; }

.bs-m-5 {
  margin: 3rem !important; }

.bs-m-auto {
  margin: auto !important; }

.bs-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.bs-mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important; }

.bs-mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important; }

.bs-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.bs-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.bs-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.bs-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.bs-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.bs-my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important; }

.bs-my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important; }

.bs-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.bs-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.bs-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.bs-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.bs-mt-0 {
  margin-top: 0 !important; }

.bs-mt-1 {
  margin-top: .25rem !important; }

.bs-mt-2 {
  margin-top: .5rem !important; }

.bs-mt-3 {
  margin-top: 1rem !important; }

.bs-mt-4 {
  margin-top: 1.5rem !important; }

.bs-mt-5 {
  margin-top: 3rem !important; }

.bs-mt-auto {
  margin-top: auto !important; }

.bs-me-0 {
  margin-right: 0 !important; }

.bs-me-1 {
  margin-right: .25rem !important; }

.bs-me-2 {
  margin-right: .5rem !important; }

.bs-me-3 {
  margin-right: 1rem !important; }

.bs-me-4 {
  margin-right: 1.5rem !important; }

.bs-me-5 {
  margin-right: 3rem !important; }

.bs-me-auto {
  margin-right: auto !important; }

.bs-mb-0 {
  margin-bottom: 0 !important; }

.bs-mb-1 {
  margin-bottom: .25rem !important; }

.bs-mb-2 {
  margin-bottom: .5rem !important; }

.bs-mb-3 {
  margin-bottom: 1rem !important; }

.bs-mb-4 {
  margin-bottom: 1.5rem !important; }

.bs-mb-5 {
  margin-bottom: 3rem !important; }

.bs-mb-auto {
  margin-bottom: auto !important; }

.bs-ms-0 {
  margin-left: 0 !important; }

.bs-ms-1 {
  margin-left: .25rem !important; }

.bs-ms-2 {
  margin-left: .5rem !important; }

.bs-ms-3 {
  margin-left: 1rem !important; }

.bs-ms-4 {
  margin-left: 1.5rem !important; }

.bs-ms-5 {
  margin-left: 3rem !important; }

.bs-ms-auto {
  margin-left: auto !important; }

.bs-p-0 {
  padding: 0 !important; }

.bs-p-1 {
  padding: .25rem !important; }

.bs-p-2 {
  padding: .5rem !important; }

.bs-p-3 {
  padding: 1rem !important; }

.bs-p-4 {
  padding: 1.5rem !important; }

.bs-p-5 {
  padding: 3rem !important; }

.bs-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.bs-px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important; }

.bs-px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important; }

.bs-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.bs-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.bs-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.bs-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.bs-py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important; }

.bs-py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important; }

.bs-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.bs-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.bs-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.bs-pt-0 {
  padding-top: 0 !important; }

.bs-pt-1 {
  padding-top: .25rem !important; }

.bs-pt-2 {
  padding-top: .5rem !important; }

.bs-pt-3 {
  padding-top: 1rem !important; }

.bs-pt-4 {
  padding-top: 1.5rem !important; }

.bs-pt-5 {
  padding-top: 3rem !important; }

.bs-pe-0 {
  padding-right: 0 !important; }

.bs-pe-1 {
  padding-right: .25rem !important; }

.bs-pe-2 {
  padding-right: .5rem !important; }

.bs-pe-3 {
  padding-right: 1rem !important; }

.bs-pe-4 {
  padding-right: 1.5rem !important; }

.bs-pe-5 {
  padding-right: 3rem !important; }

.bs-pb-0 {
  padding-bottom: 0 !important; }

.bs-pb-1 {
  padding-bottom: .25rem !important; }

.bs-pb-2 {
  padding-bottom: .5rem !important; }

.bs-pb-3 {
  padding-bottom: 1rem !important; }

.bs-pb-4 {
  padding-bottom: 1.5rem !important; }

.bs-pb-5 {
  padding-bottom: 3rem !important; }

.bs-ps-0 {
  padding-left: 0 !important; }

.bs-ps-1 {
  padding-left: .25rem !important; }

.bs-ps-2 {
  padding-left: .5rem !important; }

.bs-ps-3 {
  padding-left: 1rem !important; }

.bs-ps-4 {
  padding-left: 1.5rem !important; }

.bs-ps-5 {
  padding-left: 3rem !important; }

.bs-gap-0 {
  gap: 0 !important; }

.bs-gap-1 {
  gap: .25rem !important; }

.bs-gap-2 {
  gap: .5rem !important; }

.bs-gap-3 {
  gap: 1rem !important; }

.bs-gap-4 {
  gap: 1.5rem !important; }

.bs-gap-5 {
  gap: 3rem !important; }

.bs-font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.bs-fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.bs-fs-2 {
  font-size: calc(1.325rem + .9vw) !important; }

.bs-fs-3 {
  font-size: calc(1.3rem + .6vw) !important; }

.bs-fs-4 {
  font-size: calc(1.275rem + .3vw) !important; }

.bs-fs-5 {
  font-size: 1.25rem !important; }

.bs-fs-6 {
  font-size: 1rem !important; }

.bs-fst-italic {
  font-style: italic !important; }

.bs-fst-normal {
  font-style: normal !important; }

.bs-fw-light {
  font-weight: 300 !important; }

.bs-fw-lighter {
  font-weight: lighter !important; }

.bs-fw-normal {
  font-weight: 400 !important; }

.bs-fw-bold {
  font-weight: 700 !important; }

.bs-fw-semibold {
  font-weight: 600 !important; }

.bs-fw-bolder {
  font-weight: bolder !important; }

.bs-lh-1 {
  line-height: 1 !important; }

.bs-lh-sm {
  line-height: 1.25 !important; }

.bs-lh-base {
  line-height: 1.5 !important; }

.bs-lh-lg {
  line-height: 2 !important; }

.bs-text-start {
  text-align: left !important; }

.bs-text-end {
  text-align: right !important; }

.bs-text-center {
  text-align: center !important; }

.bs-text-decoration-none {
  text-decoration: none !important; }

.bs-text-decoration-underline {
  text-decoration: underline !important; }

.bs-text-decoration-line-through {
  text-decoration: line-through !important; }

.bs-text-lowercase {
  text-transform: lowercase !important; }

.bs-text-uppercase {
  text-transform: uppercase !important; }

.bs-text-capitalize {
  text-transform: capitalize !important; }

.bs-text-wrap {
  white-space: normal !important; }

.bs-text-nowrap {
  white-space: nowrap !important; }

.bs-text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

.bs-text-muted {
  color: #6c757d !important; }

.bs-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.bs-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.bs-text-reset {
  color: inherit !important; }

.bs-text-opacity-25 {
  --bs-text-opacity: 0.25
; }

.bs-text-opacity-50 {
  --bs-text-opacity: 0.5
; }

.bs-text-opacity-75 {
  --bs-text-opacity: 0.75
; }

.bs-text-opacity-100 {
  --bs-text-opacity: 1
; }

.bs-bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bs-bg-opacity-10 {
  --bs-bg-opacity: 0.1
; }

.bs-bg-opacity-25 {
  --bs-bg-opacity: 0.25
; }

.bs-bg-opacity-50 {
  --bs-bg-opacity: 0.5
; }

.bs-bg-opacity-75 {
  --bs-bg-opacity: 0.75
; }

.bs-bg-opacity-100 {
  --bs-bg-opacity: 1
; }

.bs-bg-gradient {
  background-image: var(--bs-gradient) !important; }

.bs-user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important; }

.bs-user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important; }

.bs-user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important; }

.bs-pe-none {
  pointer-events: none !important; }

.bs-pe-auto {
  pointer-events: auto !important; }

.bs-rounded,
.bs-rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.bs-rounded-0 {
  border-radius: 0 !important; }

.bs-rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.bs-rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.bs-rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.bs-rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

.bs-rounded-circle {
  border-radius: 50% !important; }

.bs-rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.bs-rounded-end,
.bs-rounded-top {
  border-top-right-radius: var(--bs-border-radius) !important; }

.bs-rounded-bottom,
.bs-rounded-end {
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.bs-rounded-bottom,
.bs-rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.bs-rounded-start,
.bs-rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important; }

.bs-visible {
  visibility: visible !important; }

.bs-invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .bs-dropdown-menu-sm-start {
    --bs-position: start
    ; }
  .bs-dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .bs-dropdown-menu-sm-end {
    --bs-position: end
    ; }
  .bs-dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto; }
  .bs-navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs-list-group-horizontal-sm,
  .bs-navbar-expand-sm .bs-navbar-nav {
    flex-direction: row; }
  .bs-navbar-expand-sm .bs-navbar-nav .bs-dropdown-menu {
    position: absolute; }
  .bs-navbar-expand-sm .bs-navbar-nav .bs-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x); }
  .bs-navbar-expand-sm .bs-navbar-nav-scroll {
    overflow: visible; }
  .bs-navbar-expand-sm .bs-navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs-navbar-expand-sm .bs-navbar-toggler,
  .bs-navbar-expand-sm .bs-offcanvas .bs-offcanvas-header,
  .bs-offcanvas-sm .bs-offcanvas-header {
    display: none; }
  .bs-navbar-expand-sm .bs-offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
  .bs-navbar-expand-sm .bs-offcanvas .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }
  .bs-card-group {
    display: flex;
    flex-flow: row wrap; }
  .bs-card-group > .bs-card {
    flex: 1 0 0%;
    margin-bottom: 0; }
  .bs-card-group > .bs-card + .bs-card {
    margin-left: 0;
    border-left: 0; }
  .bs-card-group > .bs-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .bs-card-group > .bs-card:not(:last-child) .bs-card-header,
  .bs-card-group > .bs-card:not(:last-child) .bs-card-img-top {
    border-top-right-radius: 0; }
  .bs-card-group > .bs-card:not(:last-child) .bs-card-footer,
  .bs-card-group > .bs-card:not(:last-child) .bs-card-img-bottom {
    border-bottom-right-radius: 0; }
  .bs-card-group > .bs-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .bs-card-group > .bs-card:not(:first-child) .bs-card-header,
  .bs-card-group > .bs-card:not(:first-child) .bs-card-img-top {
    border-top-left-radius: 0; }
  .bs-card-group > .bs-card:not(:first-child) .bs-card-footer,
  .bs-card-group > .bs-card:not(:first-child) .bs-card-img-bottom {
    border-bottom-left-radius: 0; }
  .bs-list-group-horizontal-sm > .bs-list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .bs-list-group-horizontal-sm > .bs-list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .bs-list-group-horizontal-sm > .bs-list-group-item.bs-active {
    margin-top: 0; }
  .bs-list-group-horizontal-sm > .bs-list-group-item + .bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
  .bs-list-group-horizontal-sm > .bs-list-group-item + .bs-list-group-item.bs-active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width); }
  .bs-modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    ; }
  .bs-modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .bs-modal-sm {
    --bs-modal-width: 300px
    ; }
  .bs-offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
  .bs-offcanvas-sm .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important; }
  .bs-sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .bs-sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; }
  .bs-float-sm-start {
    float: left !important; }
  .bs-float-sm-end {
    float: right !important; }
  .bs-float-sm-none {
    float: none !important; }
  .bs-d-sm-inline {
    display: inline !important; }
  .bs-d-sm-inline-block {
    display: inline-block !important; }
  .bs-d-sm-block {
    display: block !important; }
  .bs-d-sm-grid {
    display: grid !important; }
  .bs-d-sm-table {
    display: table !important; }
  .bs-d-sm-table-row {
    display: table-row !important; }
  .bs-d-sm-table-cell {
    display: table-cell !important; }
  .bs-d-sm-flex {
    display: flex !important; }
  .bs-d-sm-inline-flex {
    display: inline-flex !important; }
  .bs-d-sm-none {
    display: none !important; }
  .bs-flex-sm-fill {
    flex: 1 1 auto !important; }
  .bs-flex-sm-row {
    flex-direction: row !important; }
  .bs-flex-sm-column {
    flex-direction: column !important; }
  .bs-flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .bs-flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .bs-flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .bs-flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .bs-flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .bs-flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .bs-flex-sm-wrap {
    flex-wrap: wrap !important; }
  .bs-flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .bs-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs-justify-content-sm-start {
    justify-content: flex-start !important; }
  .bs-justify-content-sm-end {
    justify-content: flex-end !important; }
  .bs-justify-content-sm-center {
    justify-content: center !important; }
  .bs-justify-content-sm-between {
    justify-content: space-between !important; }
  .bs-justify-content-sm-around {
    justify-content: space-around !important; }
  .bs-justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .bs-align-items-sm-start {
    align-items: flex-start !important; }
  .bs-align-items-sm-end {
    align-items: flex-end !important; }
  .bs-align-items-sm-center {
    align-items: center !important; }
  .bs-align-items-sm-baseline {
    align-items: baseline !important; }
  .bs-align-items-sm-stretch {
    align-items: stretch !important; }
  .bs-align-content-sm-start {
    align-content: flex-start !important; }
  .bs-align-content-sm-end {
    align-content: flex-end !important; }
  .bs-align-content-sm-center {
    align-content: center !important; }
  .bs-align-content-sm-between {
    align-content: space-between !important; }
  .bs-align-content-sm-around {
    align-content: space-around !important; }
  .bs-align-content-sm-stretch {
    align-content: stretch !important; }
  .bs-align-self-sm-auto {
    align-self: auto !important; }
  .bs-align-self-sm-start {
    align-self: flex-start !important; }
  .bs-align-self-sm-end {
    align-self: flex-end !important; }
  .bs-align-self-sm-center {
    align-self: center !important; }
  .bs-align-self-sm-baseline {
    align-self: baseline !important; }
  .bs-align-self-sm-stretch {
    align-self: stretch !important; }
  .bs-order-sm-first {
    order: -1 !important; }
  .bs-order-sm-0 {
    order: 0 !important; }
  .bs-order-sm-1 {
    order: 1 !important; }
  .bs-order-sm-2 {
    order: 2 !important; }
  .bs-order-sm-3 {
    order: 3 !important; }
  .bs-order-sm-4 {
    order: 4 !important; }
  .bs-order-sm-5 {
    order: 5 !important; }
  .bs-order-sm-last {
    order: 6 !important; }
  .bs-m-sm-0 {
    margin: 0 !important; }
  .bs-m-sm-1 {
    margin: .25rem !important; }
  .bs-m-sm-2 {
    margin: .5rem !important; }
  .bs-m-sm-3 {
    margin: 1rem !important; }
  .bs-m-sm-4 {
    margin: 1.5rem !important; }
  .bs-m-sm-5 {
    margin: 3rem !important; }
  .bs-m-sm-auto {
    margin: auto !important; }
  .bs-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs-mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs-mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs-my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs-my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs-mt-sm-0 {
    margin-top: 0 !important; }
  .bs-mt-sm-1 {
    margin-top: .25rem !important; }
  .bs-mt-sm-2 {
    margin-top: .5rem !important; }
  .bs-mt-sm-3 {
    margin-top: 1rem !important; }
  .bs-mt-sm-4 {
    margin-top: 1.5rem !important; }
  .bs-mt-sm-5 {
    margin-top: 3rem !important; }
  .bs-mt-sm-auto {
    margin-top: auto !important; }
  .bs-me-sm-0 {
    margin-right: 0 !important; }
  .bs-me-sm-1 {
    margin-right: .25rem !important; }
  .bs-me-sm-2 {
    margin-right: .5rem !important; }
  .bs-me-sm-3 {
    margin-right: 1rem !important; }
  .bs-me-sm-4 {
    margin-right: 1.5rem !important; }
  .bs-me-sm-5 {
    margin-right: 3rem !important; }
  .bs-me-sm-auto {
    margin-right: auto !important; }
  .bs-mb-sm-0 {
    margin-bottom: 0 !important; }
  .bs-mb-sm-1 {
    margin-bottom: .25rem !important; }
  .bs-mb-sm-2 {
    margin-bottom: .5rem !important; }
  .bs-mb-sm-3 {
    margin-bottom: 1rem !important; }
  .bs-mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .bs-mb-sm-5 {
    margin-bottom: 3rem !important; }
  .bs-mb-sm-auto {
    margin-bottom: auto !important; }
  .bs-ms-sm-0 {
    margin-left: 0 !important; }
  .bs-ms-sm-1 {
    margin-left: .25rem !important; }
  .bs-ms-sm-2 {
    margin-left: .5rem !important; }
  .bs-ms-sm-3 {
    margin-left: 1rem !important; }
  .bs-ms-sm-4 {
    margin-left: 1.5rem !important; }
  .bs-ms-sm-5 {
    margin-left: 3rem !important; }
  .bs-ms-sm-auto {
    margin-left: auto !important; }
  .bs-p-sm-0 {
    padding: 0 !important; }
  .bs-p-sm-1 {
    padding: .25rem !important; }
  .bs-p-sm-2 {
    padding: .5rem !important; }
  .bs-p-sm-3 {
    padding: 1rem !important; }
  .bs-p-sm-4 {
    padding: 1.5rem !important; }
  .bs-p-sm-5 {
    padding: 3rem !important; }
  .bs-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs-px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs-px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs-py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs-py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs-pt-sm-0 {
    padding-top: 0 !important; }
  .bs-pt-sm-1 {
    padding-top: .25rem !important; }
  .bs-pt-sm-2 {
    padding-top: .5rem !important; }
  .bs-pt-sm-3 {
    padding-top: 1rem !important; }
  .bs-pt-sm-4 {
    padding-top: 1.5rem !important; }
  .bs-pt-sm-5 {
    padding-top: 3rem !important; }
  .bs-pe-sm-0 {
    padding-right: 0 !important; }
  .bs-pe-sm-1 {
    padding-right: .25rem !important; }
  .bs-pe-sm-2 {
    padding-right: .5rem !important; }
  .bs-pe-sm-3 {
    padding-right: 1rem !important; }
  .bs-pe-sm-4 {
    padding-right: 1.5rem !important; }
  .bs-pe-sm-5 {
    padding-right: 3rem !important; }
  .bs-pb-sm-0 {
    padding-bottom: 0 !important; }
  .bs-pb-sm-1 {
    padding-bottom: .25rem !important; }
  .bs-pb-sm-2 {
    padding-bottom: .5rem !important; }
  .bs-pb-sm-3 {
    padding-bottom: 1rem !important; }
  .bs-pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .bs-pb-sm-5 {
    padding-bottom: 3rem !important; }
  .bs-ps-sm-0 {
    padding-left: 0 !important; }
  .bs-ps-sm-1 {
    padding-left: .25rem !important; }
  .bs-ps-sm-2 {
    padding-left: .5rem !important; }
  .bs-ps-sm-3 {
    padding-left: 1rem !important; }
  .bs-ps-sm-4 {
    padding-left: 1.5rem !important; }
  .bs-ps-sm-5 {
    padding-left: 3rem !important; }
  .bs-gap-sm-0 {
    gap: 0 !important; }
  .bs-gap-sm-1 {
    gap: .25rem !important; }
  .bs-gap-sm-2 {
    gap: .5rem !important; }
  .bs-gap-sm-3 {
    gap: 1rem !important; }
  .bs-gap-sm-4 {
    gap: 1.5rem !important; }
  .bs-gap-sm-5 {
    gap: 3rem !important; }
  .bs-text-sm-start {
    text-align: left !important; }
  .bs-text-sm-end {
    text-align: right !important; }
  .bs-text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .bs-dropdown-menu-md-start {
    --bs-position: start
    ; }
  .bs-dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .bs-dropdown-menu-md-end {
    --bs-position: end
    ; }
  .bs-dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto; }
  .bs-navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs-list-group-horizontal-md,
  .bs-navbar-expand-md .bs-navbar-nav {
    flex-direction: row; }
  .bs-navbar-expand-md .bs-navbar-nav .bs-dropdown-menu {
    position: absolute; }
  .bs-navbar-expand-md .bs-navbar-nav .bs-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x); }
  .bs-navbar-expand-md .bs-navbar-nav-scroll {
    overflow: visible; }
  .bs-navbar-expand-md .bs-navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs-navbar-expand-md .bs-navbar-toggler,
  .bs-navbar-expand-md .bs-offcanvas .bs-offcanvas-header,
  .bs-offcanvas-md .bs-offcanvas-header {
    display: none; }
  .bs-navbar-expand-md .bs-offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
  .bs-navbar-expand-md .bs-offcanvas .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }
  .bs-list-group-horizontal-md > .bs-list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .bs-list-group-horizontal-md > .bs-list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .bs-list-group-horizontal-md > .bs-list-group-item.bs-active {
    margin-top: 0; }
  .bs-list-group-horizontal-md > .bs-list-group-item + .bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
  .bs-list-group-horizontal-md > .bs-list-group-item + .bs-list-group-item.bs-active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width); }
  .bs-offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
  .bs-offcanvas-md .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important; }
  .bs-sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .bs-sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; }
  .bs-float-md-start {
    float: left !important; }
  .bs-float-md-end {
    float: right !important; }
  .bs-float-md-none {
    float: none !important; }
  .bs-d-md-inline {
    display: inline !important; }
  .bs-d-md-inline-block {
    display: inline-block !important; }
  .bs-d-md-block {
    display: block !important; }
  .bs-d-md-grid {
    display: grid !important; }
  .bs-d-md-table {
    display: table !important; }
  .bs-d-md-table-row {
    display: table-row !important; }
  .bs-d-md-table-cell {
    display: table-cell !important; }
  .bs-d-md-flex {
    display: flex !important; }
  .bs-d-md-inline-flex {
    display: inline-flex !important; }
  .bs-d-md-none {
    display: none !important; }
  .bs-flex-md-fill {
    flex: 1 1 auto !important; }
  .bs-flex-md-row {
    flex-direction: row !important; }
  .bs-flex-md-column {
    flex-direction: column !important; }
  .bs-flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .bs-flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .bs-flex-md-grow-0 {
    flex-grow: 0 !important; }
  .bs-flex-md-grow-1 {
    flex-grow: 1 !important; }
  .bs-flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .bs-flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .bs-flex-md-wrap {
    flex-wrap: wrap !important; }
  .bs-flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .bs-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs-justify-content-md-start {
    justify-content: flex-start !important; }
  .bs-justify-content-md-end {
    justify-content: flex-end !important; }
  .bs-justify-content-md-center {
    justify-content: center !important; }
  .bs-justify-content-md-between {
    justify-content: space-between !important; }
  .bs-justify-content-md-around {
    justify-content: space-around !important; }
  .bs-justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .bs-align-items-md-start {
    align-items: flex-start !important; }
  .bs-align-items-md-end {
    align-items: flex-end !important; }
  .bs-align-items-md-center {
    align-items: center !important; }
  .bs-align-items-md-baseline {
    align-items: baseline !important; }
  .bs-align-items-md-stretch {
    align-items: stretch !important; }
  .bs-align-content-md-start {
    align-content: flex-start !important; }
  .bs-align-content-md-end {
    align-content: flex-end !important; }
  .bs-align-content-md-center {
    align-content: center !important; }
  .bs-align-content-md-between {
    align-content: space-between !important; }
  .bs-align-content-md-around {
    align-content: space-around !important; }
  .bs-align-content-md-stretch {
    align-content: stretch !important; }
  .bs-align-self-md-auto {
    align-self: auto !important; }
  .bs-align-self-md-start {
    align-self: flex-start !important; }
  .bs-align-self-md-end {
    align-self: flex-end !important; }
  .bs-align-self-md-center {
    align-self: center !important; }
  .bs-align-self-md-baseline {
    align-self: baseline !important; }
  .bs-align-self-md-stretch {
    align-self: stretch !important; }
  .bs-order-md-first {
    order: -1 !important; }
  .bs-order-md-0 {
    order: 0 !important; }
  .bs-order-md-1 {
    order: 1 !important; }
  .bs-order-md-2 {
    order: 2 !important; }
  .bs-order-md-3 {
    order: 3 !important; }
  .bs-order-md-4 {
    order: 4 !important; }
  .bs-order-md-5 {
    order: 5 !important; }
  .bs-order-md-last {
    order: 6 !important; }
  .bs-m-md-0 {
    margin: 0 !important; }
  .bs-m-md-1 {
    margin: .25rem !important; }
  .bs-m-md-2 {
    margin: .5rem !important; }
  .bs-m-md-3 {
    margin: 1rem !important; }
  .bs-m-md-4 {
    margin: 1.5rem !important; }
  .bs-m-md-5 {
    margin: 3rem !important; }
  .bs-m-md-auto {
    margin: auto !important; }
  .bs-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs-mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs-mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs-my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs-my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs-mt-md-0 {
    margin-top: 0 !important; }
  .bs-mt-md-1 {
    margin-top: .25rem !important; }
  .bs-mt-md-2 {
    margin-top: .5rem !important; }
  .bs-mt-md-3 {
    margin-top: 1rem !important; }
  .bs-mt-md-4 {
    margin-top: 1.5rem !important; }
  .bs-mt-md-5 {
    margin-top: 3rem !important; }
  .bs-mt-md-auto {
    margin-top: auto !important; }
  .bs-me-md-0 {
    margin-right: 0 !important; }
  .bs-me-md-1 {
    margin-right: .25rem !important; }
  .bs-me-md-2 {
    margin-right: .5rem !important; }
  .bs-me-md-3 {
    margin-right: 1rem !important; }
  .bs-me-md-4 {
    margin-right: 1.5rem !important; }
  .bs-me-md-5 {
    margin-right: 3rem !important; }
  .bs-me-md-auto {
    margin-right: auto !important; }
  .bs-mb-md-0 {
    margin-bottom: 0 !important; }
  .bs-mb-md-1 {
    margin-bottom: .25rem !important; }
  .bs-mb-md-2 {
    margin-bottom: .5rem !important; }
  .bs-mb-md-3 {
    margin-bottom: 1rem !important; }
  .bs-mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .bs-mb-md-5 {
    margin-bottom: 3rem !important; }
  .bs-mb-md-auto {
    margin-bottom: auto !important; }
  .bs-ms-md-0 {
    margin-left: 0 !important; }
  .bs-ms-md-1 {
    margin-left: .25rem !important; }
  .bs-ms-md-2 {
    margin-left: .5rem !important; }
  .bs-ms-md-3 {
    margin-left: 1rem !important; }
  .bs-ms-md-4 {
    margin-left: 1.5rem !important; }
  .bs-ms-md-5 {
    margin-left: 3rem !important; }
  .bs-ms-md-auto {
    margin-left: auto !important; }
  .bs-p-md-0 {
    padding: 0 !important; }
  .bs-p-md-1 {
    padding: .25rem !important; }
  .bs-p-md-2 {
    padding: .5rem !important; }
  .bs-p-md-3 {
    padding: 1rem !important; }
  .bs-p-md-4 {
    padding: 1.5rem !important; }
  .bs-p-md-5 {
    padding: 3rem !important; }
  .bs-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs-px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs-px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs-py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs-py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs-pt-md-0 {
    padding-top: 0 !important; }
  .bs-pt-md-1 {
    padding-top: .25rem !important; }
  .bs-pt-md-2 {
    padding-top: .5rem !important; }
  .bs-pt-md-3 {
    padding-top: 1rem !important; }
  .bs-pt-md-4 {
    padding-top: 1.5rem !important; }
  .bs-pt-md-5 {
    padding-top: 3rem !important; }
  .bs-pe-md-0 {
    padding-right: 0 !important; }
  .bs-pe-md-1 {
    padding-right: .25rem !important; }
  .bs-pe-md-2 {
    padding-right: .5rem !important; }
  .bs-pe-md-3 {
    padding-right: 1rem !important; }
  .bs-pe-md-4 {
    padding-right: 1.5rem !important; }
  .bs-pe-md-5 {
    padding-right: 3rem !important; }
  .bs-pb-md-0 {
    padding-bottom: 0 !important; }
  .bs-pb-md-1 {
    padding-bottom: .25rem !important; }
  .bs-pb-md-2 {
    padding-bottom: .5rem !important; }
  .bs-pb-md-3 {
    padding-bottom: 1rem !important; }
  .bs-pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .bs-pb-md-5 {
    padding-bottom: 3rem !important; }
  .bs-ps-md-0 {
    padding-left: 0 !important; }
  .bs-ps-md-1 {
    padding-left: .25rem !important; }
  .bs-ps-md-2 {
    padding-left: .5rem !important; }
  .bs-ps-md-3 {
    padding-left: 1rem !important; }
  .bs-ps-md-4 {
    padding-left: 1.5rem !important; }
  .bs-ps-md-5 {
    padding-left: 3rem !important; }
  .bs-gap-md-0 {
    gap: 0 !important; }
  .bs-gap-md-1 {
    gap: .25rem !important; }
  .bs-gap-md-2 {
    gap: .5rem !important; }
  .bs-gap-md-3 {
    gap: 1rem !important; }
  .bs-gap-md-4 {
    gap: 1.5rem !important; }
  .bs-gap-md-5 {
    gap: 3rem !important; }
  .bs-text-md-start {
    text-align: left !important; }
  .bs-text-md-end {
    text-align: right !important; }
  .bs-text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .bs-dropdown-menu-lg-start {
    --bs-position: start
    ; }
  .bs-dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .bs-dropdown-menu-lg-end {
    --bs-position: end
    ; }
  .bs-dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto; }
  .bs-navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs-list-group-horizontal-lg,
  .bs-navbar-expand-lg .bs-navbar-nav {
    flex-direction: row; }
  .bs-navbar-expand-lg .bs-navbar-nav .bs-dropdown-menu {
    position: absolute; }
  .bs-navbar-expand-lg .bs-navbar-nav .bs-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x); }
  .bs-navbar-expand-lg .bs-navbar-nav-scroll {
    overflow: visible; }
  .bs-navbar-expand-lg .bs-navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs-navbar-expand-lg .bs-navbar-toggler,
  .bs-navbar-expand-lg .bs-offcanvas .bs-offcanvas-header,
  .bs-offcanvas-lg .bs-offcanvas-header {
    display: none; }
  .bs-navbar-expand-lg .bs-offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
  .bs-navbar-expand-lg .bs-offcanvas .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }
  .bs-list-group-horizontal-lg > .bs-list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .bs-list-group-horizontal-lg > .bs-list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .bs-list-group-horizontal-lg > .bs-list-group-item.bs-active {
    margin-top: 0; }
  .bs-list-group-horizontal-lg > .bs-list-group-item + .bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
  .bs-list-group-horizontal-lg > .bs-list-group-item + .bs-list-group-item.bs-active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width); }
  .bs-modal-lg,
  .bs-modal-xl {
    --bs-modal-width: 800px
    ; }
  .bs-offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
  .bs-offcanvas-lg .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important; }
  .bs-sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .bs-sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; }
  .bs-float-lg-start {
    float: left !important; }
  .bs-float-lg-end {
    float: right !important; }
  .bs-float-lg-none {
    float: none !important; }
  .bs-d-lg-inline {
    display: inline !important; }
  .bs-d-lg-inline-block {
    display: inline-block !important; }
  .bs-d-lg-block {
    display: block !important; }
  .bs-d-lg-grid {
    display: grid !important; }
  .bs-d-lg-table {
    display: table !important; }
  .bs-d-lg-table-row {
    display: table-row !important; }
  .bs-d-lg-table-cell {
    display: table-cell !important; }
  .bs-d-lg-flex {
    display: flex !important; }
  .bs-d-lg-inline-flex {
    display: inline-flex !important; }
  .bs-d-lg-none {
    display: none !important; }
  .bs-flex-lg-fill {
    flex: 1 1 auto !important; }
  .bs-flex-lg-row {
    flex-direction: row !important; }
  .bs-flex-lg-column {
    flex-direction: column !important; }
  .bs-flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .bs-flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .bs-flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .bs-flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .bs-flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .bs-flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .bs-flex-lg-wrap {
    flex-wrap: wrap !important; }
  .bs-flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .bs-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs-justify-content-lg-start {
    justify-content: flex-start !important; }
  .bs-justify-content-lg-end {
    justify-content: flex-end !important; }
  .bs-justify-content-lg-center {
    justify-content: center !important; }
  .bs-justify-content-lg-between {
    justify-content: space-between !important; }
  .bs-justify-content-lg-around {
    justify-content: space-around !important; }
  .bs-justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .bs-align-items-lg-start {
    align-items: flex-start !important; }
  .bs-align-items-lg-end {
    align-items: flex-end !important; }
  .bs-align-items-lg-center {
    align-items: center !important; }
  .bs-align-items-lg-baseline {
    align-items: baseline !important; }
  .bs-align-items-lg-stretch {
    align-items: stretch !important; }
  .bs-align-content-lg-start {
    align-content: flex-start !important; }
  .bs-align-content-lg-end {
    align-content: flex-end !important; }
  .bs-align-content-lg-center {
    align-content: center !important; }
  .bs-align-content-lg-between {
    align-content: space-between !important; }
  .bs-align-content-lg-around {
    align-content: space-around !important; }
  .bs-align-content-lg-stretch {
    align-content: stretch !important; }
  .bs-align-self-lg-auto {
    align-self: auto !important; }
  .bs-align-self-lg-start {
    align-self: flex-start !important; }
  .bs-align-self-lg-end {
    align-self: flex-end !important; }
  .bs-align-self-lg-center {
    align-self: center !important; }
  .bs-align-self-lg-baseline {
    align-self: baseline !important; }
  .bs-align-self-lg-stretch {
    align-self: stretch !important; }
  .bs-order-lg-first {
    order: -1 !important; }
  .bs-order-lg-0 {
    order: 0 !important; }
  .bs-order-lg-1 {
    order: 1 !important; }
  .bs-order-lg-2 {
    order: 2 !important; }
  .bs-order-lg-3 {
    order: 3 !important; }
  .bs-order-lg-4 {
    order: 4 !important; }
  .bs-order-lg-5 {
    order: 5 !important; }
  .bs-order-lg-last {
    order: 6 !important; }
  .bs-m-lg-0 {
    margin: 0 !important; }
  .bs-m-lg-1 {
    margin: .25rem !important; }
  .bs-m-lg-2 {
    margin: .5rem !important; }
  .bs-m-lg-3 {
    margin: 1rem !important; }
  .bs-m-lg-4 {
    margin: 1.5rem !important; }
  .bs-m-lg-5 {
    margin: 3rem !important; }
  .bs-m-lg-auto {
    margin: auto !important; }
  .bs-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs-mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs-mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs-my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs-my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs-mt-lg-0 {
    margin-top: 0 !important; }
  .bs-mt-lg-1 {
    margin-top: .25rem !important; }
  .bs-mt-lg-2 {
    margin-top: .5rem !important; }
  .bs-mt-lg-3 {
    margin-top: 1rem !important; }
  .bs-mt-lg-4 {
    margin-top: 1.5rem !important; }
  .bs-mt-lg-5 {
    margin-top: 3rem !important; }
  .bs-mt-lg-auto {
    margin-top: auto !important; }
  .bs-me-lg-0 {
    margin-right: 0 !important; }
  .bs-me-lg-1 {
    margin-right: .25rem !important; }
  .bs-me-lg-2 {
    margin-right: .5rem !important; }
  .bs-me-lg-3 {
    margin-right: 1rem !important; }
  .bs-me-lg-4 {
    margin-right: 1.5rem !important; }
  .bs-me-lg-5 {
    margin-right: 3rem !important; }
  .bs-me-lg-auto {
    margin-right: auto !important; }
  .bs-mb-lg-0 {
    margin-bottom: 0 !important; }
  .bs-mb-lg-1 {
    margin-bottom: .25rem !important; }
  .bs-mb-lg-2 {
    margin-bottom: .5rem !important; }
  .bs-mb-lg-3 {
    margin-bottom: 1rem !important; }
  .bs-mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .bs-mb-lg-5 {
    margin-bottom: 3rem !important; }
  .bs-mb-lg-auto {
    margin-bottom: auto !important; }
  .bs-ms-lg-0 {
    margin-left: 0 !important; }
  .bs-ms-lg-1 {
    margin-left: .25rem !important; }
  .bs-ms-lg-2 {
    margin-left: .5rem !important; }
  .bs-ms-lg-3 {
    margin-left: 1rem !important; }
  .bs-ms-lg-4 {
    margin-left: 1.5rem !important; }
  .bs-ms-lg-5 {
    margin-left: 3rem !important; }
  .bs-ms-lg-auto {
    margin-left: auto !important; }
  .bs-p-lg-0 {
    padding: 0 !important; }
  .bs-p-lg-1 {
    padding: .25rem !important; }
  .bs-p-lg-2 {
    padding: .5rem !important; }
  .bs-p-lg-3 {
    padding: 1rem !important; }
  .bs-p-lg-4 {
    padding: 1.5rem !important; }
  .bs-p-lg-5 {
    padding: 3rem !important; }
  .bs-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs-px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs-px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs-py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs-py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs-pt-lg-0 {
    padding-top: 0 !important; }
  .bs-pt-lg-1 {
    padding-top: .25rem !important; }
  .bs-pt-lg-2 {
    padding-top: .5rem !important; }
  .bs-pt-lg-3 {
    padding-top: 1rem !important; }
  .bs-pt-lg-4 {
    padding-top: 1.5rem !important; }
  .bs-pt-lg-5 {
    padding-top: 3rem !important; }
  .bs-pe-lg-0 {
    padding-right: 0 !important; }
  .bs-pe-lg-1 {
    padding-right: .25rem !important; }
  .bs-pe-lg-2 {
    padding-right: .5rem !important; }
  .bs-pe-lg-3 {
    padding-right: 1rem !important; }
  .bs-pe-lg-4 {
    padding-right: 1.5rem !important; }
  .bs-pe-lg-5 {
    padding-right: 3rem !important; }
  .bs-pb-lg-0 {
    padding-bottom: 0 !important; }
  .bs-pb-lg-1 {
    padding-bottom: .25rem !important; }
  .bs-pb-lg-2 {
    padding-bottom: .5rem !important; }
  .bs-pb-lg-3 {
    padding-bottom: 1rem !important; }
  .bs-pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .bs-pb-lg-5 {
    padding-bottom: 3rem !important; }
  .bs-ps-lg-0 {
    padding-left: 0 !important; }
  .bs-ps-lg-1 {
    padding-left: .25rem !important; }
  .bs-ps-lg-2 {
    padding-left: .5rem !important; }
  .bs-ps-lg-3 {
    padding-left: 1rem !important; }
  .bs-ps-lg-4 {
    padding-left: 1.5rem !important; }
  .bs-ps-lg-5 {
    padding-left: 3rem !important; }
  .bs-gap-lg-0 {
    gap: 0 !important; }
  .bs-gap-lg-1 {
    gap: .25rem !important; }
  .bs-gap-lg-2 {
    gap: .5rem !important; }
  .bs-gap-lg-3 {
    gap: 1rem !important; }
  .bs-gap-lg-4 {
    gap: 1.5rem !important; }
  .bs-gap-lg-5 {
    gap: 3rem !important; }
  .bs-text-lg-start {
    text-align: left !important; }
  .bs-text-lg-end {
    text-align: right !important; }
  .bs-text-lg-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .bs-container,
  .bs-container-lg,
  .bs-container-md,
  .bs-container-sm,
  .bs-container-xl,
  .bs-container-xxl {
    max-width: 1320px; }
  .bs-col-xxl {
    flex: 1 0 0%; }
  .bs-col-xxl-auto,
  .bs-row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs-col-xxl-12,
  .bs-row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs-col-xxl-6,
  .bs-row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs-row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .bs-col-xxl-3,
  .bs-row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs-row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs-row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .bs-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs-offset-xxl-0 {
    margin-left: 0; }
  .bs-offset-xxl-1 {
    margin-left: 8.33333333%; }
  .bs-offset-xxl-2 {
    margin-left: 16.66666667%; }
  .bs-offset-xxl-3 {
    margin-left: 25%; }
  .bs-offset-xxl-4 {
    margin-left: 33.33333333%; }
  .bs-offset-xxl-5 {
    margin-left: 41.66666667%; }
  .bs-offset-xxl-6 {
    margin-left: 50%; }
  .bs-offset-xxl-7 {
    margin-left: 58.33333333%; }
  .bs-offset-xxl-8 {
    margin-left: 66.66666667%; }
  .bs-offset-xxl-9 {
    margin-left: 75%; }
  .bs-offset-xxl-10 {
    margin-left: 83.33333333%; }
  .bs-offset-xxl-11 {
    margin-left: 91.66666667%; }
  .bs-g-xxl-0,
  .bs-gx-xxl-0 {
    --bs-gutter-x: 0
    ; }
  .bs-g-xxl-0,
  .bs-gy-xxl-0 {
    --bs-gutter-y: 0
    ; }
  .bs-g-xxl-1,
  .bs-gx-xxl-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .bs-g-xxl-1,
  .bs-gy-xxl-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .bs-g-xxl-2,
  .bs-gx-xxl-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .bs-g-xxl-2,
  .bs-gy-xxl-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .bs-g-xxl-3,
  .bs-gx-xxl-3 {
    --bs-gutter-x: 1rem
    ; }
  .bs-g-xxl-3,
  .bs-gy-xxl-3 {
    --bs-gutter-y: 1rem
    ; }
  .bs-g-xxl-4,
  .bs-gx-xxl-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .bs-g-xxl-4,
  .bs-gy-xxl-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .bs-g-xxl-5,
  .bs-gx-xxl-5 {
    --bs-gutter-x: 3rem
    ; }
  .bs-g-xxl-5,
  .bs-gy-xxl-5 {
    --bs-gutter-y: 3rem
    ; }
  .bs-dropdown-menu-xxl-start {
    --bs-position: start
    ; }
  .bs-dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .bs-dropdown-menu-xxl-end {
    --bs-position: end
    ; }
  .bs-dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto; }
  .bs-navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs-list-group-horizontal-xxl,
  .bs-navbar-expand-xxl .bs-navbar-nav {
    flex-direction: row; }
  .bs-navbar-expand-xxl .bs-navbar-nav .bs-dropdown-menu {
    position: absolute; }
  .bs-navbar-expand-xxl .bs-navbar-nav .bs-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x); }
  .bs-navbar-expand-xxl .bs-navbar-nav-scroll {
    overflow: visible; }
  .bs-navbar-expand-xxl .bs-navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs-navbar-expand-xxl .bs-navbar-toggler,
  .bs-navbar-expand-xxl .bs-offcanvas .bs-offcanvas-header,
  .bs-offcanvas-xxl .bs-offcanvas-header {
    display: none; }
  .bs-navbar-expand-xxl .bs-offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
  .bs-navbar-expand-xxl .bs-offcanvas .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }
  .bs-list-group-horizontal-xxl > .bs-list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .bs-list-group-horizontal-xxl > .bs-list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .bs-list-group-horizontal-xxl > .bs-list-group-item.bs-active {
    margin-top: 0; }
  .bs-list-group-horizontal-xxl > .bs-list-group-item + .bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
  .bs-list-group-horizontal-xxl > .bs-list-group-item + .bs-list-group-item.bs-active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width); }
  .bs-offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
  .bs-offcanvas-xxl .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important; }
  .bs-sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .bs-sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; }
  .bs-float-xxl-start {
    float: left !important; }
  .bs-float-xxl-end {
    float: right !important; }
  .bs-float-xxl-none {
    float: none !important; }
  .bs-d-xxl-inline {
    display: inline !important; }
  .bs-d-xxl-inline-block {
    display: inline-block !important; }
  .bs-d-xxl-block {
    display: block !important; }
  .bs-d-xxl-grid {
    display: grid !important; }
  .bs-d-xxl-table {
    display: table !important; }
  .bs-d-xxl-table-row {
    display: table-row !important; }
  .bs-d-xxl-table-cell {
    display: table-cell !important; }
  .bs-d-xxl-flex {
    display: flex !important; }
  .bs-d-xxl-inline-flex {
    display: inline-flex !important; }
  .bs-d-xxl-none {
    display: none !important; }
  .bs-flex-xxl-fill {
    flex: 1 1 auto !important; }
  .bs-flex-xxl-row {
    flex-direction: row !important; }
  .bs-flex-xxl-column {
    flex-direction: column !important; }
  .bs-flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .bs-flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .bs-flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .bs-flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .bs-flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .bs-flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .bs-flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .bs-flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .bs-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs-justify-content-xxl-start {
    justify-content: flex-start !important; }
  .bs-justify-content-xxl-end {
    justify-content: flex-end !important; }
  .bs-justify-content-xxl-center {
    justify-content: center !important; }
  .bs-justify-content-xxl-between {
    justify-content: space-between !important; }
  .bs-justify-content-xxl-around {
    justify-content: space-around !important; }
  .bs-justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .bs-align-items-xxl-start {
    align-items: flex-start !important; }
  .bs-align-items-xxl-end {
    align-items: flex-end !important; }
  .bs-align-items-xxl-center {
    align-items: center !important; }
  .bs-align-items-xxl-baseline {
    align-items: baseline !important; }
  .bs-align-items-xxl-stretch {
    align-items: stretch !important; }
  .bs-align-content-xxl-start {
    align-content: flex-start !important; }
  .bs-align-content-xxl-end {
    align-content: flex-end !important; }
  .bs-align-content-xxl-center {
    align-content: center !important; }
  .bs-align-content-xxl-between {
    align-content: space-between !important; }
  .bs-align-content-xxl-around {
    align-content: space-around !important; }
  .bs-align-content-xxl-stretch {
    align-content: stretch !important; }
  .bs-align-self-xxl-auto {
    align-self: auto !important; }
  .bs-align-self-xxl-start {
    align-self: flex-start !important; }
  .bs-align-self-xxl-end {
    align-self: flex-end !important; }
  .bs-align-self-xxl-center {
    align-self: center !important; }
  .bs-align-self-xxl-baseline {
    align-self: baseline !important; }
  .bs-align-self-xxl-stretch {
    align-self: stretch !important; }
  .bs-order-xxl-first {
    order: -1 !important; }
  .bs-order-xxl-0 {
    order: 0 !important; }
  .bs-order-xxl-1 {
    order: 1 !important; }
  .bs-order-xxl-2 {
    order: 2 !important; }
  .bs-order-xxl-3 {
    order: 3 !important; }
  .bs-order-xxl-4 {
    order: 4 !important; }
  .bs-order-xxl-5 {
    order: 5 !important; }
  .bs-order-xxl-last {
    order: 6 !important; }
  .bs-m-xxl-0 {
    margin: 0 !important; }
  .bs-m-xxl-1 {
    margin: .25rem !important; }
  .bs-m-xxl-2 {
    margin: .5rem !important; }
  .bs-m-xxl-3 {
    margin: 1rem !important; }
  .bs-m-xxl-4 {
    margin: 1.5rem !important; }
  .bs-m-xxl-5 {
    margin: 3rem !important; }
  .bs-m-xxl-auto {
    margin: auto !important; }
  .bs-mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs-mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs-mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs-mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs-mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs-mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs-my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs-my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs-my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs-mt-xxl-0 {
    margin-top: 0 !important; }
  .bs-mt-xxl-1 {
    margin-top: .25rem !important; }
  .bs-mt-xxl-2 {
    margin-top: .5rem !important; }
  .bs-mt-xxl-3 {
    margin-top: 1rem !important; }
  .bs-mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .bs-mt-xxl-5 {
    margin-top: 3rem !important; }
  .bs-mt-xxl-auto {
    margin-top: auto !important; }
  .bs-me-xxl-0 {
    margin-right: 0 !important; }
  .bs-me-xxl-1 {
    margin-right: .25rem !important; }
  .bs-me-xxl-2 {
    margin-right: .5rem !important; }
  .bs-me-xxl-3 {
    margin-right: 1rem !important; }
  .bs-me-xxl-4 {
    margin-right: 1.5rem !important; }
  .bs-me-xxl-5 {
    margin-right: 3rem !important; }
  .bs-me-xxl-auto {
    margin-right: auto !important; }
  .bs-mb-xxl-0 {
    margin-bottom: 0 !important; }
  .bs-mb-xxl-1 {
    margin-bottom: .25rem !important; }
  .bs-mb-xxl-2 {
    margin-bottom: .5rem !important; }
  .bs-mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .bs-mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .bs-mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .bs-mb-xxl-auto {
    margin-bottom: auto !important; }
  .bs-ms-xxl-0 {
    margin-left: 0 !important; }
  .bs-ms-xxl-1 {
    margin-left: .25rem !important; }
  .bs-ms-xxl-2 {
    margin-left: .5rem !important; }
  .bs-ms-xxl-3 {
    margin-left: 1rem !important; }
  .bs-ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .bs-ms-xxl-5 {
    margin-left: 3rem !important; }
  .bs-ms-xxl-auto {
    margin-left: auto !important; }
  .bs-p-xxl-0 {
    padding: 0 !important; }
  .bs-p-xxl-1 {
    padding: .25rem !important; }
  .bs-p-xxl-2 {
    padding: .5rem !important; }
  .bs-p-xxl-3 {
    padding: 1rem !important; }
  .bs-p-xxl-4 {
    padding: 1.5rem !important; }
  .bs-p-xxl-5 {
    padding: 3rem !important; }
  .bs-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs-px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs-px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs-px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs-px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs-px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs-py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs-py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs-pt-xxl-0 {
    padding-top: 0 !important; }
  .bs-pt-xxl-1 {
    padding-top: .25rem !important; }
  .bs-pt-xxl-2 {
    padding-top: .5rem !important; }
  .bs-pt-xxl-3 {
    padding-top: 1rem !important; }
  .bs-pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .bs-pt-xxl-5 {
    padding-top: 3rem !important; }
  .bs-pe-xxl-0 {
    padding-right: 0 !important; }
  .bs-pe-xxl-1 {
    padding-right: .25rem !important; }
  .bs-pe-xxl-2 {
    padding-right: .5rem !important; }
  .bs-pe-xxl-3 {
    padding-right: 1rem !important; }
  .bs-pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .bs-pe-xxl-5 {
    padding-right: 3rem !important; }
  .bs-pb-xxl-0 {
    padding-bottom: 0 !important; }
  .bs-pb-xxl-1 {
    padding-bottom: .25rem !important; }
  .bs-pb-xxl-2 {
    padding-bottom: .5rem !important; }
  .bs-pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .bs-pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .bs-pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .bs-ps-xxl-0 {
    padding-left: 0 !important; }
  .bs-ps-xxl-1 {
    padding-left: .25rem !important; }
  .bs-ps-xxl-2 {
    padding-left: .5rem !important; }
  .bs-ps-xxl-3 {
    padding-left: 1rem !important; }
  .bs-ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .bs-ps-xxl-5 {
    padding-left: 3rem !important; }
  .bs-gap-xxl-0 {
    gap: 0 !important; }
  .bs-gap-xxl-1 {
    gap: .25rem !important; }
  .bs-gap-xxl-2 {
    gap: .5rem !important; }
  .bs-gap-xxl-3 {
    gap: 1rem !important; }
  .bs-gap-xxl-4 {
    gap: 1.5rem !important; }
  .bs-gap-xxl-5 {
    gap: 3rem !important; }
  .bs-text-xxl-start {
    text-align: left !important; }
  .bs-text-xxl-end {
    text-align: right !important; }
  .bs-text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .bs-dropdown-menu-xl-start {
    --bs-position: start
    ; }
  .bs-dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .bs-dropdown-menu-xl-end {
    --bs-position: end
    ; }
  .bs-dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto; }
  .bs-navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs-list-group-horizontal-xl,
  .bs-navbar-expand-xl .bs-navbar-nav {
    flex-direction: row; }
  .bs-navbar-expand-xl .bs-navbar-nav .bs-dropdown-menu {
    position: absolute; }
  .bs-navbar-expand-xl .bs-navbar-nav .bs-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x); }
  .bs-navbar-expand-xl .bs-navbar-nav-scroll {
    overflow: visible; }
  .bs-navbar-expand-xl .bs-navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs-navbar-expand-xl .bs-navbar-toggler,
  .bs-navbar-expand-xl .bs-offcanvas .bs-offcanvas-header,
  .bs-offcanvas-xl .bs-offcanvas-header {
    display: none; }
  .bs-navbar-expand-xl .bs-offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
  .bs-navbar-expand-xl .bs-offcanvas .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }
  .bs-list-group-horizontal-xl > .bs-list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .bs-list-group-horizontal-xl > .bs-list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .bs-list-group-horizontal-xl > .bs-list-group-item.bs-active {
    margin-top: 0; }
  .bs-list-group-horizontal-xl > .bs-list-group-item + .bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
  .bs-list-group-horizontal-xl > .bs-list-group-item + .bs-list-group-item.bs-active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width); }
  .bs-modal-xl {
    --bs-modal-width: 1140px
    ; }
  .bs-offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
  .bs-offcanvas-xl .bs-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important; }
  .bs-sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .bs-sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; }
  .bs-float-xl-start {
    float: left !important; }
  .bs-float-xl-end {
    float: right !important; }
  .bs-float-xl-none {
    float: none !important; }
  .bs-d-xl-inline {
    display: inline !important; }
  .bs-d-xl-inline-block {
    display: inline-block !important; }
  .bs-d-xl-block {
    display: block !important; }
  .bs-d-xl-grid {
    display: grid !important; }
  .bs-d-xl-table {
    display: table !important; }
  .bs-d-xl-table-row {
    display: table-row !important; }
  .bs-d-xl-table-cell {
    display: table-cell !important; }
  .bs-d-xl-flex {
    display: flex !important; }
  .bs-d-xl-inline-flex {
    display: inline-flex !important; }
  .bs-d-xl-none {
    display: none !important; }
  .bs-flex-xl-fill {
    flex: 1 1 auto !important; }
  .bs-flex-xl-row {
    flex-direction: row !important; }
  .bs-flex-xl-column {
    flex-direction: column !important; }
  .bs-flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .bs-flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .bs-flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .bs-flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .bs-flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .bs-flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .bs-flex-xl-wrap {
    flex-wrap: wrap !important; }
  .bs-flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .bs-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs-justify-content-xl-start {
    justify-content: flex-start !important; }
  .bs-justify-content-xl-end {
    justify-content: flex-end !important; }
  .bs-justify-content-xl-center {
    justify-content: center !important; }
  .bs-justify-content-xl-between {
    justify-content: space-between !important; }
  .bs-justify-content-xl-around {
    justify-content: space-around !important; }
  .bs-justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .bs-align-items-xl-start {
    align-items: flex-start !important; }
  .bs-align-items-xl-end {
    align-items: flex-end !important; }
  .bs-align-items-xl-center {
    align-items: center !important; }
  .bs-align-items-xl-baseline {
    align-items: baseline !important; }
  .bs-align-items-xl-stretch {
    align-items: stretch !important; }
  .bs-align-content-xl-start {
    align-content: flex-start !important; }
  .bs-align-content-xl-end {
    align-content: flex-end !important; }
  .bs-align-content-xl-center {
    align-content: center !important; }
  .bs-align-content-xl-between {
    align-content: space-between !important; }
  .bs-align-content-xl-around {
    align-content: space-around !important; }
  .bs-align-content-xl-stretch {
    align-content: stretch !important; }
  .bs-align-self-xl-auto {
    align-self: auto !important; }
  .bs-align-self-xl-start {
    align-self: flex-start !important; }
  .bs-align-self-xl-end {
    align-self: flex-end !important; }
  .bs-align-self-xl-center {
    align-self: center !important; }
  .bs-align-self-xl-baseline {
    align-self: baseline !important; }
  .bs-align-self-xl-stretch {
    align-self: stretch !important; }
  .bs-order-xl-first {
    order: -1 !important; }
  .bs-order-xl-0 {
    order: 0 !important; }
  .bs-order-xl-1 {
    order: 1 !important; }
  .bs-order-xl-2 {
    order: 2 !important; }
  .bs-order-xl-3 {
    order: 3 !important; }
  .bs-order-xl-4 {
    order: 4 !important; }
  .bs-order-xl-5 {
    order: 5 !important; }
  .bs-order-xl-last {
    order: 6 !important; }
  .bs-m-xl-0 {
    margin: 0 !important; }
  .bs-m-xl-1 {
    margin: .25rem !important; }
  .bs-m-xl-2 {
    margin: .5rem !important; }
  .bs-m-xl-3 {
    margin: 1rem !important; }
  .bs-m-xl-4 {
    margin: 1.5rem !important; }
  .bs-m-xl-5 {
    margin: 3rem !important; }
  .bs-m-xl-auto {
    margin: auto !important; }
  .bs-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs-mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs-mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs-mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs-my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs-my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs-mt-xl-0 {
    margin-top: 0 !important; }
  .bs-mt-xl-1 {
    margin-top: .25rem !important; }
  .bs-mt-xl-2 {
    margin-top: .5rem !important; }
  .bs-mt-xl-3 {
    margin-top: 1rem !important; }
  .bs-mt-xl-4 {
    margin-top: 1.5rem !important; }
  .bs-mt-xl-5 {
    margin-top: 3rem !important; }
  .bs-mt-xl-auto {
    margin-top: auto !important; }
  .bs-me-xl-0 {
    margin-right: 0 !important; }
  .bs-me-xl-1 {
    margin-right: .25rem !important; }
  .bs-me-xl-2 {
    margin-right: .5rem !important; }
  .bs-me-xl-3 {
    margin-right: 1rem !important; }
  .bs-me-xl-4 {
    margin-right: 1.5rem !important; }
  .bs-me-xl-5 {
    margin-right: 3rem !important; }
  .bs-me-xl-auto {
    margin-right: auto !important; }
  .bs-mb-xl-0 {
    margin-bottom: 0 !important; }
  .bs-mb-xl-1 {
    margin-bottom: .25rem !important; }
  .bs-mb-xl-2 {
    margin-bottom: .5rem !important; }
  .bs-mb-xl-3 {
    margin-bottom: 1rem !important; }
  .bs-mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .bs-mb-xl-5 {
    margin-bottom: 3rem !important; }
  .bs-mb-xl-auto {
    margin-bottom: auto !important; }
  .bs-ms-xl-0 {
    margin-left: 0 !important; }
  .bs-ms-xl-1 {
    margin-left: .25rem !important; }
  .bs-ms-xl-2 {
    margin-left: .5rem !important; }
  .bs-ms-xl-3 {
    margin-left: 1rem !important; }
  .bs-ms-xl-4 {
    margin-left: 1.5rem !important; }
  .bs-ms-xl-5 {
    margin-left: 3rem !important; }
  .bs-ms-xl-auto {
    margin-left: auto !important; }
  .bs-p-xl-0 {
    padding: 0 !important; }
  .bs-p-xl-1 {
    padding: .25rem !important; }
  .bs-p-xl-2 {
    padding: .5rem !important; }
  .bs-p-xl-3 {
    padding: 1rem !important; }
  .bs-p-xl-4 {
    padding: 1.5rem !important; }
  .bs-p-xl-5 {
    padding: 3rem !important; }
  .bs-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs-px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs-px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs-py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs-py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs-pt-xl-0 {
    padding-top: 0 !important; }
  .bs-pt-xl-1 {
    padding-top: .25rem !important; }
  .bs-pt-xl-2 {
    padding-top: .5rem !important; }
  .bs-pt-xl-3 {
    padding-top: 1rem !important; }
  .bs-pt-xl-4 {
    padding-top: 1.5rem !important; }
  .bs-pt-xl-5 {
    padding-top: 3rem !important; }
  .bs-pe-xl-0 {
    padding-right: 0 !important; }
  .bs-pe-xl-1 {
    padding-right: .25rem !important; }
  .bs-pe-xl-2 {
    padding-right: .5rem !important; }
  .bs-pe-xl-3 {
    padding-right: 1rem !important; }
  .bs-pe-xl-4 {
    padding-right: 1.5rem !important; }
  .bs-pe-xl-5 {
    padding-right: 3rem !important; }
  .bs-pb-xl-0 {
    padding-bottom: 0 !important; }
  .bs-pb-xl-1 {
    padding-bottom: .25rem !important; }
  .bs-pb-xl-2 {
    padding-bottom: .5rem !important; }
  .bs-pb-xl-3 {
    padding-bottom: 1rem !important; }
  .bs-pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .bs-pb-xl-5 {
    padding-bottom: 3rem !important; }
  .bs-ps-xl-0 {
    padding-left: 0 !important; }
  .bs-ps-xl-1 {
    padding-left: .25rem !important; }
  .bs-ps-xl-2 {
    padding-left: .5rem !important; }
  .bs-ps-xl-3 {
    padding-left: 1rem !important; }
  .bs-ps-xl-4 {
    padding-left: 1.5rem !important; }
  .bs-ps-xl-5 {
    padding-left: 3rem !important; }
  .bs-gap-xl-0 {
    gap: 0 !important; }
  .bs-gap-xl-1 {
    gap: .25rem !important; }
  .bs-gap-xl-2 {
    gap: .5rem !important; }
  .bs-gap-xl-3 {
    gap: 1rem !important; }
  .bs-gap-xl-4 {
    gap: 1.5rem !important; }
  .bs-gap-xl-5 {
    gap: 3rem !important; }
  .bs-text-xl-start {
    text-align: left !important; }
  .bs-text-xl-end {
    text-align: right !important; }
  .bs-text-xl-center {
    text-align: center !important; }
  .bs-fs-1 {
    font-size: 2.5rem !important; }
  .bs-fs-2 {
    font-size: 2rem !important; }
  .bs-fs-3 {
    font-size: 1.75rem !important; }
  .bs-fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .bs-d-print-inline {
    display: inline !important; }
  .bs-d-print-inline-block {
    display: inline-block !important; }
  .bs-d-print-block {
    display: block !important; }
  .bs-d-print-grid {
    display: grid !important; }
  .bs-d-print-table {
    display: table !important; }
  .bs-d-print-table-row {
    display: table-row !important; }
  .bs-d-print-table-cell {
    display: table-cell !important; }
  .bs-d-print-flex {
    display: flex !important; }
  .bs-d-print-inline-flex {
    display: inline-flex !important; }
  .bs-d-print-none {
    display: none !important; } }

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

.navPages {
  max-width: 1248px; }

#top-bar-promotion .banner a {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.header_con {
  background-color: #fed353; }

.section_container {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%; }

.header_inner_con,
.pf_inner_container {
  max-width: 1230px;
  height: 100%;
  margin: auto;
  display: flex;
  padding: 0px 20px; }

.header_info_con {
  padding: 0px 20px;
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.header_info_con h1 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-size: 40px;
  font-weight: 800;
  color: #1f1f1f;
  line-height: 1.1;
  letter-spacing: 1px; }

.header_info_con p {
  font-size: 16px;
  margin: 0 0 15px 0; }

.header_img_con {
  width: 58%;
  height: 100%;
  padding: 0 20px; }

.pf_mobile_hidden {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill; }

.pf_mobile_hidden_only {
  display: none; }

.pf_button_primary_con {
  margin: 20px 0 30px 0; }

.pf_button_primary {
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 11px 20px;
  font-size: 15px;
  box-sizing: border-box;
  transition: background-color .2s ease-in-out;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  border-radius: 6px !important; }

.pf_button_primary:hover {
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  color: #fff; }

.pf_inner_container.recycle {
  flex-direction: column;
  width: 50%;
  align-items: center;
  padding: 60px 0 10px 0; }

.pf_inner_container.recycle h3,
.pf_inner_container.packstyle_con h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  color: #1f1f1f;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  line-height: 1.1; }

.pf_inner_container.recycle p {
  text-align: center;
  margin: 0 0 15px 0; }

.rec_img_con {
  padding: 20px 0;
  width: 130px; }

.rec_prod_con {
  background-color: #f7f7f7;
  padding: 50px 0 0 0; }

.inner_rec_prod_con {
  flex-direction: column; }

.prod_info_container {
  padding: 0 20px; }

.prod_info_container h3,
.pf_inner_container h3 {
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
  color: #1f1f1f;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  line-height: 1.1; }

.prod_info_container ul {
  padding-left: 40px;
  line-height: 1.6; }

.product_container {
  padding: 50px 10px; }

.pf_product_slider .slick-track {
  width: 20%; }

.product_item_info {
  width: 20%;
  padding: 10px; }

.product_item_photo {
  width: 100%;
  height: auto; }

.product_item_photo img {
  object-fit: contain;
  height: 100%;
  width: 100%; }

.pf_product_slider {
  width: 100%; }

.inner_rec_prod_con .link {
  text-align: left;
  font-size: 1; }

.inner_rec_prod_con .link a {
  text-decoration: underline; }

.product_link_con p {
  font-weight: 600;
  font-size: 17px;
  padding: 10px 0; }

.product-item-details p {
  font-size: 16px;
  margin: 0; }

.product-item-subtitle p {
  line-height: 1.2; }

.price-final_price {
  padding: 10px 0 0 0; }

.price-final_price p {
  font-weight: 600; }

.pf_inner_container.packstyle_con {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px 0 70px 0; }

.packstyle_container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%; }

.packstyle {
  width: 40%;
  flex-direction: column; }

.packstyle_info h4 {
  font-weight: 800;
  font-size: 23px;
  text-transform: uppercase;
  color: #1f1f1f;
  margin: 0 0 15px 0;
  letter-spacing: 0px;
  line-height: 1.1; }

.comp_prod_con {
  padding: 50px 0; }

.comp_prod_con .product_item_info {
  width: 25%; }

.section_container.compostable {
  background-color: #e3ebd6; }

.pf_inner_container.compostable {
  flex-direction: column;
  padding: 50px 0 0 0; }

.comp_header_con {
  display: flex;
  width: 100%;
  align-items: center; }

.compost_info_con {
  width: 42%;
  padding: 0 20px; }

.compost_img_con {
  width: 58%;
  overflow: hidden;
  padding: 0 20px; }

.compost_img_con img {
  border-radius: 20px; }

.comp_prod_con {
  display: flex;
  justify-content: center; }

.section_container.color_code {
  background-color: #ffefbc; }

.pf_inner_container.color_code_inner {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 50px 0; }

.col_info_con {
  padding: 0 20px;
  width: 42%; }

.col_img_con {
  width: 50%; }

@media (max-width: 1023px) {
  .header_inner_con {
    flex-direction: column; }
  .header_info_con h1 {
    font-size: 30px; }
  .header_info_con {
    width: 100%;
    padding: 30px 20px 0 20px; }
  .header_img_con {
    width: 100%; }
  .pf_inner_container.recycle {
    width: 80%; }
  .pf_inner_container.recycle h3,
  .prod_info_container h3,
  .pf_inner_container.packstyle_con h3,
  .compost_info_con h3,
  .col_info_con h3 {
    font-size: 22px; }
  .packstyle_info h4 {
    font-size: 18px; }
  .packstyle_container {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 30px 0; }
  .packstyle {
    width: 80%; }
  .packstyle_img,
  .packstyle_info {
    margin: auto;
    max-width: 400px; }
  .comp_header_con {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 0 20px; }
  .compost_info_con,
  .compost_img_con {
    width: 100%; }
  .pf_inner_container.color_code_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px; }
  .col_info_con,
  .col_img_con {
    width: 100%; }
  .pf_inner_container.color_code_inner {
    padding: 30px 20px 50px 20px; }
  .pf_inner_container .link,
  .col_img_con {
    padding: 0 20px; } }

@media (max-width: 767px) {
  .header_inner_con,
  .pf_inner_container.inner_rec_prod_con,
  .comp_header_con {
    padding: 0; }
  .pf_inner_container.recycle {
    width: 100%;
    padding: 60px 20px 10px 20px; }
  .comp_prod_con .product_item_info {
    width: 45%; }
  .pf_inner_container.color_code_inner {
    padding: 30px 0 50px 0; } }

@media (max-width: 424px) {
  .comp_prod_con {
    flex-wrap: wrap; }
  .comp_prod_con .product_item_info {
    width: 95%; } }

.productView-image--default,
.productView-thumbnail-link img,
.zoomImg {
  object-fit: contain; }

/*Frequently Bought Together*/
#halo-fbt > h2 {
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  border-top: 1px solid #cbcbcb;
  padding: 23px 0 0 0;
  margin-top: 7px;
  margin-bottom: 10px; }

#halo-fbt .themvale-fbt-image {
  max-width: 100%;
  display: inline-block; }
  @media (min-width: 1025px) {
    #halo-fbt .themvale-fbt-image {
      max-width: 84px; } }

@media (max-width: 1024px) {
  #halo-fbt {
    padding-bottom: 70px; } }

#halo-fbt,
#fbt,
.themvale-fbt-image-item,
.pgo,
.pog {
  position: relative; }

#fbt,
.freqBought .form-field__sizeChart,
.freqBought-item .price-section.price-section--saving {
  display: none; }

.productView-info-name.fbt, .productView-info-name.fbt-product {
  display: none; }

.productView-info-value.fbt, .productView-info-value.fbt-product {
  display: none; }

#fbt {
  padding: 1.5rem 0;
  clear: both; }

.themvale-fbt-image-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list {
      max-width: 71%;
      margin-left: 20px; } }
  .themvale-fbt-image-list .slick-slide:last-child .themvale-fbt-image-item:after {
    content: none; }
  .themvale-fbt-image-list .slick-list {
    margin: 0 -15px; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list .slick-prev {
      left: -20px;
      background: #fff;
      width: 16px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list .slick-prev {
      left: -20px;
      background: #fff;
      width: 16px; } }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list .slick-next {
      right: -20px;
      background: #fff;
      width: 16px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list .slick-next {
      right: -20px;
      background: #fff;
      width: 16px; } }

.themvale-fbt-image-item {
  padding: 0 .55rem;
  text-align: center; }

@media (min-width: 551px) {
  .themvale-fbt-image-item {
    width: auto;
    padding: 0 1rem;
    display: inline-block; } }

.themvale-fbt-image-link {
  opacity: .45;
  transition: opacity .15s ease; }

.themvale-fbt-image-item.fbt__total .themvale-fbt-image-link,
.themvale-fbt-image-item.isChecked .themvale-fbt-image-link {
  opacity: 1;
  transition: opacity .15s ease; }

.themvale-fbt-image-item::after {
  content: ' ';
  position: absolute;
  display: inline-block;
  margin: auto;
  width: 12px;
  height: 12px;
  right: -9px;
  top: 0;
  bottom: 0;
  background: url(../img/add-plus-button.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 10; }

.themvale-fbt-total-price {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px; }

.themvale-fbt-image-item.fbt__total {
  text-align: left;
  float: right;
  padding-right: 0; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-item.fbt__total {
      float: left;
      padding-left: 0;
      margin-top: 15px;
      margin-bottom: 25px;
      width: 100%; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-item.fbt__total {
      position: absolute;
      top: 53px;
      right: 0; } }
  .themvale-fbt-image-item.fbt__total:after {
    display: none; }
  .themvale-fbt-image-item.fbt__total > p {
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px; }
    @media (max-width: 1024px) {
      .themvale-fbt-image-item.fbt__total > p {
        text-align: left; } }
  .themvale-fbt-image-item.fbt__total > a {
    padding: 7px 34px;
    font-size: 13px;
    margin: 0;
    letter-spacing: .05em; }

.themvale-fbt-detail-name {
  transition: all .15s ease;
  font-size: 12px;
  font-weight: 400; }

.themvale-fbt-product-item .price--discounted,
.themvale-fbt-product-item .price--rrp,
.themvale-fbt-product-item .price--withoutTax {
  display: inline-block;
  font-weight: bold;
  color: #000000; }

.themvale-fbt-product-item .price-section {
  display: inline-block;
  color: #000000;
  font-weight: bold; }

.themvale-fbt-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 60px; }

.themvale-fbt-product-item {
  margin-bottom: .5rem; }

.themvale-fbt-text {
  margin: 25px 0 20px;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  letter-spacing: .02em; }

.themvale-fbt-toggle-options {
  position: relative;
  display: inline-block;
  margin: 6px 0 3px 1.85714rem;
  padding: 1px 15px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid;
  transition: all .15s ease; }

@media (min-width: 551px) {
  .themvale-fbt-toggle-options {
    margin: 0 0 0 5px; } }

.themvale-fbt-detail-field,
.themvale-fbt-image-link {
  display: inline-block; }

.themvale-fbt-toggle-options {
  background-color: #949494;
  border-color: #949494;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 25px;
  padding: 0px 19px; }

.themvale-fbt-detail-options {
  display: none;
  padding: 25px 0px 0 0;
  margin-top: 30px;
  overflow: hidden;
  background-color: transparent;
  border-top: 1px dotted #cbcbcb; }
  .themvale-fbt-detail-options .form-field {
    margin-bottom: 1rem; }
    .themvale-fbt-detail-options .form-field .form-label {
      color: #000000;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 12px;
      position: relative; }
      .themvale-fbt-detail-options .form-field .form-label > small {
        color: #db5839;
        font-size: 12px;
        font-weight: 400;
        float: none;
        text-transform: capitalize;
        margin-top: 1px;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-style: unset;
        margin-left: 0; }

.themvale-fbt-product-item .form-label {
  color: #d6d6d6; }
  .themvale-fbt-product-item .form-label:before {
    border-radius: 0; }
  .themvale-fbt-product-item .form-label .price-section span {
    color: #d6d6d6; }

.themvale-fbt-product-item.isChecked .form-label {
  color: #000000; }
  .themvale-fbt-product-item.isChecked .form-label .price-section span {
    color: #000000; }

.hasOptions--selected .themvale-fbt-detail-options {
  background-color: transparent; }

.hasOptions--selected .themvale-fbt-toggle-options {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }
  .hasOptions--selected .themvale-fbt-toggle-options:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
