@charset "UTF-8";
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css';
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'fontawesome-alloy';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.142857143em;
  text-align: right;
  padding-right: 0.285714286em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.428571429em; }

.icons-ul {
  margin-left: 2.142857143em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.142857143em;
    width: 2.142857143em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

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

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

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

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

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

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

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

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

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'fontawesome-alloy';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-caret-bottom-right:before {
  content: "\e016"; }

.icon-glass:before {
  content: "\f000"; }

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

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

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

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

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

.icon-star-empty:before {
  content: "\f006"; }

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

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

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

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

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

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

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

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

.icon-cog:before {
  content: "\f013"; }

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

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

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

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

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

.icon-repeat:before {
  content: "\f01e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-indent-left:before {
  content: "\f03b"; }

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

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

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

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

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

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

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

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

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

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

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

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

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

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

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

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

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

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

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

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

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

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

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

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

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

.icon-exclamation-sign:before {
  content: "\f06a"; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

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

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

.icon-cogs:before {
  content: "\f085"; }

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

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

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

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

.icon-signin:before {
  content: "\f090"; }

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

.icon-github-sign:before {
  content: "\f092"; }

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

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

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

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

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

.icon-facebook:before {
  content: "\f09a"; }

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

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

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

.icon-rss:before {
  content: "\f09e"; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

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

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

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

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

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

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

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

.icon-paste:before {
  content: "\f0ea"; }

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

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

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

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

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

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

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

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

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

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

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

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign:before {
  content: "\f0fe"; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-reply:before {
  content: "\f112"; }

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

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

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

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

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

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

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

.icon-flag-alt:before {
  content: "\f11d"; }

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

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

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

.icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before {
  content: "\f123"; }

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

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

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

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

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

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

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

.icon-microphone-off:before {
  content: "\f131"; }

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

.icon-calendar-empty:before {
  content: "\f133"; }

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

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

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

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

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

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

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

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

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

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-fb-boolean:before {
  content: "\e008"; }

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

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

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

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

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

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

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

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

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

.icon-plus-sign-2:before {
  content: "\f055"; }

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

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

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

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

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

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

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

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

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

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

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

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

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

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

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

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

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

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

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

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

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

.icon-mobile:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

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

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

.icon-unlink:before {
  content: "\f127"; }

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

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

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

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

.icon-play-sign:before {
  content: "\f144"; }

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

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

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

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

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

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

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

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

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

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

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

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

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

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

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before {
  content: "\f153"; }

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

.icon-dollar:before {
  content: "\f155"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-yen:before {
  content: "\f157"; }

.icon-renminbi:before {
  content: "\f158"; }

.icon-won:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

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

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

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-youtube-sign:before {
  content: "\f166"; }

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

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

.icon-xing-sign:before {
  content: "\f169"; }

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

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

.icon-stackexchange:before {
  content: "\f16c"; }

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

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

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

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

.icon-bitbucket-sign:before {
  content: "\f172"; }

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

.icon-tumblr-sign:before {
  content: "\f174"; }

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

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

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

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

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

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

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

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

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

.icon-gittip:before {
  content: "\f184"; }

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

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

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

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

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

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

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

.icon-time:before {
  content: "\f017"; }

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

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

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-db-joinxor:before {
  content: "\e006"; }

.icon-db-state:before {
  content: "\e009"; }

.icon-db-start:before {
  content: "\e00b"; }

.icon-db-end:before {
  content: "\e00a"; }

.icon-db-fork:before {
  content: "\e00c"; }

.icon-db-condition:before {
  content: "\e00e"; }

.icon-db-task:before {
  content: "\e00d"; }

.icon-db-join:before {
  content: "\e00f"; }

.icon-fb-button:before {
  content: "\e010"; }

.icon-fb-fieldset:before {
  content: "\e011"; }

.icon-fb-custom-field:before {
  content: "\e012"; }

.icon-fb-separator:before {
  content: "\e013"; }

.icon-fb-paragraph:before {
  content: "\e014"; }

.icon-fb-file-upload:before {
  content: "\e015"; }

.icon-fb-text:before {
  content: "\e000"; }

.icon-fb-text-box:before {
  content: "\e001"; }

.icon-fb-select:before {
  content: "\e002"; }

.icon-fb-radio:before {
  content: "\e003"; }

.icon-fb-number:before {
  content: "\e004"; }

.icon-fb-integer:before {
  content: "\e005"; }

.icon-fb-decimal:before {
  content: "\e007"; }

.icon-btc:before {
  content: "\f15a"; }

.icon-cny:before {
  content: "\f158"; }

.icon-eur:before {
  content: "\f153"; }

.icon-gear:before {
  content: "\f013"; }

.icon-gears:before {
  content: "\f085"; }

.icon-inr:before {
  content: "\f156"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-krw:before {
  content: "\f159"; }

.icon-mail-forward:before {
  content: "\f064"; }

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

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

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

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-unchecked:before {
  content: "\f096"; }

.icon-usd:before {
  content: "\f155"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg"); }

.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em; }
  .loadingmask-message .loadingmask-message-content {
    -webkit-animation: loading-animation 1.2s infinite ease-out;
    animation: loading-animation 1.2s infinite ease-out;
    background: transparent;
    border-radius: 50%;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 1em; }

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px solid #CDCED9; }

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent; }

span.alert {
  display: inline-block; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000; }
  .quick-access-nav a {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid #FFF;
    left: 0;
    outline: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center; }
    .quick-access-nav a:focus {
      color: #FFF;
      top: 1000px; }

@media (max-width: 991px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }
  .ie9 .responsive-table-horizontal thead {
    float: none; } }

.important {
  font-weight: bold; }

.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable, .unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #A6A6A6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }

.lfr-asset-category-container .no-matches {
  color: #999; }

.lfr-asset-category-search-container {
  background-color: #D3DADD;
  border-bottom-color: #AEB8BC; }

.lfr-asset-category-list a.selected {
  background-color: #EEE; }

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%; }

.lfr-asset-column-actions-content {
  background-color: #D7F1FF; }

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88C5D9; }

.lfr-asset-column-details .lfr-asset-categories {
  color: #7D7D7D; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7D7D7D; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-panels .lfr-panel.lfr-extended, .lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #CCC; }

.lfr-form-row {
  border-bottom-color: #CCC; }

.lfr-form-row:hover {
  border-bottom-color: #CCC; }

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%; }

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #FFF; }

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700; }
  .form-control-inline:not(:hover) {
    border-color: transparent; }
  .form-control-inline::-webkit-input-placeholder {
    color: #A7A9BC;
    font-style: italic; }
  .form-control-inline:-ms-input-placeholder {
    color: #A7A9BC;
    font-style: italic; }
  .form-control-inline::-ms-input-placeholder {
    color: #A7A9BC;
    font-style: italic; }
  .form-control-inline::placeholder {
    color: #A7A9BC;
    font-style: italic; }

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word; }
  @media (min-width: 768px) {
    .definition-of-terms dt {
      width: auto; } }

.lfr-code {
  background: #FFF;
  border-color: #777;
  font-family: monospace; }
  .lfr-code tr td.line-numbers {
    background: #FAFAFA; }
    .lfr-code tr td.line-numbers:before {
      color: #AAA;
      text-shadow: 1px 1px #FFF; }

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold; }

.lfr-token {
  background-color: #B3DAEF;
  border-color: #5FA8FF;
  color: #444;
  text-decoration: none; }
  .lfr-token:hover {
    background-color: #D1E5EF; }

.lfr-token-primary {
  font-weight: bold; }
  .lfr-token-primary, .lfr-token-primary:hover {
    background-color: #B3DAEF; }

.lfr-token-close:hover {
  text-decoration: none; }

.lfr-button {
  background: no-repeat 0 50%; }

.lfr-table > tbody > tr > th, .lfr-table > thead > tr > th, .lfr-table > tfoot > tr > th {
  font-weight: bold; }

.lfr-checkbox-preselected, .lfr-configurator-visibility {
  opacity: 0.5; }

.lfr-header-row {
  border-bottom-color: #7B7B7B; }
  .lfr-header-row .lfr-search-combobox {
    border-color: #5F5F5F; }

.openid-login input[type="text"] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #FFF;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }

.lfr-panel-container, .lfr-floating-container {
  background: #FFF; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #D6D6D6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #CDCDCD; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #CECECE; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #CCC; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #CCC; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #EFEFEF; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #CCC; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #CFD2D5;
  border-bottom-color: #DCDEE0;
  border-top-color: #DCDEE0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #CFD2D5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99A7B3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6B7785 #7C8994 #919FA9;
    color: #FFF;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094D7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659C #396EA8 #4C8CCB; }

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em; }

.lfr-preview-file-content {
  border-bottom-color: #6D6D6E; }

.lfr-preview-file-image-current-column, .lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #FFF;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #AEB8BC; }

.lfr-preview-file-image-selected img, .lfr-preview-file-image:hover img {
  border-color: #00A2EA; }

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #FFF; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

.firefox .lfr-preview-video-content div.video-node {
  height: 100%; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #A1A2A4; }

.lfr-plain-editor textarea, .lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: .1875rem;
    font-size: .875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: .25rem .75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 0; }
    .sidebar-sm .form-control[type=file] {
      padding: 0; }
  .sidebar-sm select.form-control:not([size]) {
    height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: .285rem .75rem; }
  .sidebar-sm .btn {
    border-radius: .1875rem;
    font-size: .875rem;
    line-height: 1.15;
    padding: .4375rem .75rem; }
    .sidebar-sm .btn.close {
      padding: .4375rem; }
  .sidebar-sm .btn-monospaced, .sidebar-sm .btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }

.lfr-spa-loading-bar {
  background: #2FA4F5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #EEE; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #E5E4E8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #CCC #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #FFF;
    border-right-color: #CCC;
    font-size: 12px; }

.lfr-toolbar .lfr-button, .lfr-emoticon-container .lfr-button {
  border-color: #E5E4E8; }

.lfr-emoticon-container {
  background: #E5E4E8;
  border-color: #CCC; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .lfr-translation-manager .lfr-translation-manager-translation:hover {
    background-color: #D1E5EF; }
  .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
    background-color: #598BEC;
    border-color: #224FA8;
    color: #FFF; }

.lfr-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #DDD; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869CAD; }

.lfr-upload-container .delete-button {
  color: #869CAD; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #FDD url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal; }

.lfr-upload-container .upload-complete .error-message, .lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #FFC; }

.lfr-upload-container .progress-bar {
  background: #FFF;
  margin-top: 25px;
  text-align: left;
  width: 100%; }

.lfr-upload-container .progress {
  background: #8DB2E3; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #DDEDDE;
  border-color: #7D7;
  border-style: dashed; }

.app-view-entry:hover .entry-thumbnail {
  border-color: #7ABFDD; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057CB0; }

.app-view-entry.selected .entry-metadata dt, .app-view-entry.selected .entry-metadata dd, .app-view-entry.selected .entry-metadata .entry-categories, .app-view-entry.selected .entry-metadata .entry-tags, .app-view-entry.selected .entry-metadata .entry-description {
  color: #F0F0F0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt, .app-view-entry .entry-metadata dd, .app-view-entry .entry-metadata .entry-categories, .app-view-entry .entry-metadata .entry-tags, .app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00A2EA; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #FFF; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5AD300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #D3E8F1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a, .app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover, .app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #D3E8F1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #EDF0F3; }

.app-view-search-entry-taglib.search {
  background-color: #FFF; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #E2E5E8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media (max-width: 767px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009AE5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8C8C8C;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th, .taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover, .taglib-calendar a:focus {
  background-color: #CCC; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-diff-addedline, #taglib-diff-results ins {
  background: #E6FFE6; }

.taglib-diff-context {
  background: #EEE; }

.taglib-diff-deletedline, #taglib-diff-results del {
  background: #FFE6E6; }

.taglib-diff-html div.diff-removed-image {
  background: #FDC6C6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #CFC url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #CFC;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #CFC; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border-color: #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #FDC6C6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border-color: #FDC6C6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009AE5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009AE5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #E5E5E5; }

.diff-version-comparator .diff-version-filter {
  background-color: #F9F9F9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #DBDDE1; }

@media (min-width: 768px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word; } }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
    text-decoration: underline; }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px; }

.taglib-discussion .lfr-discussion-actions li a, .taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #DDD;
  border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #E8E6E8;
  color: #A5A6AC; }

.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00C2FF;
  color: #FFF; }

.drop-here-info .drop-text {
  color: #FFF; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

.lfr-ddm-field-group {
  margin-bottom: 20px; }

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: none; }
      .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #CCC;
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #C8C9CA;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none; }

a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline; }

a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none; }

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px; }

.taglib-icon-label {
  margin-left: 12px; }

.taglib-image-selector .change-image-controls {
  background: #FFF; }

.taglib-image-selector .glyphicon-ok {
  background: #FFF;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #B0B4BB;
  opacity: 0.7; }

.taglib-image-selector.check-active .glyphicon-ok {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .glyphicon-ok {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .glyphicon-ok {
  opacity: 0; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

.input-localized .palette-item, .input-localized .palette-item-inner, .input-localized .palette-item-hover, .input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background: #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27C1F2; }

.taglib-move-boxes .choice-selector label {
  background: #EBF1F9;
  border-bottom-color: #8DB2F3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #FAFAFA; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

.lfr-tree-display-page .tree-label {
  cursor: default; }
  .lfr-tree-display-page .tree-label a {
    color: black; }
  .lfr-tree-display-page .tree-label .layout-page-invalid {
    color: #AAA;
    font-style: italic; }
    .lfr-tree-display-page .tree-label .layout-page-invalid:hover {
      cursor: default;
      text-decoration: none; }

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0; }

.lfr-map {
  border-color: #CCC; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #F3F3F3; }
  @media (min-width: 768px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828F95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #D3DADD;
    font-size: 1.4em;
    font-weight: bold; }

.lfr-search-container-wrapper a {
  color: #272833; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6B6C7E; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #F7F8F9;
    border-radius: 4px;
    color: #272833; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5, .lfr-search-container-wrapper .list-group .list-group-item h6, .lfr-search-container-wrapper .list-group .list-group-item .h5, .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child, .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child, .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

.lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
  word-break: break-all \9;
  word-wrap: break-word; }
  @media (min-width: 768px) {
    .lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
      max-width: 125px;
      min-width: 100px; } }

.lfr-completion-date-column, .lfr-create-date-column, .lfr-date-column, .lfr-display-date-column, .lfr-expiration-date-column, .lfr-last-post-date-column, .lfr-modified-date-column, .lfr-removed-date-column, .lfr-reply-date-column, .lfr-revision-column, .lfr-size-column {
  white-space: nowrap; }

.lfr-description-column, .lfr-role-column {
  max-width: 375px;
  min-width: 375px; }

.lfr-email-address-column, .lfr-name-column, .lfr-parent-organization-column, .lfr-screen-name-column, .lfr-title-column, .lfr-url-column, .lfr-wiki-column {
  max-width: 200px;
  min-width: 200px; }

.lfr-email-column, .lfr-mobile-column, .lfr-website-column {
  min-width: 100px; }
  @media (min-width: 768px) {
    .lfr-email-column, .lfr-mobile-column, .lfr-website-column {
      min-width: 115px; } }
  .lfr-email-column .checkbox-container .form-group, .lfr-mobile-column .checkbox-container .form-group, .lfr-website-column .checkbox-container .form-group {
    margin-bottom: 0; }

.user-info .user-details .date-info {
  color: #8C8C8C; }

.user-info .user-details .user-name {
  color: #009AE5; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #FCFCFC;
  border-color: #DDD; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-social-activities .day-separator {
  border-bottom-color: #CCC; }

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat; }

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.js .taglib-webdav.visible {
  background: #F0F5F7; }

.js .taglib-webdav table {
  border-color: #828F95; }

.taglib-workflow-status .workflow-id, .taglib-workflow-status .workflow-version, .taglib-workflow-status .workflow-status {
  color: #999; }

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word; }

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65B6F0;
  padding-left: 20px; }
  .card-tab-group .card-tab:nth-child(n+2) .card-tab {
    border-left: 4px solid #93ccf5;
    padding-left: 20px; }
    .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
      border-left-color: #c2e2f9; }
      .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
        border-left-width: 0;
        padding-left: 0; }

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px; }

.hsv-palette .hsv-view-container .hsv-value {
  width: 56px; }

.yui3-color-picker-popover .palette-container {
  border-collapse: separate; }

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
      bottom: auto !important;
      height: 100%;
      left: 50% !important;
      max-height: 375px;
      max-width: 650px;
      right: auto !important;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767.98px) {
      .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        border-radius: 0;
        border-width: 0; } }
  @media (max-width: 767.98px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%; }

.dialog-iframe-popup .portlet-column {
  position: static; }

.dialog-iframe-popup .dialog-body > .container-fluid-1280, .dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default, .dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline, .dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default, .dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
  .dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -20px; }

.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0; }

.dialog-iframe-popup .login-container {
  padding: 1.5rem; }

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
    .dialog-iframe-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .lfr-dynamic-uploader,
    .dialog-iframe-popup .process-list {
      top: 48px; } }

.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0; }

@media (min-width: 992px) {
  .dialog-with-footer #main-content, .dialog-with-footer #wrapper {
    height: calc(100% - 60px); } }

.dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #FFF;
  border-top: 1px solid #E7E7ED;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%; }
  @media (min-width: 992px) {
    .dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
      position: fixed; } }
  .dialog-with-footer .button-holder.dialog-footer .btn, .dialog-with-footer .sheet-footer.dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media (min-width: 992px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px; } }

.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive, .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive-lg {
    overflow: visible; }

.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.lfr-editable {
  outline: 1px dashed #68BB30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68BB30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2B4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      border-left-color: #DBDDE1;
      color: #B0B4BB; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #CCC; }

.alloy-editor-container .alloy-editor-icon {
  color: #869CAD; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #CC6677; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px; }

.html-editor.portlet {
  background: #FFF;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start; }

.html-editor.portlet-message-boards {
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

.lfr-source-editor {
  border-color: #CCC; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #FFF;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #FFF;
    color: #2B4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #EDEDEF;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: "\f0d7"; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: "\f0dA"; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #FFF; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #CCC; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #EDEDEF; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34ADAB; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1D5EC7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #FF6C58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #F00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474F;
    color: #FFF; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555E;
      color: #FFF; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009AED; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394E; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #FFF; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4D91FF; }

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #CCC; }

.mce-content-body {
  text-align: start; }

.file-icon-color-0 {
  background-color: #FFF;
  color: #6B6C7E; }

.file-icon-color-1 {
  background-color: #FFF;
  color: #A7A9BC; }

.file-icon-color-2 {
  background-color: #FFF;
  color: #50D2A0; }

.file-icon-color-3 {
  background-color: #FFF;
  color: #AF78FF; }

.file-icon-color-4 {
  background-color: #FFF;
  color: #FFB46E; }

.file-icon-color-5 {
  background-color: #FFF;
  color: #FF5F5F; }

.file-icon-color-6 {
  background-color: #FFF;
  color: #4B9BFF; }

.file-icon-color-7 {
  background-color: #FFF;
  color: #272833; }

.lfr-item-viewer .image-viewer-base {
  outline: none; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.lfr-item-viewer .search-info {
  background-color: #D3E8F1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .progress-container {
  background-color: #FFF; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media (min-width: 768px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8B8B8B;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869CAD;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .image-viewer-sidenav .h5 {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
  border-color: transparent;
  color: #777; }
  @media (min-width: 768px) {
    .image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > .active > a:after {
  background-color: #65B6F0;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0; }

.image-viewer-sidenav-body {
  padding-top: 0; }

.lfr-item-viewer .lfr-item-viewer-close {
  color: #FFF;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #FFF; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

.lfr-item-viewer-icon-info {
  color: #FFF; }

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #E5F5FC;
  color: #009AE5; }

.nav.list-group > .active {
  border-width: 1px 0 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60BFEF;
    border: 1px solid #60BFEF;
    color: #FFF; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #F3F3F3;
    padding-left: 10px;
    padding-right: 10px; }

.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #CCC9C9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    background-color: #00A2EA;
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px; }

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
  word-break: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type="radio"] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal.card,
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal .card {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 0.125rem #FFF, 0 0 0 0.25rem #80acff;
      cursor: default; }
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal::after {
      background-color: #0B5FFF;
      bottom: 0;
      content: "";
      height: 4px;
      left: 0;
      position: absolute;
      right: 0;
      transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal.card,
  .lfr-page-layouts .card-horizontal .card {
    border-width: 1px;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
    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; }
    .lfr-page-layouts .card-horizontal.card:hover,
    .lfr-page-layouts .card-horizontal .card:hover {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 0.125rem #FFF, 0 0 0 0.25rem #80acff;
      text-decoration: none; }
    .lfr-page-layouts .card-horizontal.card:focus,
    .lfr-page-layouts .card-horizontal .card:focus {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #719AFF; }
    .lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
    .lfr-page-layouts .card-horizontal .card:active,
    .lfr-page-layouts .card-horizontal .card.active {
      background-color: #F1F2F5; }
  .lfr-page-layouts .card-horizontal::after {
    border-radius: 0 0 0.25rem 0.25rem;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
    background-color: #0B5FFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after {
    background-color: #0B5FFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
    background-color: #0B5FFF;
    height: 4px; }

.dialog-iframe-popup #main-content, .dialog-iframe-popup #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.modal.fade .modal-dialog {
  position: static; }
  .modal.fade .modal-dialog.modal-dialog-sm {
    max-width: 500px; }

.modal.yui3-widget-modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }
  @media (min-width: 768px) {
    .modal.yui3-widget-modal {
      max-width: none; } }
  .modal.yui3-widget-modal .modal-body {
    overflow: auto; }
    .modal.yui3-widget-modal .modal-body.dialog-iframe-bd {
      overflow: hidden;
      padding: 0; }

.modal-open .modal {
  overflow: hidden; }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #5EAF3D; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8); }

.customizable .customizable-layout-column-content {
  background-color: #5EAF3D; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }
  .layout-customizable-controls label {
    color: #FFF; }

.paginator-link {
  background: #EEE no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083BD url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.panel-hd {
  background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 1rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

@media (min-width: 768px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  border-radius: 0.25rem 0.25rem 0 0;
  color: #6B6C7E;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    border-radius: 0.25rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

.lfr-nav.nav-tabs {
  margin-bottom: 20px; }

.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

.tagselector-content {
  border-width: 0;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    border-bottom: 2px solid #869CAD;
    margin-bottom: 10px;
    padding: 0; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.lfr-portal-tooltip {
  display: inline-block; }
  .lfr-portal-tooltip, .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tooltip {
  max-width: 200px; }

.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }

.tree-node [class^="icon-"] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #F4F3F3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.user-icon-color-0 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #6B6C7E; }

.user-icon-color-1 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #4B9BFF; }

.user-icon-color-2 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FFB46E; }

.user-icon-color-3 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FF5F5F; }

.user-icon-color-4 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #50D2A0; }

.user-icon-color-5 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FF73C3; }

.user-icon-color-6 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #9BE169; }

.user-icon-color-7 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #AF78FF; }

.user-icon-color-8 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FFD76E; }

.user-icon-color-9 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #5FC8FF; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

@media (min-width: 992px) {
  .touch .modify-pages .drag-handle {
    display: none; } }

.nav li .toolbar {
  margin-top: 5px; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: '';
  height: 0.3125rem;
  position: absolute;
  width: 100%; }

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder, .navigation-pane .navigation-entry .nav-item-label {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media (min-width: 992px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px; }

.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0; }

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .split-button-dropdowns > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }

.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 3rem; }

.portlet-draggable .portlet-topper {
  cursor: move; }

@media (min-width: 768px) {
  .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

@media (max-width: 767px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media (min-width: 768px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
    -moz-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    -o-transform: translateY(-97%);
    transform: translateY(-97%); } }

@media (min-width: 768px) {
  .portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable {
    border-color: #0B5FFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }

.portlet-content-editable {
  border-color: #0B5FFF;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px; }

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right; }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #0B5FFF;
  border-color: #0B5FFF;
  border-radius: 2px 2px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a, .portlet-topper-toolbar > span > a, .portlet-topper-toolbar .lfr-icon-menu > a {
    color: #FFF; }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

/* ---------- Portlet controls in mobile ---------- */
@media (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: #0B5FFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

.main-content-body {
  margin-top: 20px; }

.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }

.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-lists-display .lfr-ddm-field-group, .portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px 28px; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0; }

.widget-toolbar .btn + .btn, .widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem; }

.widget-mode-detail {
  padding-top: 1rem; }
  .widget-mode-detail .title {
    font-size: 36px; }
  .widget-mode-detail .sub-title {
    font-size: 26px;
    margin-bottom: 32px; }
  .widget-mode-detail .widget-metadata {
    margin-bottom: 2rem; }
  .widget-mode-detail .widget-mode-detail-text {
    margin-top: 48px; }
    .widget-mode-detail .widget-mode-detail-text img {
      max-width: 100%; }
    .widget-mode-detail .widget-mode-detail-text p {
      font-size: 18px;
      line-height: 1.8; }

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

.menu-content, .underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px; }

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #CCC; }

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px; }

.overlaymask-content {
  background-color: #FFF; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

.lfr-search-combobox-item {
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  border-radius: 10px; }

.portlet-language .portlet-body .current-language, .portlet-language .portlet-body .taglib-icon, .portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder, .portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px; }

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    box-shadow: 0 0 3px #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27C1F2; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  border-radius: 10px; }

.lfr-token {
  border-radius: 8px; }

.staging-tabview-list {
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  border-radius: 2px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none; }

.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #B8C1D1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#FFF, #E4E4E4);
  border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#F2F2F2, #CCC); }

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00F; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in; }
  @media (prefers-reduced-motion: reduce) {
    input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
      transition: none; } }

/* ---------- Image selector ---------- */
.taglib-image-selector .glyphicon-ok {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-image-selector .glyphicon-ok {
      transition: none; } }

.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0; }

/* ---------- Drop here info ---------- */
.drop-here-info {
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-icons {
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons span {
      transition: all 0.3s ease-in-out;
      border-radius: 3px; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
    .drop-here-info .drop-icons span:nth-of-type(1) {
      box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); }
    .drop-here-info .drop-icons span:nth-of-type(2) {
      box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    .drop-here-info .drop-icons span:nth-of-type(3) {
      box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg); }

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

:root {
  --voce_bg: #00A091;
  --voce_dark: #009285;
  --voce_light: #1CB1A3;
  --empresa_bg: #004857;
  --empresa_dark: #003641;
  --empresa_light: #035869;
  --campo_bg: #8BC626;
  --campo_dark: #7DB61C;
  --campo_light: #8ED01D;
  --link: #00373e;
  --link-hover: #2dc0ba;
  --gray0: #F1F1F1;
  --gray1: #f2f2f2;
  --gray2: #B4B4B4;
  --gray3: #6D7278;
  --gray4: #333333; }

html,
body {
  color: var(--dark);
  font-family: var(--font-sans);
  height: 100%;
  margin: 0;
  padding: 0; }

body.signed-in #wrapper {
  margin-top: 15px !important; }

body #content {
  padding: 0 12px; }

@media (max-width: 1279.98px) {
  body .main-layout-content {
    flex-direction: column-reverse; } }

header .portlet {
  margin: 0 0 0 0; }

header .container-loading img {
  width: 64px;
  height: 64px; }

header .top .portlet-header {
  display: none; }

header .top .portlet-content {
  padding: 0 0 0 0;
  border: none; }
  header .top .portlet-content .navbar-nav li a {
    padding: 7px 20px;
    font-size: 0.75rem;
    font-weight: normal;
    color: var(--branco); }

header .bottom {
  background: var(--verdee); }
  header .bottom .navbar {
    min-height: 60px;
    padding: 12px 0; }
  header .bottom .logo img {
    height: 26px;
    width: auto; }
  header .bottom .site-select {
    flex: auto; }
    header .bottom .site-select .portlet-static .alert {
      margin: 0 0 0 0; }
  header .bottom .main-menu {
    position: relative;
    flex: none; }
    header .bottom .main-menu .portlet-navigation,
    header .bottom .main-menu .portlet-search {
      display: inline-block; }
      header .bottom .main-menu .portlet-navigation .portlet-header,
      header .bottom .main-menu .portlet-search .portlet-header {
        display: none; }
    header .bottom .main-menu .portlet-navigation {
      padding-right: 40px; }
      header .bottom .main-menu .portlet-navigation .portlet-static .alert {
        margin: 0 80px 0 0;
        padding: 0 0 0 0;
        overflow: hidden; }
      header .bottom .main-menu .portlet-navigation li a {
        padding: 30px 20px;
        font-size: 1rem; }
        header .bottom .main-menu .portlet-navigation li a .lfr-nav-child-toggle {
          display: none; }
      header .bottom .main-menu .portlet-navigation li:after {
        display: none; }
      header .bottom .main-menu .portlet-navigation li.dropdown.open:after {
        content: "";
        position: absolute;
        display: block;
        width: 32px;
        top: 16px;
        left: 39px;
        margin: 38px 0 0 0;
        border-width: 16px;
        border-style: solid;
        border-color: var(--branco) transparent transparent transparent;
        transform: rotate(180deg); }
      header .bottom .main-menu .portlet-navigation li.dropdown.open ul {
        border-radius: 0;
        padding: 0 0 0 0;
        max-height: 700px;
        min-width: 430px;
        box-shadow: none;
        margin-top: 0;
        border: none;
        left: 20px; }
        header .bottom .main-menu .portlet-navigation li.dropdown.open ul li {
          border-bottom: 1px solid var(--gray1);
          border-radius: 0; }
          header .bottom .main-menu .portlet-navigation li.dropdown.open ul li:last-child {
            border-bottom: none; }
          header .bottom .main-menu .portlet-navigation li.dropdown.open ul li a {
            padding: 10px 15px;
            color: var(--verdee); }
            header .bottom .main-menu .portlet-navigation li.dropdown.open ul li a:hover {
              background: none;
              color: var(--turq); }
            header .bottom .main-menu .portlet-navigation li.dropdown.open ul li a .page-name {
              font-size: 18px;
              font-weight: bold; }
              header .bottom .main-menu .portlet-navigation li.dropdown.open ul li a .page-name .icon {
                max-width: 24px;
                height: auto; }
            header .bottom .main-menu .portlet-navigation li.dropdown.open ul li a .page-description {
              font-size: 12px;
              font-weight: normal; }
        @media (max-width: 1400px) {
          header .bottom .main-menu .portlet-navigation li.dropdown.open ul {
            min-width: 360px; } }
      header .bottom .main-menu .portlet-navigation .portlet .portlet-content {
        padding: 0 0 0 0;
        border: none; }
    @media (max-width: 991.98px) {
      header .bottom .main-menu {
        margin-top: 20px;
        width: 100%;
        clear: both; }
        header .bottom .main-menu .portlet-navigation {
          padding: 0 0 0 0;
          width: 100%; }
          header .bottom .main-menu .portlet-navigation ul li {
            border-bottom: 1px solid var(--empresa_bg);
            width: 100%; }
            header .bottom .main-menu .portlet-navigation ul li a {
              padding: 10px 10px 5px 10px;
              display: inline-block;
              min-width: 120px;
              text-align: left; }
            header .bottom .main-menu .portlet-navigation ul li.dropdown::after {
              font-family: "fontawesome-alloy";
              display: inline-block;
              position: absolute;
              content: "\f078";
              font-size: 16px;
              color: var(--branco);
              padding: 7px;
              right: 0px;
              top: 7px; }
            header .bottom .main-menu .portlet-navigation ul li.dropdown.open::after {
              display: none; }
            header .bottom .main-menu .portlet-navigation ul li.dropdown.open ul {
              min-width: auto; }
              header .bottom .main-menu .portlet-navigation ul li.dropdown.open ul li {
                border-color: var(--empresa_dark);
                background: var(--empresa_bg); }
                header .bottom .main-menu .portlet-navigation ul li.dropdown.open ul li a,
                header .bottom .main-menu .portlet-navigation ul li.dropdown.open ul li a:hover {
                  color: var(--branco); } }
  header .bottom .search-bar-top .search-field {
    border-radius: 5px;
    display: none;
    border: none; }
  header .bottom .search-bar-top.show {
    position: absolute;
    right: 0px;
    top: 22px;
    width: 100%; }
    header .bottom .search-bar-top.show .search-field {
      padding-right: 40px;
      background: var(--branco);
      display: block; }
    header .bottom .search-bar-top.show .search-btn {
      background: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.01364C0 12.4309 3.60078 16.0273 8.02348 16.0273C9.62818 16.0273 11.1155 15.5582 12.3679 14.7373L17.0254 19.4673C17.6908 20.1709 18.8258 20.1709 19.4912 19.5064C19.8434 19.1546 20 18.7246 20 18.2555C20 17.7864 19.8434 17.3564 19.4912 17.0436L14.7945 12.2746C15.5773 11.0627 16.0078 9.57728 16.0078 8.01364C16.047 3.59637 12.4462 0 8.02348 0C3.60078 0 0 3.59637 0 8.01364ZM18.8258 17.7473C19.0998 18.06 19.0998 18.5291 18.8258 18.8027C18.5519 19.0764 18.0431 19.0764 17.7691 18.8027L13.1898 14.1509C13.5812 13.8382 13.9335 13.4864 14.2466 13.0955L18.8258 17.7473ZM15.0685 8.01364C15.0685 11.8836 11.9374 15.0109 8.02348 15.0109C4.10959 15.0109 1.01761 11.8836 1.01761 8.01364C1.01761 4.14364 4.14873 0.977273 8.06262 0.977273C11.9765 0.977273 15.0685 4.14364 15.0685 8.01364Z' fill='%23003641'/%3E%3Cpath d='M2.50489 8.01364C2.50489 11.0627 4.97064 13.5255 8.02348 13.5255C11.0763 13.5255 13.5421 11.0627 13.5421 8.01364C13.5421 4.96455 11.0763 2.50182 8.02348 2.50182C4.97064 2.50182 2.50489 5.00364 2.50489 8.01364ZM12.5245 8.01364C12.5245 10.5155 10.4892 12.5091 8.02348 12.5091C5.55773 12.5091 3.5225 10.5155 3.5225 8.01364C3.5225 5.51182 5.55773 3.51818 8.02348 3.51818C10.4892 3.51818 12.5245 5.55091 12.5245 8.01364Z' fill='%23003641'/%3E%3Cpath d='M8.68885 4.65182C8.68885 4.92546 8.45401 5.16 8.18004 5.16C8.18004 5.16 7.00587 5.16 6.06654 6.05909C5.16634 6.91909 5.16634 8.24819 5.16634 8.24819C5.16634 8.52182 4.93151 8.75637 4.65753 8.75637C4.38356 8.75637 4.14873 8.52182 4.14873 8.24819C4.14873 8.17 4.14873 6.48909 5.36203 5.31637C6.57534 4.14364 8.10176 4.14364 8.18004 4.14364C8.45401 4.14364 8.68885 4.37818 8.68885 4.65182Z' fill='%23003641'/%3E%3C/svg%3E") no-repeat;
      background-size: contain;
      margin: 10px 0 0 -30px;
      z-index: 99;
      width: 30px; }
  header .bottom .search-bar-top .search-btn {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_15)'%3E%3Cpath d='M0 8.01364C0 12.4309 3.60078 16.0273 8.02348 16.0273C9.62818 16.0273 11.1155 15.5582 12.3679 14.7373L17.0254 19.4673C17.6908 20.1709 18.8258 20.1709 19.4912 19.5064C19.8434 19.1546 20 18.7246 20 18.2555C20 17.7864 19.8434 17.3564 19.4912 17.0436L14.7945 12.2746C15.5773 11.0627 16.0078 9.57728 16.0078 8.01364C16.047 3.59637 12.4462 0 8.02348 0C3.60078 0 0 3.59637 0 8.01364ZM18.8258 17.7473C19.0998 18.06 19.0998 18.5291 18.8258 18.8027C18.5519 19.0764 18.0431 19.0764 17.7691 18.8027L13.1898 14.1509C13.5812 13.8382 13.9335 13.4864 14.2466 13.0955L18.8258 17.7473ZM15.0685 8.01364C15.0685 11.8836 11.9374 15.0109 8.02348 15.0109C4.10959 15.0109 1.01761 11.8836 1.01761 8.01364C1.01761 4.14364 4.14873 0.977273 8.06262 0.977273C11.9765 0.977273 15.0685 4.14364 15.0685 8.01364Z' fill='white'/%3E%3Cpath d='M2.50489 8.01364C2.50489 11.0627 4.97064 13.5255 8.02348 13.5255C11.0763 13.5255 13.5421 11.0627 13.5421 8.01364C13.5421 4.96455 11.0763 2.50182 8.02348 2.50182C4.97064 2.50182 2.50489 5.00364 2.50489 8.01364ZM12.5245 8.01364C12.5245 10.5155 10.4892 12.5091 8.02348 12.5091C5.55773 12.5091 3.5225 10.5155 3.5225 8.01364C3.5225 5.51182 5.55773 3.51818 8.02348 3.51818C10.4892 3.51818 12.5245 5.55091 12.5245 8.01364Z' fill='white'/%3E%3Cpath d='M8.68885 4.65182C8.68885 4.92546 8.45401 5.16 8.18004 5.16C8.18004 5.16 7.00587 5.16 6.06654 6.05909C5.16634 6.91909 5.16634 8.24819 5.16634 8.24819C5.16634 8.52182 4.93151 8.75637 4.65753 8.75637C4.38356 8.75637 4.14873 8.52182 4.14873 8.24819C4.14873 8.17 4.14873 6.48909 5.36203 5.31637C6.57534 4.14364 8.10176 4.14364 8.18004 4.14364C8.45401 4.14364 8.68885 4.37818 8.68885 4.65182Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_15'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: contain;
    margin-top: 28px;
    cursor: pointer; }
  header .bottom .search-bar-top .portlet-search .search-input {
    display: none; }
  header .bottom .search-bar-top .portlet-search .btn {
    background: transparent;
    margin: 0 0 0 0; }
    header .bottom .search-bar-top .portlet-search .btn:not([disabled]):not(.disabled):active:focus, header .bottom .search-bar-top .portlet-search .btn:hover, header .bottom .search-bar-top .portlet-search .btn:focus, header .bottom .search-bar-top .portlet-search .btn:active {
      background: none;
      box-shadow: none; }
    header .bottom .search-bar-top .portlet-search .btn .icon-monospaced {
      width: 20px;
      height: 20px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJDQjc1NkZFODNDMTFFOUI2QzJFRkNCQzFGNzJEOTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJDQjc1NzBFODNDMTFFOUI2QzJFRkNCQzFGNzJEOTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkNCNzU2REU4M0MxMUU5QjZDMkVGQ0JDMUY3MkQ5MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkNCNzU2RUU4M0MxMUU5QjZDMkVGQ0JDMUY3MkQ5MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PulrLrMAABaESURBVHja7J35V1RnmsefWqAKZRMBBXc0Go1o1LjEGDXaWZzJ1kl3emb6nOl/beaHOWdmTnd6iTGJcYnZE03iljaoQRZFEQUFgaKAqrlvn887963XW/cWUBe0u+45zwGKqlvv+36f5fs873Ij2WxWZumKOlLmSByZ78hKpMGRKt6jGrTAkeWOLHRkxJEuR3odmeA96rW7jtxwpMeRfkeGHUk7Ms77HssrPkvfE3OkEal3pM6RWkeakQUAFAGQakcWO1LjSArAFAAZ3qNeu+fIbUf6+P0Ov/cA3ujjCEgkRAvRFqG0fJkj6x15ypF1jqwBlDLDamIWgObfCohJwDL/1taQAoifHPnekfOOdADY2ONkMWEBogZ7rSNPIkuxhCX8rAypP70A0Q0Y7Y60AVDXPxogEVyPGvSNjjzjyC6sopr/+13a/2eN92aNe5uWV25ZkNc1AQjfOXKKnx24t9Q/AiCrHfmFI8/illQMaHIk4fMZ5XaGGKQbxIGJPIOtG1pBLFqEO0wGtEvd8zrW8oMjn+HWhv4eAYkSH9ZgDS9hGfPyvH8Et9IPCCoI3+f36/wdBMg8AFkMQWjEMmsNwuBljRnc16eOfOnIOUeuOTL49wTIBkdeAYgNsKGkj6b+6Mg3+PRuANCuKsXv2TwDmjUCfjmWVw4AzZCGTY60OrIC1uYFSj/gf+HIYQAaedxpr9LILY686Mh+rMLrXmrAL+O7lTZeBZSfHRkoYj/mwbAuONLiyBOQiifIc0yLrkcWAKaytM9p22NpIVWA8K+O7KVDtosZxQKUrz7pyGlA0VYwGRLNjkOjF6Mwqp07iW9VHkqjLOOiI//jyB+IYxOPEyCLCdxvOLIPF2VfXbiBr7GGq7iI2b7qiG0KjM2O7HZku4dLnSSeHHPkLyhP+nFwWUuJFb+iczXW/+8DxieOvOfIt7w2V1c/bTiDpXYTwLfissqMmLQVRqjB+m6uqHGhgKjBf9OR3+Gbqz0SMuWH3ydoK2AePCJxMkMce4C1qrh3gOBv9l8B8hagZAEy/SgComjl8468TfC2O9tB4nXEkePTCNaVuJcaBiNOPBCLcWUogwxDk+/xdyFXlvhwi/b1Y72t5DKmF3iFGDiBhT1SgMwjcP8O/2tfSvM+cuRdkq5Cky2dbTfh51UiuRzmM88gCRqQCAOkBvEmjO2aQZ1TBi2WgET0LGWVHqz+AAFfXyqvegewleV3PiqAVBIr3sBC5lvsRAXsDxz5EDAK8bnV1LZWkzssM2pcDXxnwiMPiWAhw2h4L3IbN6QSvisAFHSlseqjDPo4/Ww2vkspyj9z/z/PJiWO+7y+Dg3aawXwDJ1/l8Tqr7zmd+lyxxbA3Q4oC7GGqOGmgpjTMkPb0+Q0Kgh/hfZfxZ0FUWtlIR+LW6Y/ZCmdSjT/xUgkxwq0wqIDEiO52gcYSy1f3EnMUJZxqQAw6ok9ewGiBW1MzrDtMYDeCLAbAEcBc4L8Iui6Q22rFtluKF+UwugL3PfsbJRZ4nlc1U4o7kpLc3vp7Ie4CT8tTBAXduGn91tZ83Ro7DDtqZHcEn4TshnANUn4awEk4y4McT733GZQ4gqUSU96zQkgq7COXZYJ3yPZ+z3FuaAZOcVgXoVmrsVSpntpt3QNoNcz+Iut9ymi8DSvq+//bxK+IFA6ICd6lnKtQSyUaz0IDb4WNhW2AWlCI7ZYcWMCk32PPGMwgJk9BRl4jYGJTKFNfeJOMA3A3DrQ9hsMegsAPYkCrTZyo3Jx5+OjfPcxLCzfpfrXDklR1rWIn/p+67DwLsYhPRuAxNCug3TIjBs36VSQtsWouL4Dn19bIBgZ2M51ShenAaALP582GFGEUsdRgNmDS3zGAEGw7pdp0zgVhIGANpyBerfCvGJG/e4F8phuxiN0QCqNmk+t5bt/YJC6AmLGJqzin6i0FsKcJhn875FLuIYeyV8WHyee9BEDFLM6D4PbbbG7PXxHOYnrnQBKfI6CaB0WaLqubVhRqIBE+NkCU1nu4V9PBnDxCJ97dYpgDALAR2j8WQa60CsLBf+ZvKgH99OKpgs/X+G9wzDEoQDycAwmuMIgD5qkbEBh+sMCJEYw28lA2tr7E9TwRkB5ZSeV4PVTAOMTSi6f0snpFvR0bjSGFf8Sd7WI/yexlAGy/S986PoIirERV2izuR1817cFUP5pW4jShmct60gDwkUCXr66UTmu6kW0R8+hj+JakrzHdg1XKUYekeKV57uwkgx+/6AR7BvIha7wPr+5jyFxJ7zqDBdeA/s8B2hFrwhHGbAlDGqjB809F2DiTTCQfUbDMwTADg9GlsEaTqKpxZ4rmYCW/4lBy1p1qmcZ1NqA+7TTxitWTNpIbKkOw2VFcVdLGdi45Uu/wUImfbLwLZjxCuP1MQJftzxchh/D3N+n02FcOgP/mNgyYcSBrVhKY8A9btPOTitWJhmrZiOBLCoga3BVSY984BKmna+G0wKzWW28Nkwn7mANUcs6urGMbyXc5Z43DKreZ7y+BHrfIv5ru0ax8B4P11bPuNWEAUgLjSy3GtNDp/wC1yqso8liZV9hYYst19AL1784RTY1nSuNdZyizDNqaPkyXM/KgIr3PXFL/ePG64sgL/VhALLCclcZzLUjICNP4upaDOvKEgy/4LMrLF/byf+6ZXauIcA4R5/ESPS2AEoiIB510acRi1WuktzJraJaSLMByBi8/kqAFjfh6uqtAbjG59NGLmAC8h0Bf7auXhLbq4brqSJXeUryL+rTtF9PiJnKqVfuV4cByFIQ1yWOlGGm+WjdfHzoEiOwpdH8XiwlaQW9Yf7fKbM7Vz1CBeBHoz8x+r0iAJAslYBeSzkTuOOqMABptJBOoxU9PoAspODWbAA5iGn3i7sPxLz0PWd7JcoYbusyMcF0W40BgTlLMtljAaLHrTIMQCqtAuAkWjXsE9BrPNzVIK5qiKBn/i8FIH0y+wvRsihZH8xv0urHIvGfLBvME08T4j3dPGNA4h6J20hAFpokgzU15AGsbNjKbjVr66NTWZmba1AeXp6UwNorAiys16PQmcXdVRYbkIhHJfVOAMOK05iE5atvAki15V9TmP5crtXqJy4OWP2o8CjteLEt21vEULzGAmt3BQOS9WAWD8R/zVPEA8xRAuAYgFRagNwF5MwcATICGCOWhdQUoOVxj0GPQm6qi+m24nl8bqFuJWKRgXs0tEoeXjakZwDnCpCsR98qiSE14m44ncoVKXYjo3m+JDKFDpqWlcK8yyw3oOPSXO7DiHj0LYGGz5shyKECUijyEQ9rSwJIv0UTx2Bf6TkGJGa1exxXmy5g4OcMkIgELzH10rYqEkXVyQuSO92rd8cOzyEgCdxowqosXIfE+A1sxuP/WZRvvJhu2N4frtmD3twy4dNAm3loQFSF+FtKK/p9n5OjzOXu1/nkRjZVvyn+07ERmFjcA5AHxabyXpZQRsMbJP9k/hgZt845hEYv5POX+P9xGtsluSXwubiqUZIqy2UNByhKGdS2woON9sMepZiA9BtZp25AA43Il1lrzVKsaZmhgU2AcskopTwKV5R2LbWycn1ER9AKzDqPbH6UPo4Wu6EdVrJUDiCLfBKm+yRZdklbTW22yMzX7Rb70mA0Se6hBErhbgWUc2rEez98v4QwwRalUUNWWUSvlU36lCHaLTdUASDrJKT55mleql1rUJRKw92ogmF3QAyIopj2vE6Kvg+HAYjeTTRpWMgyJJ+F6F22Nw0tUfdqNqwk9ogAouZktqMoMSOJbYNoBFUkltGnBZaH6JEQFl9HGdhb4k5R6tMZlgfUeBRVvCruZJTugOr485K76GEuL8X8nmNQI0bl4DLtTwWMj/IUqy12pgJ5pxR3r/3/f2EboExa8UD73HygpAja30nuHIeyErUOdtMjYCV6b8omgw3q/OMygzru83kFwmLEZKTKXV0pNsPSgPxEPEh5aNYWKxDaPFx16ivJnSOvEfckoJYw6j0FXkqp1MrDQ/Lw8lhFwy+Ku6jO6yrHMtTcub2GqwcmGQogN8lWey22oYKZWly80ifoKU35AWBGjHvqVYKHxN27N9s0Vw2mWk25w6pVKRf7GRruVzJpQKnWWZY+yHh1h1EKioo7133Wylj1svy1kn8CJ411KSv50QJULUh7Rx7eozgbNSu1RvkgwXyRlT+pZPUIWu536T0ha6xEUsfNe2FpUhoT/tpyPeV0bL3VKftSgU1tc/vIMuEELk8tfH5JHt7tFNalBlCtwv+VPLyAT21ZOMXPdAAz07u0FljWcRFQQimUxvGhyvWoBWw7aYQOYHX8vYvA7cUqJmmksoINuAldnlCuYp+4GzQ/x9zD6Ew1MUtZxlu0WSxXdQRP8CBgTDQYdvy8Je7WumxYgGjG1MbA7iZu6Iaohr0p7hLQfJdajPZf/P6yuBNUjYBSDxXW+0DGitiPBoA4gFKtsf6v3ItagP2eBK8nXghNfkZyJ9myfPY07i5UQHSjz2IpdYbf1w08DWj5diAprTsp7gFjuw2quZDcpJbXmjD7O5RfplO+TuBKNfk4xHfWe5Q4TmAdPwbUrZQVq8Vzeyx3N45VnJGQq9YmIBka/AkBbZPFuPZQ9/rEh+4NEDQncEuHDEIQwaU1YnUXDAW4JIUvD4qIu9h5ByC0kjdVeViGUpL/gFlNBozFBqxsk1Uquc99TklIO6e8ANE+8gzMaLVhsmWwpkE0+rSPlvQDmq4e7xD38IE4wb0Bfq989dPiLmLrx2pGjMGPcK9KBqlO3FWHagA3etTOxgH5C1zkZwWUORbAql6W3MXjQp8/g/hMzCYg2jS/YsC2iLscdBlAdZHpXvDROGUpH+PGBvjccgOkGHFKDeyzaGAf99ZLdfTBMzFxJ5fMvSx6+Y693WEEFnWEmNFWQLyqoh0voSD2uExI4WsNigqI1vCP8PeLjJqU3tj5OgXFAfE/KeeuoZlXiENbqQCY31+JLEEJWj0spJz3VEn+BQkTuNyvYXNnpLD5mGoIwW8l/9mRahxeoS8nJcQjZuN5aOxPgKIG6DUjOEcZsCEG/APx3yp9n8HpRLrRwGYAr7Y0vGaKSWSaQboH6Mqyj2EhhZTGa4mNv8FV5VufpQBRu4uTjM/nEtIaZb/FDKpT/8ugvW6UDyIMagx39ifx3yeYAYwHuLlV+P2nCZ4rxX8pp/iUbdqh6heg3Xoz51iBlqHo+L/zM2ix3AKKpprhfSghLGvyA2QE7t4k7o4jPWE1H76vjyw6BR0cDXBhd3Erl8Td5bpc3JXk8/mOJJ3WCy2GAHSc79R0uYN7XZKpbR5thp29BauqtTxEJ33RawuiRqJ8wGCRXxabdQUt97lHHNCnRW+z6OdONK0ZF/e9FLZ+t51i5pdYR40RtBcgNfwvJe5zQvTxfrdQmDF+FjqVGsUilaa/Ld6HeSrFeh/ANxLsWyxLeRHvEKPfqdkCRGA9h2lABualP5fkb721eg1+/FLAPfUSmgfWYNWKuwxVL+ZOY1kDdHy689i15D/7xT382XZTV4iL72KFP9DGVy0yUsc99NkrJ6RIs4eFADIOdfyzuE+4eUpy59vX49aeQMsTRtwYL7At+hjwfothzXR1oKbM2wjcB4ljJpkYxWIVVf4jlj5CNSGKpR6U3A1KddDkctr3KdabDRsQPVj6wLJxGMdzVjDWh39VA9Bp2MjZaZZGirFMs5kS/C7atl5yT8gza1THISjfG8F6AhqtVy4eEHfZk3Zfe+n7UgC9NhuA6Ma1AcgQjd5uZbUJ/K4+e70Ji+nC5dyVcFcvRsR9SkIjTG6PuMeG5EvsUlj0ZY8cYwDFSgDKi5b7WmhUuKMywwMR4tPQ2nZxt3m9ibWs8ij86XxjD775HKXrNglnFaNeyrqRck0rwbhBHt4NbIO4jPjyjXhPXOlThHT8+oWHpW3BfSn5A+MTOiAalD4aqCnoHupKprWU0+iluIq1xJ52EsS74i5BGkJLhwNyiLi4qyz1AcwLxX1kRTPW2UotLp9FjEnuousGXHAK8L7xUJr7uK8yYsXz9LnCUMKt3Fu59r9Mx1Jm+vyQcgZkL6WF3UbNKuLh8lJIL26snfzhtrhPWtOnT5tsqswo5ejdWY1YQAvlnSUGM0vmIScj4p5stEpyZ0L1ZtcvqA7nO+wsCZtUburXWGPM+h6VX/0noHSEbSF26eImje/FLW3DXT1haaFZt6onH1jP4A8yGHo1+bDFzqIMdo2RNFaj2UEuScRdM3Ael1mBAr1gJIV61f/zBPFysvE+j3hzEVBjvHeHUYQtowLxb/z+7lQCfbGeY3iHkvt5QNmH+a4U96GR8z3oqH64ZLGvMcAdFvdUn5Mkoj1YdYrB3Cm5667mEyO0th/PE/OuUk0eZ+BbDfcV574xlPZ9KXDat9gPltSPiNAn8awgyG7GGpZLEXes+tS42ijR6MVw+hkmd40yzlHco3Jhh2in6YqfE/cBMR94uK8s9/2A96WIpWb/WqmVKYv+fSHuK4wnfQ4zEJcpgeva1Qb8tj6SotLIyPWGmEJXOk4QY0YsVzdAp/X6gMsMulcedMuoAGQZtFXGmNQQG/WDKY95WMqkuCfjCf3YYHiDBBWBcSzlcFCgD/vRq9rfdlJeqIWJrRB3oknPIM4T97iLyjzTAveRfoMA9GKRHbijOyjFgwLKLOO42Aj3V0uWnrQC+H5xnynysTw8fa3PezzM729jXea1FXCiVAI65woQrc0DyHUsZhEgLBT3kXdJNKxWvCehJhnoYaxBL0vS4PROM+nUR8NmsNBJ6LmZ3+zmfTrQ3/Zo22Vxn9Ubx00nPShxlIpA+1wB4pXH3KJT+qkI5ibSqE/+kDXKGBlLZkoCzvPd4+Kenh2zAn0ZwBzziSmHDWCeltzF6jsAZwJK3GkH+rkAxDT1jDw6VxpQsgz8IYKyWX3YRZvjWEo+UI7wnjSfiRvUWt3zt/kocVxKlx3ztKVkcaErjByjmtxlHDnhEegzlqUkJPegtDIsJWsE+g5tKSVAvN2XjikqNrxuUeIE7KuCwfWyFDPQZ6n52ZR4M59PUPu6VgIk2FKyRi5iHp9ewwDrZ18dzUOJr0CJ9fGyGw1LSRqBfoJAf6MESGGBfgI6az7tQQ3oASNIH88TU342LOXXZPCmpegHyCiW+GkJkKkHetN9zSNop31qX6alxLjXZiN5LBd3tf2tEiCFu68IgdzO6Kuo/EZ9al/6KQ7vAZCeyEsYxVOVKK8tATI196WXt77mUfvaLe7zGY/4UOLj1PQUkKuxmhgJcUMJkKlbis4nVAxZadW+9ht1qxN5MnoFipov2cLn9ZFRf2NcJUCmH+jV4L5BMdGmxHoR+FEPS4mLe2SgXZHIlgCZWZ6in79iHkqgksfneJ/extdmxIpWmNUSg21lsKpUCZDpu69zBhNTdHaN5D6QTNW+9CE+as7kOvWx13Bty41amV6TVmJZM6TEF4xyiF37qiDx09vk1JoBVd3eZLE0EffQ/7YSIMWrfWU8al/l5Bebfe6hz6ZXcrUESPFiir70LqxCpqoViGqeXz2RVC0xulMCpLgxRTEvNWl2izLLEvHe+6JPAVeTWn8kb/nbcYozXZdVunIv5aLqiRN7SRaf5LWIuAdKq4kptRjkFK6q1+TEpat4lwrOw+JOWatAfp+YogG5z+v6PTm7sEoW8ohd0dIQlAApXT7X/wkwAA35tCrUa8vzAAAAAElFTkSuQmCC") no-repeat;
      background-size: contain; }
      header .bottom .search-bar-top .portlet-search .btn .icon-monospaced svg {
        display: none; }
  header .bottom .search-bar-top .portlet-search .form-group,
  header .bottom .search-bar-top .portlet-search .lfr-ddm-field-group {
    margin: 0 0 0 0; }
  header .bottom .search-bar-top .portlet-search .portlet .portlet-content {
    min-height: 60px; }
  @media (max-width: 991.98px) {
    header .bottom .search-bar-top {
      margin-top: 30px;
      background-color: var(--empresa_bg); }
      header .bottom .search-bar-top .search-field {
        display: block;
        color: var(--branco); }
        header .bottom .search-bar-top .search-field::-webkit-input-placeholder {
          /* Edge */
          color: var(--branco); }
        header .bottom .search-bar-top .search-field:-ms-input-placeholder {
          /* Internet Explorer */
          color: var(--branco); }
        header .bottom .search-bar-top .search-field::placeholder {
          color: var(--branco); }
      header .bottom .search-bar-top .search-btn {
        margin: 10px 10px 0 0; } }

body.para-voce .top, body.pessoa-fisica .top {
  background: var(--voce_bg); }
  body.para-voce .top .navbar-nav li:nth-child(1), body.pessoa-fisica .top .navbar-nav li:nth-child(1) {
    background: var(--voce_dark); }
    body.para-voce .top .navbar-nav li:nth-child(1) > a, body.pessoa-fisica .top .navbar-nav li:nth-child(1) > a {
      font-weight: bold; }
  body.para-voce .top .navbar-nav li:nth-child(2), body.pessoa-fisica .top .navbar-nav li:nth-child(2) {
    background: var(--voce_bg); }
  body.para-voce .top .navbar-nav li:nth-child(3), body.pessoa-fisica .top .navbar-nav li:nth-child(3) {
    background: var(--voce_light); }

body.para-sua-empresa .top, body.para-empresa .top, body.pessoa-juridica .top {
  background: var(--empresa_bg); }
  body.para-sua-empresa .top .navbar-nav li:nth-child(1), body.para-empresa .top .navbar-nav li:nth-child(1), body.pessoa-juridica .top .navbar-nav li:nth-child(1) {
    background: var(--empresa_light); }
  body.para-sua-empresa .top .navbar-nav li:nth-child(2), body.para-empresa .top .navbar-nav li:nth-child(2), body.pessoa-juridica .top .navbar-nav li:nth-child(2) {
    background: var(--empresa_dark); }
    body.para-sua-empresa .top .navbar-nav li:nth-child(2) > a, body.para-empresa .top .navbar-nav li:nth-child(2) > a, body.pessoa-juridica .top .navbar-nav li:nth-child(2) > a {
      font-weight: bold; }
  body.para-sua-empresa .top .navbar-nav li:nth-child(3), body.para-empresa .top .navbar-nav li:nth-child(3), body.pessoa-juridica .top .navbar-nav li:nth-child(3) {
    background: var(--empresa_light); }

body.para-o-campo .top, body.para-campo .top, body.para-agronegocio .top {
  background: var(--campo_bg); }
  body.para-o-campo .top .navbar-nav li:nth-child(1), body.para-campo .top .navbar-nav li:nth-child(1), body.para-agronegocio .top .navbar-nav li:nth-child(1) {
    background: var(--campo_light); }
  body.para-o-campo .top .navbar-nav li:nth-child(2), body.para-campo .top .navbar-nav li:nth-child(2), body.para-agronegocio .top .navbar-nav li:nth-child(2) {
    background: var(--campo_bg); }
  body.para-o-campo .top .navbar-nav li:nth-child(3), body.para-campo .top .navbar-nav li:nth-child(3), body.para-agronegocio .top .navbar-nav li:nth-child(3) {
    background: var(--campo_dark); }
    body.para-o-campo .top .navbar-nav li:nth-child(3) > a, body.para-campo .top .navbar-nav li:nth-child(3) > a, body.para-agronegocio .top .navbar-nav li:nth-child(3) > a {
      font-weight: bold; }

h1 {
  font-size: 3.125rem; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 2.1875rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  font-size: 1.5rem; }

h6 {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: var(--primary);
  margin-bottom: var(--size-3); }

.signed-in .head-user {
  background: #30313f;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid; }
  .signed-in .head-user .personal-menu-dropdown {
    display: inline-block; }

.signed-out #wrapper {
  padding: 0 0 0 0; }
  .signed-out #wrapper #sign-in {
    display: none; }

body label, body .label {
  font-weight: 600; }

body input, body .field, body .form-control,
body select, body textarea {
  border: 1px solid var(--gray2);
  background: none;
  color: var(--gray4); }
  body input:hover, body input:focus, body input:active, body .field:hover, body .field:focus, body .field:active, body .form-control:hover, body .form-control:focus, body .form-control:active,
  body select:hover,
  body select:focus,
  body select:active, body textarea:hover, body textarea:focus, body textarea:active {
    border: 1px solid var(--gray4);
    background: none;
    box-shadow: none; }

body .btn {
  border-radius: 4px; }

body.para-voce label, body.para-voce .label, body.pessoa-fisica label, body.pessoa-fisica .label {
  color: var(--voce_bg); }

body.para-voce .btn.btn-primary, body.para-voce .btn.btn-default, body.pessoa-fisica .btn.btn-primary, body.pessoa-fisica .btn.btn-default {
  border: 1px solid var(--voce_bg);
  background: var(--voce_bg);
  color: var(--branco); }
  body.para-voce .btn.btn-primary:hover, body.para-voce .btn.btn-primary:focus, body.para-voce .btn.btn-primary:disabled, body.para-voce .btn.btn-primary:not([disabled]):not(.disabled):active:focus, body.para-voce .btn.btn-default:hover, body.para-voce .btn.btn-default:focus, body.para-voce .btn.btn-default:disabled, body.para-voce .btn.btn-default:not([disabled]):not(.disabled):active:focus, body.pessoa-fisica .btn.btn-primary:hover, body.pessoa-fisica .btn.btn-primary:focus, body.pessoa-fisica .btn.btn-primary:disabled, body.pessoa-fisica .btn.btn-primary:not([disabled]):not(.disabled):active:focus, body.pessoa-fisica .btn.btn-default:hover, body.pessoa-fisica .btn.btn-default:focus, body.pessoa-fisica .btn.btn-default:disabled, body.pessoa-fisica .btn.btn-default:not([disabled]):not(.disabled):active:focus {
    border: 1px solid var(--voce_dark);
    background: var(--voce_dark);
    box-shadow: none;
    color: var(--branco); }

body.para-voce .btn.btn-secondary, body.para-voce .btn.btn-cancel, body.para-voce .btn.btn-link, body.pessoa-fisica .btn.btn-secondary, body.pessoa-fisica .btn.btn-cancel, body.pessoa-fisica .btn.btn-link {
  border: 1px solid var(--voce_bg);
  background: none;
  color: var(--voce_bg); }
  body.para-voce .btn.btn-secondary:hover, body.para-voce .btn.btn-secondary:focus, body.para-voce .btn.btn-secondary:disabled, body.para-voce .btn.btn-secondary:not([disabled]):not(.disabled):active:focus, body.para-voce .btn.btn-cancel:hover, body.para-voce .btn.btn-cancel:focus, body.para-voce .btn.btn-cancel:disabled, body.para-voce .btn.btn-cancel:not([disabled]):not(.disabled):active:focus, body.para-voce .btn.btn-link:hover, body.para-voce .btn.btn-link:focus, body.para-voce .btn.btn-link:disabled, body.para-voce .btn.btn-link:not([disabled]):not(.disabled):active:focus, body.pessoa-fisica .btn.btn-secondary:hover, body.pessoa-fisica .btn.btn-secondary:focus, body.pessoa-fisica .btn.btn-secondary:disabled, body.pessoa-fisica .btn.btn-secondary:not([disabled]):not(.disabled):active:focus, body.pessoa-fisica .btn.btn-cancel:hover, body.pessoa-fisica .btn.btn-cancel:focus, body.pessoa-fisica .btn.btn-cancel:disabled, body.pessoa-fisica .btn.btn-cancel:not([disabled]):not(.disabled):active:focus, body.pessoa-fisica .btn.btn-link:hover, body.pessoa-fisica .btn.btn-link:focus, body.pessoa-fisica .btn.btn-link:disabled, body.pessoa-fisica .btn.btn-link:not([disabled]):not(.disabled):active:focus {
    border: 1px solid var(--voce_dark);
    background: none;
    color: var(--voce_dark);
    box-shadow: none; }

body.para-sua-empresa label, body.para-sua-empresa .label, body.para-empresa label, body.para-empresa .label, body.pessoa-juridica label, body.pessoa-juridica .label {
  color: var(--empresa_bg); }

body.para-sua-empresa .btn.btn-primary, body.para-sua-empresa .btn.btn-default, body.para-empresa .btn.btn-primary, body.para-empresa .btn.btn-default, body.pessoa-juridica .btn.btn-primary, body.pessoa-juridica .btn.btn-default {
  border: 1px solid var(--empresa_bg);
  background: var(--empresa_bg);
  color: var(--branco); }
  body.para-sua-empresa .btn.btn-primary:hover, body.para-sua-empresa .btn.btn-primary:focus, body.para-sua-empresa .btn.btn-primary:disabled, body.para-sua-empresa .btn.btn-primary:not([disabled]):not(.disabled):active:focus, body.para-sua-empresa .btn.btn-default:hover, body.para-sua-empresa .btn.btn-default:focus, body.para-sua-empresa .btn.btn-default:disabled, body.para-sua-empresa .btn.btn-default:not([disabled]):not(.disabled):active:focus, body.para-empresa .btn.btn-primary:hover, body.para-empresa .btn.btn-primary:focus, body.para-empresa .btn.btn-primary:disabled, body.para-empresa .btn.btn-primary:not([disabled]):not(.disabled):active:focus, body.para-empresa .btn.btn-default:hover, body.para-empresa .btn.btn-default:focus, body.para-empresa .btn.btn-default:disabled, body.para-empresa .btn.btn-default:not([disabled]):not(.disabled):active:focus, body.pessoa-juridica .btn.btn-primary:hover, body.pessoa-juridica .btn.btn-primary:focus, body.pessoa-juridica .btn.btn-primary:disabled, body.pessoa-juridica .btn.btn-primary:not([disabled]):not(.disabled):active:focus, body.pessoa-juridica .btn.btn-default:hover, body.pessoa-juridica .btn.btn-default:focus, body.pessoa-juridica .btn.btn-default:disabled, body.pessoa-juridica .btn.btn-default:not([disabled]):not(.disabled):active:focus {
    border: 1px solid var(--empresa_dark);
    background: var(--empresa_dark);
    box-shadow: none;
    color: var(--branco); }

body.para-sua-empresa .btn.btn-secondary, body.para-sua-empresa .btn.btn-cancel, body.para-sua-empresa .btn.btn-link, body.para-empresa .btn.btn-secondary, body.para-empresa .btn.btn-cancel, body.para-empresa .btn.btn-link, body.pessoa-juridica .btn.btn-secondary, body.pessoa-juridica .btn.btn-cancel, body.pessoa-juridica .btn.btn-link {
  border: 1px solid var(--empresa_bg);
  color: var(--empresa_bg);
  background: none; }
  body.para-sua-empresa .btn.btn-secondary:hover, body.para-sua-empresa .btn.btn-secondary:focus, body.para-sua-empresa .btn.btn-secondary:disabled, body.para-sua-empresa .btn.btn-secondary:not([disabled]):not(.disabled):active:focus, body.para-sua-empresa .btn.btn-cancel:hover, body.para-sua-empresa .btn.btn-cancel:focus, body.para-sua-empresa .btn.btn-cancel:disabled, body.para-sua-empresa .btn.btn-cancel:not([disabled]):not(.disabled):active:focus, body.para-sua-empresa .btn.btn-link:hover, body.para-sua-empresa .btn.btn-link:focus, body.para-sua-empresa .btn.btn-link:disabled, body.para-sua-empresa .btn.btn-link:not([disabled]):not(.disabled):active:focus, body.para-empresa .btn.btn-secondary:hover, body.para-empresa .btn.btn-secondary:focus, body.para-empresa .btn.btn-secondary:disabled, body.para-empresa .btn.btn-secondary:not([disabled]):not(.disabled):active:focus, body.para-empresa .btn.btn-cancel:hover, body.para-empresa .btn.btn-cancel:focus, body.para-empresa .btn.btn-cancel:disabled, body.para-empresa .btn.btn-cancel:not([disabled]):not(.disabled):active:focus, body.para-empresa .btn.btn-link:hover, body.para-empresa .btn.btn-link:focus, body.para-empresa .btn.btn-link:disabled, body.para-empresa .btn.btn-link:not([disabled]):not(.disabled):active:focus, body.pessoa-juridica .btn.btn-secondary:hover, body.pessoa-juridica .btn.btn-secondary:focus, body.pessoa-juridica .btn.btn-secondary:disabled, body.pessoa-juridica .btn.btn-secondary:not([disabled]):not(.disabled):active:focus, body.pessoa-juridica .btn.btn-cancel:hover, body.pessoa-juridica .btn.btn-cancel:focus, body.pessoa-juridica .btn.btn-cancel:disabled, body.pessoa-juridica .btn.btn-cancel:not([disabled]):not(.disabled):active:focus, body.pessoa-juridica .btn.btn-link:hover, body.pessoa-juridica .btn.btn-link:focus, body.pessoa-juridica .btn.btn-link:disabled, body.pessoa-juridica .btn.btn-link:not([disabled]):not(.disabled):active:focus {
    border: 1px solid var(--empresa_dark);
    color: var(--empresa_dark);
    background: none;
    box-shadow: none; }

body.para-o-campo label, body.para-o-campo .label, body.para-campo label, body.para-campo .label, body.para-agronegocio label, body.para-agronegocio .label {
  color: var(--campo_bg); }

body.para-o-campo .btn.btn-primary, body.para-o-campo .btn.btn-default, body.para-campo .btn.btn-primary, body.para-campo .btn.btn-default, body.para-agronegocio .btn.btn-primary, body.para-agronegocio .btn.btn-default {
  border: 1px solid var(--campo_bg);
  background: var(--campo_bg);
  color: var(--branco); }
  body.para-o-campo .btn.btn-primary:hover, body.para-o-campo .btn.btn-primary:focus, body.para-o-campo .btn.btn-primary:disabled, body.para-o-campo .btn.btn-primary:not([disabled]):not(.disabled):active:focus, body.para-o-campo .btn.btn-default:hover, body.para-o-campo .btn.btn-default:focus, body.para-o-campo .btn.btn-default:disabled, body.para-o-campo .btn.btn-default:not([disabled]):not(.disabled):active:focus, body.para-campo .btn.btn-primary:hover, body.para-campo .btn.btn-primary:focus, body.para-campo .btn.btn-primary:disabled, body.para-campo .btn.btn-primary:not([disabled]):not(.disabled):active:focus, body.para-campo .btn.btn-default:hover, body.para-campo .btn.btn-default:focus, body.para-campo .btn.btn-default:disabled, body.para-campo .btn.btn-default:not([disabled]):not(.disabled):active:focus, body.para-agronegocio .btn.btn-primary:hover, body.para-agronegocio .btn.btn-primary:focus, body.para-agronegocio .btn.btn-primary:disabled, body.para-agronegocio .btn.btn-primary:not([disabled]):not(.disabled):active:focus, body.para-agronegocio .btn.btn-default:hover, body.para-agronegocio .btn.btn-default:focus, body.para-agronegocio .btn.btn-default:disabled, body.para-agronegocio .btn.btn-default:not([disabled]):not(.disabled):active:focus {
    border: 1px solid var(--campo_dark);
    background: var(--campo_dark);
    box-shadow: none;
    color: var(--branco); }

body.para-o-campo .btn.btn-secondary, body.para-o-campo .btn.btn-cancel, body.para-o-campo .btn.btn-link, body.para-campo .btn.btn-secondary, body.para-campo .btn.btn-cancel, body.para-campo .btn.btn-link, body.para-agronegocio .btn.btn-secondary, body.para-agronegocio .btn.btn-cancel, body.para-agronegocio .btn.btn-link {
  border: 1px solid var(--campo_bg);
  color: var(--campo_bg);
  background: none; }
  body.para-o-campo .btn.btn-secondary:hover, body.para-o-campo .btn.btn-secondary:focus, body.para-o-campo .btn.btn-secondary:disabled, body.para-o-campo .btn.btn-secondary:not([disabled]):not(.disabled):active:focus, body.para-o-campo .btn.btn-cancel:hover, body.para-o-campo .btn.btn-cancel:focus, body.para-o-campo .btn.btn-cancel:disabled, body.para-o-campo .btn.btn-cancel:not([disabled]):not(.disabled):active:focus, body.para-o-campo .btn.btn-link:hover, body.para-o-campo .btn.btn-link:focus, body.para-o-campo .btn.btn-link:disabled, body.para-o-campo .btn.btn-link:not([disabled]):not(.disabled):active:focus, body.para-campo .btn.btn-secondary:hover, body.para-campo .btn.btn-secondary:focus, body.para-campo .btn.btn-secondary:disabled, body.para-campo .btn.btn-secondary:not([disabled]):not(.disabled):active:focus, body.para-campo .btn.btn-cancel:hover, body.para-campo .btn.btn-cancel:focus, body.para-campo .btn.btn-cancel:disabled, body.para-campo .btn.btn-cancel:not([disabled]):not(.disabled):active:focus, body.para-campo .btn.btn-link:hover, body.para-campo .btn.btn-link:focus, body.para-campo .btn.btn-link:disabled, body.para-campo .btn.btn-link:not([disabled]):not(.disabled):active:focus, body.para-agronegocio .btn.btn-secondary:hover, body.para-agronegocio .btn.btn-secondary:focus, body.para-agronegocio .btn.btn-secondary:disabled, body.para-agronegocio .btn.btn-secondary:not([disabled]):not(.disabled):active:focus, body.para-agronegocio .btn.btn-cancel:hover, body.para-agronegocio .btn.btn-cancel:focus, body.para-agronegocio .btn.btn-cancel:disabled, body.para-agronegocio .btn.btn-cancel:not([disabled]):not(.disabled):active:focus, body.para-agronegocio .btn.btn-link:hover, body.para-agronegocio .btn.btn-link:focus, body.para-agronegocio .btn.btn-link:disabled, body.para-agronegocio .btn.btn-link:not([disabled]):not(.disabled):active:focus {
    border: 1px solid var(--campo_dark);
    color: var(--campo_dark);
    background: none;
    box-shadow: none; }

.lfr-pagination {
  margin: 30px 0; }
  .lfr-pagination .lfr-pagination-config a.dropdown-toggle.btn-default {
    background-color: var(--empresa_bg);
    box-shadow: none;
    border-color: var(--gray2) !important; }
    .lfr-pagination .lfr-pagination-config a.dropdown-toggle.btn-default span {
      background-color: var(--empresa_bg);
      color: var(--branco); }
    .lfr-pagination .lfr-pagination-config a.dropdown-toggle.btn-default .lfr-icon-menu-arrow.caret {
      color: var(--branco); }
  .lfr-pagination .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none; }
  .lfr-pagination small.search-results {
    float: none;
    color: var(--gray3); }
  .lfr-pagination .pager {
    margin-top: 0.3125rem; }
    .lfr-pagination .pager li:nth-child(2) {
      text-align: left; }
    .lfr-pagination .pager li:nth-child(3) {
      text-align: right; }
    .lfr-pagination .pager li > a {
      border-radius: 0.25rem;
      border: 0.0625rem solid var(--empresa_bg);
      color: var(--empresa_bg); }
      .lfr-pagination .pager li > a:hover, .lfr-pagination .pager li > a:active, .lfr-pagination .pager li > a:focus, .lfr-pagination .pager li > a:focus-within, .lfr-pagination .pager li > a:active:focus {
        background-color: var(--empresa_bg);
        color: var(--branco);
        border-color: var(--gray2); }
    .lfr-pagination .pager li.disabled > a {
      background: none;
      border: 0.0625rem solid var(--gray2);
      color: var(--gray2);
      border-color: var(--gray2); }
      .lfr-pagination .pager li.disabled > a:hover {
        background-color: var(--branco);
        color: var(--gray2); }
  .lfr-pagination .btn-default:hover {
    border-color: var(--gray2); }

.pagination-bar .pagination-items-per-page a.dropdown-toggle {
  display: none;
  color: var(--branco);
  background-color: var(--empresa_bg);
  box-shadow: none;
  border-color: var(--gray2) !important; }
  .pagination-bar .pagination-items-per-page a.dropdown-toggle span {
    background-color: var(--empresa_bg);
    color: var(--branco); }
  .pagination-bar .pagination-items-per-page a.dropdown-toggle svg {
    color: var(--branco); }

.pagination-bar .pagination-results {
  font-size: 80%;
  font-weight: 400;
  padding: 0.5rem 0.75rem 0.5rem 0; }

.pagination-bar .pagination {
  margin-top: 0.3125rem; }
  .pagination-bar .pagination li {
    padding-right: 0.25rem; }
    .pagination-bar .pagination li:nth-child(2) {
      text-align: left; }
    .pagination-bar .pagination li:nth-child(3) {
      text-align: right; }
    .pagination-bar .pagination li > a {
      border-radius: 0.25rem;
      border: 0.0625rem solid var(--gray2);
      color: var(--empresa_bg); }
      .pagination-bar .pagination li > a:hover, .pagination-bar .pagination li > a:active, .pagination-bar .pagination li > a:focus, .pagination-bar .pagination li > a:focus-within, .pagination-bar .pagination li > a:active:focus {
        background-color: var(--empresa_bg);
        color: var(--branco);
        border-color: var(--gray2); }
      .pagination-bar .pagination li > a .icon-caret-left,
      .pagination-bar .pagination li > a .icon-caret-right {
        display: none; }
    .pagination-bar .pagination li.disabled > a {
      background: none;
      border: 0.0625rem solid var(--gray2);
      color: var(--gray2);
      border-color: var(--gray2); }
      .pagination-bar .pagination li.disabled > a:hover {
        background-color: var(--branco);
        color: var(--gray2); }
    .pagination-bar .pagination li.active > a {
      background: var(--empresa_bg);
      color: var(--branco); }
    .pagination-bar .pagination li:first-child > a:after {
      display: inline-block;
      content: "Primeiro"; }
    .pagination-bar .pagination li:last-child > a:after {
      display: inline-block;
      content: "Último"; }

.pagination-bar {
  margin: 100px 0; }
  .pagination-bar .pagination {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
    display: flex;
    align-items: flex-start; }
    .pagination-bar .pagination li:last-child .lfr-portal-tooltip {
      position: absolute;
      right: 0; }
    .pagination-bar .pagination li {
      -webkit-align-self: center;
      align-self: center;
      padding: 0;
      margin: 0 12px; }
    .pagination-bar .pagination .page-link {
      height: auto; }
    .pagination-bar .pagination li > a {
      border: none; }
    .pagination-bar .pagination li.disabled > a {
      border: none; }
    .pagination-bar .pagination li.active > a {
      background: #00a091;
      padding: 4px 8px; }
    .pagination-bar .pagination li > a:hover, .pagination-bar .pagination li > a:active, .pagination-bar .pagination li > a:focus, .pagination-bar .pagination li > a:focus-within, .pagination-bar .pagination li > a:active:focus {
      background-color: transparent;
      color: #00a091;
      font-weight: bold; }

.taglib-page-iterator .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .dropdown-toggle {
  background-color: #00a091;
  box-shadow: none;
  border-color: #00a091 !important; }
  .taglib-page-iterator .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .dropdown-toggle .lfr-icon-menu-text {
    background: transparent; }

.taglib-page-iterator .lfr-pagination .search-results {
  display: none; }

.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li::before, .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li::after {
  font-weight: bold; }

.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li:nth-child(2)::before {
  content: "<"; }

.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li:nth-child(3)::after {
  content: ">"; }

.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li a {
  color: #003641;
  border: none;
  font-weight: bold;
  padding: 0px 8px 0px 8px; }
  .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li a:hover, .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li a:focus, .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li a:active {
    background: transparent;
    color: #003641; }

.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li.disabled a {
  color: #d0d3d8; }

.taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li.first, .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li.last {
  display: none; }

.access-wrapper .alert {
  margin: 0 0 0 0; }

.access-wrapper .user-access .content {
  margin: 0.125rem 0 0 0; }
  .access-wrapper .user-access .content span {
    font-size: 0.75rem;
    margin: 0 0 0 0.3125rem;
    color: var(--branco); }
  .access-wrapper .user-access .content input {
    text-transform: capitalize;
    color: var(--gray3);
    background: var(--branco);
    border-radius: 0.25rem;
    border: none;
    padding: 0.1875rem 0.5625rem;
    max-width: 6.25rem;
    font-size: 0.75rem; }
    .access-wrapper .user-access .content input:hover, .access-wrapper .user-access .content input:focus, .access-wrapper .user-access .content input:active {
      background: var(--branco);
      outline: none;
      border: none; }
    .access-wrapper .user-access .content input.bt-account {
      background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjBDRDYyRDJFODQ1MTFFOUI2QzJFRkNCQzFGNzJEOTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjBDRDYyRDNFODQ1MTFFOUI2QzJFRkNCQzFGNzJEOTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkNCNzU3NUU4M0MxMUU5QjZDMkVGQ0JDMUY3MkQ5MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkNCNzU3NkU4M0MxMUU5QjZDMkVGQ0JDMUY3MkQ5MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnwW1c0AAAQYSURBVHja1FqLcZwwEIVMCqCDkAqMKwjugBIogQ5CKiCpgBJIKsCugOtATgVKBxcps9h7ywoJIR1kZzTYB0h62t9biTQJLNfrNVeXAtqDapnh0VfVfqv2rNolTdM/ydlEgSlU61QTV3+ZVGtgYQ4HVDuAkaqNpNlEP1OeCZAG0cP9wtJHpicPWhoOBajNxLDiemLVzr4zWJCJ6V+beRZTS5IM2MfwCdAkXUBhswKfgXrG0cs7mTxdzDoWqO7O/pwx2qtDgpLBVstvLl0QcAyoIjlYwDT9wUEIPhWoFXCF64sFebFKTibELIVTKiB5pE1OKiSgdLaHW5z1kxMLREucCkrXB/Pk5EL8bXTRVpv8J0JM8k1r6awtdRFQO+m66POW+gg6xKag331WfVzuAEyPO2tLj/lkUmnn2GHOsBKO7bfRCCwf8HJ8Y9jiWwwLEACyhTYQf5Ux0wZRTIODxhu5dYhEEylXipXnK/J8FzFC3mKAwW/R2h11kwbuEZiI1WXUrAqHyXlRLGIuZQRgzU3/OFxaAsXuSaHFEZGK03erQE4+OjD9PsAERNCCkfezPkWaus0B6AV1kfCvzm+v5J42y1f8u80k1aWHXOeb5/S732iexFgSm1Mj3xgsVe3o6ntMue8jC19Hcxo/OszjAa6/0G8jaArLPwagOn100N6janu4aAfjm8dz0NiIgwZlKVC/4YjUJ5GF5NNpZjZYY1uAZSSQTAY2IpI7CAVHgX1gTI4VRIoz5MCHCcxnNsHZrN/cAwPLHFi0lpfZp2amAvfm8H1xXO0WtZzca5gcVdIUpC4VLPDTYtExTbLksNpQkF63bq4wVYEEEoDNq2coX828XzB7NS19KF+hKj3Z8JmYyVWO/iFQihAoCEzMmYBk0spi+40EtYr+UK/QKUnrKgBYbqFZiPoIQ8UgCWmezwj6tT3FhYIIDxwskbENEM0WfcEcJE66aMEnk1sYkr4wVaCZhWAWO0A1K9rPmN9yA8Xj6r5lzUcSbG1xeOFT6hPnrgLntIFdeGKOwiEhbjqrIsdBfWBQ63Mnzlc7bg2sbtTAoENMumWdN0VumjCAG5iw3IJmGvibhu42AqjSZmkc+s7SaWU4L+bOp6Oc1pDxb7SVMhFHIGrypDjZsy0oQMnyCXG1F+BxP2N9mAIL36wVyWubLvKMe/jecyQmOcXeyfVIG9LrVJOJfqcAx4DqfTrhwOUHgqp2g1oBJ4/4xokjxaFL8PifAC1z6xgcFAHXMycsdSRAGaMl69nC3jArOYAhNAga6pgxpuifZBi0h1lGvSXIoO27yXRw6LXZs2d11eUr2sThtqEvyfsnsli+oE1W07s/VPt+2Ce1YD6NI2904ZVBzDoNDRK08AX2+krLwcIF2gvwvWDa+SvAADBY2O8kUEV6AAAAAElFTkSuQmCC") no-repeat;
      background-size: contain;
      text-indent: -999px;
      margin: 0 0 0 0.3125rem;
      height: 1.375rem;
      width: 1.375rem; }

.access-wrapper .modal .modal-content .close span {
  color: var(--gray2);
  font-size: 33px;
  margin-top: -5px; }
  .access-wrapper .modal .modal-content .close span:hover {
    color: var(--gray3); }

@media (max-width: 991.98px) {
  .access-wrapper .user-access {
    display: none; }
  .access-wrapper .bt-bank {
    top: 48px;
    z-index: 1;
    right: 80px;
    display: block;
    position: absolute; } }

@media (max-width: 767.98px) {
  .access-wrapper .bt-bank {
    top: 16px; } }

.breadcrumb-horizontal {
  font-size: 0.875rem;
  padding: 0; }

.bg-lighter {
  background-color: #F7F8F9 !important; }

.text-lighter {
  color: #F7F8F9 !important; }

.bg-gray-dark {
  background-color: #393A4A !important; }

.text-gray-dark {
  color: #393A4A !important; }

.list-group-item-flex > .autofit-col:first-of-type {
  padding-left: 10px;
  padding-right: 4px; }

@media (min-width: 768px) {
  .info-panel {
    bottom: 0;
    position: absolute;
    top: 0; }
    .info-panel > .sidenav-menu {
      bottom: 0;
      position: absolute;
      right: 0 !important;
      top: 0; } }

.navbar-top {
  padding-bottom: 0.907rem;
  padding-top: 0.907rem; }
  .navbar-top .portlet:hover, .navbar-top .portlet.open {
    z-index: 1035; }

.navbar-blank {
  flex-wrap: wrap; }

.navbar-classic {
  background-color: #fff; }
  .navbar-classic.navbar-light {
    border-bottom: 1px solid #e7e7ed; }
    .navbar-classic.navbar-light .lexicon-icon {
      font-size: 0.625rem;
      margin: 0 0 0 0.25rem; }
  @media (max-width: 767.98px) {
    .navbar-classic .navbar-blank {
      margin-top: 1rem; } }
  .navbar-classic .navbar-form {
    padding: 0; }
    .navbar-classic .navbar-form .field-wrapper {
      right: 0;
      top: 0; }
      .navbar-classic .navbar-form .field-wrapper .lfr-icon-item {
        color: #6b6c7e; }
  @media (max-width: 767.98px) {
    .navbar-classic .portlet-search-bar {
      width: 100%; } }
  .navbar-classic .portlet-search-bar .input-group-item {
    margin-left: 0; }
  .navbar-classic .logo:hover {
    text-decoration: none; }
  @media (min-width: 992px) {
    .navbar-classic .navbar-nav .nav-item:not(:last-of-type) .nav-link {
      margin-right: 16px; } }
  .navbar-classic .nav-link {
    color: #6b6c7e;
    font-size: 0.9375rem;
    font-weight: 600; }

@media (min-width: 576px) {
  .sidebar-default .sidebar-header {
    padding-top: 0; } }

.sidebar-default .sidebar-header .sidebar-title {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.5rem; }

.sidebar-default .sidebar-header .sidebar-subtitle {
  font-size: 0.875rem;
  font-weight: 600; }

.sidebar-default .sidebar-header h4 {
  padding-top: 8px; }

.sidebar-default .sidebar-header .text-default {
  color: #6B6C7E;
  font-size: 0.875rem;
  font-weight: 400; }

.sidebar-default .sidebar-header .icon-monospaced {
  color: #6B6C7E; }

@media (min-width: 576px) {
  .sidebar-default .navbar-default {
    background-color: transparent; }
    .sidebar-default .navbar-default .navbar-nav {
      border-bottom: 1px solid #cdced9;
      width: 100%; } }

.sidebar-default .navbar-default .active > a {
  font-weight: 600;
  padding: 13px 16px; }
  .sidebar-default .navbar-default .active > a:after {
    content: '';
    height: 4px;
    left: 0;
    right: 0; }

.sidebar-default .navbar-collapse {
  border-bottom: 1px solid #cdced9; }

@media (min-width: 576px) {
  .sidebar-default .navigation-bar-light,
  .sidebar-default .sidebar-block > .list-group-item,
  .sidebar-default .panel,
  .sidebar-default .panel-group .panel {
    background-color: transparent;
    border-color: transparent; } }

div.splitter {
  background-color: transparent;
  padding-left: 0; }

.table-list th:first-child,
.table-list td:first-child {
  padding-left: 18px;
  padding-right: 6px; }

.widget-mode-detail {
  background-color: #fff; }
  .widget-mode-detail .title {
    color: #272833;
    font-weight: 700;
    line-height: 1.25; }
  .widget-mode-detail .sub-title {
    color: #a0a1b0;
    font-weight: 400; }
  .widget-mode-detail .widget-metadata {
    font-size: 0.875rem; }
    .widget-mode-detail .widget-metadata .inline-item-before {
      margin-right: 1rem; }
    .widget-mode-detail .widget-metadata .username {
      color: #272833;
      font-weight: 600;
      line-height: 2; }
  .widget-mode-detail .aspect-ratio {
    padding-bottom: 480px; }

.widget-mode-card .card {
  border-radius: 8px; }

.widget-mode-card .card-header {
  border-radius: 8px 8px 0 0; }

.widget-mode-card .card-body {
  padding: 24px; }

.widget-mode-card .widget-topbar .title-link {
  color: #272833; }

.widget-mode-card .widget-topbar .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 24px; }

.widget-mode-card .widget-metadata {
  font-size: 0.875rem;
  margin-bottom: 16px; }
  .widget-mode-card .widget-metadata .inline-item-before {
    margin-right: 1rem; }
  .widget-mode-card .widget-metadata .username {
    color: #272833;
    font-weight: 600; }

.widget-mode-card .widget-resume {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0; }

.widget-mode-card .card-footer {
  background-color: transparent;
  padding: 0 1rem 1rem; }

.widget-mode-card .widget-toolbar {
  border-top: 1px solid #e7e7ed;
  padding-top: 8px; }

.widget-mode-simple .widget-mode-simple-entry:not(:last-child) {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 24px;
  padding-bottom: 24px; }

.widget-mode-simple .widget-topbar .title-link {
  color: #272833; }

.widget-mode-simple .widget-topbar .title {
  font-size: 1.75rem;
  font-weight: 700; }

.widget-mode-simple .widget-metadata {
  font-size: 0.875rem; }
  .widget-mode-simple .widget-metadata .inline-item-before {
    margin-right: 1rem; }
  .widget-mode-simple .widget-metadata .username {
    color: #272833;
    font-weight: 600; }

.widget-toolbar .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem; }

.barra-pesq {
  text-align: center;
  display: flow-root;
  flex-wrap: wrap;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.barra-pesq h2 {
  font-size: 26px;
  color: #00A091;
  font-weight: bold;
  margin-bottom: 36px; }

.barra-pesq span#basic-addon1 {
  background-color: #ffffff; }

.barra-pesq input.form-control {
  background-color: #ffffff; }

.barra-pesq span#basic-addon1 {
  border-color: #ffffff; }

.barra-pesq input#input-text-pesq {
  border-color: #ffffff; }

.flex-box .portlet-body, .flex-box .journal-content-article {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.flex-box .asset-abstract {
  background-color: #ffffff;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  min-width: 260px;
  padding: 20px;
  text-align: center;
  border-radius: 4px; }

.flex-box div#wrapper {
  background-color: #eaeaea; }

.flex-box .autofit-col {
  align-items: center;
  text-align: center; }

.flex-box .autofit-col h2.portlet-title-text {
  color: #00A091;
  text-transform: capitalize;
  font-size: 44px; }

.flex-box .portlet-content {
  background-color: #ffffff00; }

.flex-box a.asset-title.d-inline {
  color: #00a091;
  font-size: 20px; }

.flex-box span.asset-title.d-inline {
  color: #00a091;
  font-size: 20px; }

/*Faq categorias*/
.faq-category .autofit-col h2.portlet-title-text {
  font-size: 36px;
  color: #003641; }

.result-pesq p.search-total-label.text-default {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 4px; }

.result-pesq li.list-group-item.list-group-item-flex {
  box-shadow: none;
  border-top: 1px solid;
  border-radius: 0;
  border-top-color: #eaeaea;
  border-bottom: 1px solid;
  border-bottom-color: #eaeaea;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-top: 26px;
  padding-bottom: 36px;
  color: #8C8C8C; }

.result-pesq span.sticker.sticker-circle.sticker-light.user-icon-color-9:before {
  content: "\f0f6";
  font-family: 'fontawesome-alloy'; }

.result-pesq span.inline-item {
  display: none; }

.result-pesq span.sticker.sticker-circle.sticker-light.user-icon-color-9 {
  box-shadow: none;
  color: #05AE9E;
  font-size: 26px;
  font-weight: normal; }

.result-pesq h4 a strong {
  color: #05AE9E;
  font-size: 24px; }

.result-pesq h6.text-default {
  display: none; }

.result-pesq h6.search-document-content.text-default {
  display: block;
  order: 1;
  margin-top: 25px; }

.result-pesq h6.search-document-tags.text-default {
  display: block; }

.result-pesq span.taglib-asset-categories-summary {
  font-size: 0; }

.result-pesq a.asset-category.text-uppercase:before {
  content: "categoria - "; }

.result-pesq a.asset-category.text-uppercase {
  font-size: 18px;
  color: inherit;
  text-transform: capitalize !important; }

#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .4;
  z-index: 1; }
  #loading-wrapper #loading-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #999;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px; }

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00; }

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px; }

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px; }

#loading-content {
  border: 3px solid transparent;
  border-top-color: #4D658D;
  border-bottom-color: #4D658D;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite; }

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #D4CC6A;
  border-bottom-color: #D4CC6A;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite; }

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #84417C;
  border-bottom-color: #84417C;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite; }

@media (min-width: 768px) {
  #pre-home-wrapper .content {
    margin-top: 148px; } }

/*Conteudo*/
#pre-home-wrapper {
  color: #ffffff; }
  #pre-home-wrapper .imagem-fundo {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 0;
    background-position-x: center; }
  #pre-home-wrapper img.logo {
    height: 56px;
    margin-bottom: 40px; }
  #pre-home-wrapper h1 {
    font-size: 34px;
    color: var(--branco); }
  #pre-home-wrapper .row.buttons {
    margin-top: 36px; }
  #pre-home-wrapper button {
    background-color: #ffffff2b;
    border-color: #ffffff; }
  #pre-home-wrapper .btn-primary {
    margin-top: 24px; }
  #pre-home-wrapper .row.caixa-texto {
    margin-top: 36px; }
  #pre-home-wrapper .caixa-texto .col {
    padding-top: 30px;
    cursor: pointer; }

input#caixa-texto {
  margin-top: 24px; }

.troca-site {
  margin-top: -10px;
  color: var(--branco);
  position: relative;
  z-index: 9; }
  .troca-site .caixa-texto {
    margin: 0 0 0 0; }
  .troca-site #caixa-texto, .troca-site #caixa-texto:focus {
    border-color: var(--branco);
    margin: 7px 0 0 0;
    color: var(--branco); }
    .troca-site #caixa-texto::placeholder, .troca-site #caixa-texto:focus::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: var(--branco);
      opacity: 1;
      /* Firefox */ }
    .troca-site #caixa-texto:-ms-input-placeholder, .troca-site #caixa-texto:focus:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: var(--branco); }
    .troca-site #caixa-texto::-ms-input-placeholder, .troca-site #caixa-texto:focus::-ms-input-placeholder {
      /* Microsoft Edge */
      color: var(--branco); }

.troca-site span.verde {
  color: #7DB61C; }

.loading {
  width: 44px; }

.troca-site .conteudo {
  margin-top: 10px;
  cursor: pointer; }

.troca-site svg.lexicon-icon.lexicon-icon-angle-down {
  margin-top: 4px; }

.troca-site .row.caixa-texto {
  margin-top: 3px; }

.troca-site svg.lexicon-icon.lexicon-icon-times {
  margin-top: 20px; }

.container-loading {
  text-align: center; }

@keyframes loading {
  0 {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.banner-carousel .carousel-indicators {
  margin-bottom: 6px; }
  .banner-carousel .carousel-indicators li {
    border-radius: 50%;
    height: 15px;
    width: 15px; }

.banner-carousel .carousel {
  overflow: hidden; }
  .banner-carousel .carousel .carousel-caption {
    text-align: left;
    padding: 0 0 0 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }
    .banner-carousel .carousel .carousel-caption .vertical-align {
      transform: translate(0, -50%);
      position: absolute;
      top: 50%; }
      .banner-carousel .carousel .carousel-caption .vertical-align.left, .banner-carousel .carousel .carousel-caption .vertical-align.right {
        max-width: 300px; }
      .banner-carousel .carousel .carousel-caption .vertical-align.right {
        right: 30px; }
      .banner-carousel .carousel .carousel-caption .vertical-align.left {
        left: 30px; }

@media (max-width: 767.98px) {
  .banner-carousel.main .carousel .vertical-align {
    transform: translate(0, 0%); }
    .banner-carousel.main .carousel .vertical-align.left, .banner-carousel.main .carousel .vertical-align.right {
      text-align: center;
      margin: 0 auto;
      right: 0;
      left: 0; } }

.banner-carousel.product {
  margin-bottom: 70px; }
  .banner-carousel.product .carousel .carousel-caption h4 {
    margin-bottom: 25px;
    color: var(--branco); }
  @media (max-width: 767.98px) {
    .banner-carousel.product .carousel .left, .banner-carousel.product .carousel .right {
      text-align: center;
      margin: 0 auto;
      right: 0;
      left: 0; }
      .banner-carousel.product .carousel .left h4, .banner-carousel.product .carousel .right h4 {
        text-shadow: var(--gray2) 1px 2px 1px; } }

.banner-carousel.internal-page {
  margin-bottom: 70px; }
  .banner-carousel.internal-page .carousel .carousel-caption .vertical-align {
    max-width: 100%; }
    .banner-carousel.internal-page .carousel .carousel-caption .vertical-align .title {
      font-size: 3.125rem;
      color: var(--branco);
      margin: 0; }
    .banner-carousel.internal-page .carousel .carousel-caption .vertical-align p {
      font-size: 1.75rem;
      color: var(--voce_bg); }
  @media (max-width: 767.98px) {
    .banner-carousel.internal-page .carousel .vertical-align {
      transform: translate(0, 0%);
      padding: 0 20px; }
      .banner-carousel.internal-page .carousel .vertical-align.left, .banner-carousel.internal-page .carousel .vertical-align.right {
        text-align: center;
        margin: 0 auto;
        right: 0;
        left: 0; } }

.portlet-search-results {
  padding: 0 0.75rem 0 0.75rem; }
  .portlet-search-results .portlet-body {
    position: relative;
    margin-top: 50px;
    padding: 30px 0; }
    .portlet-search-results .portlet-body .news.view .date {
      left: 22px;
      top: 0; }
  .portlet-search-results .portlet-icon-back {
    display: none; }
  .portlet-search-results .search-total-label {
    margin-top: 0; }
  .portlet-search-results .taglib-header .header-title {
    white-space: normal;
    display: flex; }
  .portlet-search-results .taglib-header .header-back-to {
    margin-top: 12px;
    display: flex;
    float: left; }
  .portlet-search-results .main-content-body .list-group .list-group-item .autofit-col {
    display: none; }
    .portlet-search-results .main-content-body .list-group .list-group-item .autofit-col.autofit-col-expand {
      display: block;
      padding: 0 0 0 0; }

.portlet-search .portlet-content {
  padding: 12px 0; }
  .portlet-search .portlet-content .search-layout {
    margin-right: -12px;
    margin-left: -12px; }
    .portlet-search .portlet-content .search-layout .panel-default {
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      border: none; }
      .portlet-search .portlet-content .search-layout .panel-default .list-unstyled,
      .portlet-search .portlet-content .search-layout .panel-default .lfr-ddm-field-group {
        margin: 0; }
      .portlet-search .portlet-content .search-layout .panel-default .panel-heading .panel-title {
        font-weight: 300;
        font-size: 2.25rem;
        line-height: 1.3;
        margin-bottom: 1rem; }
      .portlet-search .portlet-content .search-layout .panel-default .panel-body {
        padding: 0; }
        .portlet-search .portlet-content .search-layout .panel-default .panel-body .facet-value a {
          color: var(--link);
          line-height: 2; }
    .portlet-search .portlet-content .search-layout .result .list-group-item {
      box-shadow: none;
      padding: 1.75rem 0;
      border-bottom: solid 2px var(--gray1);
      border-radius: 0; }
      .portlet-search .portlet-content .search-layout .result .list-group-item h5 a {
        font-size: 1rem;
        color: #287D3D; }
      .portlet-search .portlet-content .search-layout .result .list-group-item h6 {
        text-transform: unset; }
      .portlet-search .portlet-content .search-layout .result .list-group-item .highlight {
        background: transparent; }
      .portlet-search .portlet-content .search-layout .result .list-group-item:first-child {
        padding-top: 0; }
  .portlet-search .portlet-content .form-group {
    margin-bottom: 20px; }

.highlight {
  background: transparent;
  margin: 0; }

.search-bar-field .title {
  font-weight: bold; }

.search-bar-field p {
  color: var(--gray3); }

.search-bar-field .search-bar-wrapper .form-group {
  position: relative;
  width: 100%;
  z-index: 9; }
  .search-bar-field .search-bar-wrapper .form-group .form-control {
    border-color: var(--gray2); }
  .search-bar-field .search-bar-wrapper .form-group .input-group-inset-item {
    border-color: var(--gray2);
    background: none; }
    .search-bar-field .search-bar-wrapper .form-group .input-group-inset-item:focus, .search-bar-field .search-bar-wrapper .form-group .input-group-inset-item:active {
      border-color: var(--gray3);
      box-shadow: none; }
      .search-bar-field .search-bar-wrapper .form-group .input-group-inset-item:focus .btn:focus, .search-bar-field .search-bar-wrapper .form-group .input-group-inset-item:focus .btn:hover, .search-bar-field .search-bar-wrapper .form-group .input-group-inset-item:active .btn:focus, .search-bar-field .search-bar-wrapper .form-group .input-group-inset-item:active .btn:hover {
        box-shadow: none; }

.search-bar-wrapper,
.portlet-search-results {
  max-width: 1200px;
  margin: 0 auto; }

fieldset.search-bar {
  padding: 60px 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMSIgaGVpZ2h0PSIxMzEiIHZpZXdCb3g9IjAgMCAxMDAxIDEzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOTAuMzUgOTYuOTIySDEwMDAuMjRWMC4wMTc5OTc3SDI5MC4zNVY5Ni45MjJaIiBmaWxsPSJ3aGl0ZSIvPgo8bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjgxMiIgeT0iMCIgd2lkdGg9IjE4OSIgaGVpZ2h0PSI5NyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNODEyLjU2NCAwLjAxNzk5NzdIMTAwMC4yNFY5Ni45MjJIODEyLjU2NFYwLjAxNzk5NzdaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazApIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04NDAuMzYxIC0xNDMuODgyQzgzNS44NiAtMTQzLjQ1NiA4MzEuNzIgLTE0Mi4xNzUgODI4LjA1NSAtMTQwLjA3M0M4MTkuMDQyIC0xMzQuODU1IDgxMy40ODkgLTEyNS4xNjYgODEzLjU2NSAtMTE0Ljc4OEM4MTMuNTY1IC0xMTAuMjQ0IDgxNC41ODUgLTEwNS44NDggODE2LjU5NSAtMTAxLjcxN0w5NjIuMTQ2IDE1MS4xOUwxMDA5LjA3IDcwLjA2NzJMMTA4NS45MyAtNjIuNzE1OEwxMDM5LjA0IC0xNDMuODgySDg0MC4zNjFaTTk2Mi4xNDQgMTUzLjE5TDk2MS43MTEgMTUyLjQzOUw4MTUuNzEzIC0xMDEuMjQ5QzgxMy42MTggLTEwNS41NDggODEyLjU2NSAtMTEwLjA5MSA4MTIuNTY1IC0xMTQuNzg0QzgxMi40ODYgLTEyNS41MTcgODE4LjIzIC0xMzUuNTQgODI3LjU1NiAtMTQwLjk0QzgzMS4zNTQgLTE0My4xMTcgODM1LjYzOCAtMTQ0LjQ0MyA4NDAuMjkxIC0xNDQuODhMODQwLjMzOCAtMTQ0Ljg4MkgxMDM5LjYyTDEwODcuMDggLTYyLjcxNThMMTA4Ni45NCAtNjIuNDY1OEwxMDA5Ljk0IDcwLjU2NzJMOTYyLjE0NCAxNTMuMTlaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2sxIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI5NjEiIHk9IjY5IiB3aWR0aD0iNDAiIGhlaWdodD0iMjgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk2MS41NjMgNjkuODA5N0gxMDAwLjI0Vjk2LjkyMkg5NjEuNTYzVjY5LjgwOTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazEpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NjIuNzE5IDE1Mi4xODNMMTA2Mi40OSAzMjQuMDVDMTA2NSAzMjcuNzQyIDEwNjguMTUgMzMwLjcxOCAxMDcxLjgyIDMzMi44NjZDMTA3Ni4yNiAzMzUuNDI5IDEwODEuMyAzMzYuNzg1IDEwODYuMzkgMzM2Ljc4NUMxMDk2LjE1IDMzNi43ODUgMTEwNS4yOSAzMzEuODI0IDExMTAuODIgMzIzLjUxNEwxMjU2Ljk2IDcwLjgwOTdIMTAwOS43OUw5NjIuNzE5IDE1Mi4xODNaTTEwODYuMzkgMzM3Ljc4NUMxMDgxLjEyIDMzNy43ODUgMTA3NS45MSAzMzYuMzgyIDEwNzEuMzIgMzMzLjczQzEwNjcuNTEgMzMxLjUwNSAxMDY0LjI2IDMyOC40MjggMTA2MS42NSAzMjQuNTgyTDk2MS41NjMgMTUyLjE4M0w5NjEuNzA4IDE1MS45MzNMMTAwOS4yMSA2OS44MDk3SDEyNTguNjlMMTI1OC4yNiA3MC41NTk3TDExMTEuNjcgMzI0LjA0MUMxMTA1Ljk0IDMzMi42NTcgMTA5Ni40OSAzMzcuNzg1IDEwODYuMzkgMzM3Ljc4NVoiIGZpbGw9IiMwMEExOTQiLz4KPC9nPgo8bWFzayBpZD0ibWFzazIiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjI5MCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iOTciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5MC4zNSAwLjAxNzk5NzdIMjkwLjkwN1Y5Ni45MjJIMjkwLjM1VjAuMDE3OTk3N1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ0LjE4NiAtMTQzLjg4MkMzOS42ODUgLTE0My40NTYgMzUuNTQ1IC0xNDIuMTc1IDMxLjg4IC0xNDAuMDczQzIyLjg2NyAtMTM0Ljg1NSAxNy4zMTQgLTEyNS4xNjYgMTcuMzkgLTExNC43ODhDMTcuMzkgLTExMC4yNDQgMTguNDEgLTEwNS44NDggMjAuNDIgLTEwMS43MTdMMTY1Ljk3MSAxNTEuMTlMMjEyLjg5OSA3MC4wNjcyTDI4OS43NTEgLTYyLjcxNThMMjQyLjg2NyAtMTQzLjg4Mkg0NC4xODZaTTE2NS45NjkgMTUzLjE5TDE2NS41MzYgMTUyLjQzOUwxOS41MzggLTEwMS4yNDlDMTcuNDQzIC0xMDUuNTQ4IDE2LjM5IC0xMTAuMDkxIDE2LjM5IC0xMTQuNzg0QzE2LjMxMSAtMTI1LjUxNyAyMi4wNTUgLTEzNS41NCAzMS4zODEgLTE0MC45NEMzNS4xNzkgLTE0My4xMTcgMzkuNDYzIC0xNDQuNDQ0IDQ0LjExNiAtMTQ0Ljg4TDQ0LjE2MyAtMTQ0Ljg4MkgyNDMuNDQ0TDI5MC45MDcgLTYyLjcxNThMMjkwLjc2MiAtNjIuNDY1OEwyMTMuNzY1IDcwLjU2NzJMMTY1Ljk2OSAxNTMuMTlaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2szIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyOTAiIHk9IjAiIHdpZHRoPSIyNzUiIGhlaWdodD0iNzEiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5MC4zNSAwLjAxNzk5NzdINTY0LjMxMVY3MC44MTc0SDI5MC4zNVYwLjAxNzk5NzdaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazMpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNjcuNTgxIDY5LjgxNzRINDYxLjM1TDU2MC40MjggLTEwMi4zNTJDNTYyLjMzNCAtMTA2LjM4OCA1NjMuMzEgLTExMC41ODMgNTYzLjMxIC0xMTQuNzg1QzU2My4zMSAtMTMwLjEyNyA1NTEuMjA1IC0xNDIuOTA5IDUzNS43NTEgLTE0My44ODNMMjQ0LjAwOSAtMTQzLjg4MkwzNjcuNTgxIDY5LjgxNzRaTTQ2MS45MjggNzAuODE3NEgzNjcuMDA0TDM2Ni44NiA3MC41Njc0TDI0Mi4yNzUgLTE0NC44ODJINTM1Ljc4MkM1NTEuNzkzIC0xNDMuODczIDU2NC4zMSAtMTMwLjY1NCA1NjQuMzEgLTExNC43ODVDNTY0LjMxIC0xMTAuNDM0IDU2My4zMDIgLTEwNi4wOTYgNTYxLjMxNCAtMTAxLjg4OUw0NjEuOTI4IDcwLjgxNzRaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2s0IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyOTAiIHk9IjY5IiB3aWR0aD0iMTczIiBoZWlnaHQ9IjI4Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOTAuMzUgNjkuODA5N0g0NjIuNTE2Vjk2LjkyMkgyOTAuMzVWNjkuODA5N1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrNCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2Ni41NDQgMTUyLjE4M0wyNjYuMzIgMzI0LjA1QzI2OC44MjcgMzI3Ljc0MiAyNzEuOTcyIDMzMC43MTcgMjc1LjY0NiAzMzIuODY2QzI4MC4wODcgMzM1LjQyOSAyODUuMTI1IDMzNi43ODUgMjkwLjIxMSAzMzYuNzg1QzI5OS45NzkgMzM2Ljc4NSAzMDkuMTE0IDMzMS44MjQgMzE0LjY0OCAzMjMuNTE0TDQ2MC43ODIgNzAuODA5N0gyMTMuNjE2TDE2Ni41NDQgMTUyLjE4M1pNMjkwLjIxMSAzMzcuNzg1QzI4NC45NDkgMzM3Ljc4NSAyNzkuNzM5IDMzNi4zODIgMjc1LjE0NCAzMzMuNzNDMjcxLjMzNyAzMzEuNTA1IDI2OC4wODUgMzI4LjQyNyAyNjUuNDc0IDMyNC41ODJMMTY1LjM4OCAxNTIuMTgzTDE2NS41MzMgMTUxLjkzM0wyMTMuMDM5IDY5LjgwOTdINDYyLjUxNkw0NjIuMDgyIDcwLjU1OTdMMzE1LjQ5NyAzMjQuMDQxQzMwOS43NiAzMzIuNjU3IDMwMC4zMTQgMzM3Ljc4NSAyOTAuMjExIDMzNy43ODVaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2s1IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI2ODciIHk9IjAiIHdpZHRoPSIyNzYiIGhlaWdodD0iOTciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTY4Ny44OCAwLjAxNzk5NzdIOTYyLjM5OFY5Ni45MjJINjg3Ljg4VjAuMDE3OTk3N1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrNSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTczNS45MiAxODguODc3SDkzNC42MDFDOTM5LjA5OSAxODguNDUzIDk0My4yMzkgMTg3LjE3MiA5NDYuOTA3IDE4NS4wNjlDOTU1LjkyIDE3OS44NTIgOTYxLjQ3MyAxNzAuMTYyIDk2MS4zOTcgMTU5Ljc4NEM5NjEuMzk3IDE1NS4yMzkgOTYwLjM3OCAxNTAuODQzIDk1OC4zNjcgMTQ2LjcxM0w4MTIuODE2IC0xMDYuMTk0TDc2NS44ODcgLTI1LjA3MUw2ODkuMDM2IDEwNy43MTJMNzM1LjkyIDE4OC44NzdaTTkzNC42NDggMTg5Ljg3N0g3MzUuMzQzTDY4Ny44OCAxMDcuNzEyTDY4OC4wMjUgMTA3LjQ2Mkw3NjUuMDIyIC0yNS41NzFMODEyLjgxOCAtMTA4LjE5NEw4MTMuMjUxIC0xMDcuNDQzTDk1OS4yNSAxNDYuMjQ1Qzk2MS4zNDQgMTUwLjU0MyA5NjIuMzk3IDE1NS4wODYgOTYyLjM5NyAxNTkuNzhDOTYyLjQ3NiAxNzAuNTE0IDk1Ni43MzIgMTgwLjUzNyA5NDcuNDA2IDE4NS45MzZDOTQzLjYwNiAxODguMTE0IDkzOS4zMjEgMTg5LjQzOSA5MzQuNjcxIDE4OS44NzVMOTM0LjY0OCAxODkuODc3WiIgZmlsbD0iIzAwQTE5NCIvPgo8L2c+CjxtYXNrIGlkPSJtYXNrNiIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iNDE0IiB5PSIwIiB3aWR0aD0iMzIzIiBoZWlnaHQ9Ijk3Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MTQuNDc3IDAuMDE3OTk3N0g3MzYuNTEyVjk2LjkyMkg0MTQuNDc3VjAuMDE3OTk3N1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrNikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNy40MzcgLTI0LjgyMTNMNDE4LjM1OSAxNDcuMzQ4QzQxNi40NTMgMTUxLjM4NSA0MTUuNDc3IDE1NS41OCA0MTUuNDc3IDE1OS43ODFDNDE1LjQ3NyAxNzUuMTIzIDQyNy41ODIgMTg3LjkwNSA0NDMuMDM2IDE4OC44NzhMNzM0Ljc3OCAxODguODc3TDYxMS4yMDYgLTI0LjgyMTNINTE3LjQzN1pNNzM2LjUxMiAxODkuODc3SDQ0My4wMDVDNDI2Ljk5NCAxODguODY5IDQxNC40NzcgMTc1LjY1IDQxNC40NzcgMTU5Ljc4MUM0MTQuNDc3IDE1NS40MzEgNDE1LjQ4NSAxNTEuMDkyIDQxNy40NzMgMTQ2Ljg4NUw1MTYuODU5IC0yNS44MjEzSDYxMS43ODNMNjExLjkyNyAtMjUuNTcxM0w3MzYuNTEyIDE4OS44NzdaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOTAuMzQ3IDk2LjkyMkgyOTAuMzUxVjAuMDE3OTk3N0gyOTAuMzQ3Vjk2LjkyMloiIGZpbGw9IndoaXRlIi8+CjxtYXNrIGlkPSJtYXNrNyIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMjkwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSI5NyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjkwLjM0NyAwLjAxNzk5NzdIMjkwLjM1MVY5Ni45MjJIMjkwLjM0N1YwLjAxNzk5NzdaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazcpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NC4xODYyIC0xNDMuODgyQzM5LjY4NTIgLTE0My40NTYgMzUuNTQ1MiAtMTQyLjE3NSAzMS44ODAyIC0xNDAuMDczQzIyLjg2NzIgLTEzNC44NTUgMTcuMzE0MiAtMTI1LjE2NiAxNy4zOTAyIC0xMTQuNzg4QzE3LjM5MDIgLTExMC4yNDQgMTguNDEwMiAtMTA1Ljg0OCAyMC40MjAyIC0xMDEuNzE3TDE2NS45NzEgMTUxLjE5TDIxMi44OTkgNzAuMDY3MkwyODkuNzUxIC02Mi43MTU4TDI0Mi44NjcgLTE0My44ODJINDQuMTg2MlpNMTY1Ljk2OSAxNTMuMTlMMTY1LjUzNiAxNTIuNDM5TDE5LjUzODIgLTEwMS4yNDlDMTcuNDQzMiAtMTA1LjU0OCAxNi4zOTAyIC0xMTAuMDkxIDE2LjM5MDIgLTExNC43ODRDMTYuMzExMiAtMTI1LjUxNyAyMi4wNTUyIC0xMzUuNTQgMzEuMzgxMiAtMTQwLjk0QzM1LjE3OTIgLTE0My4xMTcgMzkuNDYzMiAtMTQ0LjQ0NCA0NC4xMTYyIC0xNDQuODhMNDQuMTYzMiAtMTQ0Ljg4MkgyNDMuNDQ0TDI5MC45MDcgLTYyLjcxNThMMjkwLjc2MiAtNjIuNDY1OEwyMTMuNzY1IDcwLjU2NzJMMTY1Ljk2OSAxNTMuMTlaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2s4IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyOTAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjcxIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOTAuMzQ3IDAuMDE3OTk3N0gyOTAuMzUxVjcwLjgxNzRIMjkwLjM0N1YwLjAxNzk5NzdaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazgpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNjcuNTgxIDY5LjgxNzRINDYxLjM1TDU2MC40MjggLTEwMi4zNTJDNTYyLjMzNCAtMTA2LjM4OCA1NjMuMzEgLTExMC41ODMgNTYzLjMxIC0xMTQuNzg1QzU2My4zMSAtMTMwLjEyNyA1NTEuMjA1IC0xNDIuOTA5IDUzNS43NTEgLTE0My44ODNMMjQ0LjAwOSAtMTQzLjg4MkwzNjcuNTgxIDY5LjgxNzRaTTQ2MS45MjggNzAuODE3NEgzNjcuMDA0TDM2Ni44NiA3MC41Njc0TDI0Mi4yNzUgLTE0NC44ODJINTM1Ljc4MkM1NTEuNzkzIC0xNDMuODczIDU2NC4zMSAtMTMwLjY1NCA1NjQuMzEgLTExNC43ODVDNTY0LjMxIC0xMTAuNDM0IDU2My4zMDIgLTEwNi4wOTYgNTYxLjMxNCAtMTAxLjg4OUw0NjEuOTI4IDcwLjgxNzRaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2s5IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyOTAiIHk9IjY5IiB3aWR0aD0iMSIgaGVpZ2h0PSIyOCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjkwLjM0NyA2OS44MDk3SDI5MC4zNTFWOTYuOTIySDI5MC4zNDdWNjkuODA5N1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrOSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2Ni41NDQgMTUyLjE4M0wyNjYuMzIgMzI0LjA1QzI2OC44MjcgMzI3Ljc0MiAyNzEuOTcyIDMzMC43MTcgMjc1LjY0NiAzMzIuODY2QzI4MC4wODcgMzM1LjQyOSAyODUuMTI1IDMzNi43ODUgMjkwLjIxMSAzMzYuNzg1QzI5OS45NzkgMzM2Ljc4NSAzMDkuMTE0IDMzMS44MjQgMzE0LjY0OCAzMjMuNTE0TDQ2MC43ODIgNzAuODA5N0gyMTMuNjE2TDE2Ni41NDQgMTUyLjE4M1pNMjkwLjIxMSAzMzcuNzg1QzI4NC45NDkgMzM3Ljc4NSAyNzkuNzM5IDMzNi4zODIgMjc1LjE0NCAzMzMuNzNDMjcxLjMzNyAzMzEuNTA1IDI2OC4wODUgMzI4LjQyNyAyNjUuNDc0IDMyNC41ODJMMTY1LjM4OCAxNTIuMTgzTDE2NS41MzMgMTUxLjkzM0wyMTMuMDM5IDY5LjgwOTdINDYyLjUxNkw0NjIuMDgyIDcwLjU1OTdMMzE1LjQ5NyAzMjQuMDQxQzMwOS43NiAzMzIuNjU3IDMwMC4zMTQgMzM3Ljc4NSAyOTAuMjExIDMzNy43ODVaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOTAuMzUgMTMwLjAxN0gxMDAwLjI0Vjk2LjkyMUgyOTAuMzVWMTMwLjAxN1oiIGZpbGw9IndoaXRlIi8+CjxtYXNrIGlkPSJtYXNrMTAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjgxMiIgeT0iOTYiIHdpZHRoPSIxODkiIGhlaWdodD0iMzUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTgxMi41NjQgOTYuOTIxSDEwMDAuMjRWMTMwLjAxN0g4MTIuNTY0Vjk2LjkyMVoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMTApIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04NDAuMzYxIC0xNDMuODgyQzgzNS44NiAtMTQzLjQ1NiA4MzEuNzIgLTE0Mi4xNzUgODI4LjA1NSAtMTQwLjA3M0M4MTkuMDQyIC0xMzQuODU1IDgxMy40ODkgLTEyNS4xNjYgODEzLjU2NSAtMTE0Ljc4OEM4MTMuNTY1IC0xMTAuMjQ0IDgxNC41ODUgLTEwNS44NDggODE2LjU5NSAtMTAxLjcxN0w5NjIuMTQ2IDE1MS4xOUwxMDA5LjA3IDcwLjA2NzJMMTA4NS45MyAtNjIuNzE1OEwxMDM5LjA0IC0xNDMuODgySDg0MC4zNjFaTTk2Mi4xNDQgMTUzLjE5TDk2MS43MTEgMTUyLjQzOUw4MTUuNzEzIC0xMDEuMjQ5QzgxMy42MTggLTEwNS41NDggODEyLjU2NSAtMTEwLjA5MSA4MTIuNTY1IC0xMTQuNzg0QzgxMi40ODYgLTEyNS41MTcgODE4LjIzIC0xMzUuNTQgODI3LjU1NiAtMTQwLjk0QzgzMS4zNTQgLTE0My4xMTcgODM1LjYzOCAtMTQ0LjQ0MyA4NDAuMjkxIC0xNDQuODhMODQwLjMzOCAtMTQ0Ljg4MkgxMDM5LjYyTDEwODcuMDggLTYyLjcxNThMMTA4Ni45NCAtNjIuNDY1OEwxMDA5Ljk0IDcwLjU2NzJMOTYyLjE0NCAxNTMuMTlaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2sxMSIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iOTYxIiB5PSI5NiIgd2lkdGg9IjQwIiBoZWlnaHQ9IjM1Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NjEuNTYzIDk2LjkyMUgxMDAwLjI0VjEzMC4wMTdIOTYxLjU2M1Y5Ni45MjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazExKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTYyLjcxOSAxNTIuMTgzTDEwNjIuNDkgMzI0LjA1QzEwNjUgMzI3Ljc0MiAxMDY4LjE1IDMzMC43MTggMTA3MS44MiAzMzIuODY2QzEwNzYuMjYgMzM1LjQyOSAxMDgxLjMgMzM2Ljc4NSAxMDg2LjM5IDMzNi43ODVDMTA5Ni4xNSAzMzYuNzg1IDExMDUuMjkgMzMxLjgyNCAxMTEwLjgyIDMyMy41MTRMMTI1Ni45NiA3MC44MDk3SDEwMDkuNzlMOTYyLjcxOSAxNTIuMTgzWk0xMDg2LjM5IDMzNy43ODVDMTA4MS4xMiAzMzcuNzg1IDEwNzUuOTEgMzM2LjM4MiAxMDcxLjMyIDMzMy43M0MxMDY3LjUxIDMzMS41MDUgMTA2NC4yNiAzMjguNDI4IDEwNjEuNjUgMzI0LjU4Mkw5NjEuNTYzIDE1Mi4xODNMOTYxLjcwOCAxNTEuOTMzTDEwMDkuMjEgNjkuODA5N0gxMjU4LjY5TDEyNTguMjYgNzAuNTU5N0wxMTExLjY3IDMyNC4wNDFDMTEwNS45NCAzMzIuNjU3IDEwOTYuNDkgMzM3Ljc4NSAxMDg2LjM5IDMzNy43ODVaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2sxMiIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMjkwIiB5PSI5NiIgd2lkdGg9IjEiIGhlaWdodD0iMzUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5MC4zNSA5Ni45MjFIMjkwLjkwN1YxMzAuMDE3SDI5MC4zNVY5Ni45MjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazEyKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDQuMTg2IC0xNDMuODgyQzM5LjY4NSAtMTQzLjQ1NiAzNS41NDUgLTE0Mi4xNzUgMzEuODggLTE0MC4wNzNDMjIuODY3IC0xMzQuODU1IDE3LjMxNCAtMTI1LjE2NiAxNy4zOSAtMTE0Ljc4OEMxNy4zOSAtMTEwLjI0NCAxOC40MSAtMTA1Ljg0OCAyMC40MiAtMTAxLjcxN0wxNjUuOTcxIDE1MS4xOUwyMTIuODk5IDcwLjA2NzJMMjg5Ljc1MSAtNjIuNzE1OEwyNDIuODY3IC0xNDMuODgySDQ0LjE4NlpNMTY1Ljk2OSAxNTMuMTlMMTY1LjUzNiAxNTIuNDM5TDE5LjUzOCAtMTAxLjI0OUMxNy40NDMgLTEwNS41NDggMTYuMzkgLTExMC4wOTEgMTYuMzkgLTExNC43ODRDMTYuMzExIC0xMjUuNTE3IDIyLjA1NSAtMTM1LjU0IDMxLjM4MSAtMTQwLjk0QzM1LjE3OSAtMTQzLjExNyAzOS40NjMgLTE0NC40NDQgNDQuMTE2IC0xNDQuODhMNDQuMTYzIC0xNDQuODgySDI0My40NDRMMjkwLjkwNyAtNjIuNzE1OEwyOTAuNzYyIC02Mi40NjU4TDIxMy43NjUgNzAuNTY3MkwxNjUuOTY5IDE1My4xOVoiIGZpbGw9IiMwMEExOTQiLz4KPC9nPgo8bWFzayBpZD0ibWFzazEzIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyOTAiIHk9Ijk2IiB3aWR0aD0iMTczIiBoZWlnaHQ9IjM1Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOTAuMzUgOTYuOTIxSDQ2Mi41MTZWMTMwLjAxN0gyOTAuMzVWOTYuOTIxWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2sxMykiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2Ni41NDQgMTUyLjE4M0wyNjYuMzIgMzI0LjA1QzI2OC44MjcgMzI3Ljc0MiAyNzEuOTcyIDMzMC43MTcgMjc1LjY0NiAzMzIuODY2QzI4MC4wODcgMzM1LjQyOSAyODUuMTI1IDMzNi43ODUgMjkwLjIxMSAzMzYuNzg1QzI5OS45NzkgMzM2Ljc4NSAzMDkuMTE0IDMzMS44MjQgMzE0LjY0OCAzMjMuNTE0TDQ2MC43ODIgNzAuODA5N0gyMTMuNjE2TDE2Ni41NDQgMTUyLjE4M1pNMjkwLjIxMSAzMzcuNzg1QzI4NC45NDkgMzM3Ljc4NSAyNzkuNzM5IDMzNi4zODIgMjc1LjE0NCAzMzMuNzNDMjcxLjMzNyAzMzEuNTA1IDI2OC4wODUgMzI4LjQyNyAyNjUuNDc0IDMyNC41ODJMMTY1LjM4OCAxNTIuMTgzTDE2NS41MzMgMTUxLjkzM0wyMTMuMDM5IDY5LjgwOTdINDYyLjUxNkw0NjIuMDgyIDcwLjU1OTdMMzE1LjQ5NyAzMjQuMDQxQzMwOS43NiAzMzIuNjU3IDMwMC4zMTQgMzM3Ljc4NSAyOTAuMjExIDMzNy43ODVaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2sxNCIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iNjg3IiB5PSI5NiIgd2lkdGg9IjI3NiIgaGVpZ2h0PSIzNSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNjg3Ljg4IDk2LjkyMUg5NjIuMzk4VjEzMC4wMTdINjg3Ljg4Vjk2LjkyMVoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMTQpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03MzUuOTIgMTg4LjgzOUg5MzQuNjAxQzkzOS4xMDIgMTg4LjQxMyA5NDMuMjQxIDE4Ny4xMzIgOTQ2LjkwNyAxODUuMDMxQzk1NS45MiAxNzkuODE0IDk2MS40NzMgMTcwLjEyNCA5NjEuMzk3IDE1OS43NDZDOTYxLjM5NyAxNTUuMjAxIDk2MC4zNzggMTUwLjgwNSA5NTguMzY3IDE0Ni42NzVMODEyLjgxNiAtMTA2LjIzMkw3NjUuODg3IC0yNS4xMTAxTDY4OS4wMzYgMTA3LjY3NEw3MzUuOTIgMTg4LjgzOVpNOTM0LjY0OCAxODkuODM5SDczNS4zNDNMNjg3Ljg4IDEwNy42NzRMNjg4LjAyNSAxMDcuNDI0TDc2NS4wMjIgLTI1LjYxMDFMODEyLjgxOCAtMTA4LjIzMkw4MTMuMjUxIC0xMDcuNDgxTDk1OS4yNSAxNDYuMjA3Qzk2MS4zNDQgMTUwLjUwNSA5NjIuMzk3IDE1NS4wNDggOTYyLjM5NyAxNTkuNzQyQzk2Mi40NzYgMTcwLjQ3NiA5NTYuNzMyIDE4MC40OTkgOTQ3LjQwNiAxODUuODk4Qzk0My42MDggMTg4LjA3NSA5MzkuMzI0IDE4OS40MDEgOTM0LjY3MSAxODkuODM3TDkzNC42NDggMTg5LjgzOVoiIGZpbGw9IiMwMEExOTQiLz4KPC9nPgo8bWFzayBpZD0ibWFzazE1IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI0MTQiIHk9Ijk2IiB3aWR0aD0iMzIzIiBoZWlnaHQ9IjM1Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MTQuNDc3IDk2LjkyMUg3MzYuNTEyVjEzMC4wMTdINDE0LjQ3N1Y5Ni45MjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazE1KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTE3LjQzNyAtMjQuODYwM0w0MTguMzU5IDE0Ny4zMUM0MTYuNDUzIDE1MS4zNDcgNDE1LjQ3NyAxNTUuNTQyIDQxNS40NzcgMTU5Ljc0M0M0MTUuNDc3IDE3NS4wODUgNDI3LjU4MiAxODcuODY3IDQ0My4wMzYgMTg4Ljg0TDczNC43NzggMTg4LjgzOUw2MTEuMjA2IC0yNC44NjAzSDUxNy40MzdaTTczNi41MTIgMTg5LjgzOUg0NDMuMDA1QzQyNi45OTQgMTg4LjgzMSA0MTQuNDc3IDE3NS42MTIgNDE0LjQ3NyAxNTkuNzQzQzQxNC40NzcgMTU1LjM5MyA0MTUuNDg1IDE1MS4wNTQgNDE3LjQ3MyAxNDYuODQ3TDUxNi44NTkgLTI1Ljg2MDNINjExLjc4M0w2MTEuOTI3IC0yNS42MTAzTDczNi41MTIgMTg5LjgzOVoiIGZpbGw9IiMwMEExOTQiLz4KPC9nPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5MC4zNDcgMTMwLjAxN0gyOTAuMzUxVjk2LjkyMUgyOTAuMzQ3VjEzMC4wMTdaIiBmaWxsPSJ3aGl0ZSIvPgo8bWFzayBpZD0ibWFzazE2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyOTAiIHk9Ijk2IiB3aWR0aD0iMSIgaGVpZ2h0PSIzNSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjkwLjM0NyA5Ni45MjFIMjkwLjM1MVYxMzAuMDE3SDI5MC4zNDdWOTYuOTIxWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2sxNikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ0LjE4NjIgLTE0My44ODJDMzkuNjg1MiAtMTQzLjQ1NiAzNS41NDUyIC0xNDIuMTc1IDMxLjg4MDIgLTE0MC4wNzNDMjIuODY3MiAtMTM0Ljg1NSAxNy4zMTQyIC0xMjUuMTY2IDE3LjM5MDIgLTExNC43ODhDMTcuMzkwMiAtMTEwLjI0NCAxOC40MTAyIC0xMDUuODQ4IDIwLjQyMDIgLTEwMS43MTdMMTY1Ljk3MSAxNTEuMTlMMjEyLjg5OSA3MC4wNjcyTDI4OS43NTEgLTYyLjcxNThMMjQyLjg2NyAtMTQzLjg4Mkg0NC4xODYyWk0xNjUuOTY5IDE1My4xOUwxNjUuNTM2IDE1Mi40MzlMMTkuNTM4MiAtMTAxLjI0OUMxNy40NDMyIC0xMDUuNTQ4IDE2LjM5MDIgLTExMC4wOTEgMTYuMzkwMiAtMTE0Ljc4NEMxNi4zMTEyIC0xMjUuNTE3IDIyLjA1NTIgLTEzNS41NCAzMS4zODEyIC0xNDAuOTRDMzUuMTc5MiAtMTQzLjExNyAzOS40NjMyIC0xNDQuNDQ0IDQ0LjExNjIgLTE0NC44OEw0NC4xNjMyIC0xNDQuODgySDI0My40NDRMMjkwLjkwNyAtNjIuNzE1OEwyOTAuNzYyIC02Mi40NjU4TDIxMy43NjUgNzAuNTY3MkwxNjUuOTY5IDE1My4xOVoiIGZpbGw9IiMwMEExOTQiLz4KPC9nPgo8bWFzayBpZD0ibWFzazE3IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyOTAiIHk9Ijk2IiB3aWR0aD0iMSIgaGVpZ2h0PSIzNSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjkwLjM0NyA5Ni45MjFIMjkwLjM1MVYxMzAuMDE3SDI5MC4zNDdWOTYuOTIxWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2sxNykiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2Ni41NDQgMTUyLjE4M0wyNjYuMzIgMzI0LjA1QzI2OC44MjcgMzI3Ljc0MiAyNzEuOTcyIDMzMC43MTcgMjc1LjY0NiAzMzIuODY2QzI4MC4wODcgMzM1LjQyOSAyODUuMTI1IDMzNi43ODUgMjkwLjIxMSAzMzYuNzg1QzI5OS45NzkgMzM2Ljc4NSAzMDkuMTE0IDMzMS44MjQgMzE0LjY0OCAzMjMuNTE0TDQ2MC43ODIgNzAuODA5N0gyMTMuNjE2TDE2Ni41NDQgMTUyLjE4M1pNMjkwLjIxMSAzMzcuNzg1QzI4NC45NDkgMzM3Ljc4NSAyNzkuNzM5IDMzNi4zODIgMjc1LjE0NCAzMzMuNzNDMjcxLjMzNyAzMzEuNTA1IDI2OC4wODUgMzI4LjQyNyAyNjUuNDc0IDMyNC41ODJMMTY1LjM4OCAxNTIuMTgzTDE2NS41MzMgMTUxLjkzM0wyMTMuMDM5IDY5LjgwOTdINDYyLjUxNkw0NjIuMDgyIDcwLjU1OTdMMzE1LjQ5NyAzMjQuMDQxQzMwOS43NiAzMzIuNjU3IDMwMC4zMTQgMzM3Ljc4NSAyOTAuMjExIDMzNy43ODVaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjIzNjA4NCA5Ni45MjJIMjkwLjM0NlYwLjAxNzk5NzdIMC4yMzYwODRWOTYuOTIyWiIgZmlsbD0id2hpdGUiLz4KPG1hc2sgaWQ9Im1hc2sxOCIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTYiIHk9IjAiIHdpZHRoPSIyNzUiIGhlaWdodD0iOTciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2LjM4OTIgMC4wMTc5OTc3SDI5MC4zNDZWOTYuOTIySDE2LjM4OTJWMC4wMTc5OTc3WiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2sxOCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ0LjE4NiAtMTQzLjg4MkMzOS42ODUgLTE0My40NTYgMzUuNTQ1IC0xNDIuMTc1IDMxLjg4IC0xNDAuMDczQzIyLjg2NyAtMTM0Ljg1NSAxNy4zMTQgLTEyNS4xNjYgMTcuMzkgLTExNC43ODhDMTcuMzkgLTExMC4yNDQgMTguNDEgLTEwNS44NDggMjAuNDIgLTEwMS43MTdMMTY1Ljk3MSAxNTEuMTlMMjEyLjg5OSA3MC4wNjcyTDI4OS43NTEgLTYyLjcxNThMMjQyLjg2NyAtMTQzLjg4Mkg0NC4xODZaTTE2NS45NjkgMTUzLjE5TDE2NS41MzYgMTUyLjQzOUwxOS41MzggLTEwMS4yNDlDMTcuNDQzIC0xMDUuNTQ4IDE2LjM5IC0xMTAuMDkxIDE2LjM5IC0xMTQuNzg0QzE2LjMxMSAtMTI1LjUxNyAyMi4wNTUgLTEzNS41NCAzMS4zODEgLTE0MC45NEMzNS4xNzkgLTE0My4xMTcgMzkuNDYzIC0xNDQuNDQ0IDQ0LjExNiAtMTQ0Ljg4TDQ0LjE2MyAtMTQ0Ljg4MkgyNDMuNDQ0TDI5MC45MDcgLTYyLjcxNThMMjkwLjc2MiAtNjIuNDY1OEwyMTMuNzY1IDcwLjU2NzJMMTY1Ljk2OSAxNTMuMTlaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2sxOSIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMjQyIiB5PSIwIiB3aWR0aD0iNDkiIGhlaWdodD0iNzEiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI0Mi4yNzUgMC4wMTc5OTc3SDI5MC4zNDZWNzAuODE3NEgyNDIuMjc1VjAuMDE3OTk3N1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMTkpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNjcuNTgxIDY5LjgxNzRINDYxLjM1TDU2MC40MjggLTEwMi4zNTJDNTYyLjMzNCAtMTA2LjM4OCA1NjMuMzEgLTExMC41ODMgNTYzLjMxIC0xMTQuNzg1QzU2My4zMSAtMTMwLjEyNyA1NTEuMjA1IC0xNDIuOTA5IDUzNS43NTEgLTE0My44ODNMMjQ0LjAwOSAtMTQzLjg4MkwzNjcuNTgxIDY5LjgxNzRaTTQ2MS45MjggNzAuODE3NEgzNjcuMDA0TDM2Ni44NiA3MC41Njc0TDI0Mi4yNzUgLTE0NC44ODJINTM1Ljc4MkM1NTEuNzkzIC0xNDMuODczIDU2NC4zMSAtMTMwLjY1NCA1NjQuMzEgLTExNC43ODVDNTY0LjMxIC0xMTAuNDM0IDU2My4zMDIgLTEwNi4wOTYgNTYxLjMxNCAtMTAxLjg4OUw0NjEuOTI4IDcwLjgxNzRaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2syMCIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTY1IiB5PSI2OSIgd2lkdGg9IjEyNiIgaGVpZ2h0PSIyOCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTY1LjM4OCA2OS44MDk3SDI5MC4zNDZWOTYuOTIySDE2NS4zODhWNjkuODA5N1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMjApIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjYuNTQ0IDE1Mi4xODNMMjY2LjMyIDMyNC4wNUMyNjguODI3IDMyNy43NDIgMjcxLjk3MiAzMzAuNzE3IDI3NS42NDYgMzMyLjg2NkMyODAuMDg3IDMzNS40MjkgMjg1LjEyNSAzMzYuNzg1IDI5MC4yMTEgMzM2Ljc4NUMyOTkuOTc5IDMzNi43ODUgMzA5LjExNCAzMzEuODI0IDMxNC42NDggMzIzLjUxNEw0NjAuNzgyIDcwLjgwOTdIMjEzLjYxNkwxNjYuNTQ0IDE1Mi4xODNaTTI5MC4yMTEgMzM3Ljc4NUMyODQuOTQ5IDMzNy43ODUgMjc5LjczOSAzMzYuMzgyIDI3NS4xNDQgMzMzLjczQzI3MS4zMzcgMzMxLjUwNSAyNjguMDg1IDMyOC40MjcgMjY1LjQ3NCAzMjQuNTgyTDE2NS4zODggMTUyLjE4M0wxNjUuNTMzIDE1MS45MzNMMjEzLjAzOSA2OS44MDk3SDQ2Mi41MTZMNDYyLjA4MiA3MC41NTk3TDMxNS40OTcgMzI0LjA0MUMzMDkuNzYgMzMyLjY1NyAzMDAuMzE0IDMzNy43ODUgMjkwLjIxMSAzMzcuNzg1WiIgZmlsbD0iIzAwQTE5NCIvPgo8L2c+CjxtYXNrIGlkPSJtYXNrMjEiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNjciIGhlaWdodD0iOTciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMjM2MDg0IDAuMDE3OTk3N0gxNjYuMjIzVjk2LjkyMkgwLjIzNjA4NFYwLjAxNzk5NzdaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazIxKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTYwLjI1NDkgMTg4Ljg3N0gxMzguNDI2QzE0Mi45MjUgMTg4LjQ1MyAxNDcuMDY1IDE4Ny4xNzIgMTUwLjczMiAxODUuMDY5QzE1OS43NDUgMTc5Ljg1MSAxNjUuMjk4IDE3MC4xNjIgMTY1LjIyMiAxNTkuNzg0QzE2NS4yMjIgMTU1LjIzOCAxNjQuMjAzIDE1MC44NDIgMTYyLjE5MiAxNDYuNzEzTDE2LjY0MTEgLTEwNi4xOTRMLTMwLjI4NjkgLTI1LjA3MUwtMTA3LjEzOSAxMDcuNzEyTC02MC4yNTQ5IDE4OC44NzdaTTEzOC40NzMgMTg5Ljg3N0gtNjAuODMxOUwtMTA4LjI5NSAxMDcuNzEyTC0xMDguMTUgMTA3LjQ2MkwtMzEuMTUxOSAtMjUuNTcxTDE2LjY0MzEgLTEwOC4xOTRMMTcuMDc2MSAtMTA3LjQ0M0wxNjMuMDc1IDE0Ni4yNDVDMTY1LjE2OSAxNTAuNTQyIDE2Ni4yMjIgMTU1LjA4NSAxNjYuMjIyIDE1OS43OEMxNjYuMzAxIDE3MC41MTMgMTYwLjU1NyAxODAuNTM2IDE1MS4yMzEgMTg1LjkzNkMxNDcuNDMxIDE4OC4xMTQgMTQzLjE0NyAxODkuNDM5IDEzOC40OTYgMTg5Ljg3NUwxMzguNDczIDE4OS44NzdaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjIzNjA4NCAxMzAuMDE3SDI5MC4zNDZWOTYuOTIxSDAuMjM2MDg0VjEzMC4wMTdaIiBmaWxsPSJ3aGl0ZSIvPgo8bWFzayBpZD0ibWFzazIyIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxNiIgeT0iOTYiIHdpZHRoPSIyNzUiIGhlaWdodD0iMzUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2LjM4OTIgOTYuOTIxSDI5MC4zNDZWMTMwLjAxN0gxNi4zODkyVjk2LjkyMVoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMjIpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NC4xODYgLTE0My44ODJDMzkuNjg1IC0xNDMuNDU2IDM1LjU0NSAtMTQyLjE3NSAzMS44OCAtMTQwLjA3M0MyMi44NjcgLTEzNC44NTUgMTcuMzE0IC0xMjUuMTY2IDE3LjM5IC0xMTQuNzg4QzE3LjM5IC0xMTAuMjQ0IDE4LjQxIC0xMDUuODQ4IDIwLjQyIC0xMDEuNzE3TDE2NS45NzEgMTUxLjE5TDIxMi44OTkgNzAuMDY3MkwyODkuNzUxIC02Mi43MTU4TDI0Mi44NjcgLTE0My44ODJINDQuMTg2Wk0xNjUuOTY5IDE1My4xOUwxNjUuNTM2IDE1Mi40MzlMMTkuNTM4IC0xMDEuMjQ5QzE3LjQ0MyAtMTA1LjU0OCAxNi4zOSAtMTEwLjA5MSAxNi4zOSAtMTE0Ljc4NEMxNi4zMTEgLTEyNS41MTcgMjIuMDU1IC0xMzUuNTQgMzEuMzgxIC0xNDAuOTRDMzUuMTc5IC0xNDMuMTE3IDM5LjQ2MyAtMTQ0LjQ0NCA0NC4xMTYgLTE0NC44OEw0NC4xNjMgLTE0NC44ODJIMjQzLjQ0NEwyOTAuOTA3IC02Mi43MTU4TDI5MC43NjIgLTYyLjQ2NThMMjEzLjc2NSA3MC41NjcyTDE2NS45NjkgMTUzLjE5WiIgZmlsbD0iIzAwQTE5NCIvPgo8L2c+CjxtYXNrIGlkPSJtYXNrMjMiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjE2NSIgeT0iOTYiIHdpZHRoPSIxMjYiIGhlaWdodD0iMzUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2NS4zODggOTYuOTIxSDI5MC4zNDZWMTMwLjAxN0gxNjUuMzg4Vjk2LjkyMVoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMjMpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjYuNTQ0IDE1Mi4xODNMMjY2LjMyIDMyNC4wNUMyNjguODI3IDMyNy43NDIgMjcxLjk3MiAzMzAuNzE3IDI3NS42NDYgMzMyLjg2NkMyODAuMDg3IDMzNS40MjkgMjg1LjEyNSAzMzYuNzg1IDI5MC4yMTEgMzM2Ljc4NUMyOTkuOTc5IDMzNi43ODUgMzA5LjExNCAzMzEuODI0IDMxNC42NDggMzIzLjUxNEw0NjAuNzgyIDcwLjgwOTdIMjEzLjYxNkwxNjYuNTQ0IDE1Mi4xODNaTTI5MC4yMTEgMzM3Ljc4NUMyODQuOTQ5IDMzNy43ODUgMjc5LjczOSAzMzYuMzgyIDI3NS4xNDQgMzMzLjczQzI3MS4zMzcgMzMxLjUwNSAyNjguMDg1IDMyOC40MjcgMjY1LjQ3NCAzMjQuNTgyTDE2NS4zODggMTUyLjE4M0wxNjUuNTMzIDE1MS45MzNMMjEzLjAzOSA2OS44MDk3SDQ2Mi41MTZMNDYyLjA4MiA3MC41NTk3TDMxNS40OTcgMzI0LjA0MUMzMDkuNzYgMzMyLjY1NyAzMDAuMzE0IDMzNy43ODUgMjkwLjIxMSAzMzcuNzg1WiIgZmlsbD0iIzAwQTE5NCIvPgo8L2c+CjxtYXNrIGlkPSJtYXNrMjQiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9Ijk2IiB3aWR0aD0iMTY3IiBoZWlnaHQ9IjM1Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjIzNjA4NCA5Ni45MjFIMTY2LjIyM1YxMzAuMDE3SDAuMjM2MDg0Vjk2LjkyMVoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMjQpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tNjAuMjU0OSAxODguODM5SDEzOC40MjZDMTQyLjkyNyAxODguNDEzIDE0Ny4wNjcgMTg3LjEzMiAxNTAuNzMyIDE4NS4wMzFDMTU5Ljc0NSAxNzkuODEzIDE2NS4yOTggMTcwLjEyNCAxNjUuMjIyIDE1OS43NDZDMTY1LjIyMiAxNTUuMiAxNjQuMjAzIDE1MC44MDQgMTYyLjE5MiAxNDYuNjc1TDE2LjY0MTEgLTEwNi4yMzJMLTMwLjI4NjkgLTI1LjExMDFMLTEwNy4xMzkgMTA3LjY3NEwtNjAuMjU0OSAxODguODM5Wk0xMzguNDczIDE4OS44MzlILTYwLjgzMTlMLTEwOC4yOTUgMTA3LjY3NEwtMTA4LjE1IDEwNy40MjRMLTMxLjE1MTkgLTI1LjYxMDFMMTYuNjQzMSAtMTA4LjIzMkwxNy4wNzYxIC0xMDcuNDgxTDE2My4wNzUgMTQ2LjIwN0MxNjUuMTY5IDE1MC41MDQgMTY2LjIyMiAxNTUuMDQ3IDE2Ni4yMjIgMTU5Ljc0MkMxNjYuMzAxIDE3MC40NzUgMTYwLjU1NyAxODAuNDk4IDE1MS4yMzEgMTg1Ljg5OEMxNDcuNDMzIDE4OC4wNzUgMTQzLjE0OSAxODkuNDAxIDEzOC40OTYgMTg5LjgzN0wxMzguNDczIDE4OS44MzlaIiBmaWxsPSIjMDBBMTk0Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-size: cover; }
  fieldset.search-bar .search-bar-simple {
    width: 38%;
    margin: 0 auto;
    background: white; }
  fieldset.search-bar .input-group-inset-item-after {
    order: 1;
    border: none; }
  fieldset.search-bar .input-group-inset-item-after {
    order: 1;
    border: none; }
  fieldset.search-bar .input-group-item .input-group-inset-after.form-control {
    border: none; }
  fieldset.search-bar .input-group-inset-item {
    background-color: transparent;
    border-radius: 0; }
  fieldset.search-bar .form-control {
    padding: 1rem 0;
    height: auto;
    color: #003641 !important; }
  fieldset.search-bar .input-group-inset:focus ~ .input-group-inset-item {
    background: transparent;
    border: none; }

.portlet-search-results .search-total-label {
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0;
  margin-top: 64px; }

.portlet-search-results .list-group-notification .list-group-item {
  box-shadow: none;
  padding: 40px 0;
  border-bottom: 2px solid #eaeaea; }
  .portlet-search-results .list-group-notification .list-group-item h4,
  .portlet-search-results .list-group-notification .list-group-item h4 a {
    font-size: 1.5rem;
    color: #333; }
  .portlet-search-results .list-group-notification .list-group-item::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyMSAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjEiIGhlaWdodD0iMjciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMC4xNTY4NkgyMC45OTk5VjI2LjYwODdIMFYwLjE1Njg2WiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkuNjQ4NyAyNS4yODY0TDEuMzExNTQgMjUuMjU3NFYxLjQ3ODIxSDEzLjc3NDFWNi43ODQ5MUMxMy43NzQxIDYuOTYwMjMgMTMuODQzMSA3LjEyODMgMTMuOTY2MSA3LjI1MjIzQzE0LjA4OTEgNy4zNzYxNiAxNC4yNTU5IDcuNDQ1NjggMTQuNDI5OSA3LjQ0NTY4SDE0LjQzMTFMMTkuNjg3MSA3LjQzNzIyTDE5LjY0ODcgMjUuMjg2NFpNMjAuODA4NSA2LjMwODUzQzIwLjY4NTUgNi4xODQ2IDIwLjUxODEgNi4xMTUwOCAyMC4zNDQxIDYuMTE1MDhIMjAuMzQyOUwxNS4wODU3IDYuMTIzNTRWMC44MTc0NDVDMTUuMDg1NyAwLjQ1MjMgMTQuNzkxNyAwLjE1NjY3NyAxNC40Mjk5IDAuMTU2Njc3SDAuNjU1NzM5QzAuMjkzMzM5IDAuMTU2Njc3IC02LjEwMzUyZS0wNSAwLjQ1MjMgLTYuMTAzNTJlLTA1IDAuODE3NDQ1VjI1LjkxN0MtNi4xMDM1MmUtMDUgMjYuMjgxNSAwLjI5MjczOSAyNi41NzcxIDAuNjU0NTM5IDI2LjU3NzdMMjAuMzAxNSAyNi42MDkySDIwLjMwMjdDMjAuNjYzOSAyNi42MDkyIDIwLjk1NzkgMjYuMzE0MSAyMC45NTg1IDI1Ljk0OTZMMjAuOTk5OSA2Ljc3NzA1QzIxLjAwMDUgNi42MDExMyAyMC45MzE1IDYuNDMyNDYgMjAuODA4NSA2LjMwODUzWiIgZmlsbD0iI0M1QzVDNSIvPgo8L2c+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTguMTU0MyAyLjk0MzM0TDE5LjAzOTkgNC4yNzY3N0gxOC4xNDg1TDE4LjE1NDMgMi45NDMzNFpNMTcuNTcyNCA2LjAwODczSDIwLjQyNzJDMjAuNjU4NyA2LjAwODczIDIwLjg2ODIgNS43OTcxOCAyMC45NTY3IDUuNDcyMzRDMjEuMDQ1MiA1LjE0OTA5IDIwLjk5NTUgNC43NzU5MiAyMC44MzA1IDQuNTI4NzJMMTcuOTk0IDAuMjYwNjI1QzE3LjgzMTIgMC4wMTUwMTM2IDE3LjU4NjEgLTAuMDU4NjY5OSAxNy4zNzI5IDAuMDczNjQzNEMxNy4xNTk3IDAuMjA2NzQ5IDE3LjAxOTkgMC41MjA0OTggMTcuMDE4MyAwLjg2OTEwOEwxNyA1LjEzNzJDMTYuOTk5IDUuMzY3NzYgMTcuMDU4NyA1LjU4ODgxIDE3LjE2NiA1Ljc1MjgyQzE3LjI3MzQgNS45MTYwMyAxNy40MiA2LjAwODczIDE3LjU3MjQgNi4wMDg3M1oiIGZpbGw9IiNDNUM1QzUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDEwLjUwODdDNCAxMC43ODUgNC4yODY4NyAxMS4wMDg3IDQuNjQxNzkgMTEuMDA4N0gxNi4zNTg4QzE2LjcxMzEgMTEuMDA4NyAxNyAxMC43ODUgMTcgMTAuNTA4N0MxNyAxMC4yMzI0IDE2LjcxMzEgMTAuMDA4NyAxNi4zNTg4IDEwLjAwODdINC42NDE3OUM0LjI4Njg3IDEwLjAwODcgNCAxMC4yMzI0IDQgMTAuNTA4N1oiIGZpbGw9IiNDNUM1QzUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4zNTg4IDE0LjAwODdINC42NDEyQzQuMjg2ODcgMTQuMDA4NyA0IDE0LjIzMjQgNCAxNC41MDg3QzQgMTQuNzg0NiA0LjI4Njg3IDE1LjAwODcgNC42NDEyIDE1LjAwODdIMTYuMzU4OEMxNi43MTMxIDE1LjAwODcgMTcgMTQuNzg0NiAxNyAxNC41MDg3QzE3IDE0LjIzMjQgMTYuNzEzMSAxNC4wMDg3IDE2LjM1ODggMTQuMDA4N1oiIGZpbGw9IiNDNUM1QzUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4zNTg4IDIwLjAwODdINC42NDEyQzQuMjg2ODcgMjAuMDA4NyA0IDIwLjIzMjQgNCAyMC41MDg3QzQgMjAuNzg0NiA0LjI4Njg3IDIxLjAwODcgNC42NDEyIDIxLjAwODdIMTYuMzU4OEMxNi43MTMxIDIxLjAwODcgMTcgMjAuNzg0NiAxNyAyMC41MDg3QzE3IDIwLjIzMjQgMTYuNzEzMSAyMC4wMDg3IDE2LjM1ODggMjAuMDA4N1oiIGZpbGw9IiNDNUM1QzUiLz4KPC9zdmc+Cg==");
    margin-right: 21px;
    padding: 8px 0; }
  .portlet-search-results .list-group-notification .list-group-item h6.text-default:not(.search-document-content) {
    color: #c5c5c5;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.5rem; }
  .portlet-search-results .list-group-notification .list-group-item h6.search-document-content {
    color: #8c8c8c;
    font-size: 0.75rem; }
  .portlet-search-results .list-group-notification .list-group-item:hover h4 a {
    color: #00a091;
    text-decoration: none; }
  .portlet-search-results .list-group-notification .list-group-item:hover::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyMSAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjEiIGhlaWdodD0iMjciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMDAwMzA1MTc2IDBIMjFWMjYuMjUyN0gwLjAwMDMwNTE3NlYwWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkuNjQ4MyAyNC45NDA3TDEuMzExMzEgMjQuOTExN1YxLjMxMTY5SDEzLjc3NDNWNi41Nzg3QzEzLjc3NDMgNi43NTI3IDEzLjg0MzMgNi45MTk2OSAxMy45NjYzIDcuMDQyN0MxNC4wODkzIDcuMTY0NjkgMTQuMjU1MyA3LjIzMzcgMTQuNDI5MyA3LjIzMzdIMTQuNDMwM0wxOS42ODczIDcuMjI1NjlMMTkuNjQ4MyAyNC45NDA3Wk0yMC44MDgzIDYuMTA1NjlDMjAuNjg1MyA1Ljk4MjY5IDIwLjUxODMgNS45MTM2OSAyMC4zNDQzIDUuOTEzNjlIMjAuMzQzM0wxNS4wODYzIDUuOTIxNjlWMC42NTU2OTVDMTUuMDg2MyAwLjI5MzY5NSAxNC43OTIzIC0wLjAwMDMwNTE3NiAxNC40MjkzIC0wLjAwMDMwNTE3NkgwLjY1NjMwNUMwLjI5NDMwNSAtMC4wMDAzMDUxNzYgMC4wMDAzMDUxNzYgMC4yOTM2OTUgMC4wMDAzMDUxNzYgMC42NTU2OTVWMjUuNTY2N0MwLjAwMDMwNTE3NiAyNS45Mjg3IDAuMjkzMzA1IDI2LjIyMTcgMC42NTUzMDUgMjYuMjIyN0wyMC4zMDEzIDI2LjI1MjdIMjAuMzAyM0MyMC42NjQzIDI2LjI1MjcgMjAuOTU4MyAyNS45NjA3IDIwLjk1OTMgMjUuNTk4N0wyMS4wMDAzIDYuNTY5NjlDMjEuMDAxMyA2LjM5NTcgMjAuOTMxMyA2LjIyODY5IDIwLjgwODMgNi4xMDU2OVoiIGZpbGw9IiMwNUFFOUUiLz4KPC9nPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjcxNDcgMi4yNjE5OUwxOC43MzA3IDMuMjcxOTlIMTcuNzA4N0wxNy43MTQ3IDIuMjYxOTlaTTE3LjA0ODcgNC41ODI5OUgyMC4zMTg3QzIwLjU4NDcgNC41ODI5OSAyMC44MjM3IDQuNDIyOTkgMjAuOTI1NyA0LjE3Nzk5QzIxLjAyNjcgMy45MzE5OSAyMC45Njk3IDMuNjQ5OTkgMjAuNzgxNyAzLjQ2Mjk5TDE3LjUzMTcgMC4yMjk5ODlDMTcuMzQ0NyAwLjA0Mzk4ODkgMTcuMDY0NyAtMC4wMTEwMTExIDE2LjgxOTcgMC4wODg5ODg5QzE2LjU3NTcgMC4xODk5ODkgMTYuNDE1NyAwLjQyNjk4OSAxNi40MTM3IDAuNjkwOTg5TDE2LjM5MjcgMy45MjI5OUMxNi4zOTE3IDQuMDk3OTkgMTYuNDU5NyA0LjI2NDk5IDE2LjU4MjcgNC4zODg5OUMxNi43MDY3IDQuNTEyOTkgMTYuODczNyA0LjU4Mjk5IDE3LjA0ODcgNC41ODI5OVoiIGZpbGw9IiMwNUFFOUUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjQ3NTE5IDEwLjQ4NjlIMTYuNDYwMkMxNi44MjIyIDEwLjQ4NjkgMTcuMTE2MiAxMC4xOTI5IDE3LjExNjIgOS44MzA5QzE3LjExNjIgOS40Njg5IDE2LjgyMjIgOS4xNzQ5IDE2LjQ2MDIgOS4xNzQ5SDQuNDc1MTlDNC4xMTMxOSA5LjE3NDkgMy44MjAxOSA5LjQ2ODkgMy44MjAxOSA5LjgzMDlDMy44MjAxOSAxMC4xOTI5IDQuMTEzMTkgMTAuNDg2OSA0LjQ3NTE5IDEwLjQ4NjlaIiBmaWxsPSIjMDVBRTlFIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC40NzU4MiAxNC40MzM5QzQuMTEyODIgMTQuNDMzOSAzLjgxOTgyIDE0LjcyNjkgMy44MTk4MiAxNS4wODk5QzMuODE5ODIgMTUuNDUxOSA0LjExMjgyIDE1Ljc0NTkgNC40NzU4MiAxNS43NDU5SDE2LjQ1OThDMTYuODIxOCAxNS43NDU5IDE3LjExNTggMTUuNDUxOSAxNy4xMTU4IDE1LjA4OTlDMTcuMTE1OCAxNC43MjY5IDE2LjgyMTggMTQuNDMzOSAxNi40NTk4IDE0LjQzMzlINC40NzU4MloiIGZpbGw9IiMwNUFFOUUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi40NTk4IDE5LjY3NDFINC40NzU4MkM0LjExMjgyIDE5LjY3NDEgMy44MTk4MiAxOS45NjcxIDMuODE5ODIgMjAuMzMwMUMzLjgxOTgyIDIwLjY5MjEgNC4xMTI4MiAyMC45ODYxIDQuNDc1ODIgMjAuOTg2MUgxNi40NTk4QzE2LjgyMTggMjAuOTg2MSAxNy4xMTU4IDIwLjY5MjEgMTcuMTE1OCAyMC4zMzAxQzE3LjExNTggMTkuOTY3MSAxNi44MjE4IDE5LjY3NDEgMTYuNDU5OCAxOS42NzQxWiIgZmlsbD0iIzA1QUU5RSIvPgo8L3N2Zz4K"); }

body.para-voce .search-bar-field .title, body.pessoa-fisica .search-bar-field .title {
  color: var(--voce_dark); }

body.para-sua-empresa .search-bar-field .title, body.para-empresa .search-bar-field .title, body.pessoa-juridica .search-bar-field .title {
  color: var(--empresa_dark); }

body.para-o-campo .search-bar-field .title, body.para-campo .search-bar-field .title, body.para-agronegocio .search-bar-field .title {
  color: var(--campo_dark); }

@media (max-width: 767.98px) {
  .search-bar .search-bar-simple {
    width: 80% !important; } }

@media (max-width: 575.98px) {
  .portlet-search-results .main-content-body .list-group-notification .list-group-item {
    padding: 28px 0; }
    .portlet-search-results .main-content-body .list-group-notification .list-group-item::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDAuNDE0OTkzSDExLjk5OThWMTQuOTk5OEgwVjAuNDE0OTkzWiIgZmlsbD0id2hpdGUiLz48L21hc2s+PGcgbWFzaz0idXJsKCNtYXNrMCkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMjI3NCAxNC4yNzA5TDAuNzQ5MTQzIDE0LjI1NDhWMS4xNDM3MUg3Ljg3MDg2VjQuMDY5ODNDNy44NzA4NiA0LjE2NjQ5IDcuOTEwMjkgNC4yNTkyNyA3Ljk4MDU3IDQuMzI3NkM4LjA1MDg2IDQuMzk1MzggOC4xNDU3MSA0LjQzMzcxIDguMjQ1MTQgNC40MzM3MUg4LjI0NTcxTDExLjI0OTcgNC40MjkyN0wxMS4yMjc0IDE0LjI3MDlaTTExLjg5MDMgMy44MDcwNUMxMS44MiAzLjczODcxIDExLjcyNDYgMy43MDAzOCAxMS42MjUxIDMuNzAwMzhIMTEuNjI0Nkw4LjYyMDU3IDMuNzA0ODNWMC43NzkyN0M4LjYyMDU3IDAuNTc4MTU5IDguNDUyNTcgMC40MTQ4MjUgOC4yNDUxNCAwLjQxNDgyNUgwLjM3NDg1N0MwLjE2OCAwLjQxNDgyNSAwIDAuNTc4MTU5IDAgMC43NzkyN1YxNC42MTg3QzAgMTQuODE5OCAwLjE2NzQyOSAxNC45ODI2IDAuMzc0Mjg2IDE0Ljk4MzJMMTEuNjAwNiAxNC45OTk4SDExLjYwMTFDMTEuODA4IDE0Ljk5OTggMTEuOTc2IDE0LjgzNzYgMTEuOTc2NiAxNC42MzY1TDEyIDQuMDY0ODNDMTIuMDAwNiAzLjk2ODE2IDExLjk2MDYgMy44NzUzOCAxMS44OTAzIDMuODA3MDVaIiBmaWxsPSIjMzMzMzMzIi8+PC9nPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS44NjU1IDEuNDY3MzlMMTAuNTMwNyAyLjEzNDMySDkuODYxNTdMOS44NjU1IDEuNDY3MzlaTTkuNDI5NDggM0gxMS41NzAzQzExLjc0NDQgMyAxMS45MDA5IDIuODk0MzUgMTEuOTY3NyAyLjczMjU3QzEyLjAzMzggMi41NzAxMyAxMS45OTY1IDIuMzgzOTIgMTEuODczNCAyLjI2MDQ0TDkuNzQ1NjkgMC4xMjU2MUM5LjYyMzI3IDAuMDAyNzg5NTMgOS40Mzk5NiAtMC4wMzM1MjgzIDkuMjc5NTYgMC4wMzI1MDQxQzkuMTE5ODEgMC4wOTkxOTY4IDkuMDE1MDYgMC4yNTU2OTQgOS4wMTM3NiAwLjQzMDAxOUw5LjAwMDAxIDIuNTY0MTlDOC45OTkzNSAyLjY3OTc0IDkuMDQzODcgMi43OTAwMiA5LjEyNDQgMi44NzE5QzkuMjA1NTggMi45NTM3OCA5LjMxNDkxIDMgOS40Mjk0OCAzWiIgZmlsbD0iIzMzMzMzMyIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi4zOTQxIDdIOS42MDUyOUM5LjgyMzEgNyAxMCA2Ljc3NTkxIDEwIDYuNUMxMCA2LjIyNDA5IDkuODIzMSA2IDkuNjA1MjkgNkgyLjM5NDFDMi4xNzYyOSA2IDIgNi4yMjQwOSAyIDYuNUMyIDYuNzc1OTEgMi4xNzYyOSA3IDIuMzk0MSA3WiIgZmlsbD0iIzMzMzMzMyIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi4zOTQ3MSA5QzIuMTc2MjkgOSAyIDkuMjIzMzIgMiA5LjVDMiA5Ljc3NTkxIDIuMTc2MjkgMTAgMi4zOTQ3MSAxMEg5LjYwNTI5QzkuODIzMSAxMCAxMCA5Ljc3NTkxIDEwIDkuNUMxMCA5LjIyMzMyIDkuODIzMSA5IDkuNjA1MjkgOUgyLjM5NDcxWiIgZmlsbD0iIzMzMzMzMyIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS42MDUyOSAxMkgyLjM5NDcxQzIuMTc2MjkgMTIgMiAxMi4yMjMzIDIgMTIuNUMyIDEyLjc3NTkgMi4xNzYyOSAxMyAyLjM5NDcxIDEzSDkuNjA1MjlDOS44MjMxIDEzIDEwIDEyLjc3NTkgMTAgMTIuNUMxMCAxMi4yMjMzIDkuODIzMSAxMiA5LjYwNTI5IDEyWiIgZmlsbD0iIzMzMzMzMyIvPjwvc3ZnPg==);
      content: " ";
      display: block;
      min-width: 12px;
      width: 12px;
      height: 15px;
      background-repeat: no-repeat;
      margin-right: 6px; } }

.portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand {
  display: flex; }
  @media (max-width: 575.98px) {
    .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h4 {
      font-weight: 600;
      font-size: 15px;
      line-height: 1; }
      .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h4 a {
        font-size: 15px;
        line-height: 1; } }
  .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.text-default:not(.search-document-content):not(.search-document-tags) {
    display: none; }
  .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.search-document-content {
    order: 2;
    font-size: 12px; }
    @media (max-width: 575.98px) {
      .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.search-document-content {
        font-size: 10px;
        color: #8c8c8c;
        line-height: 18px; } }
  .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.search-document-tags {
    margin-bottom: 22px;
    order: 1; }
    .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.search-document-tags span,
    .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.search-document-tags span a {
      color: #c5c5c5;
      font-weight: 500;
      line-height: 1;
      font-size: 16px; }
      @media (max-width: 575.98px) {
        .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.search-document-tags span,
        .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.search-document-tags span a {
          font-size: 12px; } }
      .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.search-document-tags span > span,
      .portlet-search-results .main-content-body .list-group-notification .list-group-item .autofit-col.autofit-col-expand h6.search-document-tags span a > span {
        display: none; }

.quick-access .list .item:hover a {
  text-decoration: none; }

.quick-access .list .item img {
  height: 3.75rem;
  width: auto; }

.quick-access .list .item h6 {
  margin: 1.5rem 0 0 0; }

.quick-access .list .item .d-block {
  width: 120px; }

@media (min-width: 576px) {
  .quick-access .list .item {
    padding: 2.1875rem 7.5rem 2.1875rem 0rem; } }

@media (min-width: 768px) {
  .quick-access .list .item {
    padding: 2.1875rem 10.875rem 2.1875rem 0rem; } }

@media (min-width: 992px) {
  .quick-access .list .item {
    padding: 2.1875rem 5.625rem 2.1875rem 1.5625rem; } }

@media (min-width: 1279px) {
  .quick-access .list .item {
    padding: 2.1875rem 9.125rem 2.1875rem 1.5625rem; } }

@media (min-width: 1501px) {
  .quick-access .list .item {
    padding: 2.1875rem 10.375rem 2.1875rem 1.5625rem; } }

@media (max-width: 991.98px) {
  .quick-access {
    margin-bottom: 40px; }
    .quick-access .list {
      overflow-x: scroll;
      flex-wrap: nowrap;
      -ms-overflow-style: none; }
      .quick-access .list::-webkit-scrollbar {
        display: none; } }

.list-news.news-featured {
  margin-bottom: 6.25rem; }
  .list-news.news-featured .news {
    background-size: cover;
    position: relative;
    padding: 0 0 0 0; }
    .list-news.news-featured .news:hover:before {
      opacity: 0.8; }
    .list-news.news-featured .news:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: var(--empresa_dark);
      opacity: 0.5;
      transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s; }
    .list-news.news-featured .news .content {
      height: 100%;
      width: 100%;
      padding: 25px; }
      .list-news.news-featured .news .content h3 {
        position: absolute;
        color: var(--branco);
        bottom: 20px;
        max-height: 41%;
        overflow: hidden;
        margin-right: 24px; }
      .list-news.news-featured .news .content p {
        max-height: 44%;
        overflow: hidden; }
      .list-news.news-featured .news .content .list-category {
        position: relative;
        left: auto;
        top: auto; }
        .list-news.news-featured .news .content .list-category span {
          border: 1px solid var(--branco);
          display: inline-block;
          border-radius: 4px;
          padding: 0 12px;
          font-size: 1rem;
          color: var(--branco);
          margin-bottom: 5px; }
  .list-news.news-featured .item-one .news {
    height: 400px; }
  .list-news.news-featured .second-inside {
    height: 400px; }
    .list-news.news-featured .second-inside .news {
      height: 188px; }
    .list-news.news-featured .second-inside .news:first-child {
      margin-bottom: 24px; }
  .list-news.news-featured .item-two {
    height: 360px; }
    .list-news.news-featured .item-two .news {
      margin-bottom: 1.5rem; }
      .list-news.news-featured .item-two .news:last-child {
        margin-bottom: 0; }
      .list-news.news-featured .item-two .news .content h3 {
        font-size: 1.5rem;
        bottom: 8.5%; }
      .list-news.news-featured .item-two .news .content span {
        font-size: 0.875rem; }
  .list-news.news-featured .item-four .news {
    height: 188px; }
    .list-news.news-featured .item-four .news p {
      max-height: 36%; }
    .list-news.news-featured .item-four .news .content h3 {
      font-size: 1.125rem; }
    .list-news.news-featured .item-four .news .content span {
      font-size: 0.75rem;
      margin-bottom: 0px; }

.list-news .split {
  margin-bottom: 1.5rem; }

.list-news .news {
  border-bottom: 0.3px solid var(--gray2);
  margin-bottom: 2.75rem;
  padding-bottom: 2.75rem; }
  .list-news .news:last-child {
    margin-bottom: 0; }
  .list-news .news .text-infos {
    height: 230px; }
  .list-news .news .summary {
    overflow-wrap: break-word; }
  .list-news .news .news-summary {
    height: 235px; }
  .list-news .news .background-image {
    background-size: cover;
    min-height: 230px;
    padding: 4% 5%; }
  .list-news .news .info-top.hour {
    font-size: 0.75rem;
    display: block; }
  .list-news .news .info-bottom {
    position: absolute;
    bottom: 0; }
    .list-news .news .info-bottom .image {
      max-width: 25px; }
  .list-news .news .list-category {
    white-space: normal; }
    .list-news .news .list-category span {
      border: 1px solid var(--voce_bg);
      display: inline-block;
      border-radius: 4px;
      font-size: 0.625rem;
      padding: 0 12px;
      color: var(--voce_bg); }

.asset-full-content {
  padding-top: 1.625rem;
  display: inline-block; }
  .asset-full-content h4.component-title {
    padding: 0.75rem 12.5rem 0.75rem 0.75rem;
    border-bottom: 1px solid var(--gray1); }
    .asset-full-content h4.component-title span {
      color: var(--empresa_dark); }
    .asset-full-content h4.component-title .header-back-to {
      margin-right: 0.625rem; }
  .asset-full-content > .metadata-author {
    margin: -3.625rem 2.75rem 0 0 !important;
    float: right;
    width: auto; }
    .asset-full-content > .metadata-author .asset-avatar {
      display: inline; }
    .asset-full-content > .metadata-author span {
      color: var(--gray3); }

.news.view {
  padding: 0 5%; }
  .news.view img {
    width: 100% !important; }
  .news.view .date {
    font-size: 0.75rem;
    position: absolute;
    left: 40px;
    top: 0; }
  .news.view .featured-image {
    margin: 2.1875rem 0 3.125rem 0; }

.search-inside {
  margin-left: 0 !important; }
  .search-inside .search-bar-field {
    margin-bottom: 60px;
    padding: 0 2.75rem 0 2.75rem; }

@media (max-width: 991.98px) {
  .asset-full-content .metadata-author {
    margin: .75rem !important;
    float: none; }
  .asset-full-content h4.component-title {
    padding: .75rem; } }

@media (max-width: 767.98px) {
  .list-news {
    margin-bottom: 1rem !important; }
    .list-news .second-item {
      display: none; }
    .list-news .item-four {
      overflow-x: scroll;
      flex-wrap: nowrap !important;
      margin: 0px; }
      .list-news .item-four .small-thumb:first-child {
        padding-left: 0; }
    .list-news .text-infos {
      margin-top: 2rem;
      padding: 0 4rem; } }

.apps-featured {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }
  @media (max-width: 767.98px) {
    .apps-featured {
      background-size: 0;
      padding: 2.5rem !important;
      margin-bottom: 1.25rem; }
      .apps-featured .apps-featured {
        margin-bottom: 1rem; } }
  .apps-featured .apps-list {
    min-width: 265px; }
  .apps-featured .title {
    color: var(--empresa_dark);
    font-size: 1.5rem; }
  .apps-featured p {
    margin-bottom: 3rem;
    color: var(--voce_bg); }
  .apps-featured .app {
    text-align: center; }
    .apps-featured .app:hover {
      text-decoration: none; }
      .apps-featured .app:hover img {
        opacity: 0.8; }
    .apps-featured .app img {
      border-radius: 15px;
      min-width: 60px;
      height: 60px;
      transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s; }
    .apps-featured .app h6 {
      margin: 0.312rem 0 0.875rem 0;
      color: var(--empresa_dark);
      font-weight: normal;
      font-size: 0.875rem;
      width: 100%; }

.products-list .item {
  margin-bottom: 4.375rem; }
  @media (max-width: 575.98px) {
    .products-list .item {
      margin-bottom: 60px; }
      .products-list .item:last-child {
        margin-bottom: 42px; } }
  .products-list .item.odd .content {
    margin-left: 5%; }
  .products-list .item.even .align-v {
    flex-direction: row-reverse; }
  .products-list .item.even img {
    float: right; }
  .products-list .item.even .content {
    text-align: right;
    margin-right: 5%; }
  .products-list .item.odd .content.none-image, .products-list .item.even .content.none-image {
    margin: 0 0 0 0; }
  .products-list .item.even .align-v,
  .products-list .item.odd .align-v {
    display: flex;
    align-items: center;
    height: 100%; }
    @media (max-width: 575.98px) {
      .products-list .item.even .align-v,
      .products-list .item.odd .align-v {
        flex-direction: column; }
        .products-list .item.even .align-v img,
        .products-list .item.odd .align-v img {
          height: 120px;
          object-fit: cover;
          object-position: center center;
          margin-bottom: 20px;
          width: calc(100% - 60px); }
        .products-list .item.even .align-v h4,
        .products-list .item.odd .align-v h4 {
          text-align: left; }
        .products-list .item.even .align-v p,
        .products-list .item.odd .align-v p {
          text-align: justify; }
        .products-list .item.even .align-v .content,
        .products-list .item.odd .align-v .content {
          margin: 0 30px; } }
    .products-list .item.even .align-v p,
    .products-list .item.odd .align-v p {
      margin: 0 0 0 0; }

.file-link {
  padding: 1.25rem 0 5.625rem 0; }
  .file-link .content {
    text-align: center;
    padding: 2.5rem 0 0 0;
    margin: 0 -0.9375rem; }
    .file-link .content .item {
      margin: 0 0.9375rem;
      display: inline-block;
      width: 20%;
      margin-bottom: 1.875rem;
      width: 100%; }
      @media (max-width: 575.98px) {
        .file-link .content .item {
          margin-bottom: 8px; } }
      @media (min-width: 576px) {
        .file-link .content .item {
          width: 44%; } }
      @media (min-width: 768px) {
        .file-link .content .item {
          width: 20%; } }
      @media (min-width: 992px) {
        .file-link .content .item {
          width: 15%; } }

.pesq-coop {
  color: white; }
  .pesq-coop .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -0.341333px;
    color: #ffffff; }
  .pesq-coop .search-form {
    padding-top: 90px;
    padding-bottom: 88px; }
  .pesq-coop .input-field {
    margin-top: 36px;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: -0.429333px;
    color: #ffffff; }
  .pesq-coop input#coop-number::placeholder {
    color: #C8C8C8;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.3366px; }
  .pesq-coop select {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.3366px;
    color: #C8C8C8; }
  .pesq-coop option {
    font-size: 1rem; }
  .pesq-coop .search-result {
    background-color: #003641b3;
    padding-top: 76px;
    color: #ffffff;
    font-size: 14px; }
    .pesq-coop .search-result a[href*="mailto"] {
      color: #fff; }
  .pesq-coop .refined-search {
    background-color: #ffffff00;
    border-radius: 0;
    border: 0;
    border-bottom: 0.4px solid #ffffff;
    color: #ffffff; }
  .pesq-coop .refined-search::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.213333px;
    color: rgba(255, 255, 255, 0.197252); }
  .pesq-coop .coop-data {
    padding-left: 0px;
    padding-right: 0px; }
  .pesq-coop .coop-data-result {
    overflow: auto;
    height: 442px;
    margin-top: 56px; }
    .pesq-coop .coop-data-result .mapa {
      text-align: right;
      padding-top: 30%; }
  .pesq-coop .card-subtitle {
    color: #00A091 !important; }
  .pesq-coop .card-link {
    color: #fff; }
    .pesq-coop .card-link .form-icon {
      width: 14px;
      margin-right: 8px;
      margin-top: 0px; }
  .pesq-coop #coop-number {
    background-color: #ffffff; }
  .pesq-coop #uf {
    background-color: #ffffff; }
  .pesq-coop #cidade {
    background-color: #fff; }
  .pesq-coop input#refined-search {
    border: none;
    border-bottom: 0.4px solid #ffffff; }
  .pesq-coop .card-title {
    color: #fff; }

.combobox .field, .combobox .field:hover {
  border: none; }

.combobox input.field-input {
  border: 1px solid var(--gray2);
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem 0 0 0.25rem; }
  .combobox input.field-input:focus {
    outline: none; }

.portlet-login {
  background: var(--branco);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 2.5rem 2.75rem;
  max-width: 25rem;
  margin: 0 auto; }
  .portlet-login .portlet-header {
    display: none; }
  .portlet-login .portlet-icon-back .lexicon-icon {
    display: none; }
  .portlet-login .button-holder .btn {
    width: 100%; }
  .portlet-login .navigation ul {
    margin: 0 0 0 0; }
    .portlet-login .navigation ul li {
      width: 100%;
      text-align: center;
      margin: 0 0 0 0; }

@media (max-width: 767.98px) {
  .views-user {
    min-width: 100%; }
    .views-user ul li {
      text-align: center;
      width: 33.33%; } }

#custom-rybena-div {
  background: #00a091;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.15);
  display: none;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999; }
  #custom-rybena-div .options {
    display: grid;
    grid-template-columns: 36px;
    grid-row-gap: 2px; }
    #custom-rybena-div .options button {
      align-items: center;
      background: #003641;
      border: 0;
      display: flex;
      justify-content: center;
      height: 41px !important;
      margin-right: 2px;
      outline: 0;
      overflow: hidden;
      padding: 0;
      transition: max-width 0.8s ease 0s;
      white-space: nowrap;
      width: 34px !important; }
      #custom-rybena-div .options button:first-child {
        border-radius: 10px 0 0 0;
        margin-top: 2px; }
      #custom-rybena-div .options button:last-child {
        border-radius: 0 0 0 10px;
        margin-bottom: 2px; }
        #custom-rybena-div .options button:last-child img {
          width: 22px; }

@media (max-width: 576px) {
  #custom-rybena-div {
    display: none; } }

.secao-destaque-botoes .row {
  padding-bottom: 6rem;
  padding-top: 5rem;
  text-align: center; }
  .secao-destaque-botoes .row .col-12 h3 {
    color: var(--branco);
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 3rem; }
  .secao-destaque-botoes .row .col-12 a {
    border-radius: 6px;
    color: var(--branco);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8125rem;
    padding: 1.5rem 0.75rem;
    text-align: center;
    width: 25rem; }
    @media (max-width: 991.98px) {
      .secao-destaque-botoes .row .col-12 a {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: 1.25rem 0 1.375rem 0; } }
    @media (max-width: 767.98px) {
      .secao-destaque-botoes .row .col-12 a {
        padding: 1rem 0 1.125rem 0;
        width: 100%; } }
    .secao-destaque-botoes .row .col-12 a.btn-primary {
      background: var(--voce_dark);
      border: 1px solid var(--voce_dark); }
    .secao-destaque-botoes .row .col-12 a.btn-outline-primary {
      background: transparent;
      border: 2px solid var(--branco);
      margin-left: 1.5rem; }

.has-control-menu .custom-web-content .portlet-content {
  margin-top: 0.5rem; }

@media (min-width: 992px) {
  .secao-destaque-imagem .container {
    position: relative; } }

.secao-destaque-imagem .container .sd-container-descricao {
  padding-bottom: 3.75rem;
  padding-top: 5.5rem; }
  .secao-destaque-imagem .container .sd-container-descricao img {
    width: 18.375rem; }
  .secao-destaque-imagem .container .sd-container-descricao h2 {
    color: var(--branco);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.125rem;
    margin: 2.5rem 0 1.5rem 0; }
  .secao-destaque-imagem .container .sd-container-descricao .sd-descricao {
    color: var(--branco);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem; }
  .secao-destaque-imagem .container .sd-container-descricao a {
    background: var(--voce_dark);
    border-radius: 6px;
    border: 1px solid var(--voce_dark);
    color: var(--branco);
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8125rem;
    margin-top: 2.5rem;
    padding: 1.375rem 0 1.6875rem 0;
    text-align: center;
    width: 25rem; }
    @media (max-width: 991.98px) {
      .secao-destaque-imagem .container .sd-container-descricao a {
        padding: 1.25rem 0 1.375rem 0;
        margin: 2.5rem auto 0 auto; } }
    @media (max-width: 767.98px) {
      .secao-destaque-imagem .container .sd-container-descricao a {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: 1rem 0 1.125rem 0;
        width: 100%; } }
    .secao-destaque-imagem .container .sd-container-descricao a:hover {
      text-decoration: none; }

.secao-destaque-imagem .container .sd-container-img-detalhes {
  text-align: center; }
  @media (min-width: 992px) {
    .secao-destaque-imagem .container .sd-container-img-detalhes {
      position: absolute;
      right: 0;
      top: 8.75rem; } }
  @media (max-width: 1279.98px) {
    .secao-destaque-imagem .container .sd-container-img-detalhes {
      padding-top: 3.75rem;
      position: initial;
      top: 0; } }
  @media (max-width: 991.98px) {
    .secao-destaque-imagem .container .sd-container-img-detalhes {
      padding-top: 0; } }
  .secao-destaque-imagem .container .sd-container-img-detalhes h3 {
    color: var(--verdee);
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 5.5rem;
    text-align: center; }
    @media (max-width: 1279.98px) {
      .secao-destaque-imagem .container .sd-container-img-detalhes h3 {
        color: var(--branco);
        margin-bottom: 3.75rem;
        margin-top: 2.5rem; } }

.secao-listagem-cartoes {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem; }
  .secao-listagem-cartoes .lc-cartao-container {
    text-align: center;
    margin-bottom: 1.875rem; }
    .secao-listagem-cartoes .lc-cartao-container .lc-cartao-detalhes {
      border-radius: 7px;
      background: var(--gray0);
      min-height: 15.5rem;
      padding: 0 2.5625rem; }
      .secao-listagem-cartoes .lc-cartao-container .lc-cartao-detalhes img {
        max-width: 7.8125rem; }
    .secao-listagem-cartoes .lc-cartao-container:nth-child(1) .lc-cartao-detalhes img {
      margin-top: 1.6875rem;
      margin-bottom: 1rem; }
    .secao-listagem-cartoes .lc-cartao-container:nth-child(2) .lc-cartao-detalhes img {
      margin-top: 1.9375rem;
      margin-bottom: 0.875rem; }
    .secao-listagem-cartoes .lc-cartao-container:nth-child(3) .lc-cartao-detalhes img {
      margin-top: 2.3125rem;
      margin-bottom: 1.5625rem;
      width: 6.0625rem; }
    .secao-listagem-cartoes .lc-cartao-container:nth-child(4) .lc-cartao-detalhes img {
      margin-top: 1.9375rem;
      margin-bottom: 1.4375rem; }
    .secao-listagem-cartoes .lc-cartao-container:nth-child(5) .lc-cartao-detalhes img {
      margin-top: 1.5rem;
      margin-bottom: 0.6875rem; }
    .secao-listagem-cartoes .lc-cartao-container:nth-child(6) .lc-cartao-detalhes img {
      margin-top: 1.625rem;
      margin-bottom: 1.1875rem; }
    .secao-listagem-cartoes .lc-cartao-container .lc-cartao-detalhes h6 {
      color: var(--verdee);
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.5rem; }

form#form_ib {
  margin: 0 5px;
  font-size: 10px;
  display: flex;
  text-align: right;
  float: right;
  align-items: center; }
  @media screen and (max-width: 768px) {
    form#form_ib {
      display: none; } }
  form#form_ib * {
    margin: 0 3px;
    font-size: 12px;
    text-align: center;
    animation: all 1s ease-out; }
  form#form_ib input,
  form#form_ib select {
    width: 120px;
    height: 25px;
    padding: 2px;
    background: var(--branco); }
  form#form_ib button.botao_ok.btn.btn-info {
    background: transparent;
    border-radius: 50%;
    border: 1px solid;
    color: var(--branco);
    height: 28px;
    margin: 2px 0;
    padding: 0;
    text-align: center;
    width: 30px; }
    form#form_ib button.botao_ok.btn.btn-info:not(:disabled):not(.disabled):active:focus {
      box-shadow: none !important; }
  form#form_ib .legenda {
    color: var(--branco); }

/* Escondendo o indicador do reCaptcha do Google */
.grecaptcha-badge {
  opacity: 0; }

.input-append > div > div {
  color: var(--branco);
  font-size: 10px !important;
  padding: 4px 0; }

/*Pesquisa cooperativa*/
.pesq-coop {
  display: none; }
  .pesq-coop #form-pesq-coop .input-group-append button.btn {
    background-color: var(--turq);
    color: var(--branco);
    border: 1px solid var(--gray2); }

@media (max-width: 767.98px) {
  .autenticidade-documentos .container {
    padding-left: 0;
    padding-right: 0; } }

.autenticidade-documentos .container .nav.nav-tabs .nav-item .nav-link {
  background: #C5C5C5;
  border-radius: 4px 4px 0px 0px;
  border: 0;
  color: #FFFFFF;
  font-family: 'Sicoob sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 4px;
  padding: 11px 20px; }
  @media (max-width: 767.98px) {
    .autenticidade-documentos .container .nav.nav-tabs .nav-item .nav-link {
      font-size: 12px;
      padding: 11px 8px; } }
  .autenticidade-documentos .container .nav.nav-tabs .nav-item .nav-link.active {
    background: #05AE9E; }

.autenticidade-documentos .container .tab-content .tab-pane {
  background: #F4F4F4;
  background-image: url("../images/phone-image.svg");
  background-repeat: no-repeat;
  background-position: top 16px right 92px; }
  @media (max-width: 1279.98px) {
    .autenticidade-documentos .container .tab-content .tab-pane {
      background-position: top 16px right 40px; } }
  @media (max-width: 991.98px) {
    .autenticidade-documentos .container .tab-content .tab-pane {
      background-position: top 16px right 0px; } }
  @media (max-width: 767.98px) {
    .autenticidade-documentos .container .tab-content .tab-pane {
      background-position: top 16px center;
      padding-top: 280px; } }
  .autenticidade-documentos .container .tab-content .tab-pane p {
    color: #333333;
    font-family: 'Sicoob sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 24px; }
  .autenticidade-documentos .container .tab-content .tab-pane label {
    color: #05AE9E;
    font-family: 'Sicoob sans';
    font-size: 12px;
    font-weight: 700;
    line-height: 18px; }
  .autenticidade-documentos .container .tab-content .tab-pane input {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #B4B4B4 !important;
    color: #6C6C6C !important;
    font-family: 'Sicoob sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    outline: 0;
    padding: 11px 16px; }
  .autenticidade-documentos .container .tab-content .tab-pane .alert {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 0; }
    .autenticidade-documentos .container .tab-content .tab-pane .alert svg {
      margin-top: -2px;
      margin-right: 2px; }
    .autenticidade-documentos .container .tab-content .tab-pane .alert.alert-success {
      background-color: transparent;
      border: 0;
      color: #05AE9E; }
    .autenticidade-documentos .container .tab-content .tab-pane .alert.alert-warning {
      background-color: transparent;
      border: 0;
      color: #856404; }
    .autenticidade-documentos .container .tab-content .tab-pane .alert.alert-danger {
      background-color: transparent;
      border: 0;
      color: #DA1414; }
  .autenticidade-documentos .container .tab-content .tab-pane .input-upload {
    cursor: pointer;
    line-height: 40px;
    padding: 0 0 0 16px;
    position: relative; }
    .autenticidade-documentos .container .tab-content .tab-pane .input-upload::-webkit-file-upload-button {
      visibility: hidden;
      display: none; }
    .autenticidade-documentos .container .tab-content .tab-pane .input-upload::before {
      -webkit-user-select: none;
      user-select: none;
      color: #ffffff;
      content: '';
      cursor: pointer;
      display: block;
      float: right;
      outline: none;
      white-space: nowrap;
      width: 44px;
      height: 40px;
      background-color: #05AE9E;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8333 6.17908V12.4994C10.8333 12.9603 10.4609 13.3327 10 13.3327C9.53906 13.3327 9.16666 12.9603 9.16666 12.4994V6.17908L7.2552 8.09054C6.92968 8.41606 6.40104 8.41606 6.07552 8.09054C5.74999 7.76502 5.74999 7.23637 6.07552 6.91085L9.40885 3.57751C9.73437 3.25199 10.263 3.25199 10.5885 3.57751L13.9219 6.91085C14.2474 7.23637 14.2474 7.76502 13.9219 8.09054C13.5963 8.41606 13.0677 8.41606 12.7422 8.09054L10.8333 6.17908ZM4.99999 12.4994H8.33333C8.33333 13.4187 9.08072 14.1661 10 14.1661C10.9193 14.1661 11.6667 13.4187 11.6667 12.4994H15C15.9193 12.4994 16.6667 13.2468 16.6667 14.1661V14.9994C16.6667 15.9187 15.9193 16.6661 15 16.6661H4.99999C4.08072 16.6661 3.33333 15.9187 3.33333 14.9994V14.1661C3.33333 13.2468 4.08072 12.4994 4.99999 12.4994ZM14.5833 15.2077C14.9297 15.2077 15.2083 14.9291 15.2083 14.5827C15.2083 14.2364 14.9297 13.9577 14.5833 13.9577C14.237 13.9577 13.9583 14.2364 13.9583 14.5827C13.9583 14.9291 14.237 15.2077 14.5833 15.2077Z' fill='white'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center; }
  .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container {
    background-color: #ffffff;
    margin-top: 80px; }
    .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container {
      background-color: #05AE9E;
      border-radius: 4px 4px 0px 0px;
      text-align: center;
      padding: 8px 0; }
      .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li {
          display: inline; }
          .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li a {
            color: #FFFFFF;
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
            margin-right: 40px; }
            @media (max-width: 991.98px) {
              .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li a {
                margin-right: 12px; } }
            .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li a svg {
              margin-top: -2px;
              margin-right: 4px; }
              @media (max-width: 991.98px) {
                .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li a svg {
                  margin-right: 0; } }
            .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li a:hover {
              text-decoration: none; }
            @media (max-width: 991.98px) {
              .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li a span {
                display: none; } }
          .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li.open-camera-user input[type="file"] {
            cursor: pointer;
            line-height: 20px;
            padding: 0;
            position: relative;
            background: transparent;
            border: 0 !important;
            width: 20px;
            text-indent: 100px;
            margin-right: 12px; }
            .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li.open-camera-user input[type="file"]::-webkit-file-upload-button {
              visibility: hidden;
              display: none; }
            .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li.open-camera-user input[type="file"]::before {
              -webkit-user-select: none;
              user-select: none;
              color: #ffffff;
              content: '';
              cursor: pointer;
              display: block;
              float: right;
              outline: none;
              white-space: nowrap;
              width: 20px;
              height: 20px;
              background-color: #05AE9E;
              background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.39286 4C4.62388 4 4 4.62388 4 5.39286V8.17857C4 8.94754 4.62388 9.57143 5.39286 9.57143H8.17857C8.94754 9.57143 9.57143 8.94754 9.57143 8.17857V5.39286C9.57143 4.62388 8.94754 4 8.17857 4H5.39286ZM7.71429 5.85714V7.71429H5.85714V5.85714H7.71429ZM5.39286 11.4286C4.62388 11.4286 4 12.0525 4 12.8214V15.6071C4 16.3761 4.62388 17 5.39286 17H8.17857C8.94754 17 9.57143 16.3761 9.57143 15.6071V12.8214C9.57143 12.0525 8.94754 11.4286 8.17857 11.4286H5.39286ZM7.71429 13.2857V15.1429H5.85714V13.2857H7.71429ZM11.4286 5.39286V8.17857C11.4286 8.94754 12.0525 9.57143 12.8214 9.57143H15.6071C16.3761 9.57143 17 8.94754 17 8.17857V5.39286C17 4.62388 16.3761 4 15.6071 4H12.8214C12.0525 4 11.4286 4.62388 11.4286 5.39286ZM13.2857 5.85714H15.1429V7.71429H13.2857V5.85714ZM14.2143 16.0714V17H15.1429V16.0714H14.2143ZM17 16.0714H16.0714V17H17V16.0714ZM16.0714 11.4286V12.3571H14.2143V11.4286H11.4286V14.2143V17H13.2857V14.2143H14.2143V15.1429H17V13.2857V12.3571V11.4286H16.0714Z' fill='white'/%3E%3C/svg%3E");
              background-repeat: no-repeat;
              background-position: center;
              margin-top: -2px; }
          .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li:last-child a {
            margin-right: 0; }
          @media (min-width: 992px) {
            .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .document-code-links-container ul li.only-view-mobile {
              display: none; } }
    .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card {
      box-shadow: none;
      margin-bottom: 0;
      padding-bottom: 12px; }
      .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-header {
        background-color: transparent;
        border-top: 1px solid #E3E4E8;
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 1rem 0; }
        .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-header button {
          border: 0;
          color: #6D7278;
          font-size: 14px;
          font-weight: 700;
          line-height: 18px;
          padding: 0 1rem;
          text-align: left;
          width: 88%; }
          @media (max-width: 991.98px) {
            .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-header button {
              padding: 0 0.4rem; } }
        .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-header a {
          margin-right: 0.6rem; }
          @media (max-width: 991.98px) {
            .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-header a {
              margin-right: 0rem; } }
      .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-body {
        padding: 1rem 2rem; }
        @media (max-width: 991.98px) {
          .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-body {
            padding: 1rem; } }
        .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-body [id*="document-code-embed-view-container"],
        .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-body .document-code-embed-view-container {
          border-radius: 0px 0px 4px 4px; }
          .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-body [id*="document-code-embed-view-container"] embed,
          .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card .card-body .document-code-embed-view-container embed {
            min-height: 76vmin;
            width: 100%; }
      .autenticidade-documentos .container .tab-content .tab-pane .document-code-view-container .accordion .card:first-child .card-header {
        border-top: 0; }
  .autenticidade-documentos .container .tab-content .tab-pane .btn-container {
    margin-top: 40px; }
    .autenticidade-documentos .container .tab-content .tab-pane .btn-container .btn {
      font-weight: 700;
      padding: 8px 20px;
      min-width: 158px; }
      @media (max-width: 767.98px) {
        .autenticidade-documentos .container .tab-content .tab-pane .btn-container .btn {
          min-width: 100%; } }
    .autenticidade-documentos .container .tab-content .tab-pane .btn-container .btn-secondary {
      border: 1px solid #05AE9E;
      margin-left: 24px; }
      @media (max-width: 767.98px) {
        .autenticidade-documentos .container .tab-content .tab-pane .btn-container .btn-secondary {
          margin-left: 0;
          margin-top: 24px; } }

.firefox .autenticidade-documentos .tab-content .tab-pane .input-upload::file-selector-button {
  border: 0;
  color: #ffffff;
  position: absolute;
  width: 44px;
  height: 40px;
  background-color: #05AE9E;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8333 6.17908V12.4994C10.8333 12.9603 10.4609 13.3327 10 13.3327C9.53906 13.3327 9.16666 12.9603 9.16666 12.4994V6.17908L7.2552 8.09054C6.92968 8.41606 6.40104 8.41606 6.07552 8.09054C5.74999 7.76502 5.74999 7.23637 6.07552 6.91085L9.40885 3.57751C9.73437 3.25199 10.263 3.25199 10.5885 3.57751L13.9219 6.91085C14.2474 7.23637 14.2474 7.76502 13.9219 8.09054C13.5963 8.41606 13.0677 8.41606 12.7422 8.09054L10.8333 6.17908ZM4.99999 12.4994H8.33333C8.33333 13.4187 9.08072 14.1661 10 14.1661C10.9193 14.1661 11.6667 13.4187 11.6667 12.4994H15C15.9193 12.4994 16.6667 13.2468 16.6667 14.1661V14.9994C16.6667 15.9187 15.9193 16.6661 15 16.6661H4.99999C4.08072 16.6661 3.33333 15.9187 3.33333 14.9994V14.1661C3.33333 13.2468 4.08072 12.4994 4.99999 12.4994ZM14.5833 15.2077C14.9297 15.2077 15.2083 14.9291 15.2083 14.5827C15.2083 14.2364 14.9297 13.9577 14.5833 13.9577C14.237 13.9577 13.9583 14.2364 13.9583 14.5827C13.9583 14.9291 14.237 15.2077 14.5833 15.2077Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  margin-right: 0;
  text-indent: 120px; }

.firefox .autenticidade-documentos .tab-content .tab-pane .open-camera-user input[type="file"] {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.39286 4C4.62388 4 4 4.62388 4 5.39286V8.17857C4 8.94754 4.62388 9.57143 5.39286 9.57143H8.17857C8.94754 9.57143 9.57143 8.94754 9.57143 8.17857V5.39286C9.57143 4.62388 8.94754 4 8.17857 4H5.39286ZM7.71429 5.85714V7.71429H5.85714V5.85714H7.71429ZM5.39286 11.4286C4.62388 11.4286 4 12.0525 4 12.8214V15.6071C4 16.3761 4.62388 17 5.39286 17H8.17857C8.94754 17 9.57143 16.3761 9.57143 15.6071V12.8214C9.57143 12.0525 8.94754 11.4286 8.17857 11.4286H5.39286ZM7.71429 13.2857V15.1429H5.85714V13.2857H7.71429ZM11.4286 5.39286V8.17857C11.4286 8.94754 12.0525 9.57143 12.8214 9.57143H15.6071C16.3761 9.57143 17 8.94754 17 8.17857V5.39286C17 4.62388 16.3761 4 15.6071 4H12.8214C12.0525 4 11.4286 4.62388 11.4286 5.39286ZM13.2857 5.85714H15.1429V7.71429H13.2857V5.85714ZM14.2143 16.0714V17H15.1429V16.0714H14.2143ZM17 16.0714H16.0714V17H17V16.0714ZM16.0714 11.4286V12.3571H14.2143V11.4286H11.4286V14.2143V17H13.2857V14.2143H14.2143V15.1429H17V13.2857V12.3571V11.4286H16.0714Z' fill='white'/%3E%3C/svg%3E") !important; }

#custom-docs-details-modal .modal-dialog {
  max-width: 612px;
  margin-top: 12vmin; }
  @media (max-width: 991.98px) {
    #custom-docs-details-modal .modal-dialog {
      margin-left: auto;
      margin-right: auto;
      width: 95%; } }
  #custom-docs-details-modal .modal-dialog .modal-content {
    overflow: inherit;
    border-radius: 40px; }
    #custom-docs-details-modal .modal-dialog .modal-content .modal-header {
      border: 0;
      padding: 0;
      text-align: center;
      height: auto;
      flex-wrap: wrap; }
      #custom-docs-details-modal .modal-dialog .modal-content .modal-header h5 {
        font-family: 'Sicoob sans';
        font-weight: 700;
        font-size: 28px;
        line-height: 32px;
        color: #003B45;
        margin: 0;
        padding: 40px 40px 0 40px;
        width: 100%; }
        @media (max-width: 767.98px) {
          #custom-docs-details-modal .modal-dialog .modal-content .modal-header h5 {
            font-size: 22px;
            line-height: 25px;
            padding: 40px 20px 0 20px; } }
      #custom-docs-details-modal .modal-dialog .modal-content .modal-header h6 {
        font-family: 'Sicoob sans';
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #003B45;
        margin: 0;
        padding: 4px 40px 0 40px;
        width: 100%; }
        @media (max-width: 767.98px) {
          #custom-docs-details-modal .modal-dialog .modal-content .modal-header h6 {
            font-size: 12px;
            line-height: 16px;
            padding: 8px 20px 0 20px; } }
      #custom-docs-details-modal .modal-dialog .modal-content .modal-header button {
        align-content: flex-start;
        background: #DADADA;
        border-radius: 50%;
        color: #272626;
        font-size: 36px;
        flex-wrap: wrap;
        height: 44px;
        margin: -44px -44px 0 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px; }
        @media (max-width: 767.98px) {
          #custom-docs-details-modal .modal-dialog .modal-content .modal-header button {
            display: none; } }
      #custom-docs-details-modal .modal-dialog .modal-content .modal-header span {
        font-family: 'Sicoob sans';
        margin-left: 2px; }
    #custom-docs-details-modal .modal-dialog .modal-content .modal-body {
      padding: 40px;
      font-family: 'Sicoob sans';
      font-size: 14px;
      line-height: 18px;
      color: #333333; }
      @media (max-width: 767.98px) {
        #custom-docs-details-modal .modal-dialog .modal-content .modal-body {
          padding: 40px 20px; } }
      #custom-docs-details-modal .modal-dialog .modal-content .modal-body ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #custom-docs-details-modal .modal-dialog .modal-content .modal-body ul li {
          margin-bottom: 16px; }
    #custom-docs-details-modal .modal-dialog .modal-content .modal-footer {
      background: transparent;
      border: 0;
      padding: 0 0 40px 0;
      justify-content: center; }
      #custom-docs-details-modal .modal-dialog .modal-content .modal-footer button {
        min-width: 158px; }

@media (max-width: 767.98px) {
  .cadastro-executivos .container {
    padding-left: 0;
    padding-right: 0; } }

.cadastro-executivos .container .nav.nav-tabs .nav-item .nav-link {
  background: #C5C5C5;
  border-radius: 4px 4px 0px 0px;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'Sicoob sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 4px;
  padding: 11px 20px; }
  @media (max-width: 767.98px) {
    .cadastro-executivos .container .nav.nav-tabs .nav-item .nav-link {
      font-size: 12px;
      padding: 11px 8px; } }
  .cadastro-executivos .container .nav.nav-tabs .nav-item .nav-link.active {
    background: #05AE9E; }

.cadastro-executivos .container .tab-content .tab-pane {
  background: #F4F4F4;
  background-image: url("../images/phone-image-whatsapp.svg");
  background-repeat: no-repeat;
  background-position: top 16px right 92px; }
  @media (max-width: 1279.98px) {
    .cadastro-executivos .container .tab-content .tab-pane {
      background-position: top 16px right 40px; } }
  @media (max-width: 991.98px) {
    .cadastro-executivos .container .tab-content .tab-pane {
      background-position: top 16px right 0px; } }
  @media (max-width: 767.98px) {
    .cadastro-executivos .container .tab-content .tab-pane {
      background-position: top 16px center;
      padding-top: 280px; } }
  .cadastro-executivos .container .tab-content .tab-pane p {
    color: #333333;
    font-family: 'Sicoob sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 24px; }
  .cadastro-executivos .container .tab-content .tab-pane label {
    color: #05AE9E;
    font-family: 'Sicoob sans';
    font-size: 12px;
    font-weight: 700;
    line-height: 18px; }
  .cadastro-executivos .container .tab-content .tab-pane .required {
    color: #DA1414;
    font-weight: bold; }
  .cadastro-executivos .container .tab-content .tab-pane select {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #B4B4B4 !important;
    color: #6C6C6C !important;
    font-family: 'Sicoob sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    outline: 0;
    padding: 11px 24px 11px 16px; }
  .cadastro-executivos .container .tab-content .tab-pane input {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #B4B4B4 !important;
    color: #6C6C6C !important;
    font-family: 'Sicoob sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    outline: 0;
    padding: 11px 16px; }
    .cadastro-executivos .container .tab-content .tab-pane input:disabled {
      background: #EAEAEA; }
  .cadastro-executivos .container .tab-content .tab-pane .alert {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 40px 0 8px 0;
    padding: 0; }
    .cadastro-executivos .container .tab-content .tab-pane .alert svg {
      margin-top: -2px;
      margin-right: 2px; }
    .cadastro-executivos .container .tab-content .tab-pane .alert.alert-success {
      background-color: transparent;
      border: 0;
      color: #05AE9E; }
    .cadastro-executivos .container .tab-content .tab-pane .alert.alert-warning {
      background-color: transparent;
      border: 0;
      color: #856404; }
    .cadastro-executivos .container .tab-content .tab-pane .alert.alert-danger {
      background-color: transparent;
      border: 0;
      color: #DA1414; }
  .cadastro-executivos .container .tab-content .tab-pane .erromsg {
    color: #DA1414;
    font-size: 12px; }
    .cadastro-executivos .container .tab-content .tab-pane .erromsg span {
      text-transform: lowercase; }
  .cadastro-executivos .container .tab-content .tab-pane .filter-container-search #form-localizar,
  .cadastro-executivos .container .tab-content .tab-pane .filter-container-search #form-localizar-cadastros {
    margin-bottom: 124px; }
  .cadastro-executivos .container .tab-content .tab-pane .filter-container-search .input-group .localizar-cadastro {
    border-radius: 4px 0px 0 4px;
    border-right: 0 !important; }
  .cadastro-executivos .container .tab-content .tab-pane .filter-container-search .input-group .input-group-text {
    background-color: #05AE9E;
    border-radius: 0 4px 4px 0;
    border: 1px solid #B4B4B4 !important;
    border-left: 0 !important; }
    .cadastro-executivos .container .tab-content .tab-pane .filter-container-search .input-group .input-group-text button {
      background: #05AE9E;
      border: 0; }
      .cadastro-executivos .container .tab-content .tab-pane .filter-container-search .input-group .input-group-text button:focus {
        outline: 0; }
  .cadastro-executivos .container .tab-content .tab-pane .filter-container-search .error-message label,
  .cadastro-executivos .container .tab-content .tab-pane .filter-container-search .error-message-cadastros label {
    color: #EB5757;
    font-weight: 400; }
  .cadastro-executivos .container .tab-content .tab-pane .table-view-container {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 32px; }
    .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr:nth-child(odd) {
      background: rgba(124, 133, 147, 0.05); }
    .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr th {
      border-top: 1px solid rgba(124, 133, 147, 0.1);
      border-bottom: 0;
      color: #7C8593;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      /* 114.286% */ }
      .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr th.table-title {
        border-top: 1px solid rgba(124, 133, 147, 0.1);
        border-bottom: 0;
        color: #7c8593;
        font-size: 16px;
        padding: 8px;
        text-transform: uppercase; }
        .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr th.table-title svg,
        .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr th.table-title span {
          vertical-align: middle; }
      .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr th:nth-child(4), .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr th:nth-child(5), .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr th:nth-child(8) {
        text-align: center; }
      .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr th:first-child {
        padding-left: 20px; }
      .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr th:last-child {
        padding-right: 20px;
        text-align: center; }
    .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr td {
      background-color: transparent;
      border: 0;
      color: #333;
      display: table-cell;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      /* 133.333% */ }
      .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr td button {
        padding: 0;
        border: 0;
        background: transparent; }
        .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr td button:focus {
          outline: 0; }
      .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr td:nth-child(4), .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr td:nth-child(5), .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr td:nth-child(8) {
        text-align: center; }
      .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr td:first-child {
        padding-left: 20px; }
      .cadastro-executivos .container .tab-content .tab-pane .table-view-container .table tr td:last-child {
        padding-right: 20px;
        text-align: center; }
    .cadastro-executivos .container .tab-content .tab-pane .table-view-container .add-user {
      color: #00A091;
      font-weight: 400; }
    .cadastro-executivos .container .tab-content .tab-pane .table-view-container .remove-user {
      color: #EB5757;
      font-weight: 400; }
  .cadastro-executivos .container .tab-content .tab-pane .btn-container {
    margin-top: 40px; }
    .cadastro-executivos .container .tab-content .tab-pane .btn-container .btn {
      font-weight: 700;
      padding: 8px 20px;
      min-width: 158px; }
      @media (max-width: 767.98px) {
        .cadastro-executivos .container .tab-content .tab-pane .btn-container .btn {
          min-width: 100%; } }
    .cadastro-executivos .container .tab-content .tab-pane .btn-container .btn-secondary {
      border: 1px solid #05AE9E;
      margin-left: 24px; }
      @media (max-width: 767.98px) {
        .cadastro-executivos .container .tab-content .tab-pane .btn-container .btn-secondary {
          margin-left: 0;
          margin-top: 24px; } }
  .cadastro-executivos .container .tab-content .tab-pane#tab-cadastros .table-view-container .table tr td:last-child {
    text-align: right; }
  .cadastro-executivos .container .tab-content .tab-pane .pagination {
    color: #5E6572;
    font-size: 14px;
    margin: 40px 0 0 0; }
    .cadastro-executivos .container .tab-content .tab-pane .pagination li {
      height: 40px;
      margin: 0 12px;
      text-align: center; }
      .cadastro-executivos .container .tab-content .tab-pane .pagination li a {
        border: 0;
        box-shadow: none;
        height: 40px;
        outline: 0;
        text-align: center; }
        .cadastro-executivos .container .tab-content .tab-pane .pagination li a:hover {
          background: transparent; }
      .cadastro-executivos .container .tab-content .tab-pane .pagination li.active {
        background: #00A091;
        border-radius: 50px; }
        .cadastro-executivos .container .tab-content .tab-pane .pagination li.active a {
          background: transparent;
          color: #fff;
          width: 40px; }
      .cadastro-executivos .container .tab-content .tab-pane .pagination li:first-child a,
      .cadastro-executivos .container .tab-content .tab-pane .pagination li:last-child a {
        font-size: 12px;
        font-weight: 700; }
        .cadastro-executivos .container .tab-content .tab-pane .pagination li:first-child a svg,
        .cadastro-executivos .container .tab-content .tab-pane .pagination li:last-child a svg {
          margin: 0 4px; }
        .cadastro-executivos .container .tab-content .tab-pane .pagination li:first-child a:hover,
        .cadastro-executivos .container .tab-content .tab-pane .pagination li:last-child a:hover {
          background-color: transparent; }

.custom-modal .modal-dialog {
  max-width: 824px;
  margin-top: 12vmin; }
  @media (max-width: 991.98px) {
    .custom-modal .modal-dialog {
      margin-left: auto;
      margin-right: auto;
      width: 95%; } }
  .custom-modal .modal-dialog .modal-content {
    overflow: inherit;
    border-radius: 40px; }
    .custom-modal .modal-dialog .modal-content .modal-header {
      border: 0;
      padding: 0;
      text-align: center;
      height: auto;
      flex-wrap: wrap; }
      .custom-modal .modal-dialog .modal-content .modal-header h5 {
        font-family: 'Sicoob sans';
        font-weight: 700;
        font-size: 28px;
        line-height: 32px;
        color: #003B45;
        margin: 0;
        padding: 40px 40px 0 40px;
        width: 100%; }
        @media (max-width: 767.98px) {
          .custom-modal .modal-dialog .modal-content .modal-header h5 {
            font-size: 22px;
            line-height: 25px;
            padding: 40px 20px 0 20px; } }
      .custom-modal .modal-dialog .modal-content .modal-header h6 {
        font-family: 'Sicoob sans';
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #003B45;
        margin: 0;
        padding: 4px 40px 0 40px;
        width: 100%; }
        @media (max-width: 767.98px) {
          .custom-modal .modal-dialog .modal-content .modal-header h6 {
            font-size: 12px;
            line-height: 16px;
            padding: 8px 20px 0 20px; } }
        .custom-modal .modal-dialog .modal-content .modal-header h6 #nomeUsuarioModal {
          font-weight: bold; }
      .custom-modal .modal-dialog .modal-content .modal-header button {
        align-content: flex-start;
        background: #DADADA;
        border-radius: 50%;
        color: #272626;
        font-size: 36px;
        flex-wrap: wrap;
        height: 44px;
        margin: -44px -44px 0 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px; }
        @media (max-width: 767.98px) {
          .custom-modal .modal-dialog .modal-content .modal-header button {
            display: none; } }
      .custom-modal .modal-dialog .modal-content .modal-header span {
        font-family: 'Sicoob sans';
        margin-left: 2px; }
    .custom-modal .modal-dialog .modal-content .modal-body {
      padding: 40px;
      font-family: 'Sicoob sans';
      font-size: 14px;
      line-height: 18px;
      color: #333333; }
      @media (max-width: 767.98px) {
        .custom-modal .modal-dialog .modal-content .modal-body {
          padding: 40px 20px; } }
      .custom-modal .modal-dialog .modal-content .modal-body textarea {
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #B4B4B4 !important;
        color: #6C6C6C !important;
        font-family: 'Sicoob sans';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        outline: 0;
        padding: 11px 16px; }
        .custom-modal .modal-dialog .modal-content .modal-body textarea[readonly] {
          background: #EAEAEA; }
      .custom-modal .modal-dialog .modal-content .modal-body .table tr:nth-child(odd) {
        background: rgba(124, 133, 147, 0.05); }
      .custom-modal .modal-dialog .modal-content .modal-body .table tr th {
        border: 0;
        color: #7C8593;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        /* 114.286% */ }
        .custom-modal .modal-dialog .modal-content .modal-body .table tr th:first-child {
          padding-left: 20px; }
        .custom-modal .modal-dialog .modal-content .modal-body .table tr th:last-child {
          padding-right: 20px;
          text-align: center; }
      .custom-modal .modal-dialog .modal-content .modal-body .table tr td {
        background-color: transparent;
        border: 0;
        color: #333;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        /* 133.333% */ }
        .custom-modal .modal-dialog .modal-content .modal-body .table tr td button {
          padding: 0;
          border: 0;
          background: transparent; }
          .custom-modal .modal-dialog .modal-content .modal-body .table tr td button:focus {
            outline: 0; }
        .custom-modal .modal-dialog .modal-content .modal-body .table tr td:first-child {
          padding-left: 20px; }
        .custom-modal .modal-dialog .modal-content .modal-body .table tr td:last-child {
          padding-right: 20px;
          text-align: center; }
      .custom-modal .modal-dialog .modal-content .modal-body #observacaoTextareaAtiva-error.error,
      .custom-modal .modal-dialog .modal-content .modal-body #observacaoTextareaDesativa-error.error {
        color: #EB5757;
        font-size: 12px;
        font-weight: 400; }
    .custom-modal .modal-dialog .modal-content .modal-footer {
      background: transparent;
      border: 0;
      padding: 0 0 40px 0;
      justify-content: center; }
      .custom-modal .modal-dialog .modal-content .modal-footer button {
        min-width: 158px; }

.portlet-title-text {
  font-size: 1.5rem; }

.portlet-layout .portlet-header {
  margin: 0 0 0 0; }

.portlet-layout .portlet .management-bar > .container-fluid-max-xl,
.portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0; }

.portlet-barebone .portlet-content {
  border: none;
  padding: 0; }

.portlet {
  margin: 0 0 0 0; }
  .portlet > .portlet-topper {
    font-size: 0.87rem;
    padding: 0 4px 0 8px; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: block;
        white-space: nowrap; } }
    @media (min-width: 576px) {
      .portlet > .portlet-topper {
        right: auto; } }
    .portlet > .portlet-topper .portlet-title-default {
      display: inline-block;
      line-height: 1.5rem;
      vertical-align: middle; }
    .portlet > .portlet-topper .portlet-name-text {
      margin-right: 0.75rem; }
    .portlet > .portlet-topper .portlet-topper-toolbar {
      display: inline-block;
      vertical-align: middle; }
    .portlet > .portlet-topper .portlet-topper-toolbar,
    .portlet > .portlet-topper .icon-monospaced {
      height: 1.5rem;
      line-height: 1.5rem;
      width: 1.5rem; }
    .portlet > .portlet-topper .lexicon-icon {
      height: 0.875rem;
      width: 0.875rem; }
  .portlet:hover > .portlet-topper, .portlet.open > .portlet-topper {
    z-index: 999; }

.portlet .visible-interaction {
  float: right; }

.portlet-decorate .portlet {
  margin-bottom: 24px; }

.portlet-decorate .portlet-content {
  background-color: #fff;
  border: 1px solid #e7e7ed;
  border-radius: 0.25rem;
  padding: 24px; }

.portlet-barebone .panel,
.portlet-borderless .panel {
  background-color: transparent; }
  .portlet-barebone .panel.card,
  .portlet-borderless .panel.card {
    border-color: #cdced9;
    box-shadow: none; }

.portlet-barebone .panel-default,
.portlet-borderless .panel-default {
  border-color: #cdced9; }

.portlet-barebone .widget-mode-detail,
.portlet-borderless .widget-mode-detail {
  background-color: transparent; }

.portlet-hello-world .portlet .portlet-content {
  background: #4885b7 url(../images/portlet_hello_world/welcome_bg.jpg) bottom left;
  background-clip: padding-box;
  background-size: cover;
  color: var(--branco);
  min-height: 390px;
  padding-top: 30px; }
  @media (min-width: 576px) {
    .portlet-hello-world .portlet .portlet-content {
      padding-left: 50px; } }
  .portlet-hello-world .portlet .portlet-content .portlet-header {
    margin-bottom: 0; }
  .portlet-hello-world .portlet .portlet-content .portlet-title-text {
    color: var(--branco);
    font-size: 2rem;
    font-weight: 700;
    text-transform: none; }
  .portlet-hello-world .portlet .portlet-content .portlet-body {
    padding-right: 30%; }
    @media (min-width: 576px) {
      .portlet-hello-world .portlet .portlet-content .portlet-body {
        padding-right: 60%; } }

#main-content.columns-max {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    #main-content.columns-max {
      max-width: 540px; } }
  @media (min-width: 768px) {
    #main-content.columns-max {
      max-width: 720px; } }
  @media (min-width: 992px) {
    #main-content.columns-max {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    #main-content.columns-max {
      max-width: 1248px; } }

footer {
  background: var(--empresa_dark);
  padding: 4.0625rem 0 0 0; }
  @media (max-width: 767.98px) {
    footer .container {
      padding: 0 3.5rem; }
    footer .rodape-contato-wrapper {
      display: none; } }
  footer .content {
    position: relative;
    padding: 0 0 6.25rem 0; }
    footer .content:after {
      content: "";
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjY1IiB2aWV3Qm94PSIwIDAgMjAwIDY1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI1OCIgaGVpZ2h0PSIxNCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4xNDU5OTYgMC44NjkwMTlINTcuNzQ2M1YxMy44NzcxSDAuMTQ1OTk2VjAuODY5MDE5WiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTMuNzk1NTcgLTYwLjI2NTlDLTQuODU0NTcgLTYwLjE2NjkgLTUuOTMxNTcgLTU5Ljg2OTkgLTYuOTI4NTcgLTU5LjI5NzlDLTkuMjk1NTcgLTU3LjkyNjkgLTEwLjYzMjYgLTU1LjQzNzkgLTEwLjYxMzYgLTUyLjg2NzlDLTEwLjYxMzYgLTUxLjc0MjkgLTEwLjM2ODYgLTUwLjYyMTkgLTkuODQzNTcgLTQ5LjU0NDlMMjYuNjU2NCAxMy44NzcxTDM4LjQ5NjQgLTYuNTkwODdMNTcuNzQ2NCAtMzkuODQ5OUw0NS45NTI0IC02MC4yNjU5SC0zLjc5NTU3WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjQ1Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2sxIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyNiIgeT0iMCIgd2lkdGg9Ijc0IiBoZWlnaHQ9IjYxIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi42NTU4IDAuODY5MDE5SDk5LjY2NzhWNjAuMTQ5OUgyNi42NTU4VjAuODY5MDE5WiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2sxKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTguODEzOCAtNi41OTQxMkgzOC40OTU4TDI2LjY1NTggMTMuODc0OUw1MS42MzU4IDU2LjkwMzlDNTIuMjQ0OCA1Ny44MDE5IDUzLjAzMzggNTguNTgxOSA1NC4wMTE4IDU5LjE1MjlDNTUuMTc0OCA1OS44MjM5IDU2LjQ0NTggNjAuMTQ5OSA1Ny43MTY4IDYwLjE0OTlDNjAuMTM1OCA2MC4xNDk5IDYyLjQ5ODggNTguOTI2OSA2My45Mjk4IDU2Ljc3NjlMOTkuNjY3OCAtNS4yMDQxMkw5OC44MTM4IC02LjU5NDEyWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjQ1Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2syIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI3MyIgeT0iMCIgd2lkdGg9IjY5IiBoZWlnaHQ9IjE0Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03My4zNzk5IDAuODY5MDE5SDE0MS43NFYxMy44NzcxSDczLjM3OTlWMC44NjkwMTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazIpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC4xOTgxIC02MC4yNjU5Qzc5LjEzOTEgLTYwLjE2NjkgNzguMDYyMSAtNTkuODY5OSA3Ny4wNjUxIC01OS4yOTc5Qzc0LjY5ODEgLTU3LjkyNjkgNzMuMzYxMSAtNTUuNDM3OSA3My4zODAxIC01Mi44Njc5QzczLjM4MDEgLTUxLjc0MjkgNzMuNjI1MSAtNTAuNjIxOSA3NC4xNTAxIC00OS41NDQ5TDExMC42NSAxMy44NzcxTDEyMi40OSAtNi41OTA4N0wxNDEuNzQgLTM5Ljg0OTlMMTI5Ljk0NiAtNjAuMjY1OUg4MC4xOTgxWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjQ1Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2szIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTAiIHk9IjAiIHdpZHRoPSI3NSIgaGVpZ2h0PSI2MSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEwLjY0OSAwLjg2OTAxOUgxODQuNTY5VjYwLjE0OTlIMTEwLjY0OVYwLjg2OTAxOVoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMykiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4Mi44MDcgLTYuNTk0MTJIMTIyLjQ4OUwxMTAuNjQ5IDEzLjg3NDlMMTM1LjYyOSA1Ni45MDM5QzEzNi4yMzggNTcuODAxOSAxMzcuMDI3IDU4LjU4MTkgMTM4LjAwNSA1OS4xNTI5QzEzOS4xNjggNTkuODIzOSAxNDAuNDM5IDYwLjE0OTkgMTQxLjcxIDYwLjE0OTlDMTQ0LjEyOSA2MC4xNDk5IDE0Ni40OTIgNTguOTI2OSAxNDcuOTIzIDU2Ljc3NjlMMTg0LjU2OSAtNi41OTQxMkgxODIuODA3WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjQ1Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2s0IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMzAiIHk9IjM5IiB3aWR0aD0iNzAiIGhlaWdodD0iMjYiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzMC44MjUgMzkuMjU1NUgxOTkuMTg1VjY0Ljg2OUgxMzAuODI1VjM5LjI1NTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazQpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMzcuNjQzIDM5LjI1NTVDMTM2LjU4NCAzOS4zNTU1IDEzNS41MDcgMzkuNjUxNSAxMzQuNTEgNDAuMjI0NUMxMzIuMTQzIDQxLjU5NDUgMTMwLjgwNiA0NC4wODQ1IDEzMC44MjUgNDYuNjU0NUMxMzAuODI1IDQ3Ljc3ODUgMTMxLjA3IDQ4Ljg5OTUgMTMxLjU5NSA0OS45NzY1TDE2OC4wOTUgMTEzLjM5OEwxNzkuOTM1IDkyLjkzMDVMMTk5LjE4NSA1OS42NzE1TDE4Ny4zOTEgMzkuMjU1NUgxMzcuNjQzWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjQ1Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2s1IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxODciIHk9IjM5IiB3aWR0aD0iMTMiIGhlaWdodD0iMjYiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4Ny4zODggMzkuMjU1NUgxOTkuMTg4VjY0Ljg2OUgxODcuMzg4VjM5LjI1NTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazUpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xODcuMzg4IDM5LjI1NTVMMjE4LjQyNiA5Mi45MzA1SDI0MC4yNUgyNDIuMDEyTDI2Ni44MTggNDkuODI0NUMyNjcuMjY3IDQ4Ljg3NTUgMjY3LjU1NSA0Ny44MDc1IDI2Ny41NTUgNDYuNjU0NUMyNjcuNTU1IDQyLjcxODUgMjY0LjQ0NiAzOS41MDE1IDI2MC41NDggMzkuMjU1NUgxODcuMzg4WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjQ1Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2s2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIzOSIgd2lkdGg9IjY5IiBoZWlnaHQ9IjI2Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjE0NTk5NiAzOS4yNTU1SDY4LjUxMTRWNjQuODY5SDAuMTQ1OTk2VjM5LjI1NTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazYpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMTEuNjU1OCAzOS4yNTU1TDE5LjM4MjIgOTIuOTMwNUg0MS4yMDYySDQyLjk2ODJMNjcuNzc0MiA0OS44MjQ1QzY4LjIyMzIgNDguODc1NSA2OC41MTEyIDQ3LjgwNzUgNjguNTExMiA0Ni42NTQ1QzY4LjUxMTIgNDIuNzE4NSA2NS40MDIyIDM5LjUwMTUgNjEuNTA0MiAzOS4yNTU1SC0xMS42NTU4WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjQ1Ii8+CjwvZz4KPG1hc2sgaWQ9Im1hc2s3IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI5OSIgeT0iNDgiIHdpZHRoPSI3MCIgaGVpZ2h0PSIxNyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTkuNjcyOSA0OC41NTJIMTY4LjAzM1Y2NC44NjlIOTkuNjcyOVY0OC41NTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazcpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjEuMjE1IDEyMi42OTVDMTYyLjI3NCAxMjIuNTk1IDE2My4zNTEgMTIyLjI5OSAxNjQuMzQ4IDEyMS43MjZDMTY2LjcxNSAxMjAuMzU2IDE2OC4wNTIgMTE3Ljg2NiAxNjguMDMzIDExNS4yOTZDMTY4LjAzMyAxMTQuMTcyIDE2Ny43ODggMTEzLjA1MSAxNjcuMjYzIDExMS45NzRMMTMwLjc2MyA0OC41NTJMMTE4LjkyMyA2OS4wMkw5OS42NzI5IDEwMi4yNzlMMTExLjQ2NyAxMjIuNjk1SDE2MS4yMTVaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNDUiLz4KPC9nPgo8bWFzayBpZD0ibWFzazgiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjU2IiB5PSIyIiB3aWR0aD0iNzUiIGhlaWdodD0iNjMiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU2Ljg0MzggMi4yNzkxN0gxMzAuNzY0VjY0Ljg2OTFINTYuODQzOFYyLjI3OTE3WiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2s4KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTguNjA1NyA2OS4wMjIySDExOC45MjRMMTMwLjc2NCA0OC41NTQyTDEwNS43ODQgNS41MjQxN0MxMDUuMTc1IDQuNjI2MTcgMTA0LjM4NiAzLjg0NzE3IDEwMy40MDggMy4yNzYxN0MxMDIuMjQ1IDIuNjA0MTcgMTAwLjk3NCAyLjI3OTE3IDk5LjcwMjggMi4yNzkxN0M5Ny4yODM4IDIuMjc5MTcgOTQuOTIwNyAzLjUwMjE3IDkzLjQ4OTcgNS42NTIxN0w1Ni44NDM4IDY5LjAyMjJINTguNjA1N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC40NSIvPgo8L2c+CjxtYXNrIGlkPSJtYXNrOSIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTg4IiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTQiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4OC4yNzkgMC44NjkwMTlIMTk5LjE4OFYxMy44NzcxSDE4OC4yNzlWMC44NjkwMTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazkpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOTUuMDk3IC02MC4yNjU5QzE5NC4wMzggLTYwLjE2NjkgMTkyLjk2MSAtNTkuODY5OSAxOTEuOTY0IC01OS4yOTc5QzE4OS41OTcgLTU3LjkyNjkgMTg4LjI2IC01NS40Mzc5IDE4OC4yNzkgLTUyLjg2NzlDMTg4LjI3OSAtNTEuNzQyOSAxODguNTI0IC01MC42MjE5IDE4OS4wNDkgLTQ5LjU0NDlMMjI1LjU0OSAxMy44NzcxTDIzNy4zODkgLTYuNTkwODdMMjU2LjYzOSAtMzkuODQ5OUwyNDQuODQ1IC02MC4yNjU5SDE5NS4wOTdaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNDUiLz4KPC9nPgo8L3N2Zz4K");
      position: absolute;
      height: 4.0625rem;
      width: 100%;
      bottom: 0; }
    @media (max-width: 767.98px) {
      footer .content .row.mb-6 > .useful-links-3 {
        margin-top: 40px; }
        footer .content .row.mb-6 > .useful-links-3 ul.navegation {
          display: flex;
          flex-wrap: wrap; }
          footer .content .row.mb-6 > .useful-links-3 ul.navegation li {
            flex: 1 50%; }
            footer .content .row.mb-6 > .useful-links-3 ul.navegation li:nth-child(even) {
              padding-left: 13px; } }
    footer .content h2,
    footer .content h5 {
      font-size: 1.125rem;
      color: var(--primary); }
    footer .content b {
      color: var(--primary); }
    footer .content p {
      color: var(--light); }
    @media (max-width: 767.98px) {
      footer .content .social-networks-wrapper .social-networks {
        margin-bottom: 40px; } }
    footer .content ul.navegation.social-networks li {
      margin-right: 0.1875rem; }
      footer .content ul.navegation.social-networks li a {
        padding: 0 0.3125rem; }
        footer .content ul.navegation.social-networks li a:hover {
          text-decoration: none; }
        footer .content ul.navegation.social-networks li a.icon i.icon-spotify {
          background-image: url("../images/icons/icon-spotify.svg");
          background-repeat: no-repeat;
          background-size: cover;
          display: inline-block;
          margin-bottom: -3px;
          height: 16px;
          width: 16px; }
    footer .content ul.navegation li {
      padding: 0.25rem 0; }
    footer .content ul li {
      color: var(--branco); }
      footer .content ul li a {
        color: var(--branco); }
        footer .content ul li a:hover, footer .content ul li a:focus, footer .content ul li a:active {
          text-decoration: underline; }
    footer .content .portlet-content {
      padding: 0 0 0 0; }
    footer .content .navbar-nav {
      flex-direction: column; }
    footer .content .portlet-title-text {
      overflow: visible !important; }
    @media (max-width: 576px) {
      footer .content {
        padding: 2.0625rem 0 0 0; }
        footer .content .text-truncate {
          white-space: nowrap; }
        footer .content .row .col-xs-6 {
          max-width: 100%;
          flex: 0 0 100%;
          margin-top: 40px; } }
  footer .visible-interaction .btn-sm svg path {
    color: var(--empresa_dark); }
  footer .rodape-wrapper h5 {
    font-size: 14px;
    color: var(--branco);
    font-weight: 500; }
  footer .rodape-wrapper .item-decription {
    font-size: 9px;
    color: var(--branco); }

body.para-voce footer .content:after, body.pessoa-fisica footer .content:after {
  background-color: var(--voce_bg); }

body.para-sua-empresa footer .content:after, body.para-empresa footer .content:after, body.pessoa-juridica footer .content:after {
  background-color: var(--empresa_bg); }

body.para-o-campo footer .content:after, body.para-campo footer .content:after, body.para-agronegocio footer .content:after {
  background-color: var(--campo_bg); }

:root {
  --primary: var(--turq);
  --dark: var(--verdee);
  --light: var(--branco);
  --secondary: var(--verdec);
  --tertiary: var(--verdem);
  --turq-200: var(--color-function-primary-lightest);
  --turq-300: var(--color-function-primary-active);
  --turq: var(--color-function-primary-action);
  --turq-500: var(--color-function-primary-default);
  --turq-600: var(--color-function-primary-darkest);
  --verdee-200: var(--cyprus-600);
  --verdee-300: var(--cyprus-700);
  --verdee: var(--cyprus-800);
  --verdee-500: var(--cyprus-900);
  --verdee-600: var(--cyprus-950);
  --verdem-200: var(--lima-200);
  --verdem-300: var(--lima-300);
  --verdem: var(--lima-500);
  --verdem-500: var(--lima-600);
  --verdem-600: var(--lima-700);
  --verdec-200: var(--rio-grande-200);
  --verdec-300: var(--rio-grande-300);
  --verdec: var(--rio-grande-600);
  --verdec-500: var(--rio-grande-700);
  --verdec-600: var(--rio-grande-800);
  --roxo-200: var(--victoria-400);
  --roxo-300: var(--victoria-500);
  --roxo: var(--victoria-700);
  --roxo-500: var(--victoria-800);
  --roxo-600: var(--victoria-900);
  --branco: var(--mine-shaft-50);
  --cinza-200: var(--athens-gray-50);
  --cinza-300: var(--athens-gray-100);
  --cinza-400: var(--athens-gray-200);
  --cinza-500: var(--athens-gray-300);
  --cinza-600: var(--mine-shaft-400);
  --cinza-700: var(--mine-shaft-600);
  --cinza-800: var(--mine-shaft-700);
  --cinza-900: var(--mine-shaft-900);
  --preto: var(--mine-shaft-950);
  --transparente: rgba(0, 0, 0, 0);
  --gradient-turq: radial-gradient(at 30% 90%, var(--persian-green-500) 0px, transparent 40%), radial-gradient(at 80% 20%, var(--persian-green-700) 0px, transparent 70%), radial-gradient(at 0% 0%, var(--persian-green-700) 0px, transparent 40%);
  --gradient-turq-line: linear-gradient(to right, var(--persian-green-600), var(--persian-green-700));
  --gradient-verdee: radial-gradient(at 30% 90%, var(--cyprus-950) 0px, transparent 40%), radial-gradient(at 80% 20%, var(--cyprus-900) 0px, transparent 70%), radial-gradient(at 0% 0%, var(--cyprus-800) 0px, transparent 40%);
  --gradient-verdee-line: linear-gradient(to right, var(--cyprus-800), var(--cyprus-950));
  --gradient-branco: radial-gradient(at 30% 90%, var(--persian-green-100) 0px, transparent 40%), radial-gradient(at 80% 20%, var(--persian-green-100) 0px, transparent 70%), radial-gradient(at 0% 0%, var(--persian-green-100) 0px, transparent 40%);
  --gradient-branco-line: linear-gradient(to right, var(--persian-green-50), var(--persian-green-100));
  --color-brand-main: #00ae9d;
  --color-brand-opposite: #49479d;
  --color-brand-complementary: #7db61c;
  --color-brand-supplementary: #c9d200;
  --color-brand-dusky: #003641;
  --color-denotative-success-darkest: #415e16;
  --color-denotative-success-action: #4f7714;
  --color-denotative-success-default: #7db61c;
  --color-denotative-success-active: #daf5a1;
  --color-denotative-success-lightest: #f8fde8;
  --color-denotative-info-darkest: #065786;
  --color-denotative-info-action: #0166a3;
  --color-denotative-info-default: #0090e0;
  --color-denotative-info-active: #b9e5fe;
  --color-denotative-info-lightest: #f0f9ff;
  --color-denotative-warning-darkest: #461202;
  --color-denotative-warning-action: #dd5c02;
  --color-denotative-warning-default: #ffaa2c;
  --color-denotative-warning-active: #ffd888;
  --color-denotative-warning-lightest: #fff9eb;
  --color-denotative-error-darkest: #1d020b;
  --color-denotative-error-action: #c10f47;
  --color-denotative-error-default: #f7406c;
  --color-denotative-error-active: #ffccd6;
  --color-denotative-error-lightest: #fff1f3;
  --color-function-disabled-background: #e3e3e3;
  --color-function-disabled-text: #818181;
  --color-function-disabled-border: #a4a4a4;
  --color-function-primary-darkest: #0a655e;
  --color-function-primary-action: #00ae9d;
  --color-function-primary-default: #058075;
  --color-function-primary-active: #04c8b0;
  --color-function-primary-lightest: #effefb;
  --color-function-secondary-darkest: #47438a;
  --color-function-secondary-action: #575ab9;
  --color-function-secondary-default: #49479d;
  --color-function-secondary-active: #6a72c7;
  --color-function-secondary-lightest: #f3f5fb;
  --color-function-tertiary-darkest: #002a33;
  --color-function-tertiary-action: #004452;
  --color-function-tertiary-default: #001e24;
  --color-function-tertiary-active: #04c8b0;
  --color-function-tertiary-lightest: #effefb;
  --color-surface-text-default-low: #818181;
  --color-surface-text-default-medium: #515151;
  --color-surface-text-default-high: #002a33;
  --color-surface-text-highlight-low: #f7f7f7;
  --color-surface-text-highlight-medium: #005566;
  --color-surface-text-highlight-high: #00ae9d;
  --color-surface-background-low: #ffffff;
  --color-surface-background-medium: #ebedf1;
  --color-surface-background-high: #002a33;
  --color-surface-background-elevation-1: #ffffff;
  --color-surface-background-elevation-2: #ffffff;
  --color-surface-background-elevation-3: #ffffff;
  --color-surface-stroke-low: #e3e3e3;
  --color-surface-stroke-medium: #d5dae2;
  --color-surface-stroke-high: #b1bbc8;
  --color-surface-support-1-low: #e3e3e3;
  --color-surface-support-1-medium: #003641;
  --color-surface-support-1-high: #001e24;
  --color-surface-support-2-low: #f7f7f7;
  --color-surface-support-2-medium: #8695aa;
  --color-surface-support-2-high: #343a46;
  --color-surface-support-3-low: #ffffff;
  --color-surface-support-3-medium: #818181;
  --color-surface-support-3-high: #313131;
  --color-surface-support-4-low: #effefb;
  --color-surface-support-4-medium: #058075;
  --color-surface-support-4-high: #003332;
  --color-surface-support-5-low: #f8fde8;
  --color-surface-support-5-medium: #679c14;
  --color-surface-support-5-high: #1b2c07;
  --color-surface-support-6-low: #f8fee8;
  --color-surface-support-6-medium: #aeb50e;
  --color-surface-support-6-high: #2b3300;
  --color-surface-support-7-low: #f3f5fb;
  --color-surface-support-7-medium: #8793d3;
  --color-surface-support-7-high: #282645;
  --color-surface-balance-income-low: #f8fde8;
  --color-surface-balance-income-medium: #679c14;
  --color-surface-balance-debit-low: #fff1f3;
  --color-surface-balance-debit-medium: #e41a54;
  --color-surface-shadow-default-low: rgb(0 30 36 / 8%);
  --color-surface-shadow-default-medium: rgb(0 30 36 / 24%);
  --color-surface-shadow-default-high: rgb(0 30 36 / 100%);
  --color-surface-shadow-highlight-low: #ffffff;
  --color-surface-shadow-highlight-medium: #ffffff;
  --color-surface-shadow-highlight-high: #002a33;
  --persian-green-50: #effefb;
  --persian-green-100: #c7fff4;
  --persian-green-200: #90ffe8;
  --persian-green-300: #51f7dc;
  --persian-green-400: #1de4c9;
  --persian-green-500: #04c8b0;
  --persian-green-600: #00ae9d;
  --persian-green-700: #03857F;
  --persian-green-800: #0a655e;
  --persian-green-900: #0d544e;
  --persian-green-950: #003332;
  --lima-50: #f8fde8;
  --lima-100: #ecfacd;
  --lima-200: #daf5a1;
  --lima-300: #bfec6a;
  --lima-400: #a5de3d;
  --lima-500: #7db61c;
  --lima-600: #679c14;
  --lima-700: #4f7714;
  --lima-800: #415e16;
  --lima-900: #375017;
  --lima-950: #1b2c07;
  --rio-grande-50: #f8fee8;
  --rio-grande-100: #eeffc2;
  --rio-grande-200: #e0ff88;
  --rio-grande-300: #d6ff43;
  --rio-grande-400: #d8ff10;
  --rio-grande-500: #d3ef03;
  --rio-grande-600: #c9d200;
  --rio-grande-700: #aeb50e;
  --rio-grande-800: #888b1a;
  --rio-grande-900: #525b0c;
  --rio-grande-950: #2b3300;
  --victoria-50: #f3f5fb;
  --victoria-100: #e4e6f5;
  --victoria-200: #cfd4ee;
  --victoria-300: #aeb8e2;
  --victoria-400: #8793d3;
  --victoria-500: #6a72c7;
  --victoria-600: #575ab9;
  --victoria-700: #49479d;
  --victoria-800: #47438a;
  --victoria-900: #3a396f;
  --victoria-950: #282645;
  --cyprus-50: #00A2C2;
  --cyprus-100: #009DBD;
  --cyprus-200: #008CA8;
  --cyprus-300: #008099;
  --cyprus-400: #006F85;
  --cyprus-500: #006275;
  --cyprus-600: #005566;
  --cyprus-700: #004452;
  --cyprus-800: #003641;
  --cyprus-900: #002A33;
  --cyprus-950: #001E24;
  --sunshade-50: #fff9eb;
  --sunshade-100: #ffedc6;
  --sunshade-200: #ffd888;
  --sunshade-300: #ffbf4a;
  --sunshade-400: #ffaa2c;
  --sunshade-500: #f98107;
  --sunshade-600: #dd5c02;
  --sunshade-700: #b73d06;
  --sunshade-800: #942e0c;
  --sunshade-900: #7a270d;
  --sunshade-950: #461202;
  --violet-red-50: #fff1f3;
  --violet-red-100: #ffe4e8;
  --violet-red-200: #ffccd6;
  --violet-red-300: #fea3b4;
  --violet-red-400: #fd6f8d;
  --violet-red-500: #f7406c;
  --violet-red-600: #e41a54;
  --violet-red-700: #c10f47;
  --violet-red-800: #a11042;
  --violet-red-900: #8a113e;
  --violet-red-950: #4d041e;
  --cerulean-50: #f0f9ff;
  --cerulean-100: #e0f1fe;
  --cerulean-200: #b9e5fe;
  --cerulean-300: #7cd1fd;
  --cerulean-400: #36bbfa;
  --cerulean-500: #0ca2eb;
  --cerulean-600: #0090e0;
  --cerulean-700: #0166a3;
  --cerulean-800: #065786;
  --cerulean-900: #0b486f;
  --cerulean-950: #072e4a;
  --athens-gray-50: #f7f7f7;
  --athens-gray-100: #ebedf1;
  --athens-gray-200: #d5dae2;
  --athens-gray-300: #b1bbc8;
  --athens-gray-400: #8695aa;
  --athens-gray-500: #677890;
  --athens-gray-600: #526077;
  --athens-gray-700: #434e61;
  --athens-gray-800: #3a4452;
  --athens-gray-900: #343a46;
  --athens-gray-950: #22272f;
  --mine-shaft-50: #FFFFFF;
  --mine-shaft-100: #e3e3e3;
  --mine-shaft-200: #c8c8c8;
  --mine-shaft-300: #a4a4a4;
  --mine-shaft-400: #818181;
  --mine-shaft-500: #666666;
  --mine-shaft-600: #515151;
  --mine-shaft-700: #434343;
  --mine-shaft-800: #383838;
  --mine-shaft-900: #313131;
  --mine-shaft-950: #1a1a1a;
  --cor-perfil-200: var(--turq-200);
  --cor-perfil-300: var(--turq-300);
  --cor-perfil: var(--turq);
  --cor-perfil-500: var(--turq-500);
  --cor-perfil-600: var(--turq-600);
  --cor-apoio-200: var(--verdee-200);
  --cor-apoio-300: var(--verdee-300);
  --cor-apoio: var(--verdee);
  --cor-apoio-500: var(--verdee-500);
  --cor-apoio-600: var(--verdee-600);
  --cor-destaque-200: var(--verdec-200);
  --cor-destaque-300: var(--verdec-300);
  --cor-destaque: var(--verdec);
  --cor-destaque-500: var(--verdec-500);
  --cor-destaque-600: var(--verdec-600);
  --cor-base-200: var(--cinza-200);
  --cor-base-300: var(--cinza-300);
  --cor-base: var(--branco);
  --cor-base-500: var(--cinza-500);
  --cor-base-600: var(--cinza-600);
  --size-0: 0rem;
  --size-1: 0.25rem;
  --size-2: 0.5rem;
  --size-3: 1rem;
  --size-4: 1.5rem;
  --size-5: 3rem;
  --spacing-none: 0;
  --spacing-quarck: 4px;
  --spacing-nano: 8px;
  --spacing-xxxs: 16px;
  --spacing-xxs: 24px;
  --spacing-xs: 32px;
  --spacing-sm: 40px;
  --spacing-md: 48px;
  --spacing-lg: 56px;
  --spacing-xl: 64px;
  --spacing-xxl: 80px;
  --spacing-xxxl: 120px;
  --spacing-huge: 160px;
  --spacing-giant: 200px;
  --spacing-base: 8px;
  --border-width-none: 0;
  --border-width-hairline: 1px;
  --border-width-thin: 2px;
  --border-width-thick: 4px;
  --border-width-heavy: 8px;
  --border-width-base: 8px;
  --border-radius-none: 0;
  --border-radius-xs: 6px;
  --border-radius-sm: 8px;
  --border-radius-md: 16px;
  --border-radius-lg: 24px;
  --border-radius-pill: 1000px;
  --border-radius-circular: 50%;
  --opacity-semi-opaque: 0.8;
  --opacity-intense: 0.64;
  --opacity-medium: 0.32;
  --opacity-light: 0.16;
  --opacity-semi-transparent: 0.08;
  --opacity-base: 8;
  /* @link https://utopia.fyi/type/calculator?c=320,16,1.18,1240,18,1.22285,8,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  /* Step Xsmall: 11.6px → 13px */
  --font-size-xs: clamp(0.725rem, 0.70rem + 0.06vw, 0.8125rem);
  /* Step Small: 13px → 15px */
  --font-size-sm: clamp(0.8125rem, 0.82rem + 0.13vw, 0.9375rem);
  /* Step Base/paragrafo/body: 16px → 18px */
  --font-size-bs: clamp(1rem, 0.95rem + 0.22vw, 1.125rem);
  /* Step h6: 19px → 22px */
  --font-size-6: clamp(1.18rem, 1.1875rem + 0.34vw, 1.375rem);
  /* Step h5: 23px → 27px */
  --font-size-5: clamp(1.4375rem, 1.3rem + 0.5vw, 1.6875rem);
  /* Step h4: 27px → 33px */
  --font-size-4: clamp(1.6875rem, 1.5rem + 0.72vw, 2.0625rem);
  /* Step h3: 32px → 40px */
  --font-size-3: clamp(2rem, 1.74rem + 1vw, 2.5rem);
  /* Step h2: 37px → 50px */
  --font-size-2: clamp(2.3125rem, 2rem + 1.37vw, 3.125rem);
  /* Step h1: 45px → 60px */
  --font-size-1: clamp(2.8125rem, 2.3rem + 1.85vw, 3.75rem);
  /* Step display lg: 52px → 75px */
  --font-size-lg: clamp(3.25rem, 2.7rem + 2.46vw, 4.6875rem);
  /* Step display xl: 60px → 90px */
  --font-size-xl: clamp(3.75rem, 3.1rem + 3.25vw, 5.625rem);
  --font-size-base: var(--font-size-bs);
  --font-size-minor: var(--font-size-xs);
  --font-size-small: var(--font-size-sm);
  --font-sans: "Sicoob sans", "Asap", sans-serif;
  --font-script: "Sicoob script", "Pacifico", cursive;
  --line-height-1: 100%;
  --line-height-2: 120%;
  --line-height-3: 150%;
  --line-height-4: 200%;
  --transition-1: all 0.3s cubic-bezier(0.6, -0.10, 0.4, 1.10);
  --transition-2: all 0.5s cubic-bezier(0.6, -0.10, 0.4, 1.10);
  --box-shadow-1: 0 4px 8px rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0 8px 16px rgba(0, 0, 0, 0.2);
  --box-shadow-3: 0 16px 32px rgba(0, 0, 0, 0.2);
  --box-shadow-4: 0 24px 48px rgba(0, 0, 0, 0.2);
  --box-shadow-xs: 0 2px 4px rgba(128, 128, 128, 0.2);
  --box-shadow-sm: 0 2px 8px rgba(128, 128, 128, 0.2); }

body,
body .tema-turq {
  --cor-perfil-200: var(--turq-200);
  --cor-perfil-300: var(--turq-300);
  --cor-perfil: var(--turq);
  --cor-perfil-500: var(--turq-500);
  --cor-perfil-600: var(--turq-600);
  --cor-apoio-200: var(--verdee-200);
  --cor-apoio-300: var(--verdee-300);
  --cor-apoio: var(--verdee);
  --cor-apoio-500: var(--verdee-500);
  --cor-apoio-600: var(--verdee-600);
  --cor-destaque-200: var(--verdec-200);
  --cor-destaque-300: var(--verdec-300);
  --cor-destaque: var(--verdec);
  --cor-destaque-500: var(--verdec-500);
  --cor-destaque-600: var(--verdec-600);
  --cor-base-200: var(--cinza-200);
  --cor-base-300: var(--cinza-300);
  --cor-base: var(--branco);
  --cor-base-500: var(--cinza-500);
  --cor-base-600: var(--cinza-600); }

body .tema-verdee {
  --cor-perfil-200: var(--verdee-200);
  --cor-perfil-300: var(--verdee-300);
  --cor-perfil: var(--verdee);
  --cor-perfil-500: var(--verdee-500);
  --cor-perfil-600: var(--verdee-600);
  --cor-destaque-200: var(--turq-200);
  --cor-destaque-300: var(--turq-300);
  --cor-destaque: var(--turq);
  --cor-destaque-500: var(--turq-500);
  --cor-destaque-600: var(--turq-600); }

body .tema-verdem {
  --cor-perfil-200: var(--verdem-200);
  --cor-perfil-300: var(--verdem-300);
  --cor-perfil: var(--verdem);
  --cor-perfil-500: var(--verdem-500);
  --cor-perfil-600: var(--verdem-600);
  --cor-destaque-200: var(--turq-200);
  --cor-destaque-300: var(--turq-300);
  --cor-destaque: var(--turq);
  --cor-destaque-500: var(--turq-500);
  --cor-destaque-600: var(--turq-600); }

body .tema-verdec {
  --cor-perfil-200: var(--verdec-200);
  --cor-perfil-300: var(--verdec-300);
  --cor-perfil: var(--verdec);
  --cor-perfil-500: var(--verdec-500);
  --cor-perfil-600: var(--verdec-600);
  --cor-destaque-200: var(--turq-200);
  --cor-destaque-300: var(--turq-300);
  --cor-destaque: var(--turq);
  --cor-destaque-500: var(--turq-500);
  --cor-destaque-600: var(--turq-600); }

body .tema-dark {
  --cor-perfil-200: var(--turq-600);
  --cor-perfil-300: var(--turq-500);
  --cor-perfil: var(--turq);
  --cor-perfil-500: var(--turq-300);
  --cor-perfil-600: var(--turq-200);
  --cor-apoio-200: var(--cinza-600);
  --cor-apoio-300: var(--cinza-500);
  --cor-apoio: var(--branco);
  --cor-apoio-500: var(--cinza-300);
  --cor-apoio-600: var(--cinza-200);
  --cor-destaque-200: var(--verdec-600);
  --cor-destaque-300: var(--verdec-500);
  --cor-destaque: var(--verdec);
  --cor-destaque-500: var(--verdec-300);
  --cor-destaque-600: var(--verdec-200);
  --cor-base-200: var(--verdee-600);
  --cor-base-300: var(--verdee-500);
  --cor-base: var(--verdee);
  --cor-base-500: var(--verdee-300);
  --cor-base-600: var(--verdee-200); }

/* 
--------------------------------
GERAIS
--------------------------------
*/
.acland-docs .management-bar .navbar-nav,
.acland-docs .bulk-status-container,
.acland-docs .info-panel.sidenav-menu-slider,
.acland-docs .dropdown-menu-left-side li {
  display: none !important; }

.acland-docs .management-bar {
  display: block !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  margin-bottom: var(--size-2); }

.acland-docs .management-bar .navbar-form {
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: var(--size-0) !important; }

.acland-docs .management-bar .navbar-form .input-group-item input {
  height: 100%;
  border-top-left-radius: var(--size-2);
  border-bottom-left-radius: var(--size-2);
  border: 1px solid var(--verdee);
  border-right: 0px;
  color: var(--verdee); }

.acland-docs .management-bar .navbar-form .input-group-item span {
  background: var(--turq);
  border: 1px solid var(--verdee);
  border-left: 0px;
  border-top-right-radius: var(--size-2);
  border-bottom-right-radius: var(--size-2);
  padding: 0; }

.acland-docs .management-bar .navbar-form .input-group-item span button {
  padding: var(--size-3) var(--size-4) !important;
  height: -moz-fit-content;
  height: fit-content; }

.acland-docs .subnav-tbar-primary {
  background-color: var(--turq-200);
  padding: var(--size-2) var(--size-1);
  font-size: var(--font-size-sm);
  border-radius: var(--size-2);
  margin-bottom: var(--size-4);
  margin-top: 0; }

.acland-docs .search-info {
  font-size: var(--font-size-sm);
  font-weight: 700;
  margin-top: var(--size-0); }

.acland-docs .search-info .btn-secondary {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important; }

.acland-docs .dropdown-menu-left-side li:nth-child(1) {
  display: list-item !important; }

.acland-docs .taglib-header .header-title {
  font-size: var(--font-size-5); }

.acland-docs .main-content-body {
  margin-top: var(--size-4); }

.acland-docs .list-group {
  background: var(--branco);
  padding: var(--size-3) calc(var(--size-2) + var(--size-1));
  box-shadow: 0px 0px 80px 0px rgba(0, 53, 62, 0.1) !important;
  border-radius: var(--size-3) !important;
  border: 1px solid var(--verdee) !important; }

.acland-docs .list-group-header {
  background: var(--branco);
  border: none; }

.acland-docs .list-group-item {
  padding: var(--size-0) var(--size-3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  position: relative;
  min-height: 50px; }

.acland-docs .list-group-item .autofit-col {
  justify-content: center !important; }

.acland-docs .list-group-item .autofit-col:nth-child(1) {
  display: none; }

.acland-docs .list-group-item .autofit-col:nth-child(2) .sticker {
  background-image: url(https://www.sicoob.com.br/documents/20128/275218605/pasta.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: var(--size-4) !important; }

.acland-docs .list-group-item .autofit-col:nth-child(2) .sticker.aspect-ratio-bg-cover, .acland-docs .list-group-item .autofit-col:nth-child(2) .sticker.file-icon-color-2 {
  background-image: url(https://www.sicoob.com.br/documents/20128/275218605/arquivo.svg) !important;
  background-size: 20px !important; }

.acland-docs .list-group-item .autofit-col:nth-child(2) span,
.acland-docs .list-group-item .autofit-col:nth-child(2) svg {
  display: none; }

.acland-docs .list-group-item .autofit-col:nth-child(3) span {
  display: none; }

.acland-docs .list-group-item h2 a {
  color: var(--verdee) !important;
  display: block;
  padding: calc(var(--size-2) + var(--size-1)) var(--size-0);
  font-size: var(--font-size-bs); }

.acland-docs .list-group-item:hover {
  background-color: var(--turq) !important;
  border-radius: var(--size-1); }

.acland-docs .list-group-item:hover .autofit-col:nth-child(2) .sticker {
  background-image: url(https://www.sicoob.com.br/documents/20128/275218605/pasta-branca.svg) !important; }

.acland-docs .list-group-item:hover .autofit-col:nth-child(2) .sticker.aspect-ratio-bg-cover, .acland-docs .list-group-item:hover .autofit-col:nth-child(2) .sticker.file-icon-color-2 {
  background-image: url(https://www.sicoob.com.br/documents/20128/275218605/arquivo-branco.svg) !important; }

.acland-docs .list-group-item:hover h2 a {
  color: var(--branco) !important;
  text-decoration: none !important;
  font-size: var(--font-size-bs) !important; }

.acland-docs .list-group-item:hover h2 .dropdown-menu > li > a:focus {
  box-shadow: inset 0 0 0 0.125rem var(--turq), inset 0 0 0 0.25rem var(--branco); }

.acland-docs .list-group-item:hover h2 .dropdown-menu > li > a:active {
  background-color: var(--turq-200); }

@media (max-width: 992px) {
  .acland-docs .lfr-description-column {
    display: none !important; } }

.acland-docs .entry-selector,
.acland-docs .lfr-checkbox-column,
.acland-docs thead {
  display: none; }

.acland-docs span {
  white-space: normal !important; }

.acland-docs .sticker {
  background: transparent !important; }

.acland-docs .lexicon-icon {
  fill: var(--verdee); }

.acland-docs button .lexicon-icon {
  fill: var(--branco); }

.acland-docs .pagination-bar {
  margin: var(--size-4) var(--size-0); }

.acland-docs .pagination-bar .pagination-results {
  margin-bottom: 0;
  font-size: var(--font-size-sm) !important; }

.acland-docs .pagination-bar .pagination li:first-child > a:after {
  margin-left: 3px; }

.acland-docs .pagination-bar .pagination li:last-child .lfr-portal-tooltip {
  position: absolute;
  right: -6px;
  top: -1px; }

.breadcrumb-link {
  color: var(--verdee);
  font-weight: bold;
  transition: var(--transition-2); }

.breadcrumb-link:hover {
  color: var(--verdee);
  padding-left: 15px;
  text-decoration: none !important; }

.breadcrumb-link-link > .breadcrumb-text-truncate:hover, .breadcrumb-link-link > .breadcrumb-text-truncate:focus {
  text-decoration: none !important; }

.breadcrumb-item {
  font-size: var(--font-size-sm); }

.breadcrumb-item:last-child {
  width: 100%;
  font-size: var(--font-size-6);
  color: var(--verdee);
  font-weight: bold; }

.breadcrumb-item-item + .breadcrumb-item::before {
  background-image: url('data:image/svg+xml;utf8,<svg id="chavron" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.35 16.01" height="16px" width="16px"><path class="cls-1" d="M4.61,16a1.33,1.33,0,0,1-.94-2.27L9.4,8,3.67,2.27A1.33,1.33,0,0,1,5.56.39l6.67,6.67a1.33,1.33,0,0,1,0,1.88L5.56,15.62A1.33,1.33,0,0,1,4.61,16Z" fill="%2300353e"/></svg>'); }

.breadcrumb-text-truncate {
  max-width: -moz-fit-content;
  max-width: fit-content; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

body #content,
#content,
.portlet-column {
  padding: 0 !important; }

.acland .portlet-column-content.empty {
  padding: 0 !important; }

.acland [data-title=Informações],
.acland .add-comment,
.acland .portlet-topper-toolbar > [data-qa-id=addButton] {
  display: none !important; }

a {
  color: var(--primary); }

a:hover {
  color: var(--turq-600); }

a:focus {
  box-shadow: none !important; }

.whatsapp.wpp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  animation: all 1s ease-in-out; }

.whatsapp.wpp img {
  width: 50px;
  height: auto; }

.whatsapp.wpp:hover {
  transform: scale(0.95, 0.95); }

.whatsapp.wpp .btn:focus {
  transform: scale(0.9, 0.9);
  box-shadow: none !important; }

.portlet-topper-none .portlet-topper {
  display: none; }

.homol,
section[id*=-homol] {
  display: none; }

body.signed-in .homol,
body.signed-in section[id*=-homol] {
  display: block; }

.acland #onetrust-pc-sdk h2,
* #onetrust-pc-sdk h2 {
  font-size: 1.37em !important; }

.acland #onetrust-pc-sdk h2,
* #onetrust-pc-sdk h2 {
  font-size: 1.37em !important;
  font-size: 0.875em; }

.acland h1,
.acland .h1 {
  font-size: var(--font-size-1); }

.acland h2,
.acland .h2 {
  font-size: var(--font-size-2); }

.acland h3,
.acland .h3 {
  font-size: var(--font-size-3); }

.acland h4,
.acland .h4 {
  font-size: var(--font-size-4); }

.acland h5,
.acland .h5 {
  font-size: var(--font-size-5); }

.acland h6,
.acland .h6 {
  font-size: var(--font-size-6); }

.acland p {
  color: var(--dark);
  font-size: var(--font-size-base); }

.acland .small {
  color: var(--dark);
  font-size: var(--font-size-sm); }

.acland .xsmall {
  font-size: var(--font-size-xs); }

.acland button:focus {
  outline: 1px auto var(--primary); }

html {
  scroll-behavior: smooth; }

.escrita,
.script,
.cursive,
.cursiva,
.pacifico {
  font-family: var(--font-script) !important;
  font-weight: 700; }

.acland.accordion .card,
.acland .accordion .card {
  margin-bottom: var(--size-3) !important;
  background: transparent;
  border-radius: var(--size-2) !important;
  border: var(--size-0) !important;
  box-shadow: none; }

.acland.accordion .card .card-header,
.acland .accordion .card .card-header {
  border: 0 !important;
  background: var(--cor-perfil) !important;
  border-radius: 0.5rem !important;
  padding: 0 !important;
  transition: var(--transition-1); }

.acland.accordion .card .card-header:hover,
.acland .accordion .card .card-header:hover {
  background: var(--cor-perfil-500) !important; }

.acland.accordion .card .card-header .btn-link,
.acland .accordion .card .card-header .btn-link {
  font-size: var(--font-size-base);
  width: 100%;
  color: var(--light) !important;
  text-align: left;
  text-decoration: none !important;
  outline: var(--size-0) !important;
  box-shadow: none !important;
  position: relative;
  padding: 1rem 2.25rem 1rem 1.25rem !important; }

.acland.accordion .card .card-header .btn-link:hover, .acland.accordion .card .card-header .btn-link:focus,
.acland .accordion .card .card-header .btn-link:hover,
.acland .accordion .card .card-header .btn-link:focus {
  color: var(--light); }

.acland.accordion .card .card-header .btn-link:after, .acland.accordion .card .card-header .btn-link:before,
.acland .accordion .card .card-header .btn-link:after,
.acland .accordion .card .card-header .btn-link:before {
  --minus-size: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1,8.39v-2.78h12v2.78H1Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
  width: var(--minus-size);
  height: var(--minus-size);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out; }

.acland.accordion .card .card-header .btn-link.collapsed:after,
.acland .accordion .card .card-header .btn-link.collapsed:after {
  rotate: -90deg; }

.acland.accordion .card .card-header .btn-link.collapsed:before,
.acland .accordion .card .card-header .btn-link.collapsed:before {
  rotate: -180deg; }

.acland.accordion .card p,
.acland .accordion .card p {
  color: var(--dark); }

.acland.accordion-line .card,
.acland .accordion-line .card {
  border: 2px solid var(--cor-perfil) !important; }

.acland.accordion-line .card .card-header,
.acland .accordion-line .card .card-header {
  background: transparent !important; }

.acland.accordion-line .card .card-header:hover,
.acland .accordion-line .card .card-header:hover {
  background: transparent !important; }

.acland.accordion-line .card .card-header .btn-link,
.acland .accordion-line .card .card-header .btn-link {
  color: var(--verdee) !important;
  border: 0 !important; }

.acland.accordion-line .card .card-header .btn-link:after, .acland.accordion-line .card .card-header .btn-link:before,
.acland .accordion-line .card .card-header .btn-link:after,
.acland .accordion-line .card .card-header .btn-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1,8.39v-2.78h12v2.78H1Z' fill='%23003641'/%3E%3C/svg%3E"); }

.acland.accordion-dark .accordion-dark .card {
  border: 1px solid var(--turq-300) !important;
  background: linear-gradient(230deg, var(--color-surface-support-1-medium) -10%, var(--color-function-tertiary-darkest) 70%); }

.acland.accordion-dark .accordion-dark .card .card-header {
  background: transparent !important; }

.acland.accordion-dark .accordion-dark .card .card-header:hover {
  background: transparent !important; }

.acland.accordion-dark .accordion-dark .card .card-header .btn-link {
  color: var(--turq-300) !important;
  border: 0 !important; }

.acland.accordion-dark .accordion-dark .card .card-body {
  background: transparent !important;
  color: var(--branco) !important; }

.acland.accordion-dark .accordion-dark .card .card-body:hover {
  background: transparent !important; }

.acland.accordion-dark .accordion-dark .card .card-body p {
  color: var(--branco) !important; }

.acland .box {
  border-radius: var(--size-2);
  padding: var(--size-4);
  margin-bottom: var(--size-3);
  border: 1px solid var(--primary);
  background: var(--transparente); }

.acland .box-bg {
  border-radius: var(--size-2);
  padding: var(--size-4);
  margin-bottom: var(--size-3);
  background: var(--light);
  border: 1px solid var(--light); }

/* BOTÕES */
.btn {
  --btn-bg: var(--color-function-primary-action);
  --btn-text: var(--color-surface-text-highlight-low);
  --btn-bg-hover: var(--color-function-primary-default);
  --btn-text-hover: var(--color-surface-text-highlight-low);
  --btn-bg-active: var(--color-function-primary-darkest);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-function-primary-action);
  outline: var(--size-0) !important;
  transition: var(--transition-2); }

.btn:focus {
  box-shadow: none !important; }

.btn-primary, .btn-default {
  border-color: var(--btn-bg) !important;
  background-color: var(--btn-bg) !important;
  color: var(--btn-text) !important;
  fill: var(--btn-text) !important;
  font-weight: bold; }

.btn-primary:hover, .btn-default:hover {
  background-color: var(--btn-bg-hover) !important;
  border-color: var(--btn-bg-hover) !important;
  color: var(--btn-text-hover) !important;
  fill: var(--btn-text-hover) !important; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
  background-color: var(--btn-bg-active) !important;
  border-color: var(--btn-bg-active) !important;
  color: var(--btn-text-active) !important;
  fill: var(--btn-text-active) !important; }

.btn-primary:focus-visible, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-default:focus-visible, .btn-default.focus, .btn-default:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0px 0px var(--size-2) 0px var(--btn-focus);
  box-shadow: 0px 0px var(--size-2) 0px color-mix(in srgb, var(--btn-focus) 80%, transparent);
  outline: 0px !important; }

.btn-secondary {
  border-color: var(--btn-bg) !important;
  background-color: var(--transparente) !important;
  color: var(--btn-bg) !important;
  fill: var(--btn-bg) !important;
  font-weight: bold; }

.btn-secondary:hover {
  background-color: var(--btn-bg) !important;
  border-color: var(--btn-bg) !important;
  color: var(--btn-text) !important;
  fill: var(--btn-text) !important; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: var(--btn-bg-hover) !important;
  border-color: var(--btn-bg-hover) !important;
  color: var(--btn-text-hover) !important;
  fill: var(--btn-text-hover) !important; }

.btn-secondary:focus-visible, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0px 0px var(--size-2) 0px var(--btn-focus);
  box-shadow: 0px 0px var(--size-2) 0px color-mix(in srgb, var(--btn-focus) 80%, transparent);
  outline: 0px !important; }

.btn.btn-light, .btn.btn-branco {
  --btn-bg: var(--color-surface-background-low);
  --btn-text: var(--color-surface-support-1-medium);
  --btn-bg-hover: var(--color-surface-stroke-low);
  --btn-text-hover: var(--color-surface-support-1-medium);
  --btn-bg-active: var(--color-surface-text-default-low);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-surface-background-low); }

.btn.btn-dark, .btn.btn-verdee {
  --btn-bg: var(--color-surface-support-1-medium);
  --btn-text: var(--color-surface-text-highlight-low);
  --btn-bg-hover: var(--color-surface-text-highlight-medium);
  --btn-text-hover: var(--color-surface-text-highlight-low);
  --btn-bg-active: var(--color-function-tertiary-default);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-surface-support-1-medium); }

.btn.btn-verdec {
  --btn-bg: var(--color-brand-supplementary);
  --btn-text: var(--color-surface-support-1-medium);
  --btn-bg-hover: var(--color-surface-support-6-medium);
  --btn-text-hover: var(--color-surface-support-1-medium);
  --btn-bg-active: var(--color-surface-support-6-high);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-brand-supplementary); }

.btn.btn-verdem {
  --btn-bg: var(--color-brand-complementary);
  --btn-text: var(--color-surface-support-1-medium);
  --btn-bg-hover: var(--color-surface-support-5-medium);
  --btn-text-hover: var(--color-surface-support-1-medium);
  --btn-bg-active: var(--color-surface-support-5-high);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-brand-complementary); }

.btn.btn-roxo {
  --btn-bg: var(--color-function-secondary-default);
  --btn-text: var(--color-surface-text-highlight-low);
  --btn-bg-hover: var(--color-function-secondary-active);
  --btn-text-hover: var(--color-surface-text-highlight-low);
  --btn-bg-active: var(--color-surface-support-7-high);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-function-secondary-default); }

.btn-click {
  transition: var(--transition-2); }

.btn-click:hover {
  transform: translateX(2px) translateY(2px); }

.btn-click:active {
  transform: translateX(4px) translateY(4px); }

.btn-click-shadow {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1); }

.btn-click-shadow:hover {
  transform: translateX(2px) translateY(2px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

.btn-click-shadow:active {
  transform: translateX(4px) translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1); }

.btn-click-img {
  box-shadow: none !important;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1)); }

.btn-click-img:hover {
  transform: translateX(2px) translateY(2px);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)); }

.btn-click-img:active {
  transform: translateX(4px) translateY(4px);
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)); }

.btn-bg-perfil {
  --btn-bg: var(--primary);
  --btn-bg-hover: var(--cor-perfil-500); }

.btn-bg-apoio {
  --btn-bg: var(--dark);
  --btn-bg-hover: var(--cor-apoio-500); }

.btn-bg-base {
  --btn-bg: var(--light);
  --btn-bg-hover: var(--cor-base-500); }

.btn-bg-verdee {
  --btn-bg: var(--dark);
  --btn-bg-hover: var(--verdee-500); }

.btn-bg-verdem {
  --btn-bg: var(--verdem);
  --btn-bg-hover: var(--verdem-500); }

.btn-bg-verdec {
  --btn-bg: var(--verdec);
  --btn-bg-hover: var(--verdec-300); }

.btn-bg-roxo {
  --btn-bg: var(--roxo);
  --btn-bg-hover: var(--roxo-300); }

.btn-bg-preto {
  --btn-bg: var(--cinza-900);
  --btn-bg-hover: var(--preto); }

.btn-bg-branco {
  --btn-bg: var(--light);
  --btn-bg-hover: var(--cinza-300); }

.btn-bg-h-perfil {
  --btn-bg-hover: var(--primary); }

.btn-bg-h-apoio {
  --btn-bg-hover: var(--dark); }

.btn-bg-h-base {
  --btn-bg-hover: var(--light); }

.btn-bg-h-turq {
  --btn-bg-hover: var(--primary); }

.btn-bg-h-verdee {
  --btn-bg-hover: var(--dark); }

.btn-bg-h-verdem {
  --btn-bg-hover: var(--verdem); }

.btn-bg-h-verdec {
  --btn-bg-hover: var(--verdec); }

.btn-bg-h-roxo {
  --btn-bg-hover: var(--roxo); }

.btn-bg-h-preto {
  --btn-bg-hover: var(--preto); }

.btn-bg-h-branco {
  --btn-bg-hover: var(--light); }

.btn-text-perfil {
  --btn-text: var(--primary);
  --btn-text-hover: var(--cor-perfil-300); }

.btn-text-apoio {
  --btn-text: var(--dark);
  --btn-text-hover: var(--cor-apoio-500); }

.btn-text-base {
  --btn-text: var(--light);
  --btn-text-hover: var(--cor-base-300); }

.btn-text-turq {
  --btn-text: var(--primary);
  --btn-text-hover: var(--turq-300); }

.btn-text-verdee {
  --btn-text: var(--dark);
  --btn-text-hover: var(--verdee-500); }

.btn-text-verdem {
  --btn-text: var(--verdem);
  --btn-text-hover: var(--verdem-300); }

.btn-text-verdec {
  --btn-text: var(--verdec);
  --btn-text-hover: var(--verdec-300); }

.btn-text-roxo {
  --btn-text: var(--roxo);
  --btn-text-hover: var(--roxo-300); }

.btn-text-preto {
  --btn-text: var(--cinza-900);
  --btn-text-hover: var(--preto); }

.btn-text-branco {
  --btn-text: var(--light);
  --btn-text-hover: var(--cinza-200); }

.btn-text-h-perfil {
  --btn-text-hover: var(--primary); }

.btn-text-h-apoio {
  --btn-text-hover: var(--dark); }

.btn-text-h-base {
  --btn-text-hover: var(--light); }

.btn-text-h-turq {
  --btn-text-hover: var(--primary); }

.btn-text-h-verdee {
  --btn-text-hover: var(--dark); }

.btn-text-h-verdem {
  --btn-text-hover: var(--verdem); }

.btn-text-h-verdec {
  --btn-text-hover: var(--verdec); }

.btn-text-h-roxo {
  --btn-text-hover: var(--roxo); }

.btn-text-h-preto {
  --btn-text-hover: var(--preto); }

.btn-text-h-branco {
  --btn-text-hover: var(--light); }

.acland .btn {
  padding: 0.65em 1em;
  border-radius: var(--size-2);
  font-size: var(--font-size-base); }

@media (max-width: 768px) {
  .acland .btn {
    padding: 0.725em 1em; } }

.acland-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-3); }

.acland-cards * {
  transition: var(--transition-2); }

.acland .deck:hover .card:not(:hover) {
  transform: scale(0.95); }

.acland .deck:hover .card:not(:hover) img {
  filter: grayscale(1); }

.acland .deck .card {
  transform: scale(1.025); }

.acland .card {
  height: 100%;
  border-radius: var(--size-3);
  overflow: hidden;
  border: 1px solid var(--color-surface-stroke-medium);
  box-shadow: var(--box-shadow-2);
  transition: var(--transition-1); }

.acland .card[class*=card-size] {
  --card-width: 100%;
  width: var(--card-width);
  flex: 0 0 var(--card-width) !important; }

.acland .card-size-lg {
  --card-width: 360px!important; }

.acland .card-size-md {
  --card-width: 320px!important; }

.acland .card-size-sm {
  --card-width: 290px!important; }

.acland .card-size-xs {
  --card-width: 235px!important; }

.acland .card:hover {
  border-color: var(--primary); }

.acland .card-body {
  padding: var(--size-4); }

.acland .card-img-top {
  aspect-ratio: 13/8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.acland .card-top {
  display: flex;
  place-items: center;
  width: 100%; }

.acland .card-top.flex-column .card-top-icon {
  margin-right: 0;
  margin-bottom: var(--size-3); }

.acland .card-top-icon {
  --icon-size: 48px;
  flex: 0 0 var(--icon-size);
  margin-right: var(--size-3); }

.acland .card-top-icon-big {
  --icon-size: 80px; }

.acland .card-top-icon-normal {
  --icon-size: 42px; }

.acland .card-top-icon-small {
  --icon-size: 32px; }

.acland .card-top-icon svg,
.acland .card-top-icon img {
  width: var(--icon-size);
  height: var(--icon-size);
  margin: auto; }

.acland .card-top-title {
  --title-lines: 2;
  --font-size: var(--font-size-5);
  --title-size: calc(var(--font-size) * var(--title-lines) * 1.1);
  display: flex;
  place-items: center;
  height: var(--title-size);
  min-height: var(--title-size); }

.acland .card-top-title-big {
  --font-size: var(--font-size-3); }

.acland .card-top-title-normal {
  --font-size: var(--font-size-5); }

.acland .card-top-title-small {
  --font-size: var(--font-size-6); }

.acland .card-top-title-1 {
  --title-lines: 1; }

.acland .card-top-title-2 {
  --title-lines: 2; }

.acland .card-top-title-3 {
  --title-lines: 3; }

@media (min-width: 1200px) {
  .acland .card-top-title-xl-big {
    --font-size: var(--font-size-3); }
  .acland .card-top-title-xl-normal {
    --font-size: var(--font-size-5); }
  .acland .card-top-title-xl-small {
    --font-size: var(--font-size-6); }
  .acland .card-top-title-xl-1 {
    --title-lines: 1; }
  .acland .card-top-title-xl-2 {
    --title-lines: 2; }
  .acland .card-top-title-xl-3 {
    --title-lines: 3; } }

@media (min-width: 992px) {
  .acland .card-top-title-lg-big {
    --font-size: var(--font-size-3); }
  .acland .card-top-title-lg-normal {
    --font-size: var(--font-size-5); }
  .acland .card-top-title-lg-small {
    --font-size: var(--font-size-6); }
  .acland .card-top-title-lg-1 {
    --title-lines: 1; }
  .acland .card-top-title-lg-2 {
    --title-lines: 2; }
  .acland .card-top-title-lg-3 {
    --title-lines: 3; } }

@media (min-width: 767px) {
  .acland .card-top-title-md-big {
    --font-size: var(--font-size-3); }
  .acland .card-top-title-md-normal {
    --font-size: var(--font-size-5); }
  .acland .card-top-title-md-small {
    --font-size: var(--font-size-6); }
  .acland .card-top-title-md-1 {
    --title-lines: 1; }
  .acland .card-top-title-md-2 {
    --title-lines: 2; }
  .acland .card-top-title-md-3 {
    --title-lines: 3; } }

@media (min-width: 567px) {
  .acland .card-top-title-sm-big {
    --font-size: var(--font-size-3); }
  .acland .card-top-title-sm-normal {
    --font-size: var(--font-size-5); }
  .acland .card-top-title-sm-small {
    --font-size: var(--font-size-6); }
  .acland .card-top-title-sm-1 {
    --title-lines: 1; }
  .acland .card-top-title-sm-2 {
    --title-lines: 2; }
  .acland .card-top-title-sm-3 {
    --title-lines: 3; } }

.acland .card-top-title * {
  margin: 0px !important;
  font-size: var(--font-size) !important; }

.acland .card-description {
  --description-size: 81px;
  height: var(--description-size);
  min-height: var(--description-size); }

.acland .card-description-long {
  --description-size: 161px; }

.acland .card-description-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important; }

.acland .card-footer {
  padding: var(--size-3);
  height: auto !important; }

.acland .card-footer, .acland .card-header {
  background: transparent;
  border: 0px !important; }

.acland .card-link {
  border: solid 1px var(--cinza-400);
  padding: 1.5rem 2rem !important;
  border-radius: 0.5rem !important;
  max-width: 100%;
  flex: 0 0 30% !important;
  flex-direction: column;
  min-width: 312px;
  box-shadow: var(--box-shadow-1); }

@media (max-width: 992px) {
  .acland .card-link {
    flex: 0 0 50% !important; } }

.acland .card-link:hover {
  border-color: var(--primary);
  box-shadow: var(--box-shadow-2);
  transform: translateY(-2px);
  text-decoration: none !important;
  color: inherit; }

.acland .card-link .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; }

.acland .card-link .btn svg {
  fill: var(--primary);
  transition: none; }

.acland .card-link .btn:hover svg {
  fill: var(--light); }

.acland .card-link-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-inline: auto;
  margin-bottom: 30px;
  flex-wrap: nowrap;
  width: 90%; }

.acland .card-link-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark);
  padding: 0.75rem;
  border-radius: 8px;
  width: 75px;
  height: 75px;
  flex: 0 0 75px !important;
  margin-inline: auto !important; }

.acland .card-link-logo svg,
.acland .card-link-logo img {
  max-width: 80%;
  max-height: 80%;
  filter: brightness(10) saturate(0%) contrast(200%); }

.acland .card-link-info {
  flex: 0 0 70% !important; }

.acland .card-link-title {
  color: var(--primary) !important;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 35px !important;
  margin-bottom: 0 !important; }

.acland .card-link-title, .acland .card-link-text {
  margin-bottom: 0px !important; }

.acland .carousel .carousel-indicators {
  margin-block: 1rem;
  bottom: -48px; }

.acland .carousel .carousel-indicators li {
  height: var(--size-3);
  width: var(--size-3);
  background-color: var(--cinza-400) !important;
  margin-right: var(--size-1);
  margin-left: var(--size-1);
  transition: var(--transition-1);
  border-radius: var(--size-3);
  opacity: 1;
  border: 0px !important; }

.acland .carousel .carousel-indicators li.active {
  width: calc(var(--size-3) * 2);
  background-color: var(--primary) !important; }

.acland .carousel .carousel-control-prev, .acland .carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 50px;
  width: 50px;
  border-radius: var(--size-5);
  transition: var(--transition-1);
  opacity: 1;
  font-size: 1.5rem;
  outline: none !important; }

.acland .carousel .carousel-control-prev:hover, .acland .carousel .carousel-control-prev:hover, .acland .carousel .carousel-control-next:hover, .acland .carousel .carousel-control-next:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: scale(1.1);
  outline: 1px solid var(--primary) !important; }

.acland .carousel .carousel-control-prev:active, .acland .carousel .carousel-control-next:active {
  transform: scale(0.95); }

.acland .carousel .carousel-control-prev.disabled, .acland .carousel .carousel-control-prev.disabled, .acland .carousel .carousel-control-next.disabled, .acland .carousel .carousel-control-next.disabled {
  opacity: 0; }

.acland .carousel .carousel-control-prev span, .acland .carousel .carousel-control-prev span, .acland .carousel .carousel-control-next span, .acland .carousel .carousel-control-next span {
  opacity: 0; }

.acland .carousel .carousel-control-prev {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23003641' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M14.3,2.4c0.5,0.5,0.5,1.3,0,1.8L8.4,10l5.8,5.8c0.5,0.5,0.5,1.3,0,1.8c-0.5,0.5-1.3,0.5-1.8,0l-6.7-6.7c-0.5-0.5-0.5-1.3,0-1.8l6.7-6.7C13,1.9,13.8,1.9,14.3,2.4z'/%3e%3c/svg%3e") center center no-repeat !important;
  left: -24px; }

.acland .carousel .carousel-control-next {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23003641' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M5.7,17.6c-0.5-0.5-0.5-1.3,0-1.8l5.8-5.8L5.7,4.2c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.8,0l6.7,6.7 c0.5, 0.5, 0.5, 1.3, 0, 1.8l-6.7, 6.7C7, 18.1, 6.2, 18.1, 5.7, 17.6z'/%3e%3c/svg%3e") center center no-repeat !important;
  right: -24px; }

.iconlist {
  --iconlist-size: var(--size-5); }

.iconlist-item {
  display: flex;
  place-items: center;
  margin-bottom: var(--size-4); }

.iconlist-item:nth-last-child(1) {
  margin-bottom: var(--size-0); }

.iconlist-icon {
  flex: 0 0 var(--iconlist-size);
  margin-right: var(--size-3); }

.iconlist-icon svg {
  width: 100%;
  max-height: var(--iconlist-size);
  margin: auto; }

.iconlist-text * {
  margin: 0px !important; }

.swiper-side-mask {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 12.5%, black 87.5%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 12.5%, black 87.5%, rgba(0, 0, 0, 0) 100%); }

.swiper [class*=swiper-button] {
  height: 25%;
  width: 30px;
  translate: 0 -50%;
  transition: var(--transition-1); }

.swiper [class*=swiper-button]:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0.75;
  border-radius: var(--size-2); }

.swiper [class*=swiper-button]::after {
  display: none; }

.swiper-button-next {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300ae9d' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M5.7,17.6c-0.5-0.5-0.5-1.3,0-1.8l5.8-5.8L5.7,4.2c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.8,0l6.7,6.7c0.5,0.5,0.5,1.3,0,1.8l-6.7,6.7C7,18.1,6.2,18.1,5.7,17.6z'/%3e%3c/svg%3e") center center no-repeat; }

.swiper-button-next.swiper-button-next-light {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M5.7,17.6c-0.5-0.5-0.5-1.3,0-1.8l5.8-5.8L5.7,4.2c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.8,0l6.7,6.7c0.5,0.5,0.5,1.3,0,1.8l-6.7,6.7C7,18.1,6.2,18.1,5.7,17.6z'/%3e%3c/svg%3e") center center no-repeat; }

.swiper-button-next.swiper-button-next-dark {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23003641' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M5.7,17.6c-0.5-0.5-0.5-1.3,0-1.8l5.8-5.8L5.7,4.2c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.8,0l6.7,6.7c0.5,0.5,0.5,1.3,0,1.8l-6.7,6.7C7,18.1,6.2,18.1,5.7,17.6z'/%3e%3c/svg%3e") center center no-repeat; }

.swiper-button-prev {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300ae9d' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M14.3,2.4c0.5,0.5,0.5,1.3,0,1.8L8.4,10l5.8,5.8c0.5,0.5,0.5,1.3,0,1.8c-0.5,0.5-1.3,0.5-1.8,0l-6.7-6.7c-0.5-0.5-0.5-1.3,0-1.8l6.7-6.7C13,1.9,13.8,1.9,14.3,2.4z'/%3e%3c/svg%3e") center center no-repeat; }

.swiper-button-prev.swiper-button-prev-light {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M14.3,2.4c0.5,0.5,0.5,1.3,0,1.8L8.4,10l5.8,5.8c0.5,0.5,0.5,1.3,0,1.8c-0.5,0.5-1.3,0.5-1.8,0l-6.7-6.7c-0.5-0.5-0.5-1.3,0-1.8l6.7-6.7C13,1.9,13.8,1.9,14.3,2.4z'/%3e%3c/svg%3e") center center no-repeat; }

.swiper-button-prev.swiper-button-prev-dark {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23003641' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M14.3,2.4c0.5,0.5,0.5,1.3,0,1.8L8.4,10l5.8,5.8c0.5,0.5,0.5,1.3,0,1.8c-0.5,0.5-1.3,0.5-1.8,0l-6.7-6.7c-0.5-0.5-0.5-1.3,0-1.8l6.7-6.7C13,1.9,13.8,1.9,14.3,2.4z'/%3e%3c/svg%3e") center center no-repeat; }

.swiper-pagination {
  position: relative !important;
  display: flex;
  justify-content: center;
  gap: var(--size-2);
  padding: var(--size-3); }

.swiper-pagination-bullet {
  --swiper-pagination-bullet-size: var(--size-3);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: var(--size-3);
  background-color: var(--color-surface-stroke-medium) !important;
  box-shadow: var(--box-shadow-1);
  transition: var(--transition-1);
  margin: 0 !important; }

.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: calc(var(--size-3) * 2);
  width: calc(var(--size-3) * 2);
  background-color: var(--color-function-primary-action) !important; }

.swiper-pagination-dark .swiper-pagination-bullet {
  background-color: var(--color-surface-support-1-low) !important; }

.swiper-pagination-dark .swiper-pagination-bullet-active {
  background-color: var(--color-surface-support-1-medium) !important; }

.swiper-pagination-light .swiper-pagination-bullet-active {
  background-color: var(--color-surface-background-low) !important;
  border: 1px solid var(--color-function-primary-action); }

.acland .nav-pills .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.acland .nav-pills .nav-item .nav-link {
  color: var(--dark);
  background: transparent;
  width: 100%;
  padding: var(--size-3);
  font-size: var(--font-size-6);
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 2px solid var(--color-surface-stroke-high) !important;
  outline: none !important;
  transition: var(--transition-1); }

.acland .nav-pills .nav-item .nav-link:hover {
  border-bottom: 2px solid var(--dark) !important; }

.acland .nav-pills .nav-item .nav-link.active {
  color: var(--primary);
  font-weight: bold;
  border-bottom: 2px solid var(--primary) !important; }

.acland .nav-pills.nav-pills-sm .nav-link {
  padding: var(--size-2);
  font-size: var(--font-size-base); }

.acland .nav-pills[class*=column] .nav-link {
  color: var(--dark);
  background: transparent;
  width: 100%;
  padding: var(--size-2) var(--size-3);
  font-size: var(--font-size-6);
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 2px solid var(--color-surface-stroke-high) !important;
  outline: none !important;
  transition: var(--transition-1);
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.acland .nav-pills[class*=column] .nav-link:hover {
  border-right: 2px solid var(--dark) !important; }

.acland .nav-pills[class*=column] .nav-link.active {
  color: var(--primary);
  font-weight: bold;
  border-right: 2px solid var(--primary) !important; }

@media (max-width: 576px) {
  .acland .nav-pills[class*=sm-column] {
    margin-bottom: var(--size-3); }
  .acland .nav-pills[class*=sm-column] .nav-link {
    border-right: 0px !important;
    border-bottom: 2px solid var(--color-surface-stroke-high) !important; }
  .acland .nav-pills[class*=sm-column] .nav-link:hover {
    border-right: 0px !important;
    border-bottom: 2px solid var(--dark) !important; }
  .acland .nav-pills[class*=sm-column] .nav-link.active {
    border-right: 0px !important;
    border-bottom: 2px solid var(--primary) !important; } }

@media (max-width: 768px) {
  .acland .nav-pills[class*=md-column] {
    margin-bottom: var(--size-3); }
  .acland .nav-pills[class*=md-column] .nav-link {
    border-right: 0px !important;
    border-bottom: 2px solid var(--color-surface-stroke-high) !important; }
  .acland .nav-pills[class*=md-column] .nav-link:hover {
    border-right: 0px !important;
    border-bottom: 2px solid var(--dark) !important; }
  .acland .nav-pills[class*=md-column] .nav-link.active {
    border-right: 0px !important;
    border-bottom: 2px solid var(--primary) !important; } }

@media (max-width: 992px) {
  .acland .nav-pills[class*=lg-column] {
    margin-bottom: var(--size-3); }
  .acland .nav-pills[class*=lg-column] .nav-link {
    border-right: 0px !important;
    border-bottom: 2px solid var(--color-surface-stroke-high) !important; }
  .acland .nav-pills[class*=lg-column] .nav-link:hover {
    border-right: 0px !important;
    border-bottom: 2px solid var(--dark) !important; }
  .acland .nav-pills[class*=lg-column] .nav-link.active {
    border-right: 0px !important;
    border-bottom: 2px solid var(--primary) !important; } }

.acland .c-perfil,
* .c-perfil {
  color: var(--cor-perfil) !important; }

.acland .c-perfil-200,
* .c-perfil-200 {
  color: var(--cor-perfil-200) !important; }

.acland .c-perfil-300,
* .c-perfil-300 {
  color: var(--cor-perfil-300) !important; }

.acland .c-perfil-500,
* .c-perfil-500 {
  color: var(--cor-perfil-500) !important; }

.acland .c-perfil-600,
* .c-perfil-600 {
  color: var(--cor-perfil-600) !important; }

.acland .c-apoio,
* .c-apoio {
  color: var(--cor-apoio) !important; }

.acland .c-apoio-200,
* .c-apoio-200 {
  color: var(--cor-apoio-200) !important; }

.acland .c-apoio-300,
* .c-apoio-300 {
  color: var(--cor-apoio-300) !important; }

.acland .c-apoio-500,
* .c-apoio-500 {
  color: var(--cor-apoio-500) !important; }

.acland .c-apoio-600,
* .c-apoio-600 {
  color: var(--cor-apoio-600) !important; }

.acland .c-destaque,
* .c-destaque {
  color: var(--cor-destaque) !important; }

.acland .c-destaque-200,
* .c-destaque-200 {
  color: var(--cor-destaque-200) !important; }

.acland .c-destaque-300,
* .c-destaque-300 {
  color: var(--cor-destaque-300) !important; }

.acland .c-destaque-500,
* .c-destaque-500 {
  color: var(--cor-destaque-500) !important; }

.acland .c-destaque-600,
* .c-destaque-600 {
  color: var(--cor-destaque-600) !important; }

.acland .c-base,
* .c-base {
  color: var(--cor-base) !important; }

.acland .c-base-200,
* .c-base-200 {
  color: var(--cor-base-200) !important; }

.acland .c-base-300,
* .c-base-300 {
  color: var(--cor-base-300) !important; }

.acland .c-base-500,
* .c-base-500 {
  color: var(--cor-base-500) !important; }

.acland .c-base-600,
* .c-base-600 {
  color: var(--cor-base-600) !important; }

.acland .c-turq, .acland .c-primary,
* .c-turq,
* .c-primary {
  color: var(--turq) !important; }

.acland .c-turq-200, .acland .c-primary-200,
* .c-turq-200,
* .c-primary-200 {
  color: var(--turq-200) !important; }

.acland .c-turq-300, .acland .c-primary-300,
* .c-turq-300,
* .c-primary-300 {
  color: var(--turq-300) !important; }

.acland .c-turq-500, .acland .c-primary-500,
* .c-turq-500,
* .c-primary-500 {
  color: var(--turq-500) !important; }

.acland .c-turq-600, .acland .c-primary-600,
* .c-turq-600,
* .c-primary-600 {
  color: var(--turq-600) !important; }

.acland .c-verdee, .acland .c-dark,
* .c-verdee,
* .c-dark {
  color: var(--verdee) !important; }

.acland .c-verdee-200, .acland .c-dark-200,
* .c-verdee-200,
* .c-dark-200 {
  color: var(--verdee-200) !important; }

.acland .c-verdee-300, .acland .c-dark-300,
* .c-verdee-300,
* .c-dark-300 {
  color: var(--verdee-300) !important; }

.acland .c-verdee-500, .acland .c-dark-500,
* .c-verdee-500,
* .c-dark-500 {
  color: var(--verdee-500) !important; }

.acland .c-verdee-600, .acland .c-dark-600,
* .c-verdee-600,
* .c-dark-600 {
  color: var(--verdee-600) !important; }

.acland .c-verdem, .acland .c-tertiary,
* .c-verdem,
* .c-tertiary {
  color: var(--verdem) !important; }

.acland .c-verdem-200, .acland .c-tertiary-200,
* .c-verdem-200,
* .c-tertiary-200 {
  color: var(--verdem-200) !important; }

.acland .c-verdem-300, .acland .c-tertiary-300,
* .c-verdem-300,
* .c-tertiary-300 {
  color: var(--verdem-300) !important; }

.acland .c-verdem-500, .acland .c-tertiary-500,
* .c-verdem-500,
* .c-tertiary-500 {
  color: var(--verdem-500) !important; }

.acland .c-verdem-600, .acland .c-tertiary-600,
* .c-verdem-600,
* .c-tertiary-600 {
  color: var(--verdem-600) !important; }

.acland .c-verdec, .acland .c-secondary,
* .c-verdec,
* .c-secondary {
  color: var(--verdec) !important; }

.acland .c-verdec-200, .acland .c-secondary-200,
* .c-verdec-200,
* .c-secondary-200 {
  color: var(--verdec-200) !important; }

.acland .c-verdec-300, .acland .c-secondary-300,
* .c-verdec-300,
* .c-secondary-300 {
  color: var(--verdec-300) !important; }

.acland .c-verdec-500, .acland .c-secondary-500,
* .c-verdec-500,
* .c-secondary-500 {
  color: var(--verdec-500) !important; }

.acland .c-verdec-600, .acland .c-secondary-600,
* .c-verdec-600,
* .c-secondary-600 {
  color: var(--verdec-600) !important; }

.acland .c-roxo,
* .c-roxo {
  color: var(--roxo) !important; }

.acland .c-roxo-200,
* .c-roxo-200 {
  color: var(--roxo-200) !important; }

.acland .c-roxo-300,
* .c-roxo-300 {
  color: var(--roxo-300) !important; }

.acland .c-roxo-500,
* .c-roxo-500 {
  color: var(--roxo-500) !important; }

.acland .c-roxo-600,
* .c-roxo-600 {
  color: var(--roxo-600) !important; }

.acland .c-cinza-200,
* .c-cinza-200 {
  color: var(--cinza-200) !important; }

.acland .c-cinza-300,
* .c-cinza-300 {
  color: var(--cinza-300) !important; }

.acland .c-cinza-400,
* .c-cinza-400 {
  color: var(--cinza-400) !important; }

.acland .c-cinza-500,
* .c-cinza-500 {
  color: var(--cinza-500) !important; }

.acland .c-cinza-600,
* .c-cinza-600 {
  color: var(--cinza-600) !important; }

.acland .c-cinza-700,
* .c-cinza-700 {
  color: var(--cinza-700) !important; }

.acland .c-cinza-800,
* .c-cinza-800 {
  color: var(--cinza-800) !important; }

.acland .c-cinza-900,
* .c-cinza-900 {
  color: var(--cinza-900) !important; }

.acland .c-branco, .acland .c-light,
* .c-branco,
* .c-light {
  color: var(--branco) !important; }

.acland .c-preto,
* .c-preto {
  color: var(--preto) !important; }

.acland .bg-perfil,
* .bg-perfil {
  background-color: var(--cor-perfil) !important; }

.acland .bg-perfil-200,
* .bg-perfil-200 {
  background-color: var(--cor-perfil-200) !important; }

.acland .bg-perfil-300,
* .bg-perfil-300 {
  background-color: var(--cor-perfil-300) !important; }

.acland .bg-perfil-500,
* .bg-perfil-500 {
  background-color: var(--cor-perfil-500) !important; }

.acland .bg-perfil-600,
* .bg-perfil-600 {
  background-color: var(--cor-perfil-600) !important; }

.acland .bg-apoio,
* .bg-apoio {
  background-color: var(--cor-apoio) !important; }

.acland .bg-apoio-200,
* .bg-apoio-200 {
  background-color: var(--cor-apoio-200) !important; }

.acland .bg-apoio-300,
* .bg-apoio-300 {
  background-color: var(--cor-apoio-300) !important; }

.acland .bg-apoio-500,
* .bg-apoio-500 {
  background-color: var(--cor-apoio-500) !important; }

.acland .bg-apoio-600,
* .bg-apoio-600 {
  background-color: var(--cor-apoio-600) !important; }

.acland .bg-destaque,
* .bg-destaque {
  background-color: var(--cor-destaque) !important; }

.acland .bg-destaque-200,
* .bg-destaque-200 {
  background-color: var(--cor-destaque-200) !important; }

.acland .bg-destaque-300,
* .bg-destaque-300 {
  background-color: var(--cor-destaque-300) !important; }

.acland .bg-destaque-500,
* .bg-destaque-500 {
  background-color: var(--cor-destaque-500) !important; }

.acland .bg-destaque-600,
* .bg-destaque-600 {
  background-color: var(--cor-destaque-600) !important; }

.acland .bg-base,
* .bg-base {
  background-color: var(--cor-base) !important; }

.acland .bg-base-200,
* .bg-base-200 {
  background-color: var(--cor-base-200) !important; }

.acland .bg-base-300,
* .bg-base-300 {
  background-color: var(--cor-base-300) !important; }

.acland .bg-base-500,
* .bg-base-500 {
  background-color: var(--cor-base-500) !important; }

.acland .bg-base-600,
* .bg-base-600 {
  background-color: var(--cor-base-600) !important; }

.acland .bg-turq, .acland .bg-primary,
* .bg-turq,
* .bg-primary {
  background-color: var(--turq) !important; }

.acland .bg-turq-200, .acland .bg-primary-200,
* .bg-turq-200,
* .bg-primary-200 {
  background-color: var(--turq-200) !important; }

.acland .bg-turq-300, .acland .bg-primary-300,
* .bg-turq-300,
* .bg-primary-300 {
  background-color: var(--turq-300) !important; }

.acland .bg-turq-500, .acland .bg-primary-500,
* .bg-turq-500,
* .bg-primary-500 {
  background-color: var(--turq-500) !important; }

.acland .bg-turq-600, .acland .bg-primary-600,
* .bg-turq-600,
* .bg-primary-600 {
  background-color: var(--turq-600) !important; }

.acland .bg-verdee, .acland .bg-dark,
* .bg-verdee,
* .bg-dark {
  background-color: var(--verdee) !important; }

.acland .bg-verdee-200, .acland .bg-dark-200,
* .bg-verdee-200,
* .bg-dark-200 {
  background-color: var(--verdee-200) !important; }

.acland .bg-verdee-300, .acland .bg-dark-300,
* .bg-verdee-300,
* .bg-dark-300 {
  background-color: var(--verdee-300) !important; }

.acland .bg-verdee-500, .acland .bg-dark-500,
* .bg-verdee-500,
* .bg-dark-500 {
  background-color: var(--verdee-500) !important; }

.acland .bg-verdee-600, .acland .bg-dark-600,
* .bg-verdee-600,
* .bg-dark-600 {
  background-color: var(--verdee-600) !important; }

.acland .bg-verdem, .acland .bg-tertiary,
* .bg-verdem,
* .bg-tertiary {
  background-color: var(--verdem) !important; }

.acland .bg-verdem-200, .acland .bg-tertiary-200,
* .bg-verdem-200,
* .bg-tertiary-200 {
  background-color: var(--verdem-200) !important; }

.acland .bg-verdem-300, .acland .bg-tertiary-300,
* .bg-verdem-300,
* .bg-tertiary-300 {
  background-color: var(--verdem-300) !important; }

.acland .bg-verdem-500, .acland .bg-tertiary-500,
* .bg-verdem-500,
* .bg-tertiary-500 {
  background-color: var(--verdem-500) !important; }

.acland .bg-verdem-600, .acland .bg-tertiary-600,
* .bg-verdem-600,
* .bg-tertiary-600 {
  background-color: var(--verdem-600) !important; }

.acland .bg-verdec, .acland .bg-secondary,
* .bg-verdec,
* .bg-secondary {
  background-color: var(--verdec) !important; }

.acland .bg-verdec-200, .acland .bg-secondary-200,
* .bg-verdec-200,
* .bg-secondary-200 {
  background-color: var(--verdec-200) !important; }

.acland .bg-verdec-300, .acland .bg-secondary-300,
* .bg-verdec-300,
* .bg-secondary-300 {
  background-color: var(--verdec-300) !important; }

.acland .bg-verdec-500, .acland .bg-secondary-500,
* .bg-verdec-500,
* .bg-secondary-500 {
  background-color: var(--verdec-500) !important; }

.acland .bg-verdec-600, .acland .bg-secondary-600,
* .bg-verdec-600,
* .bg-secondary-600 {
  background-color: var(--verdec-600) !important; }

.acland .bg-roxo,
* .bg-roxo {
  background-color: var(--roxo) !important; }

.acland .bg-roxo-200,
* .bg-roxo-200 {
  background-color: var(--roxo-200) !important; }

.acland .bg-roxo-300,
* .bg-roxo-300 {
  background-color: var(--roxo-300) !important; }

.acland .bg-roxo-500,
* .bg-roxo-500 {
  background-color: var(--roxo-500) !important; }

.acland .bg-roxo-600,
* .bg-roxo-600 {
  background-color: var(--roxo-600) !important; }

.acland .bg-cinza-200,
* .bg-cinza-200 {
  background-color: var(--cinza-200) !important; }

.acland .bg-cinza-300,
* .bg-cinza-300 {
  background-color: var(--cinza-300) !important; }

.acland .bg-cinza-400,
* .bg-cinza-400 {
  background-color: var(--cinza-400) !important; }

.acland .bg-cinza-500,
* .bg-cinza-500 {
  background-color: var(--cinza-500) !important; }

.acland .bg-cinza-600,
* .bg-cinza-600 {
  background-color: var(--cinza-600) !important; }

.acland .bg-cinza-700,
* .bg-cinza-700 {
  background-color: var(--cinza-700) !important; }

.acland .bg-cinza-800,
* .bg-cinza-800 {
  background-color: var(--cinza-800) !important; }

.acland .bg-cinza-900,
* .bg-cinza-900 {
  background-color: var(--cinza-900) !important; }

.acland .bg-branco, .acland .bg-light,
* .bg-branco,
* .bg-light {
  background-color: var(--branco) !important; }

.acland .bg-preto,
* .bg-preto {
  background-color: var(--preto) !important; }

.acland .bg-gradient-turq, .acland .bg-gradient-primary,
* .bg-gradient-turq,
* .bg-gradient-primary {
  background-color: var(--turq);
  background-image: var(--gradient-turq); }

.acland .bg-gradient-turq-line, .acland .bg-gradient-primary-line,
* .bg-gradient-turq-line,
* .bg-gradient-primary-line {
  background-color: var(--turq);
  background-image: var(--gradient-turq-line); }

.acland .bg-gradient-verdee, .acland .bg-gradient-dark,
* .bg-gradient-verdee,
* .bg-gradient-dark {
  background-color: var(--verdee);
  background-image: var(--gradient-verdee); }

.acland .bg-gradient-verdee-line, .acland .bg-gradient-dark-line,
* .bg-gradient-verdee-line,
* .bg-gradient-dark-line {
  background-color: var(--verdee);
  background-image: var(--gradient-verdee-line); }

.acland .bg-gradient-branco, .acland .bg-gradient-light,
* .bg-gradient-branco,
* .bg-gradient-light {
  background-color: var(--branco);
  background-image: var(--gradient-branco); }

.acland .bg-gradient-branco-line, .acland .bg-gradient-light-line,
* .bg-gradient-branco-line,
* .bg-gradient-light-line {
  background-color: var(--branco);
  background-image: var(--gradient-branco-line); }

.acland .bg-moviment,
* .bg-moviment {
  background-size: 250% 250%;
  animation: bg-moviment 20s ease-in-out infinite;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px); }

@keyframes bg-moviment {
  0% {
    background-position: left top; }
  25% {
    background-position: right bottom; }
  50% {
    background-position: left bottom; }
  75% {
    background-position: right top; }
  100% {
    background-position: left top; } }

.acland .border-perfil,
* .border-perfil {
  border-color: var(--cor-perfil) !important; }

.acland .border-perfil-200,
* .border-perfil-200 {
  border-color: var(--cor-perfil-200) !important; }

.acland .border-perfil-300,
* .border-perfil-300 {
  border-color: var(--cor-perfil-300) !important; }

.acland .border-perfil-500,
* .border-perfil-500 {
  border-color: var(--cor-perfil-500) !important; }

.acland .border-perfil-600,
* .border-perfil-600 {
  border-color: var(--cor-perfil-600) !important; }

.acland .border-apoio,
* .border-apoio {
  border-color: var(--cor-apoio) !important; }

.acland .border-apoio-200,
* .border-apoio-200 {
  border-color: var(--cor-apoio-200) !important; }

.acland .border-apoio-300,
* .border-apoio-300 {
  border-color: var(--cor-apoio-300) !important; }

.acland .border-apoio-500,
* .border-apoio-500 {
  border-color: var(--cor-apoio-500) !important; }

.acland .border-apoio-600,
* .border-apoio-600 {
  border-color: var(--cor-apoio-600) !important; }

.acland .border-destaque,
* .border-destaque {
  border-color: var(--cor-destaque) !important; }

.acland .border-destaque-200,
* .border-destaque-200 {
  border-color: var(--cor-destaque-200) !important; }

.acland .border-destaque-300,
* .border-destaque-300 {
  border-color: var(--cor-destaque-300) !important; }

.acland .border-destaque-500,
* .border-destaque-500 {
  border-color: var(--cor-destaque-500) !important; }

.acland .border-destaque-600,
* .border-destaque-600 {
  border-color: var(--cor-destaque-600) !important; }

.acland .border-base,
* .border-base {
  border-color: var(--cor-base) !important; }

.acland .border-base-200,
* .border-base-200 {
  border-color: var(--cor-base-200) !important; }

.acland .border-base-300,
* .border-base-300 {
  border-color: var(--cor-base-300) !important; }

.acland .border-base-500,
* .border-base-500 {
  border-color: var(--cor-base-500) !important; }

.acland .border-base-600,
* .border-base-600 {
  border-color: var(--cor-base-600) !important; }

.acland .border-turq, .acland .border-primary,
* .border-turq,
* .border-primary {
  border-color: var(--turq) !important; }

.acland .border-turq-200, .acland .border-primary-200,
* .border-turq-200,
* .border-primary-200 {
  border-color: var(--turq-200) !important; }

.acland .border-turq-300, .acland .border-primary-300,
* .border-turq-300,
* .border-primary-300 {
  border-color: var(--turq-300) !important; }

.acland .border-turq-500, .acland .border-primary-500,
* .border-turq-500,
* .border-primary-500 {
  border-color: var(--turq-500) !important; }

.acland .border-turq-600, .acland .border-primary-600,
* .border-turq-600,
* .border-primary-600 {
  border-color: var(--turq-600) !important; }

.acland .border-verdee, .acland .border-dark,
* .border-verdee,
* .border-dark {
  border-color: var(--verdee) !important; }

.acland .border-verdee-200, .acland .border-dark-200,
* .border-verdee-200,
* .border-dark-200 {
  border-color: var(--verdee-200) !important; }

.acland .border-verdee-300, .acland .border-dark-300,
* .border-verdee-300,
* .border-dark-300 {
  border-color: var(--verdee-300) !important; }

.acland .border-verdee-500, .acland .border-dark-500,
* .border-verdee-500,
* .border-dark-500 {
  border-color: var(--verdee-500) !important; }

.acland .border-verdee-600, .acland .border-dark-600,
* .border-verdee-600,
* .border-dark-600 {
  border-color: var(--verdee-600) !important; }

.acland .border-verdem, .acland .border-tertiary,
* .border-verdem,
* .border-tertiary {
  border-color: var(--verdem) !important; }

.acland .border-verdem-200, .acland .border-tertiary-200,
* .border-verdem-200,
* .border-tertiary-200 {
  border-color: var(--verdem-200) !important; }

.acland .border-verdem-300, .acland .border-tertiary-300,
* .border-verdem-300,
* .border-tertiary-300 {
  border-color: var(--verdem-300) !important; }

.acland .border-verdem-500, .acland .border-tertiary-500,
* .border-verdem-500,
* .border-tertiary-500 {
  border-color: var(--verdem-500) !important; }

.acland .border-verdem-600, .acland .border-tertiary-600,
* .border-verdem-600,
* .border-tertiary-600 {
  border-color: var(--verdem-600) !important; }

.acland .border-verdec, .acland .border-secondary,
* .border-verdec,
* .border-secondary {
  border-color: var(--verdec) !important; }

.acland .border-verdec-200, .acland .border-secondary-200,
* .border-verdec-200,
* .border-secondary-200 {
  border-color: var(--verdec-200) !important; }

.acland .border-verdec-300, .acland .border-secondary-300,
* .border-verdec-300,
* .border-secondary-300 {
  border-color: var(--verdec-300) !important; }

.acland .border-verdec-500, .acland .border-secondary-500,
* .border-verdec-500,
* .border-secondary-500 {
  border-color: var(--verdec-500) !important; }

.acland .border-verdec-600, .acland .border-secondary-600,
* .border-verdec-600,
* .border-secondary-600 {
  border-color: var(--verdec-600) !important; }

.acland .border-roxo,
* .border-roxo {
  border-color: var(--roxo) !important; }

.acland .border-roxo-200,
* .border-roxo-200 {
  border-color: var(--roxo-200) !important; }

.acland .border-roxo-300,
* .border-roxo-300 {
  border-color: var(--roxo-300) !important; }

.acland .border-roxo-500,
* .border-roxo-500 {
  border-color: var(--roxo-500) !important; }

.acland .border-roxo-600,
* .border-roxo-600 {
  border-color: var(--roxo-600) !important; }

.acland .border-cinza-200,
* .border-cinza-200 {
  border-color: var(--cinza-200) !important; }

.acland .border-cinza-300,
* .border-cinza-300 {
  border-color: var(--cinza-300) !important; }

.acland .border-cinza-400,
* .border-cinza-400 {
  border-color: var(--cinza-400) !important; }

.acland .border-cinza-500,
* .border-cinza-500 {
  border-color: var(--cinza-500) !important; }

.acland .border-cinza-600,
* .border-cinza-600 {
  border-color: var(--cinza-600) !important; }

.acland .border-cinza-700,
* .border-cinza-700 {
  border-color: var(--cinza-700) !important; }

.acland .border-cinza-800,
* .border-cinza-800 {
  border-color: var(--cinza-800) !important; }

.acland .border-cinza-900,
* .border-cinza-900 {
  border-color: var(--cinza-900) !important; }

.acland .border-branco, .acland .border-light,
* .border-branco,
* .border-light {
  border-color: var(--branco) !important; }

.acland .border-preto,
* .border-preto {
  border-color: var(--preto) !important; }

.acland .border-0, .acland .border-none,
* .border-0,
* .border-none {
  border-style: solid !important;
  border-width: 0px !important; }

.acland .border-1,
* .border-1 {
  border-style: solid !important;
  border-width: 1px !important; }

.acland .border-2,
* .border-2 {
  border-style: solid !important;
  border-width: 2px !important; }

.acland .border-3,
* .border-3 {
  border-style: solid !important;
  border-width: 3px !important; }

.acland .border-4,
* .border-4 {
  border-style: solid !important;
  border-width: 4px !important; }

.acland .border-5,
* .border-5 {
  border-style: solid !important;
  border-width: 5px !important; }

.acland .border-left-0, .acland .border-left-none,
* .border-left-0,
* .border-left-none {
  border-left-style: solid !important;
  border-left-width: 0px !important; }

.acland .border-left-1,
* .border-left-1 {
  border-left-style: solid !important;
  border-left-width: 1px !important; }

.acland .border-left-2,
* .border-left-2 {
  border-left-style: solid !important;
  border-left-width: 2px !important; }

.acland .border-left-3,
* .border-left-3 {
  border-left-style: solid !important;
  border-left-width: 3px !important; }

.acland .border-left-4,
* .border-left-4 {
  border-left-style: solid !important;
  border-left-width: 4px !important; }

.acland .border-left-5,
* .border-left-5 {
  border-left-style: solid !important;
  border-left-width: 5px !important; }

.acland .border-right-0, .acland .border-right-none,
* .border-right-0,
* .border-right-none {
  border-right-style: solid !important;
  border-right-width: 0px !important; }

.acland .border-right-1,
* .border-right-1 {
  border-right-style: solid !important;
  border-right-width: 1px !important; }

.acland .border-right-2,
* .border-right-2 {
  border-right-style: solid !important;
  border-right-width: 2px !important; }

.acland .border-right-3,
* .border-right-3 {
  border-right-style: solid !important;
  border-right-width: 3px !important; }

.acland .border-right-4,
* .border-right-4 {
  border-right-style: solid !important;
  border-right-width: 4px !important; }

.acland .border-right-5,
* .border-right-5 {
  border-right-style: solid !important;
  border-right-width: 5px !important; }

.acland .border-top-0, .acland .border-top-none,
* .border-top-0,
* .border-top-none {
  border-top-style: solid !important;
  border-top-width: 0px !important; }

.acland .border-top-1,
* .border-top-1 {
  border-top-style: solid !important;
  border-top-width: 1px !important; }

.acland .border-top-2,
* .border-top-2 {
  border-top-style: solid !important;
  border-top-width: 2px !important; }

.acland .border-top-3,
* .border-top-3 {
  border-top-style: solid !important;
  border-top-width: 3px !important; }

.acland .border-top-4,
* .border-top-4 {
  border-top-style: solid !important;
  border-top-width: 4px !important; }

.acland .border-top-5,
* .border-top-5 {
  border-top-style: solid !important;
  border-top-width: 5px !important; }

.acland .border-bottom-0, .acland .border-bottom-none,
* .border-bottom-0,
* .border-bottom-none {
  border-bottom-style: solid !important;
  border-bottom-width: 0px !important; }

.acland .border-bottom-1,
* .border-bottom-1 {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important; }

.acland .border-bottom-2,
* .border-bottom-2 {
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important; }

.acland .border-bottom-3,
* .border-bottom-3 {
  border-bottom-style: solid !important;
  border-bottom-width: 3px !important; }

.acland .border-bottom-4,
* .border-bottom-4 {
  border-bottom-style: solid !important;
  border-bottom-width: 4px !important; }

.acland .border-bottom-5,
* .border-bottom-5 {
  border-bottom-style: solid !important;
  border-bottom-width: 5px !important; }

.acland .border-dashed,
* .border-dashed {
  border-style: dashed !important; }

.acland .border-solid,
* .border-solid {
  border-style: solid !important; }

.acland .border-dotted,
* .border-dotted {
  border-style: dotted !important; }

.acland .border-radius-0,
* .border-radius-0 {
  border-radius: 0rem !important; }

.acland .border-radius-1,
* .border-radius-1 {
  border-radius: var(--size-1) !important; }

.acland .border-radius-2,
* .border-radius-2 {
  border-radius: var(--size-2) !important; }

.acland .border-radius-3,
* .border-radius-3 {
  border-radius: var(--size-3) !important; }

.acland .border-radius-4,
* .border-radius-4 {
  border-radius: var(--size-4) !important; }

.acland .border-radius-5,
* .border-radius-5 {
  border-radius: var(--size-5) !important; }

.acland .border-radius-025,
* .border-radius-025 {
  border-radius: 0.25rem !important; }

.acland .border-radius-05,
* .border-radius-05 {
  border-radius: 0.5rem !important; }

.acland .border-radius-075,
* .border-radius-075 {
  border-radius: 0.75rem !important; }

.acland .border-radius-10,
* .border-radius-10 {
  border-radius: 1rem !important; }

.acland .border-radius-15,
* .border-radius-15 {
  border-radius: 1.5rem !important; }

.acland .border-radius-20,
* .border-radius-20 {
  border-radius: 2rem !important; }

.acland .border-radius-25,
* .border-radius-25 {
  border-radius: 2.5rem !important; }

.acland .border-radius-round,
* .border-radius-round {
  border-radius: 100rem !important; }

.acland .border-radius-t, .acland .border-radius-top,
* .border-radius-t,
* .border-radius-top {
  border-top-left-radius: var(--size-3);
  border-top-right-radius: var(--size-3); }

.acland .border-radius-t-0, .acland .border-radius-t-none, .acland .border-radius-top-0, .acland .border-radius-top-none,
* .border-radius-t-0,
* .border-radius-t-none,
* .border-radius-top-0,
* .border-radius-top-none {
  border-top-left-radius: var(--size-0);
  border-top-right-radius: var(--size-0); }

.acland .border-radius-t-1, .acland .border-radius-top-1,
* .border-radius-t-1,
* .border-radius-top-1 {
  border-top-left-radius: var(--size-1);
  border-top-right-radius: var(--size-1); }

.acland .border-radius-t-2, .acland .border-radius-top-2,
* .border-radius-t-2,
* .border-radius-top-2 {
  border-top-left-radius: var(--size-2);
  border-top-right-radius: var(--size-2); }

.acland .border-radius-t-3, .acland .border-radius-top-3,
* .border-radius-t-3,
* .border-radius-top-3 {
  border-top-left-radius: var(--size-3);
  border-top-right-radius: var(--size-3); }

.acland .border-radius-t-4, .acland .border-radius-top-4,
* .border-radius-t-4,
* .border-radius-top-4 {
  border-top-left-radius: var(--size-4);
  border-top-right-radius: var(--size-4); }

.acland .border-radius-t-5, .acland .border-radius-top-5,
* .border-radius-t-5,
* .border-radius-top-5 {
  border-top-left-radius: var(--size-5);
  border-top-right-radius: var(--size-5); }

.acland .border-radius-b, .acland .border-radius-bottom,
* .border-radius-b,
* .border-radius-bottom {
  border-bottom-left-radius: var(--size-3);
  border-bottom-right-radius: var(--size-3); }

.acland .border-radius-b-0, .acland .border-radius-b-none, .acland .border-radius-bottom-0, .acland .border-radius-bottom-none,
* .border-radius-b-0,
* .border-radius-b-none,
* .border-radius-bottom-0,
* .border-radius-bottom-none {
  border-bottom-left-radius: var(--size-0);
  border-bottom-right-radius: var(--size-0); }

.acland .border-radius-b-1, .acland .border-radius-bottom-1,
* .border-radius-b-1,
* .border-radius-bottom-1 {
  border-bottom-left-radius: var(--size-1);
  border-bottom-right-radius: var(--size-1); }

.acland .border-radius-b-2, .acland .border-radius-bottom-2,
* .border-radius-b-2,
* .border-radius-bottom-2 {
  border-bottom-left-radius: var(--size-2);
  border-bottom-right-radius: var(--size-2); }

.acland .border-radius-b-3, .acland .border-radius-bottom-3,
* .border-radius-b-3,
* .border-radius-bottom-3 {
  border-bottom-left-radius: var(--size-3);
  border-bottom-right-radius: var(--size-3); }

.acland .border-radius-b-4, .acland .border-radius-bottom-4,
* .border-radius-b-4,
* .border-radius-bottom-4 {
  border-bottom-left-radius: var(--size-4);
  border-bottom-right-radius: var(--size-4); }

.acland .border-radius-b-5, .acland .border-radius-bottom-5,
* .border-radius-b-5,
* .border-radius-bottom-5 {
  border-bottom-left-radius: var(--size-5);
  border-bottom-right-radius: var(--size-5); }

.acland .border-radius-l, .acland .border-radius-left,
* .border-radius-l,
* .border-radius-left {
  border-top-left-radius: var(--size-3);
  border-bottom-left-radius: var(--size-3); }

.acland .border-radius-l-0, .acland .border-radius-l-none, .acland .border-radius-left-0, .acland .border-radius-left-none,
* .border-radius-l-0,
* .border-radius-l-none,
* .border-radius-left-0,
* .border-radius-left-none {
  border-top-left-radius: var(--size-0);
  border-bottom-left-radius: var(--size-0); }

.acland .border-radius-l-1, .acland .border-radius-left-1,
* .border-radius-l-1,
* .border-radius-left-1 {
  border-top-left-radius: var(--size-1);
  border-bottom-left-radius: var(--size-1); }

.acland .border-radius-l-2, .acland .border-radius-left-2,
* .border-radius-l-2,
* .border-radius-left-2 {
  border-top-left-radius: var(--size-2);
  border-bottom-left-radius: var(--size-2); }

.acland .border-radius-l-3, .acland .border-radius-left-3,
* .border-radius-l-3,
* .border-radius-left-3 {
  border-top-left-radius: var(--size-3);
  border-bottom-left-radius: var(--size-3); }

.acland .border-radius-l-4, .acland .border-radius-left-4,
* .border-radius-l-4,
* .border-radius-left-4 {
  border-top-left-radius: var(--size-4);
  border-bottom-left-radius: var(--size-4); }

.acland .border-radius-l-5, .acland .border-radius-left-5,
* .border-radius-l-5,
* .border-radius-left-5 {
  border-top-left-radius: var(--size-5);
  border-bottom-left-radius: var(--size-5); }

.acland .border-radius-r, .acland .border-radius-right,
* .border-radius-r,
* .border-radius-right {
  border-top-right-radius: var(--size-3);
  border-bottom-right-radius: var(--size-3); }

.acland .border-radius-r-0, .acland .border-radius-r-none, .acland .border-radius-right-0, .acland .border-radius-right-none,
* .border-radius-r-0,
* .border-radius-r-none,
* .border-radius-right-0,
* .border-radius-right-none {
  border-top-right-radius: var(--size-0);
  border-bottom-right-radius: var(--size-0); }

.acland .border-radius-r-1, .acland .border-radius-right-1,
* .border-radius-r-1,
* .border-radius-right-1 {
  border-top-right-radius: var(--size-1);
  border-bottom-right-radius: var(--size-1); }

.acland .border-radius-r-2, .acland .border-radius-right-2,
* .border-radius-r-2,
* .border-radius-right-2 {
  border-top-right-radius: var(--size-2);
  border-bottom-right-radius: var(--size-2); }

.acland .border-radius-r-3, .acland .border-radius-right-3,
* .border-radius-r-3,
* .border-radius-right-3 {
  border-top-right-radius: var(--size-3);
  border-bottom-right-radius: var(--size-3); }

.acland .border-radius-r-4, .acland .border-radius-right-4,
* .border-radius-r-4,
* .border-radius-right-4 {
  border-top-right-radius: var(--size-4);
  border-bottom-right-radius: var(--size-4); }

.acland .border-radius-r-5, .acland .border-radius-right-5,
* .border-radius-r-5,
* .border-radius-right-5 {
  border-top-right-radius: var(--size-5);
  border-bottom-right-radius: var(--size-5); }

.acland .border-radius-tl, .acland .border-radius-top-left,
* .border-radius-tl,
* .border-radius-top-left {
  border-top-left-radius: var(--size-3); }

.acland .border-radius-tl-0, .acland .border-radius-tl-none, .acland .border-radius-top-left-0, .acland .border-radius-top-left-none,
* .border-radius-tl-0,
* .border-radius-tl-none,
* .border-radius-top-left-0,
* .border-radius-top-left-none {
  border-top-left-radius: var(--size-0); }

.acland .border-radius-tl-1, .acland .border-radius-top-left-1,
* .border-radius-tl-1,
* .border-radius-top-left-1 {
  border-top-left-radius: var(--size-1); }

.acland .border-radius-tl-2, .acland .border-radius-top-left-2,
* .border-radius-tl-2,
* .border-radius-top-left-2 {
  border-top-left-radius: var(--size-2); }

.acland .border-radius-tl-3, .acland .border-radius-top-left-3,
* .border-radius-tl-3,
* .border-radius-top-left-3 {
  border-top-left-radius: var(--size-3); }

.acland .border-radius-tl-4, .acland .border-radius-top-left-4,
* .border-radius-tl-4,
* .border-radius-top-left-4 {
  border-top-left-radius: var(--size-4); }

.acland .border-radius-tl-5, .acland .border-radius-top-left-5,
* .border-radius-tl-5,
* .border-radius-top-left-5 {
  border-top-left-radius: var(--size-5); }

.acland .border-radius-tr, .acland .border-radius-top-right,
* .border-radius-tr,
* .border-radius-top-right {
  border-top-right-radius: var(--size-3); }

.acland .border-radius-tr-0, .acland .border-radius-tr-none, .acland .border-radius-top-right-0, .acland .border-radius-top-right-none,
* .border-radius-tr-0,
* .border-radius-tr-none,
* .border-radius-top-right-0,
* .border-radius-top-right-none {
  border-top-right-radius: var(--size-0); }

.acland .border-radius-tr-1, .acland .border-radius-top-right-1,
* .border-radius-tr-1,
* .border-radius-top-right-1 {
  border-top-right-radius: var(--size-1); }

.acland .border-radius-tr-2, .acland .border-radius-top-right-2,
* .border-radius-tr-2,
* .border-radius-top-right-2 {
  border-top-right-radius: var(--size-2); }

.acland .border-radius-tr-3, .acland .border-radius-top-right-3,
* .border-radius-tr-3,
* .border-radius-top-right-3 {
  border-top-right-radius: var(--size-3); }

.acland .border-radius-tr-4, .acland .border-radius-top-right-4,
* .border-radius-tr-4,
* .border-radius-top-right-4 {
  border-top-right-radius: var(--size-4); }

.acland .border-radius-tr-5, .acland .border-radius-top-right-5,
* .border-radius-tr-5,
* .border-radius-top-right-5 {
  border-top-right-radius: var(--size-5); }

.acland .border-radius-bl, .acland .border-radius-bottom-left,
* .border-radius-bl,
* .border-radius-bottom-left {
  border-bottom-left-radius: var(--size-3); }

.acland .border-radius-bl-0, .acland .border-radius-bl-none, .acland .border-radius-bottom-left-0, .acland .border-radius-bottom-left-none,
* .border-radius-bl-0,
* .border-radius-bl-none,
* .border-radius-bottom-left-0,
* .border-radius-bottom-left-none {
  border-bottom-left-radius: var(--size-0); }

.acland .border-radius-bl-1, .acland .border-radius-bottom-left-1,
* .border-radius-bl-1,
* .border-radius-bottom-left-1 {
  border-bottom-left-radius: var(--size-1); }

.acland .border-radius-bl-2, .acland .border-radius-bottom-left-2,
* .border-radius-bl-2,
* .border-radius-bottom-left-2 {
  border-bottom-left-radius: var(--size-2); }

.acland .border-radius-bl-3, .acland .border-radius-bottom-left-3,
* .border-radius-bl-3,
* .border-radius-bottom-left-3 {
  border-bottom-left-radius: var(--size-3); }

.acland .border-radius-bl-4, .acland .border-radius-bottom-left-4,
* .border-radius-bl-4,
* .border-radius-bottom-left-4 {
  border-bottom-left-radius: var(--size-4); }

.acland .border-radius-bl-5, .acland .border-radius-bottom-left-5,
* .border-radius-bl-5,
* .border-radius-bottom-left-5 {
  border-bottom-left-radius: var(--size-5); }

.acland .border-radius-br, .acland .border-radius-bottom-right,
* .border-radius-br,
* .border-radius-bottom-right {
  border-bottom-right-radius: var(--size-3); }

.acland .border-radius-br-0, .acland .border-radius-br-none, .acland .border-radius-bottom-right-0, .acland .border-radius-bottom-right-none,
* .border-radius-br-0,
* .border-radius-br-none,
* .border-radius-bottom-right-0,
* .border-radius-bottom-right-none {
  border-bottom-right-radius: var(--size-0); }

.acland .border-radius-br-1, .acland .border-radius-bottom-right-1,
* .border-radius-br-1,
* .border-radius-bottom-right-1 {
  border-bottom-right-radius: var(--size-1); }

.acland .border-radius-br-2, .acland .border-radius-bottom-right-2,
* .border-radius-br-2,
* .border-radius-bottom-right-2 {
  border-bottom-right-radius: var(--size-2); }

.acland .border-radius-br-3, .acland .border-radius-bottom-right-3,
* .border-radius-br-3,
* .border-radius-bottom-right-3 {
  border-bottom-right-radius: var(--size-3); }

.acland .border-radius-br-4, .acland .border-radius-bottom-right-4,
* .border-radius-br-4,
* .border-radius-bottom-right-4 {
  border-bottom-right-radius: var(--size-4); }

.acland .border-radius-br-5, .acland .border-radius-bottom-right-5,
* .border-radius-br-5,
* .border-radius-bottom-right-5 {
  border-bottom-right-radius: var(--size-5); }

.acland .border-radius-alternate,
* .border-radius-alternate {
  border-radius: 0 var(--size-3) 0 var(--size-3); }

.acland .border-radius-alternate-1,
* .border-radius-alternate-1 {
  border-radius: 0 var(--size-1) 0 var(--size-1); }

.acland .border-radius-alternate-2,
* .border-radius-alternate-2 {
  border-radius: 0 var(--size-2) 0 var(--size-2); }

.acland .border-radius-alternate-3,
* .border-radius-alternate-3 {
  border-radius: 0 var(--size-3) 0 var(--size-1); }

.acland .border-radius-alternate-4,
* .border-radius-alternate-4 {
  border-radius: 0 var(--size-4) 0 var(--size-1); }

.acland .border-radius-alternate-5,
* .border-radius-alternate-5 {
  border-radius: 0 var(--size-5) 0 var(--size-1); }

.acland .border-radius-alternate-inverse,
* .border-radius-alternate-inverse {
  border-radius: var(--size-3) 0 var(--size-3) 0; }

.acland .border-radius-alternate-inverse-1,
* .border-radius-alternate-inverse-1 {
  border-radius: var(--size-1) 0 var(--size-1) 0; }

.acland .border-radius-alternate-inverse-2,
* .border-radius-alternate-inverse-2 {
  border-radius: var(--size-2) 0 var(--size-2) 0; }

.acland .border-radius-alternate-inverse-3,
* .border-radius-alternate-inverse-3 {
  border-radius: var(--size-3) 0 var(--size-1) 0; }

.acland .border-radius-alternate-inverse-4,
* .border-radius-alternate-inverse-4 {
  border-radius: var(--size-4) 0 var(--size-1) 0; }

.acland .border-radius-alternate-inverse-5,
* .border-radius-alternate-inverse-5 {
  border-radius: var(--size-5) 0 var(--size-1) 0; }

@media (min-width: 567px) {
  .acland .border-sm-0, .acland .border-sm-none,
  * .border-sm-0,
  * .border-sm-none {
    border-style: solid !important;
    border-width: 0px !important; }
  .acland .border-sm-1,
  * .border-sm-1 {
    border-style: solid !important;
    border-width: 1px !important; }
  .acland .border-sm-2,
  * .border-sm-2 {
    border-style: solid !important;
    border-width: 2px !important; }
  .acland .border-sm-3,
  * .border-sm-3 {
    border-style: solid !important;
    border-width: 3px !important; }
  .acland .border-sm-4,
  * .border-sm-4 {
    border-style: solid !important;
    border-width: 4px !important; }
  .acland .border-sm-5,
  * .border-sm-5 {
    border-style: solid !important;
    border-width: 5px !important; }
  .acland .border-sm-left-0, .acland .border-sm-left-none,
  * .border-sm-left-0,
  * .border-sm-left-none {
    border-left-style: solid !important;
    border-left-width: 0px !important; }
  .acland .border-sm-left-1,
  * .border-sm-left-1 {
    border-left-style: solid !important;
    border-left-width: 1px !important; }
  .acland .border-sm-left-2,
  * .border-sm-left-2 {
    border-left-style: solid !important;
    border-left-width: 2px !important; }
  .acland .border-sm-left-3,
  * .border-sm-left-3 {
    border-left-style: solid !important;
    border-left-width: 3px !important; }
  .acland .border-sm-left-4,
  * .border-sm-left-4 {
    border-left-style: solid !important;
    border-left-width: 4px !important; }
  .acland .border-sm-left-5,
  * .border-sm-left-5 {
    border-left-style: solid !important;
    border-left-width: 5px !important; }
  .acland .border-sm-right-0, .acland .border-sm-right-none,
  * .border-sm-right-0,
  * .border-sm-right-none {
    border-right-style: solid !important;
    border-right-width: 0px !important; }
  .acland .border-sm-right-1,
  * .border-sm-right-1 {
    border-right-style: solid !important;
    border-right-width: 1px !important; }
  .acland .border-sm-right-2,
  * .border-sm-right-2 {
    border-right-style: solid !important;
    border-right-width: 2px !important; }
  .acland .border-sm-right-3,
  * .border-sm-right-3 {
    border-right-style: solid !important;
    border-right-width: 3px !important; }
  .acland .border-sm-right-4,
  * .border-sm-right-4 {
    border-right-style: solid !important;
    border-right-width: 4px !important; }
  .acland .border-sm-right-5,
  * .border-sm-right-5 {
    border-right-style: solid !important;
    border-right-width: 5px !important; }
  .acland .border-sm-top-0, .acland .border-sm-top-none,
  * .border-sm-top-0,
  * .border-sm-top-none {
    border-top-style: solid !important;
    border-top-width: 0px !important; }
  .acland .border-sm-top-1,
  * .border-sm-top-1 {
    border-top-style: solid !important;
    border-top-width: 1px !important; }
  .acland .border-sm-top-2,
  * .border-sm-top-2 {
    border-top-style: solid !important;
    border-top-width: 2px !important; }
  .acland .border-sm-top-3,
  * .border-sm-top-3 {
    border-top-style: solid !important;
    border-top-width: 3px !important; }
  .acland .border-sm-top-4,
  * .border-sm-top-4 {
    border-top-style: solid !important;
    border-top-width: 4px !important; }
  .acland .border-sm-top-5,
  * .border-sm-top-5 {
    border-top-style: solid !important;
    border-top-width: 5px !important; }
  .acland .border-sm-bottom-0, .acland .border-sm-bottom-none,
  * .border-sm-bottom-0,
  * .border-sm-bottom-none {
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important; }
  .acland .border-sm-bottom-1,
  * .border-sm-bottom-1 {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important; }
  .acland .border-sm-bottom-2,
  * .border-sm-bottom-2 {
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important; }
  .acland .border-sm-bottom-3,
  * .border-sm-bottom-3 {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important; }
  .acland .border-sm-bottom-4,
  * .border-sm-bottom-4 {
    border-bottom-style: solid !important;
    border-bottom-width: 4px !important; }
  .acland .border-sm-bottom-5,
  * .border-sm-bottom-5 {
    border-bottom-style: solid !important;
    border-bottom-width: 5px !important; }
  .acland .border-sm-dashed,
  * .border-sm-dashed {
    border-style: dashed !important; }
  .acland .border-sm-solid,
  * .border-sm-solid {
    border-style: solid !important; }
  .acland .border-sm-dotted,
  * .border-sm-dotted {
    border-style: dotted !important; }
  .acland .border-sm-radius-0,
  * .border-sm-radius-0 {
    border-radius: 0rem !important; }
  .acland .border-sm-radius-1,
  * .border-sm-radius-1 {
    border-radius: var(--size-1) !important; }
  .acland .border-sm-radius-2,
  * .border-sm-radius-2 {
    border-radius: var(--size-2) !important; }
  .acland .border-sm-radius-3,
  * .border-sm-radius-3 {
    border-radius: var(--size-3) !important; }
  .acland .border-sm-radius-4,
  * .border-sm-radius-4 {
    border-radius: var(--size-4) !important; }
  .acland .border-sm-radius-5,
  * .border-sm-radius-5 {
    border-radius: var(--size-5) !important; }
  .acland .border-sm-radius-025,
  * .border-sm-radius-025 {
    border-radius: 0.25rem !important; }
  .acland .border-sm-radius-05,
  * .border-sm-radius-05 {
    border-radius: 0.5rem !important; }
  .acland .border-sm-radius-075,
  * .border-sm-radius-075 {
    border-radius: 0.75rem !important; }
  .acland .border-sm-radius-10,
  * .border-sm-radius-10 {
    border-radius: 1rem !important; }
  .acland .border-sm-radius-15,
  * .border-sm-radius-15 {
    border-radius: 1.5rem !important; }
  .acland .border-sm-radius-20,
  * .border-sm-radius-20 {
    border-radius: 2rem !important; }
  .acland .border-sm-radius-25,
  * .border-sm-radius-25 {
    border-radius: 2.5rem !important; }
  .acland .border-sm-radius-round,
  * .border-sm-radius-round {
    border-radius: 100rem !important; }
  .acland .border-sm-radius-t, .acland .border-sm-radius-top,
  * .border-sm-radius-t,
  * .border-sm-radius-top {
    border-top-left-radius: var(--size-3);
    border-top-right-radius: var(--size-3); }
  .acland .border-sm-radius-t-0, .acland .border-sm-radius-t-none, .acland .border-sm-radius-top-0, .acland .border-sm-radius-top-none,
  * .border-sm-radius-t-0,
  * .border-sm-radius-t-none,
  * .border-sm-radius-top-0,
  * .border-sm-radius-top-none {
    border-top-left-radius: var(--size-0);
    border-top-right-radius: var(--size-0); }
  .acland .border-sm-radius-t-1, .acland .border-sm-radius-top-1,
  * .border-sm-radius-t-1,
  * .border-sm-radius-top-1 {
    border-top-left-radius: var(--size-1);
    border-top-right-radius: var(--size-1); }
  .acland .border-sm-radius-t-2, .acland .border-sm-radius-top-2,
  * .border-sm-radius-t-2,
  * .border-sm-radius-top-2 {
    border-top-left-radius: var(--size-2);
    border-top-right-radius: var(--size-2); }
  .acland .border-sm-radius-t-3, .acland .border-sm-radius-top-3,
  * .border-sm-radius-t-3,
  * .border-sm-radius-top-3 {
    border-top-left-radius: var(--size-3);
    border-top-right-radius: var(--size-3); }
  .acland .border-sm-radius-t-4, .acland .border-sm-radius-top-4,
  * .border-sm-radius-t-4,
  * .border-sm-radius-top-4 {
    border-top-left-radius: var(--size-4);
    border-top-right-radius: var(--size-4); }
  .acland .border-sm-radius-t-5, .acland .border-sm-radius-top-5,
  * .border-sm-radius-t-5,
  * .border-sm-radius-top-5 {
    border-top-left-radius: var(--size-5);
    border-top-right-radius: var(--size-5); }
  .acland .border-sm-radius-b, .acland .border-sm-radius-bottom,
  * .border-sm-radius-b,
  * .border-sm-radius-bottom {
    border-bottom-left-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-sm-radius-b-0, .acland .border-sm-radius-b-none, .acland .border-sm-radius-bottom-0, .acland .border-sm-radius-bottom-none,
  * .border-sm-radius-b-0,
  * .border-sm-radius-b-none,
  * .border-sm-radius-bottom-0,
  * .border-sm-radius-bottom-none {
    border-bottom-left-radius: var(--size-0);
    border-bottom-right-radius: var(--size-0); }
  .acland .border-sm-radius-b-1, .acland .border-sm-radius-bottom-1,
  * .border-sm-radius-b-1,
  * .border-sm-radius-bottom-1 {
    border-bottom-left-radius: var(--size-1);
    border-bottom-right-radius: var(--size-1); }
  .acland .border-sm-radius-b-2, .acland .border-sm-radius-bottom-2,
  * .border-sm-radius-b-2,
  * .border-sm-radius-bottom-2 {
    border-bottom-left-radius: var(--size-2);
    border-bottom-right-radius: var(--size-2); }
  .acland .border-sm-radius-b-3, .acland .border-sm-radius-bottom-3,
  * .border-sm-radius-b-3,
  * .border-sm-radius-bottom-3 {
    border-bottom-left-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-sm-radius-b-4, .acland .border-sm-radius-bottom-4,
  * .border-sm-radius-b-4,
  * .border-sm-radius-bottom-4 {
    border-bottom-left-radius: var(--size-4);
    border-bottom-right-radius: var(--size-4); }
  .acland .border-sm-radius-b-5, .acland .border-sm-radius-bottom-5,
  * .border-sm-radius-b-5,
  * .border-sm-radius-bottom-5 {
    border-bottom-left-radius: var(--size-5);
    border-bottom-right-radius: var(--size-5); }
  .acland .border-sm-radius-l, .acland .border-sm-radius-left,
  * .border-sm-radius-l,
  * .border-sm-radius-left {
    border-top-left-radius: var(--size-3);
    border-bottom-left-radius: var(--size-3); }
  .acland .border-sm-radius-l-0, .acland .border-sm-radius-l-none, .acland .border-sm-radius-left-0, .acland .border-sm-radius-left-none,
  * .border-sm-radius-l-0,
  * .border-sm-radius-l-none,
  * .border-sm-radius-left-0,
  * .border-sm-radius-left-none {
    border-top-left-radius: var(--size-0);
    border-bottom-left-radius: var(--size-0); }
  .acland .border-sm-radius-l-1, .acland .border-sm-radius-left-1,
  * .border-sm-radius-l-1,
  * .border-sm-radius-left-1 {
    border-top-left-radius: var(--size-1);
    border-bottom-left-radius: var(--size-1); }
  .acland .border-sm-radius-l-2, .acland .border-sm-radius-left-2,
  * .border-sm-radius-l-2,
  * .border-sm-radius-left-2 {
    border-top-left-radius: var(--size-2);
    border-bottom-left-radius: var(--size-2); }
  .acland .border-sm-radius-l-3, .acland .border-sm-radius-left-3,
  * .border-sm-radius-l-3,
  * .border-sm-radius-left-3 {
    border-top-left-radius: var(--size-3);
    border-bottom-left-radius: var(--size-3); }
  .acland .border-sm-radius-l-4, .acland .border-sm-radius-left-4,
  * .border-sm-radius-l-4,
  * .border-sm-radius-left-4 {
    border-top-left-radius: var(--size-4);
    border-bottom-left-radius: var(--size-4); }
  .acland .border-sm-radius-l-5, .acland .border-sm-radius-left-5,
  * .border-sm-radius-l-5,
  * .border-sm-radius-left-5 {
    border-top-left-radius: var(--size-5);
    border-bottom-left-radius: var(--size-5); }
  .acland .border-sm-radius-r, .acland .border-sm-radius-right,
  * .border-sm-radius-r,
  * .border-sm-radius-right {
    border-top-right-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-sm-radius-r-0, .acland .border-sm-radius-r-none, .acland .border-sm-radius-right-0, .acland .border-sm-radius-right-none,
  * .border-sm-radius-r-0,
  * .border-sm-radius-r-none,
  * .border-sm-radius-right-0,
  * .border-sm-radius-right-none {
    border-top-right-radius: var(--size-0);
    border-bottom-right-radius: var(--size-0); }
  .acland .border-sm-radius-r-1, .acland .border-sm-radius-right-1,
  * .border-sm-radius-r-1,
  * .border-sm-radius-right-1 {
    border-top-right-radius: var(--size-1);
    border-bottom-right-radius: var(--size-1); }
  .acland .border-sm-radius-r-2, .acland .border-sm-radius-right-2,
  * .border-sm-radius-r-2,
  * .border-sm-radius-right-2 {
    border-top-right-radius: var(--size-2);
    border-bottom-right-radius: var(--size-2); }
  .acland .border-sm-radius-r-3, .acland .border-sm-radius-right-3,
  * .border-sm-radius-r-3,
  * .border-sm-radius-right-3 {
    border-top-right-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-sm-radius-r-4, .acland .border-sm-radius-right-4,
  * .border-sm-radius-r-4,
  * .border-sm-radius-right-4 {
    border-top-right-radius: var(--size-4);
    border-bottom-right-radius: var(--size-4); }
  .acland .border-sm-radius-r-5, .acland .border-sm-radius-right-5,
  * .border-sm-radius-r-5,
  * .border-sm-radius-right-5 {
    border-top-right-radius: var(--size-5);
    border-bottom-right-radius: var(--size-5); }
  .acland .border-sm-radius-tl, .acland .border-sm-radius-top-left,
  * .border-sm-radius-tl,
  * .border-sm-radius-top-left {
    border-top-left-radius: var(--size-3); }
  .acland .border-sm-radius-tl-0, .acland .border-sm-radius-tl-none, .acland .border-sm-radius-top-left-0, .acland .border-sm-radius-top-left-none,
  * .border-sm-radius-tl-0,
  * .border-sm-radius-tl-none,
  * .border-sm-radius-top-left-0,
  * .border-sm-radius-top-left-none {
    border-top-left-radius: var(--size-0); }
  .acland .border-sm-radius-tl-1, .acland .border-sm-radius-top-left-1,
  * .border-sm-radius-tl-1,
  * .border-sm-radius-top-left-1 {
    border-top-left-radius: var(--size-1); }
  .acland .border-sm-radius-tl-2, .acland .border-sm-radius-top-left-2,
  * .border-sm-radius-tl-2,
  * .border-sm-radius-top-left-2 {
    border-top-left-radius: var(--size-2); }
  .acland .border-sm-radius-tl-3, .acland .border-sm-radius-top-left-3,
  * .border-sm-radius-tl-3,
  * .border-sm-radius-top-left-3 {
    border-top-left-radius: var(--size-3); }
  .acland .border-sm-radius-tl-4, .acland .border-sm-radius-top-left-4,
  * .border-sm-radius-tl-4,
  * .border-sm-radius-top-left-4 {
    border-top-left-radius: var(--size-4); }
  .acland .border-sm-radius-tl-5, .acland .border-sm-radius-top-left-5,
  * .border-sm-radius-tl-5,
  * .border-sm-radius-top-left-5 {
    border-top-left-radius: var(--size-5); }
  .acland .border-sm-radius-tr, .acland .border-sm-radius-top-right,
  * .border-sm-radius-tr,
  * .border-sm-radius-top-right {
    border-top-right-radius: var(--size-3); }
  .acland .border-sm-radius-tr-0, .acland .border-sm-radius-tr-none, .acland .border-sm-radius-top-right-0, .acland .border-sm-radius-top-right-none,
  * .border-sm-radius-tr-0,
  * .border-sm-radius-tr-none,
  * .border-sm-radius-top-right-0,
  * .border-sm-radius-top-right-none {
    border-top-right-radius: var(--size-0); }
  .acland .border-sm-radius-tr-1, .acland .border-sm-radius-top-right-1,
  * .border-sm-radius-tr-1,
  * .border-sm-radius-top-right-1 {
    border-top-right-radius: var(--size-1); }
  .acland .border-sm-radius-tr-2, .acland .border-sm-radius-top-right-2,
  * .border-sm-radius-tr-2,
  * .border-sm-radius-top-right-2 {
    border-top-right-radius: var(--size-2); }
  .acland .border-sm-radius-tr-3, .acland .border-sm-radius-top-right-3,
  * .border-sm-radius-tr-3,
  * .border-sm-radius-top-right-3 {
    border-top-right-radius: var(--size-3); }
  .acland .border-sm-radius-tr-4, .acland .border-sm-radius-top-right-4,
  * .border-sm-radius-tr-4,
  * .border-sm-radius-top-right-4 {
    border-top-right-radius: var(--size-4); }
  .acland .border-sm-radius-tr-5, .acland .border-sm-radius-top-right-5,
  * .border-sm-radius-tr-5,
  * .border-sm-radius-top-right-5 {
    border-top-right-radius: var(--size-5); }
  .acland .border-sm-radius-bl, .acland .border-sm-radius-bottom-left,
  * .border-sm-radius-bl,
  * .border-sm-radius-bottom-left {
    border-bottom-left-radius: var(--size-3); }
  .acland .border-sm-radius-bl-0, .acland .border-sm-radius-bl-none, .acland .border-sm-radius-bottom-left-0, .acland .border-sm-radius-bottom-left-none,
  * .border-sm-radius-bl-0,
  * .border-sm-radius-bl-none,
  * .border-sm-radius-bottom-left-0,
  * .border-sm-radius-bottom-left-none {
    border-bottom-left-radius: var(--size-0); }
  .acland .border-sm-radius-bl-1, .acland .border-sm-radius-bottom-left-1,
  * .border-sm-radius-bl-1,
  * .border-sm-radius-bottom-left-1 {
    border-bottom-left-radius: var(--size-1); }
  .acland .border-sm-radius-bl-2, .acland .border-sm-radius-bottom-left-2,
  * .border-sm-radius-bl-2,
  * .border-sm-radius-bottom-left-2 {
    border-bottom-left-radius: var(--size-2); }
  .acland .border-sm-radius-bl-3, .acland .border-sm-radius-bottom-left-3,
  * .border-sm-radius-bl-3,
  * .border-sm-radius-bottom-left-3 {
    border-bottom-left-radius: var(--size-3); }
  .acland .border-sm-radius-bl-4, .acland .border-sm-radius-bottom-left-4,
  * .border-sm-radius-bl-4,
  * .border-sm-radius-bottom-left-4 {
    border-bottom-left-radius: var(--size-4); }
  .acland .border-sm-radius-bl-5, .acland .border-sm-radius-bottom-left-5,
  * .border-sm-radius-bl-5,
  * .border-sm-radius-bottom-left-5 {
    border-bottom-left-radius: var(--size-5); }
  .acland .border-sm-radius-br, .acland .border-sm-radius-bottom-right,
  * .border-sm-radius-br,
  * .border-sm-radius-bottom-right {
    border-bottom-right-radius: var(--size-3); }
  .acland .border-sm-radius-br-0, .acland .border-sm-radius-br-none, .acland .border-sm-radius-bottom-right-0, .acland .border-sm-radius-bottom-right-none,
  * .border-sm-radius-br-0,
  * .border-sm-radius-br-none,
  * .border-sm-radius-bottom-right-0,
  * .border-sm-radius-bottom-right-none {
    border-bottom-right-radius: var(--size-0); }
  .acland .border-sm-radius-br-1, .acland .border-sm-radius-bottom-right-1,
  * .border-sm-radius-br-1,
  * .border-sm-radius-bottom-right-1 {
    border-bottom-right-radius: var(--size-1); }
  .acland .border-sm-radius-br-2, .acland .border-sm-radius-bottom-right-2,
  * .border-sm-radius-br-2,
  * .border-sm-radius-bottom-right-2 {
    border-bottom-right-radius: var(--size-2); }
  .acland .border-sm-radius-br-3, .acland .border-sm-radius-bottom-right-3,
  * .border-sm-radius-br-3,
  * .border-sm-radius-bottom-right-3 {
    border-bottom-right-radius: var(--size-3); }
  .acland .border-sm-radius-br-4, .acland .border-sm-radius-bottom-right-4,
  * .border-sm-radius-br-4,
  * .border-sm-radius-bottom-right-4 {
    border-bottom-right-radius: var(--size-4); }
  .acland .border-sm-radius-br-5, .acland .border-sm-radius-bottom-right-5,
  * .border-sm-radius-br-5,
  * .border-sm-radius-bottom-right-5 {
    border-bottom-right-radius: var(--size-5); }
  .acland .border-sm-radius-alternate,
  * .border-sm-radius-alternate {
    border-radius: 0 var(--size-3) 0 var(--size-3); }
  .acland .border-sm-radius-alternate-1,
  * .border-sm-radius-alternate-1 {
    border-radius: 0 var(--size-1) 0 var(--size-1); }
  .acland .border-sm-radius-alternate-2,
  * .border-sm-radius-alternate-2 {
    border-radius: 0 var(--size-2) 0 var(--size-2); }
  .acland .border-sm-radius-alternate-3,
  * .border-sm-radius-alternate-3 {
    border-radius: 0 var(--size-3) 0 var(--size-1); }
  .acland .border-sm-radius-alternate-4,
  * .border-sm-radius-alternate-4 {
    border-radius: 0 var(--size-4) 0 var(--size-1); }
  .acland .border-sm-radius-alternate-5,
  * .border-sm-radius-alternate-5 {
    border-radius: 0 var(--size-5) 0 var(--size-1); }
  .acland .border-sm-radius-alternate-inverse,
  * .border-sm-radius-alternate-inverse {
    border-radius: var(--size-3) 0 var(--size-3) 0; }
  .acland .border-sm-radius-alternate-inverse-1,
  * .border-sm-radius-alternate-inverse-1 {
    border-radius: var(--size-1) 0 var(--size-1) 0; }
  .acland .border-sm-radius-alternate-inverse-2,
  * .border-sm-radius-alternate-inverse-2 {
    border-radius: var(--size-2) 0 var(--size-2) 0; }
  .acland .border-sm-radius-alternate-inverse-3,
  * .border-sm-radius-alternate-inverse-3 {
    border-radius: var(--size-3) 0 var(--size-1) 0; }
  .acland .border-sm-radius-alternate-inverse-4,
  * .border-sm-radius-alternate-inverse-4 {
    border-radius: var(--size-4) 0 var(--size-1) 0; }
  .acland .border-sm-radius-alternate-inverse-5,
  * .border-sm-radius-alternate-inverse-5 {
    border-radius: var(--size-5) 0 var(--size-1) 0; } }

@media (min-width: 767px) {
  .acland .border-md-0, .acland .border-md-none,
  * .border-md-0,
  * .border-md-none {
    border-style: solid !important;
    border-width: 0px !important; }
  .acland .border-md-1,
  * .border-md-1 {
    border-style: solid !important;
    border-width: 1px !important; }
  .acland .border-md-2,
  * .border-md-2 {
    border-style: solid !important;
    border-width: 2px !important; }
  .acland .border-md-3,
  * .border-md-3 {
    border-style: solid !important;
    border-width: 3px !important; }
  .acland .border-md-4,
  * .border-md-4 {
    border-style: solid !important;
    border-width: 4px !important; }
  .acland .border-md-5,
  * .border-md-5 {
    border-style: solid !important;
    border-width: 5px !important; }
  .acland .border-md-left-0, .acland .border-md-left-none,
  * .border-md-left-0,
  * .border-md-left-none {
    border-left-style: solid !important;
    border-left-width: 0px !important; }
  .acland .border-md-left-1,
  * .border-md-left-1 {
    border-left-style: solid !important;
    border-left-width: 1px !important; }
  .acland .border-md-left-2,
  * .border-md-left-2 {
    border-left-style: solid !important;
    border-left-width: 2px !important; }
  .acland .border-md-left-3,
  * .border-md-left-3 {
    border-left-style: solid !important;
    border-left-width: 3px !important; }
  .acland .border-md-left-4,
  * .border-md-left-4 {
    border-left-style: solid !important;
    border-left-width: 4px !important; }
  .acland .border-md-left-5,
  * .border-md-left-5 {
    border-left-style: solid !important;
    border-left-width: 5px !important; }
  .acland .border-md-right-0, .acland .border-md-right-none,
  * .border-md-right-0,
  * .border-md-right-none {
    border-right-style: solid !important;
    border-right-width: 0px !important; }
  .acland .border-md-right-1,
  * .border-md-right-1 {
    border-right-style: solid !important;
    border-right-width: 1px !important; }
  .acland .border-md-right-2,
  * .border-md-right-2 {
    border-right-style: solid !important;
    border-right-width: 2px !important; }
  .acland .border-md-right-3,
  * .border-md-right-3 {
    border-right-style: solid !important;
    border-right-width: 3px !important; }
  .acland .border-md-right-4,
  * .border-md-right-4 {
    border-right-style: solid !important;
    border-right-width: 4px !important; }
  .acland .border-md-right-5,
  * .border-md-right-5 {
    border-right-style: solid !important;
    border-right-width: 5px !important; }
  .acland .border-md-top-0, .acland .border-md-top-none,
  * .border-md-top-0,
  * .border-md-top-none {
    border-top-style: solid !important;
    border-top-width: 0px !important; }
  .acland .border-md-top-1,
  * .border-md-top-1 {
    border-top-style: solid !important;
    border-top-width: 1px !important; }
  .acland .border-md-top-2,
  * .border-md-top-2 {
    border-top-style: solid !important;
    border-top-width: 2px !important; }
  .acland .border-md-top-3,
  * .border-md-top-3 {
    border-top-style: solid !important;
    border-top-width: 3px !important; }
  .acland .border-md-top-4,
  * .border-md-top-4 {
    border-top-style: solid !important;
    border-top-width: 4px !important; }
  .acland .border-md-top-5,
  * .border-md-top-5 {
    border-top-style: solid !important;
    border-top-width: 5px !important; }
  .acland .border-md-bottom-0, .acland .border-md-bottom-none,
  * .border-md-bottom-0,
  * .border-md-bottom-none {
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important; }
  .acland .border-md-bottom-1,
  * .border-md-bottom-1 {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important; }
  .acland .border-md-bottom-2,
  * .border-md-bottom-2 {
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important; }
  .acland .border-md-bottom-3,
  * .border-md-bottom-3 {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important; }
  .acland .border-md-bottom-4,
  * .border-md-bottom-4 {
    border-bottom-style: solid !important;
    border-bottom-width: 4px !important; }
  .acland .border-md-bottom-5,
  * .border-md-bottom-5 {
    border-bottom-style: solid !important;
    border-bottom-width: 5px !important; }
  .acland .border-md-dashed,
  * .border-md-dashed {
    border-style: dashed !important; }
  .acland .border-md-solid,
  * .border-md-solid {
    border-style: solid !important; }
  .acland .border-md-dotted,
  * .border-md-dotted {
    border-style: dotted !important; }
  .acland .border-md-radius-0,
  * .border-md-radius-0 {
    border-radius: 0rem !important; }
  .acland .border-md-radius-1,
  * .border-md-radius-1 {
    border-radius: var(--size-1) !important; }
  .acland .border-md-radius-2,
  * .border-md-radius-2 {
    border-radius: var(--size-2) !important; }
  .acland .border-md-radius-3,
  * .border-md-radius-3 {
    border-radius: var(--size-3) !important; }
  .acland .border-md-radius-4,
  * .border-md-radius-4 {
    border-radius: var(--size-4) !important; }
  .acland .border-md-radius-5,
  * .border-md-radius-5 {
    border-radius: var(--size-5) !important; }
  .acland .border-md-radius-025,
  * .border-md-radius-025 {
    border-radius: 0.25rem !important; }
  .acland .border-md-radius-05,
  * .border-md-radius-05 {
    border-radius: 0.5rem !important; }
  .acland .border-md-radius-075,
  * .border-md-radius-075 {
    border-radius: 0.75rem !important; }
  .acland .border-md-radius-10,
  * .border-md-radius-10 {
    border-radius: 1rem !important; }
  .acland .border-md-radius-15,
  * .border-md-radius-15 {
    border-radius: 1.5rem !important; }
  .acland .border-md-radius-20,
  * .border-md-radius-20 {
    border-radius: 2rem !important; }
  .acland .border-md-radius-25,
  * .border-md-radius-25 {
    border-radius: 2.5rem !important; }
  .acland .border-md-radius-round,
  * .border-md-radius-round {
    border-radius: 100rem !important; }
  .acland .border-md-radius-t, .acland .border-md-radius-top,
  * .border-md-radius-t,
  * .border-md-radius-top {
    border-top-left-radius: var(--size-3);
    border-top-right-radius: var(--size-3); }
  .acland .border-md-radius-t-0, .acland .border-md-radius-t-none, .acland .border-md-radius-top-0, .acland .border-md-radius-top-none,
  * .border-md-radius-t-0,
  * .border-md-radius-t-none,
  * .border-md-radius-top-0,
  * .border-md-radius-top-none {
    border-top-left-radius: var(--size-0);
    border-top-right-radius: var(--size-0); }
  .acland .border-md-radius-t-1, .acland .border-md-radius-top-1,
  * .border-md-radius-t-1,
  * .border-md-radius-top-1 {
    border-top-left-radius: var(--size-1);
    border-top-right-radius: var(--size-1); }
  .acland .border-md-radius-t-2, .acland .border-md-radius-top-2,
  * .border-md-radius-t-2,
  * .border-md-radius-top-2 {
    border-top-left-radius: var(--size-2);
    border-top-right-radius: var(--size-2); }
  .acland .border-md-radius-t-3, .acland .border-md-radius-top-3,
  * .border-md-radius-t-3,
  * .border-md-radius-top-3 {
    border-top-left-radius: var(--size-3);
    border-top-right-radius: var(--size-3); }
  .acland .border-md-radius-t-4, .acland .border-md-radius-top-4,
  * .border-md-radius-t-4,
  * .border-md-radius-top-4 {
    border-top-left-radius: var(--size-4);
    border-top-right-radius: var(--size-4); }
  .acland .border-md-radius-t-5, .acland .border-md-radius-top-5,
  * .border-md-radius-t-5,
  * .border-md-radius-top-5 {
    border-top-left-radius: var(--size-5);
    border-top-right-radius: var(--size-5); }
  .acland .border-md-radius-b, .acland .border-md-radius-bottom,
  * .border-md-radius-b,
  * .border-md-radius-bottom {
    border-bottom-left-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-md-radius-b-0, .acland .border-md-radius-b-none, .acland .border-md-radius-bottom-0, .acland .border-md-radius-bottom-none,
  * .border-md-radius-b-0,
  * .border-md-radius-b-none,
  * .border-md-radius-bottom-0,
  * .border-md-radius-bottom-none {
    border-bottom-left-radius: var(--size-0);
    border-bottom-right-radius: var(--size-0); }
  .acland .border-md-radius-b-1, .acland .border-md-radius-bottom-1,
  * .border-md-radius-b-1,
  * .border-md-radius-bottom-1 {
    border-bottom-left-radius: var(--size-1);
    border-bottom-right-radius: var(--size-1); }
  .acland .border-md-radius-b-2, .acland .border-md-radius-bottom-2,
  * .border-md-radius-b-2,
  * .border-md-radius-bottom-2 {
    border-bottom-left-radius: var(--size-2);
    border-bottom-right-radius: var(--size-2); }
  .acland .border-md-radius-b-3, .acland .border-md-radius-bottom-3,
  * .border-md-radius-b-3,
  * .border-md-radius-bottom-3 {
    border-bottom-left-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-md-radius-b-4, .acland .border-md-radius-bottom-4,
  * .border-md-radius-b-4,
  * .border-md-radius-bottom-4 {
    border-bottom-left-radius: var(--size-4);
    border-bottom-right-radius: var(--size-4); }
  .acland .border-md-radius-b-5, .acland .border-md-radius-bottom-5,
  * .border-md-radius-b-5,
  * .border-md-radius-bottom-5 {
    border-bottom-left-radius: var(--size-5);
    border-bottom-right-radius: var(--size-5); }
  .acland .border-md-radius-l, .acland .border-md-radius-left,
  * .border-md-radius-l,
  * .border-md-radius-left {
    border-top-left-radius: var(--size-3);
    border-bottom-left-radius: var(--size-3); }
  .acland .border-md-radius-l-0, .acland .border-md-radius-l-none, .acland .border-md-radius-left-0, .acland .border-md-radius-left-none,
  * .border-md-radius-l-0,
  * .border-md-radius-l-none,
  * .border-md-radius-left-0,
  * .border-md-radius-left-none {
    border-top-left-radius: var(--size-0);
    border-bottom-left-radius: var(--size-0); }
  .acland .border-md-radius-l-1, .acland .border-md-radius-left-1,
  * .border-md-radius-l-1,
  * .border-md-radius-left-1 {
    border-top-left-radius: var(--size-1);
    border-bottom-left-radius: var(--size-1); }
  .acland .border-md-radius-l-2, .acland .border-md-radius-left-2,
  * .border-md-radius-l-2,
  * .border-md-radius-left-2 {
    border-top-left-radius: var(--size-2);
    border-bottom-left-radius: var(--size-2); }
  .acland .border-md-radius-l-3, .acland .border-md-radius-left-3,
  * .border-md-radius-l-3,
  * .border-md-radius-left-3 {
    border-top-left-radius: var(--size-3);
    border-bottom-left-radius: var(--size-3); }
  .acland .border-md-radius-l-4, .acland .border-md-radius-left-4,
  * .border-md-radius-l-4,
  * .border-md-radius-left-4 {
    border-top-left-radius: var(--size-4);
    border-bottom-left-radius: var(--size-4); }
  .acland .border-md-radius-l-5, .acland .border-md-radius-left-5,
  * .border-md-radius-l-5,
  * .border-md-radius-left-5 {
    border-top-left-radius: var(--size-5);
    border-bottom-left-radius: var(--size-5); }
  .acland .border-md-radius-r, .acland .border-md-radius-right,
  * .border-md-radius-r,
  * .border-md-radius-right {
    border-top-right-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-md-radius-r-0, .acland .border-md-radius-r-none, .acland .border-md-radius-right-0, .acland .border-md-radius-right-none,
  * .border-md-radius-r-0,
  * .border-md-radius-r-none,
  * .border-md-radius-right-0,
  * .border-md-radius-right-none {
    border-top-right-radius: var(--size-0);
    border-bottom-right-radius: var(--size-0); }
  .acland .border-md-radius-r-1, .acland .border-md-radius-right-1,
  * .border-md-radius-r-1,
  * .border-md-radius-right-1 {
    border-top-right-radius: var(--size-1);
    border-bottom-right-radius: var(--size-1); }
  .acland .border-md-radius-r-2, .acland .border-md-radius-right-2,
  * .border-md-radius-r-2,
  * .border-md-radius-right-2 {
    border-top-right-radius: var(--size-2);
    border-bottom-right-radius: var(--size-2); }
  .acland .border-md-radius-r-3, .acland .border-md-radius-right-3,
  * .border-md-radius-r-3,
  * .border-md-radius-right-3 {
    border-top-right-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-md-radius-r-4, .acland .border-md-radius-right-4,
  * .border-md-radius-r-4,
  * .border-md-radius-right-4 {
    border-top-right-radius: var(--size-4);
    border-bottom-right-radius: var(--size-4); }
  .acland .border-md-radius-r-5, .acland .border-md-radius-right-5,
  * .border-md-radius-r-5,
  * .border-md-radius-right-5 {
    border-top-right-radius: var(--size-5);
    border-bottom-right-radius: var(--size-5); }
  .acland .border-md-radius-tl, .acland .border-md-radius-top-left,
  * .border-md-radius-tl,
  * .border-md-radius-top-left {
    border-top-left-radius: var(--size-3); }
  .acland .border-md-radius-tl-0, .acland .border-md-radius-tl-none, .acland .border-md-radius-top-left-0, .acland .border-md-radius-top-left-none,
  * .border-md-radius-tl-0,
  * .border-md-radius-tl-none,
  * .border-md-radius-top-left-0,
  * .border-md-radius-top-left-none {
    border-top-left-radius: var(--size-0); }
  .acland .border-md-radius-tl-1, .acland .border-md-radius-top-left-1,
  * .border-md-radius-tl-1,
  * .border-md-radius-top-left-1 {
    border-top-left-radius: var(--size-1); }
  .acland .border-md-radius-tl-2, .acland .border-md-radius-top-left-2,
  * .border-md-radius-tl-2,
  * .border-md-radius-top-left-2 {
    border-top-left-radius: var(--size-2); }
  .acland .border-md-radius-tl-3, .acland .border-md-radius-top-left-3,
  * .border-md-radius-tl-3,
  * .border-md-radius-top-left-3 {
    border-top-left-radius: var(--size-3); }
  .acland .border-md-radius-tl-4, .acland .border-md-radius-top-left-4,
  * .border-md-radius-tl-4,
  * .border-md-radius-top-left-4 {
    border-top-left-radius: var(--size-4); }
  .acland .border-md-radius-tl-5, .acland .border-md-radius-top-left-5,
  * .border-md-radius-tl-5,
  * .border-md-radius-top-left-5 {
    border-top-left-radius: var(--size-5); }
  .acland .border-md-radius-tr, .acland .border-md-radius-top-right,
  * .border-md-radius-tr,
  * .border-md-radius-top-right {
    border-top-right-radius: var(--size-3); }
  .acland .border-md-radius-tr-0, .acland .border-md-radius-tr-none, .acland .border-md-radius-top-right-0, .acland .border-md-radius-top-right-none,
  * .border-md-radius-tr-0,
  * .border-md-radius-tr-none,
  * .border-md-radius-top-right-0,
  * .border-md-radius-top-right-none {
    border-top-right-radius: var(--size-0); }
  .acland .border-md-radius-tr-1, .acland .border-md-radius-top-right-1,
  * .border-md-radius-tr-1,
  * .border-md-radius-top-right-1 {
    border-top-right-radius: var(--size-1); }
  .acland .border-md-radius-tr-2, .acland .border-md-radius-top-right-2,
  * .border-md-radius-tr-2,
  * .border-md-radius-top-right-2 {
    border-top-right-radius: var(--size-2); }
  .acland .border-md-radius-tr-3, .acland .border-md-radius-top-right-3,
  * .border-md-radius-tr-3,
  * .border-md-radius-top-right-3 {
    border-top-right-radius: var(--size-3); }
  .acland .border-md-radius-tr-4, .acland .border-md-radius-top-right-4,
  * .border-md-radius-tr-4,
  * .border-md-radius-top-right-4 {
    border-top-right-radius: var(--size-4); }
  .acland .border-md-radius-tr-5, .acland .border-md-radius-top-right-5,
  * .border-md-radius-tr-5,
  * .border-md-radius-top-right-5 {
    border-top-right-radius: var(--size-5); }
  .acland .border-md-radius-bl, .acland .border-md-radius-bottom-left,
  * .border-md-radius-bl,
  * .border-md-radius-bottom-left {
    border-bottom-left-radius: var(--size-3); }
  .acland .border-md-radius-bl-0, .acland .border-md-radius-bl-none, .acland .border-md-radius-bottom-left-0, .acland .border-md-radius-bottom-left-none,
  * .border-md-radius-bl-0,
  * .border-md-radius-bl-none,
  * .border-md-radius-bottom-left-0,
  * .border-md-radius-bottom-left-none {
    border-bottom-left-radius: var(--size-0); }
  .acland .border-md-radius-bl-1, .acland .border-md-radius-bottom-left-1,
  * .border-md-radius-bl-1,
  * .border-md-radius-bottom-left-1 {
    border-bottom-left-radius: var(--size-1); }
  .acland .border-md-radius-bl-2, .acland .border-md-radius-bottom-left-2,
  * .border-md-radius-bl-2,
  * .border-md-radius-bottom-left-2 {
    border-bottom-left-radius: var(--size-2); }
  .acland .border-md-radius-bl-3, .acland .border-md-radius-bottom-left-3,
  * .border-md-radius-bl-3,
  * .border-md-radius-bottom-left-3 {
    border-bottom-left-radius: var(--size-3); }
  .acland .border-md-radius-bl-4, .acland .border-md-radius-bottom-left-4,
  * .border-md-radius-bl-4,
  * .border-md-radius-bottom-left-4 {
    border-bottom-left-radius: var(--size-4); }
  .acland .border-md-radius-bl-5, .acland .border-md-radius-bottom-left-5,
  * .border-md-radius-bl-5,
  * .border-md-radius-bottom-left-5 {
    border-bottom-left-radius: var(--size-5); }
  .acland .border-md-radius-br, .acland .border-md-radius-bottom-right,
  * .border-md-radius-br,
  * .border-md-radius-bottom-right {
    border-bottom-right-radius: var(--size-3); }
  .acland .border-md-radius-br-0, .acland .border-md-radius-br-none, .acland .border-md-radius-bottom-right-0, .acland .border-md-radius-bottom-right-none,
  * .border-md-radius-br-0,
  * .border-md-radius-br-none,
  * .border-md-radius-bottom-right-0,
  * .border-md-radius-bottom-right-none {
    border-bottom-right-radius: var(--size-0); }
  .acland .border-md-radius-br-1, .acland .border-md-radius-bottom-right-1,
  * .border-md-radius-br-1,
  * .border-md-radius-bottom-right-1 {
    border-bottom-right-radius: var(--size-1); }
  .acland .border-md-radius-br-2, .acland .border-md-radius-bottom-right-2,
  * .border-md-radius-br-2,
  * .border-md-radius-bottom-right-2 {
    border-bottom-right-radius: var(--size-2); }
  .acland .border-md-radius-br-3, .acland .border-md-radius-bottom-right-3,
  * .border-md-radius-br-3,
  * .border-md-radius-bottom-right-3 {
    border-bottom-right-radius: var(--size-3); }
  .acland .border-md-radius-br-4, .acland .border-md-radius-bottom-right-4,
  * .border-md-radius-br-4,
  * .border-md-radius-bottom-right-4 {
    border-bottom-right-radius: var(--size-4); }
  .acland .border-md-radius-br-5, .acland .border-md-radius-bottom-right-5,
  * .border-md-radius-br-5,
  * .border-md-radius-bottom-right-5 {
    border-bottom-right-radius: var(--size-5); }
  .acland .border-md-radius-alternate,
  * .border-md-radius-alternate {
    border-radius: 0 var(--size-3) 0 var(--size-3); }
  .acland .border-md-radius-alternate-1,
  * .border-md-radius-alternate-1 {
    border-radius: 0 var(--size-1) 0 var(--size-1); }
  .acland .border-md-radius-alternate-2,
  * .border-md-radius-alternate-2 {
    border-radius: 0 var(--size-2) 0 var(--size-2); }
  .acland .border-md-radius-alternate-3,
  * .border-md-radius-alternate-3 {
    border-radius: 0 var(--size-3) 0 var(--size-1); }
  .acland .border-md-radius-alternate-4,
  * .border-md-radius-alternate-4 {
    border-radius: 0 var(--size-4) 0 var(--size-1); }
  .acland .border-md-radius-alternate-5,
  * .border-md-radius-alternate-5 {
    border-radius: 0 var(--size-5) 0 var(--size-1); }
  .acland .border-md-radius-alternate-inverse,
  * .border-md-radius-alternate-inverse {
    border-radius: var(--size-3) 0 var(--size-3) 0; }
  .acland .border-md-radius-alternate-inverse-1,
  * .border-md-radius-alternate-inverse-1 {
    border-radius: var(--size-1) 0 var(--size-1) 0; }
  .acland .border-md-radius-alternate-inverse-2,
  * .border-md-radius-alternate-inverse-2 {
    border-radius: var(--size-2) 0 var(--size-2) 0; }
  .acland .border-md-radius-alternate-inverse-3,
  * .border-md-radius-alternate-inverse-3 {
    border-radius: var(--size-3) 0 var(--size-1) 0; }
  .acland .border-md-radius-alternate-inverse-4,
  * .border-md-radius-alternate-inverse-4 {
    border-radius: var(--size-4) 0 var(--size-1) 0; }
  .acland .border-md-radius-alternate-inverse-5,
  * .border-md-radius-alternate-inverse-5 {
    border-radius: var(--size-5) 0 var(--size-1) 0; } }

@media (min-width: 992px) {
  .acland .border-lg-0, .acland .border-lg-none,
  * .border-lg-0,
  * .border-lg-none {
    border-style: solid !important;
    border-width: 0px !important; }
  .acland .border-lg-1,
  * .border-lg-1 {
    border-style: solid !important;
    border-width: 1px !important; }
  .acland .border-lg-2,
  * .border-lg-2 {
    border-style: solid !important;
    border-width: 2px !important; }
  .acland .border-lg-3,
  * .border-lg-3 {
    border-style: solid !important;
    border-width: 3px !important; }
  .acland .border-lg-4,
  * .border-lg-4 {
    border-style: solid !important;
    border-width: 4px !important; }
  .acland .border-lg-5,
  * .border-lg-5 {
    border-style: solid !important;
    border-width: 5px !important; }
  .acland .border-lg-left-0, .acland .border-lg-left-none,
  * .border-lg-left-0,
  * .border-lg-left-none {
    border-left-style: solid !important;
    border-left-width: 0px !important; }
  .acland .border-lg-left-1,
  * .border-lg-left-1 {
    border-left-style: solid !important;
    border-left-width: 1px !important; }
  .acland .border-lg-left-2,
  * .border-lg-left-2 {
    border-left-style: solid !important;
    border-left-width: 2px !important; }
  .acland .border-lg-left-3,
  * .border-lg-left-3 {
    border-left-style: solid !important;
    border-left-width: 3px !important; }
  .acland .border-lg-left-4,
  * .border-lg-left-4 {
    border-left-style: solid !important;
    border-left-width: 4px !important; }
  .acland .border-lg-left-5,
  * .border-lg-left-5 {
    border-left-style: solid !important;
    border-left-width: 5px !important; }
  .acland .border-lg-right-0, .acland .border-lg-right-none,
  * .border-lg-right-0,
  * .border-lg-right-none {
    border-right-style: solid !important;
    border-right-width: 0px !important; }
  .acland .border-lg-right-1,
  * .border-lg-right-1 {
    border-right-style: solid !important;
    border-right-width: 1px !important; }
  .acland .border-lg-right-2,
  * .border-lg-right-2 {
    border-right-style: solid !important;
    border-right-width: 2px !important; }
  .acland .border-lg-right-3,
  * .border-lg-right-3 {
    border-right-style: solid !important;
    border-right-width: 3px !important; }
  .acland .border-lg-right-4,
  * .border-lg-right-4 {
    border-right-style: solid !important;
    border-right-width: 4px !important; }
  .acland .border-lg-right-5,
  * .border-lg-right-5 {
    border-right-style: solid !important;
    border-right-width: 5px !important; }
  .acland .border-lg-top-0, .acland .border-lg-top-none,
  * .border-lg-top-0,
  * .border-lg-top-none {
    border-top-style: solid !important;
    border-top-width: 0px !important; }
  .acland .border-lg-top-1,
  * .border-lg-top-1 {
    border-top-style: solid !important;
    border-top-width: 1px !important; }
  .acland .border-lg-top-2,
  * .border-lg-top-2 {
    border-top-style: solid !important;
    border-top-width: 2px !important; }
  .acland .border-lg-top-3,
  * .border-lg-top-3 {
    border-top-style: solid !important;
    border-top-width: 3px !important; }
  .acland .border-lg-top-4,
  * .border-lg-top-4 {
    border-top-style: solid !important;
    border-top-width: 4px !important; }
  .acland .border-lg-top-5,
  * .border-lg-top-5 {
    border-top-style: solid !important;
    border-top-width: 5px !important; }
  .acland .border-lg-bottom-0, .acland .border-lg-bottom-none,
  * .border-lg-bottom-0,
  * .border-lg-bottom-none {
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important; }
  .acland .border-lg-bottom-1,
  * .border-lg-bottom-1 {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important; }
  .acland .border-lg-bottom-2,
  * .border-lg-bottom-2 {
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important; }
  .acland .border-lg-bottom-3,
  * .border-lg-bottom-3 {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important; }
  .acland .border-lg-bottom-4,
  * .border-lg-bottom-4 {
    border-bottom-style: solid !important;
    border-bottom-width: 4px !important; }
  .acland .border-lg-bottom-5,
  * .border-lg-bottom-5 {
    border-bottom-style: solid !important;
    border-bottom-width: 5px !important; }
  .acland .border-lg-dashed,
  * .border-lg-dashed {
    border-style: dashed !important; }
  .acland .border-lg-solid,
  * .border-lg-solid {
    border-style: solid !important; }
  .acland .border-lg-dotted,
  * .border-lg-dotted {
    border-style: dotted !important; }
  .acland .border-lg-radius-0,
  * .border-lg-radius-0 {
    border-radius: 0rem !important; }
  .acland .border-lg-radius-1,
  * .border-lg-radius-1 {
    border-radius: var(--size-1) !important; }
  .acland .border-lg-radius-2,
  * .border-lg-radius-2 {
    border-radius: var(--size-2) !important; }
  .acland .border-lg-radius-3,
  * .border-lg-radius-3 {
    border-radius: var(--size-3) !important; }
  .acland .border-lg-radius-4,
  * .border-lg-radius-4 {
    border-radius: var(--size-4) !important; }
  .acland .border-lg-radius-5,
  * .border-lg-radius-5 {
    border-radius: var(--size-5) !important; }
  .acland .border-lg-radius-025,
  * .border-lg-radius-025 {
    border-radius: 0.25rem !important; }
  .acland .border-lg-radius-05,
  * .border-lg-radius-05 {
    border-radius: 0.5rem !important; }
  .acland .border-lg-radius-075,
  * .border-lg-radius-075 {
    border-radius: 0.75rem !important; }
  .acland .border-lg-radius-10,
  * .border-lg-radius-10 {
    border-radius: 1rem !important; }
  .acland .border-lg-radius-15,
  * .border-lg-radius-15 {
    border-radius: 1.5rem !important; }
  .acland .border-lg-radius-20,
  * .border-lg-radius-20 {
    border-radius: 2rem !important; }
  .acland .border-lg-radius-25,
  * .border-lg-radius-25 {
    border-radius: 2.5rem !important; }
  .acland .border-lg-radius-round,
  * .border-lg-radius-round {
    border-radius: 100rem !important; }
  .acland .border-lg-radius-t, .acland .border-lg-radius-top,
  * .border-lg-radius-t,
  * .border-lg-radius-top {
    border-top-left-radius: var(--size-3);
    border-top-right-radius: var(--size-3); }
  .acland .border-lg-radius-t-0, .acland .border-lg-radius-t-none, .acland .border-lg-radius-top-0, .acland .border-lg-radius-top-none,
  * .border-lg-radius-t-0,
  * .border-lg-radius-t-none,
  * .border-lg-radius-top-0,
  * .border-lg-radius-top-none {
    border-top-left-radius: var(--size-0);
    border-top-right-radius: var(--size-0); }
  .acland .border-lg-radius-t-1, .acland .border-lg-radius-top-1,
  * .border-lg-radius-t-1,
  * .border-lg-radius-top-1 {
    border-top-left-radius: var(--size-1);
    border-top-right-radius: var(--size-1); }
  .acland .border-lg-radius-t-2, .acland .border-lg-radius-top-2,
  * .border-lg-radius-t-2,
  * .border-lg-radius-top-2 {
    border-top-left-radius: var(--size-2);
    border-top-right-radius: var(--size-2); }
  .acland .border-lg-radius-t-3, .acland .border-lg-radius-top-3,
  * .border-lg-radius-t-3,
  * .border-lg-radius-top-3 {
    border-top-left-radius: var(--size-3);
    border-top-right-radius: var(--size-3); }
  .acland .border-lg-radius-t-4, .acland .border-lg-radius-top-4,
  * .border-lg-radius-t-4,
  * .border-lg-radius-top-4 {
    border-top-left-radius: var(--size-4);
    border-top-right-radius: var(--size-4); }
  .acland .border-lg-radius-t-5, .acland .border-lg-radius-top-5,
  * .border-lg-radius-t-5,
  * .border-lg-radius-top-5 {
    border-top-left-radius: var(--size-5);
    border-top-right-radius: var(--size-5); }
  .acland .border-lg-radius-b, .acland .border-lg-radius-bottom,
  * .border-lg-radius-b,
  * .border-lg-radius-bottom {
    border-bottom-left-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-lg-radius-b-0, .acland .border-lg-radius-b-none, .acland .border-lg-radius-bottom-0, .acland .border-lg-radius-bottom-none,
  * .border-lg-radius-b-0,
  * .border-lg-radius-b-none,
  * .border-lg-radius-bottom-0,
  * .border-lg-radius-bottom-none {
    border-bottom-left-radius: var(--size-0);
    border-bottom-right-radius: var(--size-0); }
  .acland .border-lg-radius-b-1, .acland .border-lg-radius-bottom-1,
  * .border-lg-radius-b-1,
  * .border-lg-radius-bottom-1 {
    border-bottom-left-radius: var(--size-1);
    border-bottom-right-radius: var(--size-1); }
  .acland .border-lg-radius-b-2, .acland .border-lg-radius-bottom-2,
  * .border-lg-radius-b-2,
  * .border-lg-radius-bottom-2 {
    border-bottom-left-radius: var(--size-2);
    border-bottom-right-radius: var(--size-2); }
  .acland .border-lg-radius-b-3, .acland .border-lg-radius-bottom-3,
  * .border-lg-radius-b-3,
  * .border-lg-radius-bottom-3 {
    border-bottom-left-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-lg-radius-b-4, .acland .border-lg-radius-bottom-4,
  * .border-lg-radius-b-4,
  * .border-lg-radius-bottom-4 {
    border-bottom-left-radius: var(--size-4);
    border-bottom-right-radius: var(--size-4); }
  .acland .border-lg-radius-b-5, .acland .border-lg-radius-bottom-5,
  * .border-lg-radius-b-5,
  * .border-lg-radius-bottom-5 {
    border-bottom-left-radius: var(--size-5);
    border-bottom-right-radius: var(--size-5); }
  .acland .border-lg-radius-l, .acland .border-lg-radius-left,
  * .border-lg-radius-l,
  * .border-lg-radius-left {
    border-top-left-radius: var(--size-3);
    border-bottom-left-radius: var(--size-3); }
  .acland .border-lg-radius-l-0, .acland .border-lg-radius-l-none, .acland .border-lg-radius-left-0, .acland .border-lg-radius-left-none,
  * .border-lg-radius-l-0,
  * .border-lg-radius-l-none,
  * .border-lg-radius-left-0,
  * .border-lg-radius-left-none {
    border-top-left-radius: var(--size-0);
    border-bottom-left-radius: var(--size-0); }
  .acland .border-lg-radius-l-1, .acland .border-lg-radius-left-1,
  * .border-lg-radius-l-1,
  * .border-lg-radius-left-1 {
    border-top-left-radius: var(--size-1);
    border-bottom-left-radius: var(--size-1); }
  .acland .border-lg-radius-l-2, .acland .border-lg-radius-left-2,
  * .border-lg-radius-l-2,
  * .border-lg-radius-left-2 {
    border-top-left-radius: var(--size-2);
    border-bottom-left-radius: var(--size-2); }
  .acland .border-lg-radius-l-3, .acland .border-lg-radius-left-3,
  * .border-lg-radius-l-3,
  * .border-lg-radius-left-3 {
    border-top-left-radius: var(--size-3);
    border-bottom-left-radius: var(--size-3); }
  .acland .border-lg-radius-l-4, .acland .border-lg-radius-left-4,
  * .border-lg-radius-l-4,
  * .border-lg-radius-left-4 {
    border-top-left-radius: var(--size-4);
    border-bottom-left-radius: var(--size-4); }
  .acland .border-lg-radius-l-5, .acland .border-lg-radius-left-5,
  * .border-lg-radius-l-5,
  * .border-lg-radius-left-5 {
    border-top-left-radius: var(--size-5);
    border-bottom-left-radius: var(--size-5); }
  .acland .border-lg-radius-r, .acland .border-lg-radius-right,
  * .border-lg-radius-r,
  * .border-lg-radius-right {
    border-top-right-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-lg-radius-r-0, .acland .border-lg-radius-r-none, .acland .border-lg-radius-right-0, .acland .border-lg-radius-right-none,
  * .border-lg-radius-r-0,
  * .border-lg-radius-r-none,
  * .border-lg-radius-right-0,
  * .border-lg-radius-right-none {
    border-top-right-radius: var(--size-0);
    border-bottom-right-radius: var(--size-0); }
  .acland .border-lg-radius-r-1, .acland .border-lg-radius-right-1,
  * .border-lg-radius-r-1,
  * .border-lg-radius-right-1 {
    border-top-right-radius: var(--size-1);
    border-bottom-right-radius: var(--size-1); }
  .acland .border-lg-radius-r-2, .acland .border-lg-radius-right-2,
  * .border-lg-radius-r-2,
  * .border-lg-radius-right-2 {
    border-top-right-radius: var(--size-2);
    border-bottom-right-radius: var(--size-2); }
  .acland .border-lg-radius-r-3, .acland .border-lg-radius-right-3,
  * .border-lg-radius-r-3,
  * .border-lg-radius-right-3 {
    border-top-right-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-lg-radius-r-4, .acland .border-lg-radius-right-4,
  * .border-lg-radius-r-4,
  * .border-lg-radius-right-4 {
    border-top-right-radius: var(--size-4);
    border-bottom-right-radius: var(--size-4); }
  .acland .border-lg-radius-r-5, .acland .border-lg-radius-right-5,
  * .border-lg-radius-r-5,
  * .border-lg-radius-right-5 {
    border-top-right-radius: var(--size-5);
    border-bottom-right-radius: var(--size-5); }
  .acland .border-lg-radius-tl, .acland .border-lg-radius-top-left,
  * .border-lg-radius-tl,
  * .border-lg-radius-top-left {
    border-top-left-radius: var(--size-3); }
  .acland .border-lg-radius-tl-0, .acland .border-lg-radius-tl-none, .acland .border-lg-radius-top-left-0, .acland .border-lg-radius-top-left-none,
  * .border-lg-radius-tl-0,
  * .border-lg-radius-tl-none,
  * .border-lg-radius-top-left-0,
  * .border-lg-radius-top-left-none {
    border-top-left-radius: var(--size-0); }
  .acland .border-lg-radius-tl-1, .acland .border-lg-radius-top-left-1,
  * .border-lg-radius-tl-1,
  * .border-lg-radius-top-left-1 {
    border-top-left-radius: var(--size-1); }
  .acland .border-lg-radius-tl-2, .acland .border-lg-radius-top-left-2,
  * .border-lg-radius-tl-2,
  * .border-lg-radius-top-left-2 {
    border-top-left-radius: var(--size-2); }
  .acland .border-lg-radius-tl-3, .acland .border-lg-radius-top-left-3,
  * .border-lg-radius-tl-3,
  * .border-lg-radius-top-left-3 {
    border-top-left-radius: var(--size-3); }
  .acland .border-lg-radius-tl-4, .acland .border-lg-radius-top-left-4,
  * .border-lg-radius-tl-4,
  * .border-lg-radius-top-left-4 {
    border-top-left-radius: var(--size-4); }
  .acland .border-lg-radius-tl-5, .acland .border-lg-radius-top-left-5,
  * .border-lg-radius-tl-5,
  * .border-lg-radius-top-left-5 {
    border-top-left-radius: var(--size-5); }
  .acland .border-lg-radius-tr, .acland .border-lg-radius-top-right,
  * .border-lg-radius-tr,
  * .border-lg-radius-top-right {
    border-top-right-radius: var(--size-3); }
  .acland .border-lg-radius-tr-0, .acland .border-lg-radius-tr-none, .acland .border-lg-radius-top-right-0, .acland .border-lg-radius-top-right-none,
  * .border-lg-radius-tr-0,
  * .border-lg-radius-tr-none,
  * .border-lg-radius-top-right-0,
  * .border-lg-radius-top-right-none {
    border-top-right-radius: var(--size-0); }
  .acland .border-lg-radius-tr-1, .acland .border-lg-radius-top-right-1,
  * .border-lg-radius-tr-1,
  * .border-lg-radius-top-right-1 {
    border-top-right-radius: var(--size-1); }
  .acland .border-lg-radius-tr-2, .acland .border-lg-radius-top-right-2,
  * .border-lg-radius-tr-2,
  * .border-lg-radius-top-right-2 {
    border-top-right-radius: var(--size-2); }
  .acland .border-lg-radius-tr-3, .acland .border-lg-radius-top-right-3,
  * .border-lg-radius-tr-3,
  * .border-lg-radius-top-right-3 {
    border-top-right-radius: var(--size-3); }
  .acland .border-lg-radius-tr-4, .acland .border-lg-radius-top-right-4,
  * .border-lg-radius-tr-4,
  * .border-lg-radius-top-right-4 {
    border-top-right-radius: var(--size-4); }
  .acland .border-lg-radius-tr-5, .acland .border-lg-radius-top-right-5,
  * .border-lg-radius-tr-5,
  * .border-lg-radius-top-right-5 {
    border-top-right-radius: var(--size-5); }
  .acland .border-lg-radius-bl, .acland .border-lg-radius-bottom-left,
  * .border-lg-radius-bl,
  * .border-lg-radius-bottom-left {
    border-bottom-left-radius: var(--size-3); }
  .acland .border-lg-radius-bl-0, .acland .border-lg-radius-bl-none, .acland .border-lg-radius-bottom-left-0, .acland .border-lg-radius-bottom-left-none,
  * .border-lg-radius-bl-0,
  * .border-lg-radius-bl-none,
  * .border-lg-radius-bottom-left-0,
  * .border-lg-radius-bottom-left-none {
    border-bottom-left-radius: var(--size-0); }
  .acland .border-lg-radius-bl-1, .acland .border-lg-radius-bottom-left-1,
  * .border-lg-radius-bl-1,
  * .border-lg-radius-bottom-left-1 {
    border-bottom-left-radius: var(--size-1); }
  .acland .border-lg-radius-bl-2, .acland .border-lg-radius-bottom-left-2,
  * .border-lg-radius-bl-2,
  * .border-lg-radius-bottom-left-2 {
    border-bottom-left-radius: var(--size-2); }
  .acland .border-lg-radius-bl-3, .acland .border-lg-radius-bottom-left-3,
  * .border-lg-radius-bl-3,
  * .border-lg-radius-bottom-left-3 {
    border-bottom-left-radius: var(--size-3); }
  .acland .border-lg-radius-bl-4, .acland .border-lg-radius-bottom-left-4,
  * .border-lg-radius-bl-4,
  * .border-lg-radius-bottom-left-4 {
    border-bottom-left-radius: var(--size-4); }
  .acland .border-lg-radius-bl-5, .acland .border-lg-radius-bottom-left-5,
  * .border-lg-radius-bl-5,
  * .border-lg-radius-bottom-left-5 {
    border-bottom-left-radius: var(--size-5); }
  .acland .border-lg-radius-br, .acland .border-lg-radius-bottom-right,
  * .border-lg-radius-br,
  * .border-lg-radius-bottom-right {
    border-bottom-right-radius: var(--size-3); }
  .acland .border-lg-radius-br-0, .acland .border-lg-radius-br-none, .acland .border-lg-radius-bottom-right-0, .acland .border-lg-radius-bottom-right-none,
  * .border-lg-radius-br-0,
  * .border-lg-radius-br-none,
  * .border-lg-radius-bottom-right-0,
  * .border-lg-radius-bottom-right-none {
    border-bottom-right-radius: var(--size-0); }
  .acland .border-lg-radius-br-1, .acland .border-lg-radius-bottom-right-1,
  * .border-lg-radius-br-1,
  * .border-lg-radius-bottom-right-1 {
    border-bottom-right-radius: var(--size-1); }
  .acland .border-lg-radius-br-2, .acland .border-lg-radius-bottom-right-2,
  * .border-lg-radius-br-2,
  * .border-lg-radius-bottom-right-2 {
    border-bottom-right-radius: var(--size-2); }
  .acland .border-lg-radius-br-3, .acland .border-lg-radius-bottom-right-3,
  * .border-lg-radius-br-3,
  * .border-lg-radius-bottom-right-3 {
    border-bottom-right-radius: var(--size-3); }
  .acland .border-lg-radius-br-4, .acland .border-lg-radius-bottom-right-4,
  * .border-lg-radius-br-4,
  * .border-lg-radius-bottom-right-4 {
    border-bottom-right-radius: var(--size-4); }
  .acland .border-lg-radius-br-5, .acland .border-lg-radius-bottom-right-5,
  * .border-lg-radius-br-5,
  * .border-lg-radius-bottom-right-5 {
    border-bottom-right-radius: var(--size-5); }
  .acland .border-lg-radius-alternate,
  * .border-lg-radius-alternate {
    border-radius: 0 var(--size-3) 0 var(--size-3); }
  .acland .border-lg-radius-alternate-1,
  * .border-lg-radius-alternate-1 {
    border-radius: 0 var(--size-1) 0 var(--size-1); }
  .acland .border-lg-radius-alternate-2,
  * .border-lg-radius-alternate-2 {
    border-radius: 0 var(--size-2) 0 var(--size-2); }
  .acland .border-lg-radius-alternate-3,
  * .border-lg-radius-alternate-3 {
    border-radius: 0 var(--size-3) 0 var(--size-1); }
  .acland .border-lg-radius-alternate-4,
  * .border-lg-radius-alternate-4 {
    border-radius: 0 var(--size-4) 0 var(--size-1); }
  .acland .border-lg-radius-alternate-5,
  * .border-lg-radius-alternate-5 {
    border-radius: 0 var(--size-5) 0 var(--size-1); }
  .acland .border-lg-radius-alternate-inverse,
  * .border-lg-radius-alternate-inverse {
    border-radius: var(--size-3) 0 var(--size-3) 0; }
  .acland .border-lg-radius-alternate-inverse-1,
  * .border-lg-radius-alternate-inverse-1 {
    border-radius: var(--size-1) 0 var(--size-1) 0; }
  .acland .border-lg-radius-alternate-inverse-2,
  * .border-lg-radius-alternate-inverse-2 {
    border-radius: var(--size-2) 0 var(--size-2) 0; }
  .acland .border-lg-radius-alternate-inverse-3,
  * .border-lg-radius-alternate-inverse-3 {
    border-radius: var(--size-3) 0 var(--size-1) 0; }
  .acland .border-lg-radius-alternate-inverse-4,
  * .border-lg-radius-alternate-inverse-4 {
    border-radius: var(--size-4) 0 var(--size-1) 0; }
  .acland .border-lg-radius-alternate-inverse-5,
  * .border-lg-radius-alternate-inverse-5 {
    border-radius: var(--size-5) 0 var(--size-1) 0; } }

@media (min-width: 1200px) {
  .acland .border-xl-0, .acland .border-xl-none,
  * .border-xl-0,
  * .border-xl-none {
    border-style: solid !important;
    border-width: 0px !important; }
  .acland .border-xl-1,
  * .border-xl-1 {
    border-style: solid !important;
    border-width: 1px !important; }
  .acland .border-xl-2,
  * .border-xl-2 {
    border-style: solid !important;
    border-width: 2px !important; }
  .acland .border-xl-3,
  * .border-xl-3 {
    border-style: solid !important;
    border-width: 3px !important; }
  .acland .border-xl-4,
  * .border-xl-4 {
    border-style: solid !important;
    border-width: 4px !important; }
  .acland .border-xl-5,
  * .border-xl-5 {
    border-style: solid !important;
    border-width: 5px !important; }
  .acland .border-xl-left-0, .acland .border-xl-left-none,
  * .border-xl-left-0,
  * .border-xl-left-none {
    border-left-style: solid !important;
    border-left-width: 0px !important; }
  .acland .border-xl-left-1,
  * .border-xl-left-1 {
    border-left-style: solid !important;
    border-left-width: 1px !important; }
  .acland .border-xl-left-2,
  * .border-xl-left-2 {
    border-left-style: solid !important;
    border-left-width: 2px !important; }
  .acland .border-xl-left-3,
  * .border-xl-left-3 {
    border-left-style: solid !important;
    border-left-width: 3px !important; }
  .acland .border-xl-left-4,
  * .border-xl-left-4 {
    border-left-style: solid !important;
    border-left-width: 4px !important; }
  .acland .border-xl-left-5,
  * .border-xl-left-5 {
    border-left-style: solid !important;
    border-left-width: 5px !important; }
  .acland .border-xl-right-0, .acland .border-xl-right-none,
  * .border-xl-right-0,
  * .border-xl-right-none {
    border-right-style: solid !important;
    border-right-width: 0px !important; }
  .acland .border-xl-right-1,
  * .border-xl-right-1 {
    border-right-style: solid !important;
    border-right-width: 1px !important; }
  .acland .border-xl-right-2,
  * .border-xl-right-2 {
    border-right-style: solid !important;
    border-right-width: 2px !important; }
  .acland .border-xl-right-3,
  * .border-xl-right-3 {
    border-right-style: solid !important;
    border-right-width: 3px !important; }
  .acland .border-xl-right-4,
  * .border-xl-right-4 {
    border-right-style: solid !important;
    border-right-width: 4px !important; }
  .acland .border-xl-right-5,
  * .border-xl-right-5 {
    border-right-style: solid !important;
    border-right-width: 5px !important; }
  .acland .border-xl-top-0, .acland .border-xl-top-none,
  * .border-xl-top-0,
  * .border-xl-top-none {
    border-top-style: solid !important;
    border-top-width: 0px !important; }
  .acland .border-xl-top-1,
  * .border-xl-top-1 {
    border-top-style: solid !important;
    border-top-width: 1px !important; }
  .acland .border-xl-top-2,
  * .border-xl-top-2 {
    border-top-style: solid !important;
    border-top-width: 2px !important; }
  .acland .border-xl-top-3,
  * .border-xl-top-3 {
    border-top-style: solid !important;
    border-top-width: 3px !important; }
  .acland .border-xl-top-4,
  * .border-xl-top-4 {
    border-top-style: solid !important;
    border-top-width: 4px !important; }
  .acland .border-xl-top-5,
  * .border-xl-top-5 {
    border-top-style: solid !important;
    border-top-width: 5px !important; }
  .acland .border-xl-bottom-0, .acland .border-xl-bottom-none,
  * .border-xl-bottom-0,
  * .border-xl-bottom-none {
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important; }
  .acland .border-xl-bottom-1,
  * .border-xl-bottom-1 {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important; }
  .acland .border-xl-bottom-2,
  * .border-xl-bottom-2 {
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important; }
  .acland .border-xl-bottom-3,
  * .border-xl-bottom-3 {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important; }
  .acland .border-xl-bottom-4,
  * .border-xl-bottom-4 {
    border-bottom-style: solid !important;
    border-bottom-width: 4px !important; }
  .acland .border-xl-bottom-5,
  * .border-xl-bottom-5 {
    border-bottom-style: solid !important;
    border-bottom-width: 5px !important; }
  .acland .border-xl-dashed,
  * .border-xl-dashed {
    border-style: dashed !important; }
  .acland .border-xl-solid,
  * .border-xl-solid {
    border-style: solid !important; }
  .acland .border-xl-dotted,
  * .border-xl-dotted {
    border-style: dotted !important; }
  .acland .border-xl-radius-0,
  * .border-xl-radius-0 {
    border-radius: 0rem !important; }
  .acland .border-xl-radius-1,
  * .border-xl-radius-1 {
    border-radius: var(--size-1) !important; }
  .acland .border-xl-radius-2,
  * .border-xl-radius-2 {
    border-radius: var(--size-2) !important; }
  .acland .border-xl-radius-3,
  * .border-xl-radius-3 {
    border-radius: var(--size-3) !important; }
  .acland .border-xl-radius-4,
  * .border-xl-radius-4 {
    border-radius: var(--size-4) !important; }
  .acland .border-xl-radius-5,
  * .border-xl-radius-5 {
    border-radius: var(--size-5) !important; }
  .acland .border-xl-radius-025,
  * .border-xl-radius-025 {
    border-radius: 0.25rem !important; }
  .acland .border-xl-radius-05,
  * .border-xl-radius-05 {
    border-radius: 0.5rem !important; }
  .acland .border-xl-radius-075,
  * .border-xl-radius-075 {
    border-radius: 0.75rem !important; }
  .acland .border-xl-radius-10,
  * .border-xl-radius-10 {
    border-radius: 1rem !important; }
  .acland .border-xl-radius-15,
  * .border-xl-radius-15 {
    border-radius: 1.5rem !important; }
  .acland .border-xl-radius-20,
  * .border-xl-radius-20 {
    border-radius: 2rem !important; }
  .acland .border-xl-radius-25,
  * .border-xl-radius-25 {
    border-radius: 2.5rem !important; }
  .acland .border-xl-radius-round,
  * .border-xl-radius-round {
    border-radius: 100rem !important; }
  .acland .border-xl-radius-t, .acland .border-xl-radius-top,
  * .border-xl-radius-t,
  * .border-xl-radius-top {
    border-top-left-radius: var(--size-3);
    border-top-right-radius: var(--size-3); }
  .acland .border-xl-radius-t-0, .acland .border-xl-radius-t-none, .acland .border-xl-radius-top-0, .acland .border-xl-radius-top-none,
  * .border-xl-radius-t-0,
  * .border-xl-radius-t-none,
  * .border-xl-radius-top-0,
  * .border-xl-radius-top-none {
    border-top-left-radius: var(--size-0);
    border-top-right-radius: var(--size-0); }
  .acland .border-xl-radius-t-1, .acland .border-xl-radius-top-1,
  * .border-xl-radius-t-1,
  * .border-xl-radius-top-1 {
    border-top-left-radius: var(--size-1);
    border-top-right-radius: var(--size-1); }
  .acland .border-xl-radius-t-2, .acland .border-xl-radius-top-2,
  * .border-xl-radius-t-2,
  * .border-xl-radius-top-2 {
    border-top-left-radius: var(--size-2);
    border-top-right-radius: var(--size-2); }
  .acland .border-xl-radius-t-3, .acland .border-xl-radius-top-3,
  * .border-xl-radius-t-3,
  * .border-xl-radius-top-3 {
    border-top-left-radius: var(--size-3);
    border-top-right-radius: var(--size-3); }
  .acland .border-xl-radius-t-4, .acland .border-xl-radius-top-4,
  * .border-xl-radius-t-4,
  * .border-xl-radius-top-4 {
    border-top-left-radius: var(--size-4);
    border-top-right-radius: var(--size-4); }
  .acland .border-xl-radius-t-5, .acland .border-xl-radius-top-5,
  * .border-xl-radius-t-5,
  * .border-xl-radius-top-5 {
    border-top-left-radius: var(--size-5);
    border-top-right-radius: var(--size-5); }
  .acland .border-xl-radius-b, .acland .border-xl-radius-bottom,
  * .border-xl-radius-b,
  * .border-xl-radius-bottom {
    border-bottom-left-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-xl-radius-b-0, .acland .border-xl-radius-b-none, .acland .border-xl-radius-bottom-0, .acland .border-xl-radius-bottom-none,
  * .border-xl-radius-b-0,
  * .border-xl-radius-b-none,
  * .border-xl-radius-bottom-0,
  * .border-xl-radius-bottom-none {
    border-bottom-left-radius: var(--size-0);
    border-bottom-right-radius: var(--size-0); }
  .acland .border-xl-radius-b-1, .acland .border-xl-radius-bottom-1,
  * .border-xl-radius-b-1,
  * .border-xl-radius-bottom-1 {
    border-bottom-left-radius: var(--size-1);
    border-bottom-right-radius: var(--size-1); }
  .acland .border-xl-radius-b-2, .acland .border-xl-radius-bottom-2,
  * .border-xl-radius-b-2,
  * .border-xl-radius-bottom-2 {
    border-bottom-left-radius: var(--size-2);
    border-bottom-right-radius: var(--size-2); }
  .acland .border-xl-radius-b-3, .acland .border-xl-radius-bottom-3,
  * .border-xl-radius-b-3,
  * .border-xl-radius-bottom-3 {
    border-bottom-left-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-xl-radius-b-4, .acland .border-xl-radius-bottom-4,
  * .border-xl-radius-b-4,
  * .border-xl-radius-bottom-4 {
    border-bottom-left-radius: var(--size-4);
    border-bottom-right-radius: var(--size-4); }
  .acland .border-xl-radius-b-5, .acland .border-xl-radius-bottom-5,
  * .border-xl-radius-b-5,
  * .border-xl-radius-bottom-5 {
    border-bottom-left-radius: var(--size-5);
    border-bottom-right-radius: var(--size-5); }
  .acland .border-xl-radius-l, .acland .border-xl-radius-left,
  * .border-xl-radius-l,
  * .border-xl-radius-left {
    border-top-left-radius: var(--size-3);
    border-bottom-left-radius: var(--size-3); }
  .acland .border-xl-radius-l-0, .acland .border-xl-radius-l-none, .acland .border-xl-radius-left-0, .acland .border-xl-radius-left-none,
  * .border-xl-radius-l-0,
  * .border-xl-radius-l-none,
  * .border-xl-radius-left-0,
  * .border-xl-radius-left-none {
    border-top-left-radius: var(--size-0);
    border-bottom-left-radius: var(--size-0); }
  .acland .border-xl-radius-l-1, .acland .border-xl-radius-left-1,
  * .border-xl-radius-l-1,
  * .border-xl-radius-left-1 {
    border-top-left-radius: var(--size-1);
    border-bottom-left-radius: var(--size-1); }
  .acland .border-xl-radius-l-2, .acland .border-xl-radius-left-2,
  * .border-xl-radius-l-2,
  * .border-xl-radius-left-2 {
    border-top-left-radius: var(--size-2);
    border-bottom-left-radius: var(--size-2); }
  .acland .border-xl-radius-l-3, .acland .border-xl-radius-left-3,
  * .border-xl-radius-l-3,
  * .border-xl-radius-left-3 {
    border-top-left-radius: var(--size-3);
    border-bottom-left-radius: var(--size-3); }
  .acland .border-xl-radius-l-4, .acland .border-xl-radius-left-4,
  * .border-xl-radius-l-4,
  * .border-xl-radius-left-4 {
    border-top-left-radius: var(--size-4);
    border-bottom-left-radius: var(--size-4); }
  .acland .border-xl-radius-l-5, .acland .border-xl-radius-left-5,
  * .border-xl-radius-l-5,
  * .border-xl-radius-left-5 {
    border-top-left-radius: var(--size-5);
    border-bottom-left-radius: var(--size-5); }
  .acland .border-xl-radius-r, .acland .border-xl-radius-right,
  * .border-xl-radius-r,
  * .border-xl-radius-right {
    border-top-right-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-xl-radius-r-0, .acland .border-xl-radius-r-none, .acland .border-xl-radius-right-0, .acland .border-xl-radius-right-none,
  * .border-xl-radius-r-0,
  * .border-xl-radius-r-none,
  * .border-xl-radius-right-0,
  * .border-xl-radius-right-none {
    border-top-right-radius: var(--size-0);
    border-bottom-right-radius: var(--size-0); }
  .acland .border-xl-radius-r-1, .acland .border-xl-radius-right-1,
  * .border-xl-radius-r-1,
  * .border-xl-radius-right-1 {
    border-top-right-radius: var(--size-1);
    border-bottom-right-radius: var(--size-1); }
  .acland .border-xl-radius-r-2, .acland .border-xl-radius-right-2,
  * .border-xl-radius-r-2,
  * .border-xl-radius-right-2 {
    border-top-right-radius: var(--size-2);
    border-bottom-right-radius: var(--size-2); }
  .acland .border-xl-radius-r-3, .acland .border-xl-radius-right-3,
  * .border-xl-radius-r-3,
  * .border-xl-radius-right-3 {
    border-top-right-radius: var(--size-3);
    border-bottom-right-radius: var(--size-3); }
  .acland .border-xl-radius-r-4, .acland .border-xl-radius-right-4,
  * .border-xl-radius-r-4,
  * .border-xl-radius-right-4 {
    border-top-right-radius: var(--size-4);
    border-bottom-right-radius: var(--size-4); }
  .acland .border-xl-radius-r-5, .acland .border-xl-radius-right-5,
  * .border-xl-radius-r-5,
  * .border-xl-radius-right-5 {
    border-top-right-radius: var(--size-5);
    border-bottom-right-radius: var(--size-5); }
  .acland .border-xl-radius-tl, .acland .border-xl-radius-top-left,
  * .border-xl-radius-tl,
  * .border-xl-radius-top-left {
    border-top-left-radius: var(--size-3); }
  .acland .border-xl-radius-tl-0, .acland .border-xl-radius-tl-none, .acland .border-xl-radius-top-left-0, .acland .border-xl-radius-top-left-none,
  * .border-xl-radius-tl-0,
  * .border-xl-radius-tl-none,
  * .border-xl-radius-top-left-0,
  * .border-xl-radius-top-left-none {
    border-top-left-radius: var(--size-0); }
  .acland .border-xl-radius-tl-1, .acland .border-xl-radius-top-left-1,
  * .border-xl-radius-tl-1,
  * .border-xl-radius-top-left-1 {
    border-top-left-radius: var(--size-1); }
  .acland .border-xl-radius-tl-2, .acland .border-xl-radius-top-left-2,
  * .border-xl-radius-tl-2,
  * .border-xl-radius-top-left-2 {
    border-top-left-radius: var(--size-2); }
  .acland .border-xl-radius-tl-3, .acland .border-xl-radius-top-left-3,
  * .border-xl-radius-tl-3,
  * .border-xl-radius-top-left-3 {
    border-top-left-radius: var(--size-3); }
  .acland .border-xl-radius-tl-4, .acland .border-xl-radius-top-left-4,
  * .border-xl-radius-tl-4,
  * .border-xl-radius-top-left-4 {
    border-top-left-radius: var(--size-4); }
  .acland .border-xl-radius-tl-5, .acland .border-xl-radius-top-left-5,
  * .border-xl-radius-tl-5,
  * .border-xl-radius-top-left-5 {
    border-top-left-radius: var(--size-5); }
  .acland .border-xl-radius-tr, .acland .border-xl-radius-top-right,
  * .border-xl-radius-tr,
  * .border-xl-radius-top-right {
    border-top-right-radius: var(--size-3); }
  .acland .border-xl-radius-tr-0, .acland .border-xl-radius-tr-none, .acland .border-xl-radius-top-right-0, .acland .border-xl-radius-top-right-none,
  * .border-xl-radius-tr-0,
  * .border-xl-radius-tr-none,
  * .border-xl-radius-top-right-0,
  * .border-xl-radius-top-right-none {
    border-top-right-radius: var(--size-0); }
  .acland .border-xl-radius-tr-1, .acland .border-xl-radius-top-right-1,
  * .border-xl-radius-tr-1,
  * .border-xl-radius-top-right-1 {
    border-top-right-radius: var(--size-1); }
  .acland .border-xl-radius-tr-2, .acland .border-xl-radius-top-right-2,
  * .border-xl-radius-tr-2,
  * .border-xl-radius-top-right-2 {
    border-top-right-radius: var(--size-2); }
  .acland .border-xl-radius-tr-3, .acland .border-xl-radius-top-right-3,
  * .border-xl-radius-tr-3,
  * .border-xl-radius-top-right-3 {
    border-top-right-radius: var(--size-3); }
  .acland .border-xl-radius-tr-4, .acland .border-xl-radius-top-right-4,
  * .border-xl-radius-tr-4,
  * .border-xl-radius-top-right-4 {
    border-top-right-radius: var(--size-4); }
  .acland .border-xl-radius-tr-5, .acland .border-xl-radius-top-right-5,
  * .border-xl-radius-tr-5,
  * .border-xl-radius-top-right-5 {
    border-top-right-radius: var(--size-5); }
  .acland .border-xl-radius-bl, .acland .border-xl-radius-bottom-left,
  * .border-xl-radius-bl,
  * .border-xl-radius-bottom-left {
    border-bottom-left-radius: var(--size-3); }
  .acland .border-xl-radius-bl-0, .acland .border-xl-radius-bl-none, .acland .border-xl-radius-bottom-left-0, .acland .border-xl-radius-bottom-left-none,
  * .border-xl-radius-bl-0,
  * .border-xl-radius-bl-none,
  * .border-xl-radius-bottom-left-0,
  * .border-xl-radius-bottom-left-none {
    border-bottom-left-radius: var(--size-0); }
  .acland .border-xl-radius-bl-1, .acland .border-xl-radius-bottom-left-1,
  * .border-xl-radius-bl-1,
  * .border-xl-radius-bottom-left-1 {
    border-bottom-left-radius: var(--size-1); }
  .acland .border-xl-radius-bl-2, .acland .border-xl-radius-bottom-left-2,
  * .border-xl-radius-bl-2,
  * .border-xl-radius-bottom-left-2 {
    border-bottom-left-radius: var(--size-2); }
  .acland .border-xl-radius-bl-3, .acland .border-xl-radius-bottom-left-3,
  * .border-xl-radius-bl-3,
  * .border-xl-radius-bottom-left-3 {
    border-bottom-left-radius: var(--size-3); }
  .acland .border-xl-radius-bl-4, .acland .border-xl-radius-bottom-left-4,
  * .border-xl-radius-bl-4,
  * .border-xl-radius-bottom-left-4 {
    border-bottom-left-radius: var(--size-4); }
  .acland .border-xl-radius-bl-5, .acland .border-xl-radius-bottom-left-5,
  * .border-xl-radius-bl-5,
  * .border-xl-radius-bottom-left-5 {
    border-bottom-left-radius: var(--size-5); }
  .acland .border-xl-radius-br, .acland .border-xl-radius-bottom-right,
  * .border-xl-radius-br,
  * .border-xl-radius-bottom-right {
    border-bottom-right-radius: var(--size-3); }
  .acland .border-xl-radius-br-0, .acland .border-xl-radius-br-none, .acland .border-xl-radius-bottom-right-0, .acland .border-xl-radius-bottom-right-none,
  * .border-xl-radius-br-0,
  * .border-xl-radius-br-none,
  * .border-xl-radius-bottom-right-0,
  * .border-xl-radius-bottom-right-none {
    border-bottom-right-radius: var(--size-0); }
  .acland .border-xl-radius-br-1, .acland .border-xl-radius-bottom-right-1,
  * .border-xl-radius-br-1,
  * .border-xl-radius-bottom-right-1 {
    border-bottom-right-radius: var(--size-1); }
  .acland .border-xl-radius-br-2, .acland .border-xl-radius-bottom-right-2,
  * .border-xl-radius-br-2,
  * .border-xl-radius-bottom-right-2 {
    border-bottom-right-radius: var(--size-2); }
  .acland .border-xl-radius-br-3, .acland .border-xl-radius-bottom-right-3,
  * .border-xl-radius-br-3,
  * .border-xl-radius-bottom-right-3 {
    border-bottom-right-radius: var(--size-3); }
  .acland .border-xl-radius-br-4, .acland .border-xl-radius-bottom-right-4,
  * .border-xl-radius-br-4,
  * .border-xl-radius-bottom-right-4 {
    border-bottom-right-radius: var(--size-4); }
  .acland .border-xl-radius-br-5, .acland .border-xl-radius-bottom-right-5,
  * .border-xl-radius-br-5,
  * .border-xl-radius-bottom-right-5 {
    border-bottom-right-radius: var(--size-5); }
  .acland .border-xl-radius-alternate,
  * .border-xl-radius-alternate {
    border-radius: 0 var(--size-3) 0 var(--size-3); }
  .acland .border-xl-radius-alternate-1,
  * .border-xl-radius-alternate-1 {
    border-radius: 0 var(--size-1) 0 var(--size-1); }
  .acland .border-xl-radius-alternate-2,
  * .border-xl-radius-alternate-2 {
    border-radius: 0 var(--size-2) 0 var(--size-2); }
  .acland .border-xl-radius-alternate-3,
  * .border-xl-radius-alternate-3 {
    border-radius: 0 var(--size-3) 0 var(--size-1); }
  .acland .border-xl-radius-alternate-4,
  * .border-xl-radius-alternate-4 {
    border-radius: 0 var(--size-4) 0 var(--size-1); }
  .acland .border-xl-radius-alternate-5,
  * .border-xl-radius-alternate-5 {
    border-radius: 0 var(--size-5) 0 var(--size-1); }
  .acland .border-xl-radius-alternate-inverse,
  * .border-xl-radius-alternate-inverse {
    border-radius: var(--size-3) 0 var(--size-3) 0; }
  .acland .border-xl-radius-alternate-inverse-1,
  * .border-xl-radius-alternate-inverse-1 {
    border-radius: var(--size-1) 0 var(--size-1) 0; }
  .acland .border-xl-radius-alternate-inverse-2,
  * .border-xl-radius-alternate-inverse-2 {
    border-radius: var(--size-2) 0 var(--size-2) 0; }
  .acland .border-xl-radius-alternate-inverse-3,
  * .border-xl-radius-alternate-inverse-3 {
    border-radius: var(--size-3) 0 var(--size-1) 0; }
  .acland .border-xl-radius-alternate-inverse-4,
  * .border-xl-radius-alternate-inverse-4 {
    border-radius: var(--size-4) 0 var(--size-1) 0; }
  .acland .border-xl-radius-alternate-inverse-5,
  * .border-xl-radius-alternate-inverse-5 {
    border-radius: var(--size-5) 0 var(--size-1) 0; } }

.acland .fill-perfil,
* .fill-perfil {
  fill: var(--cor-perfil) !important; }

.acland .fill-perfil-200,
* .fill-perfil-200 {
  fill: var(--cor-perfil-200) !important; }

.acland .fill-perfil-300,
* .fill-perfil-300 {
  fill: var(--cor-perfil-300) !important; }

.acland .fill-perfil-500,
* .fill-perfil-500 {
  fill: var(--cor-perfil-500) !important; }

.acland .fill-perfil-600,
* .fill-perfil-600 {
  fill: var(--cor-perfil-600) !important; }

.acland .fill-apoio,
* .fill-apoio {
  fill: var(--cor-apoio) !important; }

.acland .fill-apoio-200,
* .fill-apoio-200 {
  fill: var(--cor-apoio-200) !important; }

.acland .fill-apoio-300,
* .fill-apoio-300 {
  fill: var(--cor-apoio-300) !important; }

.acland .fill-apoio-500,
* .fill-apoio-500 {
  fill: var(--cor-apoio-500) !important; }

.acland .fill-apoio-600,
* .fill-apoio-600 {
  fill: var(--cor-apoio-600) !important; }

.acland .fill-destaque,
* .fill-destaque {
  fill: var(--cor-destaque) !important; }

.acland .fill-destaque-200,
* .fill-destaque-200 {
  fill: var(--cor-destaque-200) !important; }

.acland .fill-destaque-300,
* .fill-destaque-300 {
  fill: var(--cor-destaque-300) !important; }

.acland .fill-destaque-500,
* .fill-destaque-500 {
  fill: var(--cor-destaque-500) !important; }

.acland .fill-destaque-600,
* .fill-destaque-600 {
  fill: var(--cor-destaque-600) !important; }

.acland .fill-base,
* .fill-base {
  fill: var(--cor-base) !important; }

.acland .fill-base-200,
* .fill-base-200 {
  fill: var(--cor-base-200) !important; }

.acland .fill-base-300,
* .fill-base-300 {
  fill: var(--cor-base-300) !important; }

.acland .fill-base-500,
* .fill-base-500 {
  fill: var(--cor-base-500) !important; }

.acland .fill-base-600,
* .fill-base-600 {
  fill: var(--cor-base-600) !important; }

.acland .fill-turq, .acland .fill-primary,
* .fill-turq,
* .fill-primary {
  fill: var(--turq) !important; }

.acland .fill-turq-200, .acland .fill-primary-200,
* .fill-turq-200,
* .fill-primary-200 {
  fill: var(--turq-200) !important; }

.acland .fill-turq-300, .acland .fill-primary-300,
* .fill-turq-300,
* .fill-primary-300 {
  fill: var(--turq-300) !important; }

.acland .fill-turq-500, .acland .fill-primary-500,
* .fill-turq-500,
* .fill-primary-500 {
  fill: var(--turq-500) !important; }

.acland .fill-turq-600, .acland .fill-primary-600,
* .fill-turq-600,
* .fill-primary-600 {
  fill: var(--turq-600) !important; }

.acland .fill-verdee, .acland .fill-dark,
* .fill-verdee,
* .fill-dark {
  fill: var(--verdee) !important; }

.acland .fill-verdee-200, .acland .fill-dark-200,
* .fill-verdee-200,
* .fill-dark-200 {
  fill: var(--verdee-200) !important; }

.acland .fill-verdee-300, .acland .fill-dark-300,
* .fill-verdee-300,
* .fill-dark-300 {
  fill: var(--verdee-300) !important; }

.acland .fill-verdee-500, .acland .fill-dark-500,
* .fill-verdee-500,
* .fill-dark-500 {
  fill: var(--verdee-500) !important; }

.acland .fill-verdee-600, .acland .fill-dark-600,
* .fill-verdee-600,
* .fill-dark-600 {
  fill: var(--verdee-600) !important; }

.acland .fill-verdem, .acland .fill-tertiary,
* .fill-verdem,
* .fill-tertiary {
  fill: var(--verdem) !important; }

.acland .fill-verdem-200, .acland .fill-tertiary-200,
* .fill-verdem-200,
* .fill-tertiary-200 {
  fill: var(--verdem-200) !important; }

.acland .fill-verdem-300, .acland .fill-tertiary-300,
* .fill-verdem-300,
* .fill-tertiary-300 {
  fill: var(--verdem-300) !important; }

.acland .fill-verdem-500, .acland .fill-tertiary-500,
* .fill-verdem-500,
* .fill-tertiary-500 {
  fill: var(--verdem-500) !important; }

.acland .fill-verdem-600, .acland .fill-tertiary-600,
* .fill-verdem-600,
* .fill-tertiary-600 {
  fill: var(--verdem-600) !important; }

.acland .fill-verdec, .acland .fill-secondary,
* .fill-verdec,
* .fill-secondary {
  fill: var(--verdec) !important; }

.acland .fill-verdec-200, .acland .fill-secondary-200,
* .fill-verdec-200,
* .fill-secondary-200 {
  fill: var(--verdec-200) !important; }

.acland .fill-verdec-300, .acland .fill-secondary-300,
* .fill-verdec-300,
* .fill-secondary-300 {
  fill: var(--verdec-300) !important; }

.acland .fill-verdec-500, .acland .fill-secondary-500,
* .fill-verdec-500,
* .fill-secondary-500 {
  fill: var(--verdec-500) !important; }

.acland .fill-verdec-600, .acland .fill-secondary-600,
* .fill-verdec-600,
* .fill-secondary-600 {
  fill: var(--verdec-600) !important; }

.acland .fill-roxo,
* .fill-roxo {
  fill: var(--roxo) !important; }

.acland .fill-roxo-200,
* .fill-roxo-200 {
  fill: var(--roxo-200) !important; }

.acland .fill-roxo-300,
* .fill-roxo-300 {
  fill: var(--roxo-300) !important; }

.acland .fill-roxo-500,
* .fill-roxo-500 {
  fill: var(--roxo-500) !important; }

.acland .fill-roxo-600,
* .fill-roxo-600 {
  fill: var(--roxo-600) !important; }

.acland .fill-cinza-200,
* .fill-cinza-200 {
  fill: var(--cinza-200) !important; }

.acland .fill-cinza-300,
* .fill-cinza-300 {
  fill: var(--cinza-300) !important; }

.acland .fill-cinza-400,
* .fill-cinza-400 {
  fill: var(--cinza-400) !important; }

.acland .fill-cinza-500,
* .fill-cinza-500 {
  fill: var(--cinza-500) !important; }

.acland .fill-cinza-600,
* .fill-cinza-600 {
  fill: var(--cinza-600) !important; }

.acland .fill-cinza-700,
* .fill-cinza-700 {
  fill: var(--cinza-700) !important; }

.acland .fill-cinza-800,
* .fill-cinza-800 {
  fill: var(--cinza-800) !important; }

.acland .fill-cinza-900,
* .fill-cinza-900 {
  fill: var(--cinza-900) !important; }

.acland .fill-branco, .acland .fill-light,
* .fill-branco,
* .fill-light {
  fill: var(--branco) !important; }

.acland .fill-preto,
* .fill-preto {
  fill: var(--preto) !important; }

.acland .c-brand-main,
* .c-brand-main {
  color: var(--color-brand-main) !important; }

.acland .c-brand-main-hover:hover,
* .c-brand-main-hover:hover {
  color: var(--color-brand-main) !important; }

.acland .bg-brand-main,
* .bg-brand-main {
  background-color: var(--color-brand-main) !important; }

.acland .bg-brand-main-hover:hover,
* .bg-brand-main-hover:hover {
  background-color: var(--color-brand-main) !important; }

.acland .border-brand-main,
* .border-brand-main {
  border-color: var(--color-brand-main) !important; }

.acland .border-brand-main-hover:hover,
* .border-brand-main-hover:hover {
  border-color: var(--color-brand-main) !important; }

.acland .fill-brand-main,
* .fill-brand-main {
  fill: var(--color-brand-main) !important; }

.acland .fill-brand-main-hover:hover,
* .fill-brand-main-hover:hover {
  fill: var(--color-brand-main) !important; }

.acland .c-brand-opposite,
* .c-brand-opposite {
  color: var(--color-brand-opposite) !important; }

.acland .c-brand-opposite-hover:hover,
* .c-brand-opposite-hover:hover {
  color: var(--color-brand-opposite) !important; }

.acland .bg-brand-opposite,
* .bg-brand-opposite {
  background-color: var(--color-brand-opposite) !important; }

.acland .bg-brand-opposite-hover:hover,
* .bg-brand-opposite-hover:hover {
  background-color: var(--color-brand-opposite) !important; }

.acland .border-brand-opposite,
* .border-brand-opposite {
  border-color: var(--color-brand-opposite) !important; }

.acland .border-brand-opposite-hover:hover,
* .border-brand-opposite-hover:hover {
  border-color: var(--color-brand-opposite) !important; }

.acland .fill-brand-opposite,
* .fill-brand-opposite {
  fill: var(--color-brand-opposite) !important; }

.acland .fill-brand-opposite-hover:hover,
* .fill-brand-opposite-hover:hover {
  fill: var(--color-brand-opposite) !important; }

.acland .c-brand-complementary,
* .c-brand-complementary {
  color: var(--color-brand-complementary) !important; }

.acland .c-brand-complementary-hover:hover,
* .c-brand-complementary-hover:hover {
  color: var(--color-brand-complementary) !important; }

.acland .bg-brand-complementary,
* .bg-brand-complementary {
  background-color: var(--color-brand-complementary) !important; }

.acland .bg-brand-complementary-hover:hover,
* .bg-brand-complementary-hover:hover {
  background-color: var(--color-brand-complementary) !important; }

.acland .border-brand-complementary,
* .border-brand-complementary {
  border-color: var(--color-brand-complementary) !important; }

.acland .border-brand-complementary-hover:hover,
* .border-brand-complementary-hover:hover {
  border-color: var(--color-brand-complementary) !important; }

.acland .fill-brand-complementary,
* .fill-brand-complementary {
  fill: var(--color-brand-complementary) !important; }

.acland .fill-brand-complementary-hover:hover,
* .fill-brand-complementary-hover:hover {
  fill: var(--color-brand-complementary) !important; }

.acland .c-brand-supplementary,
* .c-brand-supplementary {
  color: var(--color-brand-supplementary) !important; }

.acland .c-brand-supplementary-hover:hover,
* .c-brand-supplementary-hover:hover {
  color: var(--color-brand-supplementary) !important; }

.acland .bg-brand-supplementary,
* .bg-brand-supplementary {
  background-color: var(--color-brand-supplementary) !important; }

.acland .bg-brand-supplementary-hover:hover,
* .bg-brand-supplementary-hover:hover {
  background-color: var(--color-brand-supplementary) !important; }

.acland .border-brand-supplementary,
* .border-brand-supplementary {
  border-color: var(--color-brand-supplementary) !important; }

.acland .border-brand-supplementary-hover:hover,
* .border-brand-supplementary-hover:hover {
  border-color: var(--color-brand-supplementary) !important; }

.acland .fill-brand-supplementary,
* .fill-brand-supplementary {
  fill: var(--color-brand-supplementary) !important; }

.acland .fill-brand-supplementary-hover:hover,
* .fill-brand-supplementary-hover:hover {
  fill: var(--color-brand-supplementary) !important; }

.acland .c-brand-dusky,
* .c-brand-dusky {
  color: var(--color-brand-dusky) !important; }

.acland .c-brand-dusky-hover:hover,
* .c-brand-dusky-hover:hover {
  color: var(--color-brand-dusky) !important; }

.acland .bg-brand-dusky,
* .bg-brand-dusky {
  background-color: var(--color-brand-dusky) !important; }

.acland .bg-brand-dusky-hover:hover,
* .bg-brand-dusky-hover:hover {
  background-color: var(--color-brand-dusky) !important; }

.acland .border-brand-dusky,
* .border-brand-dusky {
  border-color: var(--color-brand-dusky) !important; }

.acland .border-brand-dusky-hover:hover,
* .border-brand-dusky-hover:hover {
  border-color: var(--color-brand-dusky) !important; }

.acland .fill-brand-dusky,
* .fill-brand-dusky {
  fill: var(--color-brand-dusky) !important; }

.acland .fill-brand-dusky-hover:hover,
* .fill-brand-dusky-hover:hover {
  fill: var(--color-brand-dusky) !important; }

.acland .c-success-darkest,
* .c-success-darkest {
  color: var(--color-denotative-success-darkest) !important; }

.acland .c-success-darkest-hover:hover,
* .c-success-darkest-hover:hover {
  color: var(--color-denotative-success-darkest) !important; }

.acland .bg-success-darkest,
* .bg-success-darkest {
  background-color: var(--color-denotative-success-darkest) !important; }

.acland .bg-success-darkest-hover:hover,
* .bg-success-darkest-hover:hover {
  background-color: var(--color-denotative-success-darkest) !important; }

.acland .border-success-darkest,
* .border-success-darkest {
  border-color: var(--color-denotative-success-darkest) !important; }

.acland .border-success-darkest-hover:hover,
* .border-success-darkest-hover:hover {
  border-color: var(--color-denotative-success-darkest) !important; }

.acland .fill-success-darkest,
* .fill-success-darkest {
  fill: var(--color-denotative-success-darkest) !important; }

.acland .fill-success-darkest-hover:hover,
* .fill-success-darkest-hover:hover {
  fill: var(--color-denotative-success-darkest) !important; }

.acland .c-success-action,
* .c-success-action {
  color: var(--color-denotative-success-action) !important; }

.acland .c-success-action-hover:hover,
* .c-success-action-hover:hover {
  color: var(--color-denotative-success-action) !important; }

.acland .bg-success-action,
* .bg-success-action {
  background-color: var(--color-denotative-success-action) !important; }

.acland .bg-success-action-hover:hover,
* .bg-success-action-hover:hover {
  background-color: var(--color-denotative-success-action) !important; }

.acland .border-success-action,
* .border-success-action {
  border-color: var(--color-denotative-success-action) !important; }

.acland .border-success-action-hover:hover,
* .border-success-action-hover:hover {
  border-color: var(--color-denotative-success-action) !important; }

.acland .fill-success-action,
* .fill-success-action {
  fill: var(--color-denotative-success-action) !important; }

.acland .fill-success-action-hover:hover,
* .fill-success-action-hover:hover {
  fill: var(--color-denotative-success-action) !important; }

.acland .c-success-default,
* .c-success-default {
  color: var(--color-denotative-success-default) !important; }

.acland .c-success-default-hover:hover,
* .c-success-default-hover:hover {
  color: var(--color-denotative-success-default) !important; }

.acland .bg-success-default,
* .bg-success-default {
  background-color: var(--color-denotative-success-default) !important; }

.acland .bg-success-default-hover:hover,
* .bg-success-default-hover:hover {
  background-color: var(--color-denotative-success-default) !important; }

.acland .border-success-default,
* .border-success-default {
  border-color: var(--color-denotative-success-default) !important; }

.acland .border-success-default-hover:hover,
* .border-success-default-hover:hover {
  border-color: var(--color-denotative-success-default) !important; }

.acland .fill-success-default,
* .fill-success-default {
  fill: var(--color-denotative-success-default) !important; }

.acland .fill-success-default-hover:hover,
* .fill-success-default-hover:hover {
  fill: var(--color-denotative-success-default) !important; }

.acland .c-success-active,
* .c-success-active {
  color: var(--color-denotative-success-active) !important; }

.acland .c-success-active-hover:hover,
* .c-success-active-hover:hover {
  color: var(--color-denotative-success-active) !important; }

.acland .bg-success-active,
* .bg-success-active {
  background-color: var(--color-denotative-success-active) !important; }

.acland .bg-success-active-hover:hover,
* .bg-success-active-hover:hover {
  background-color: var(--color-denotative-success-active) !important; }

.acland .border-success-active,
* .border-success-active {
  border-color: var(--color-denotative-success-active) !important; }

.acland .border-success-active-hover:hover,
* .border-success-active-hover:hover {
  border-color: var(--color-denotative-success-active) !important; }

.acland .fill-success-active,
* .fill-success-active {
  fill: var(--color-denotative-success-active) !important; }

.acland .fill-success-active-hover:hover,
* .fill-success-active-hover:hover {
  fill: var(--color-denotative-success-active) !important; }

.acland .c-success-lightest,
* .c-success-lightest {
  color: var(--color-denotative-success-lightest) !important; }

.acland .c-success-lightest-hover:hover,
* .c-success-lightest-hover:hover {
  color: var(--color-denotative-success-lightest) !important; }

.acland .bg-success-lightest,
* .bg-success-lightest {
  background-color: var(--color-denotative-success-lightest) !important; }

.acland .bg-success-lightest-hover:hover,
* .bg-success-lightest-hover:hover {
  background-color: var(--color-denotative-success-lightest) !important; }

.acland .border-success-lightest,
* .border-success-lightest {
  border-color: var(--color-denotative-success-lightest) !important; }

.acland .border-success-lightest-hover:hover,
* .border-success-lightest-hover:hover {
  border-color: var(--color-denotative-success-lightest) !important; }

.acland .fill-success-lightest,
* .fill-success-lightest {
  fill: var(--color-denotative-success-lightest) !important; }

.acland .fill-success-lightest-hover:hover,
* .fill-success-lightest-hover:hover {
  fill: var(--color-denotative-success-lightest) !important; }

.acland .c-info-darkest,
* .c-info-darkest {
  color: var(--color-denotative-info-darkest) !important; }

.acland .c-info-darkest-hover:hover,
* .c-info-darkest-hover:hover {
  color: var(--color-denotative-info-darkest) !important; }

.acland .bg-info-darkest,
* .bg-info-darkest {
  background-color: var(--color-denotative-info-darkest) !important; }

.acland .bg-info-darkest-hover:hover,
* .bg-info-darkest-hover:hover {
  background-color: var(--color-denotative-info-darkest) !important; }

.acland .border-info-darkest,
* .border-info-darkest {
  border-color: var(--color-denotative-info-darkest) !important; }

.acland .border-info-darkest-hover:hover,
* .border-info-darkest-hover:hover {
  border-color: var(--color-denotative-info-darkest) !important; }

.acland .fill-info-darkest,
* .fill-info-darkest {
  fill: var(--color-denotative-info-darkest) !important; }

.acland .fill-info-darkest-hover:hover,
* .fill-info-darkest-hover:hover {
  fill: var(--color-denotative-info-darkest) !important; }

.acland .c-info-action,
* .c-info-action {
  color: var(--color-denotative-info-action) !important; }

.acland .c-info-action-hover:hover,
* .c-info-action-hover:hover {
  color: var(--color-denotative-info-action) !important; }

.acland .bg-info-action,
* .bg-info-action {
  background-color: var(--color-denotative-info-action) !important; }

.acland .bg-info-action-hover:hover,
* .bg-info-action-hover:hover {
  background-color: var(--color-denotative-info-action) !important; }

.acland .border-info-action,
* .border-info-action {
  border-color: var(--color-denotative-info-action) !important; }

.acland .border-info-action-hover:hover,
* .border-info-action-hover:hover {
  border-color: var(--color-denotative-info-action) !important; }

.acland .fill-info-action,
* .fill-info-action {
  fill: var(--color-denotative-info-action) !important; }

.acland .fill-info-action-hover:hover,
* .fill-info-action-hover:hover {
  fill: var(--color-denotative-info-action) !important; }

.acland .c-info-default,
* .c-info-default {
  color: var(--color-denotative-info-default) !important; }

.acland .c-info-default-hover:hover,
* .c-info-default-hover:hover {
  color: var(--color-denotative-info-default) !important; }

.acland .bg-info-default,
* .bg-info-default {
  background-color: var(--color-denotative-info-default) !important; }

.acland .bg-info-default-hover:hover,
* .bg-info-default-hover:hover {
  background-color: var(--color-denotative-info-default) !important; }

.acland .border-info-default,
* .border-info-default {
  border-color: var(--color-denotative-info-default) !important; }

.acland .border-info-default-hover:hover,
* .border-info-default-hover:hover {
  border-color: var(--color-denotative-info-default) !important; }

.acland .fill-info-default,
* .fill-info-default {
  fill: var(--color-denotative-info-default) !important; }

.acland .fill-info-default-hover:hover,
* .fill-info-default-hover:hover {
  fill: var(--color-denotative-info-default) !important; }

.acland .c-info-active,
* .c-info-active {
  color: var(--color-denotative-info-active) !important; }

.acland .c-info-active-hover:hover,
* .c-info-active-hover:hover {
  color: var(--color-denotative-info-active) !important; }

.acland .bg-info-active,
* .bg-info-active {
  background-color: var(--color-denotative-info-active) !important; }

.acland .bg-info-active-hover:hover,
* .bg-info-active-hover:hover {
  background-color: var(--color-denotative-info-active) !important; }

.acland .border-info-active,
* .border-info-active {
  border-color: var(--color-denotative-info-active) !important; }

.acland .border-info-active-hover:hover,
* .border-info-active-hover:hover {
  border-color: var(--color-denotative-info-active) !important; }

.acland .fill-info-active,
* .fill-info-active {
  fill: var(--color-denotative-info-active) !important; }

.acland .fill-info-active-hover:hover,
* .fill-info-active-hover:hover {
  fill: var(--color-denotative-info-active) !important; }

.acland .c-info-lightest,
* .c-info-lightest {
  color: var(--color-denotative-info-lightest) !important; }

.acland .c-info-lightest-hover:hover,
* .c-info-lightest-hover:hover {
  color: var(--color-denotative-info-lightest) !important; }

.acland .bg-info-lightest,
* .bg-info-lightest {
  background-color: var(--color-denotative-info-lightest) !important; }

.acland .bg-info-lightest-hover:hover,
* .bg-info-lightest-hover:hover {
  background-color: var(--color-denotative-info-lightest) !important; }

.acland .border-info-lightest,
* .border-info-lightest {
  border-color: var(--color-denotative-info-lightest) !important; }

.acland .border-info-lightest-hover:hover,
* .border-info-lightest-hover:hover {
  border-color: var(--color-denotative-info-lightest) !important; }

.acland .fill-info-lightest,
* .fill-info-lightest {
  fill: var(--color-denotative-info-lightest) !important; }

.acland .fill-info-lightest-hover:hover,
* .fill-info-lightest-hover:hover {
  fill: var(--color-denotative-info-lightest) !important; }

.acland .c-warning-darkest,
* .c-warning-darkest {
  color: var(--color-denotative-warning-darkest) !important; }

.acland .c-warning-darkest-hover:hover,
* .c-warning-darkest-hover:hover {
  color: var(--color-denotative-warning-darkest) !important; }

.acland .bg-warning-darkest,
* .bg-warning-darkest {
  background-color: var(--color-denotative-warning-darkest) !important; }

.acland .bg-warning-darkest-hover:hover,
* .bg-warning-darkest-hover:hover {
  background-color: var(--color-denotative-warning-darkest) !important; }

.acland .border-warning-darkest,
* .border-warning-darkest {
  border-color: var(--color-denotative-warning-darkest) !important; }

.acland .border-warning-darkest-hover:hover,
* .border-warning-darkest-hover:hover {
  border-color: var(--color-denotative-warning-darkest) !important; }

.acland .fill-warning-darkest,
* .fill-warning-darkest {
  fill: var(--color-denotative-warning-darkest) !important; }

.acland .fill-warning-darkest-hover:hover,
* .fill-warning-darkest-hover:hover {
  fill: var(--color-denotative-warning-darkest) !important; }

.acland .c-warning-action,
* .c-warning-action {
  color: var(--color-denotative-warning-action) !important; }

.acland .c-warning-action-hover:hover,
* .c-warning-action-hover:hover {
  color: var(--color-denotative-warning-action) !important; }

.acland .bg-warning-action,
* .bg-warning-action {
  background-color: var(--color-denotative-warning-action) !important; }

.acland .bg-warning-action-hover:hover,
* .bg-warning-action-hover:hover {
  background-color: var(--color-denotative-warning-action) !important; }

.acland .border-warning-action,
* .border-warning-action {
  border-color: var(--color-denotative-warning-action) !important; }

.acland .border-warning-action-hover:hover,
* .border-warning-action-hover:hover {
  border-color: var(--color-denotative-warning-action) !important; }

.acland .fill-warning-action,
* .fill-warning-action {
  fill: var(--color-denotative-warning-action) !important; }

.acland .fill-warning-action-hover:hover,
* .fill-warning-action-hover:hover {
  fill: var(--color-denotative-warning-action) !important; }

.acland .c-warning-default,
* .c-warning-default {
  color: var(--color-denotative-warning-default) !important; }

.acland .c-warning-default-hover:hover,
* .c-warning-default-hover:hover {
  color: var(--color-denotative-warning-default) !important; }

.acland .bg-warning-default,
* .bg-warning-default {
  background-color: var(--color-denotative-warning-default) !important; }

.acland .bg-warning-default-hover:hover,
* .bg-warning-default-hover:hover {
  background-color: var(--color-denotative-warning-default) !important; }

.acland .border-warning-default,
* .border-warning-default {
  border-color: var(--color-denotative-warning-default) !important; }

.acland .border-warning-default-hover:hover,
* .border-warning-default-hover:hover {
  border-color: var(--color-denotative-warning-default) !important; }

.acland .fill-warning-default,
* .fill-warning-default {
  fill: var(--color-denotative-warning-default) !important; }

.acland .fill-warning-default-hover:hover,
* .fill-warning-default-hover:hover {
  fill: var(--color-denotative-warning-default) !important; }

.acland .c-warning-active,
* .c-warning-active {
  color: var(--color-denotative-warning-active) !important; }

.acland .c-warning-active-hover:hover,
* .c-warning-active-hover:hover {
  color: var(--color-denotative-warning-active) !important; }

.acland .bg-warning-active,
* .bg-warning-active {
  background-color: var(--color-denotative-warning-active) !important; }

.acland .bg-warning-active-hover:hover,
* .bg-warning-active-hover:hover {
  background-color: var(--color-denotative-warning-active) !important; }

.acland .border-warning-active,
* .border-warning-active {
  border-color: var(--color-denotative-warning-active) !important; }

.acland .border-warning-active-hover:hover,
* .border-warning-active-hover:hover {
  border-color: var(--color-denotative-warning-active) !important; }

.acland .fill-warning-active,
* .fill-warning-active {
  fill: var(--color-denotative-warning-active) !important; }

.acland .fill-warning-active-hover:hover,
* .fill-warning-active-hover:hover {
  fill: var(--color-denotative-warning-active) !important; }

.acland .c-warning-lightest,
* .c-warning-lightest {
  color: var(--color-denotative-warning-lightest) !important; }

.acland .c-warning-lightest-hover:hover,
* .c-warning-lightest-hover:hover {
  color: var(--color-denotative-warning-lightest) !important; }

.acland .bg-warning-lightest,
* .bg-warning-lightest {
  background-color: var(--color-denotative-warning-lightest) !important; }

.acland .bg-warning-lightest-hover:hover,
* .bg-warning-lightest-hover:hover {
  background-color: var(--color-denotative-warning-lightest) !important; }

.acland .border-warning-lightest,
* .border-warning-lightest {
  border-color: var(--color-denotative-warning-lightest) !important; }

.acland .border-warning-lightest-hover:hover,
* .border-warning-lightest-hover:hover {
  border-color: var(--color-denotative-warning-lightest) !important; }

.acland .fill-warning-lightest,
* .fill-warning-lightest {
  fill: var(--color-denotative-warning-lightest) !important; }

.acland .fill-warning-lightest-hover:hover,
* .fill-warning-lightest-hover:hover {
  fill: var(--color-denotative-warning-lightest) !important; }

.acland .c-error-darkest,
* .c-error-darkest {
  color: var(--color-denotative-error-darkest) !important; }

.acland .c-error-darkest-hover:hover,
* .c-error-darkest-hover:hover {
  color: var(--color-denotative-error-darkest) !important; }

.acland .bg-error-darkest,
* .bg-error-darkest {
  background-color: var(--color-denotative-error-darkest) !important; }

.acland .bg-error-darkest-hover:hover,
* .bg-error-darkest-hover:hover {
  background-color: var(--color-denotative-error-darkest) !important; }

.acland .border-error-darkest,
* .border-error-darkest {
  border-color: var(--color-denotative-error-darkest) !important; }

.acland .border-error-darkest-hover:hover,
* .border-error-darkest-hover:hover {
  border-color: var(--color-denotative-error-darkest) !important; }

.acland .fill-error-darkest,
* .fill-error-darkest {
  fill: var(--color-denotative-error-darkest) !important; }

.acland .fill-error-darkest-hover:hover,
* .fill-error-darkest-hover:hover {
  fill: var(--color-denotative-error-darkest) !important; }

.acland .c-error-action,
* .c-error-action {
  color: var(--color-denotative-error-action) !important; }

.acland .c-error-action-hover:hover,
* .c-error-action-hover:hover {
  color: var(--color-denotative-error-action) !important; }

.acland .bg-error-action,
* .bg-error-action {
  background-color: var(--color-denotative-error-action) !important; }

.acland .bg-error-action-hover:hover,
* .bg-error-action-hover:hover {
  background-color: var(--color-denotative-error-action) !important; }

.acland .border-error-action,
* .border-error-action {
  border-color: var(--color-denotative-error-action) !important; }

.acland .border-error-action-hover:hover,
* .border-error-action-hover:hover {
  border-color: var(--color-denotative-error-action) !important; }

.acland .fill-error-action,
* .fill-error-action {
  fill: var(--color-denotative-error-action) !important; }

.acland .fill-error-action-hover:hover,
* .fill-error-action-hover:hover {
  fill: var(--color-denotative-error-action) !important; }

.acland .c-error-default,
* .c-error-default {
  color: var(--color-denotative-error-default) !important; }

.acland .c-error-default-hover:hover,
* .c-error-default-hover:hover {
  color: var(--color-denotative-error-default) !important; }

.acland .bg-error-default,
* .bg-error-default {
  background-color: var(--color-denotative-error-default) !important; }

.acland .bg-error-default-hover:hover,
* .bg-error-default-hover:hover {
  background-color: var(--color-denotative-error-default) !important; }

.acland .border-error-default,
* .border-error-default {
  border-color: var(--color-denotative-error-default) !important; }

.acland .border-error-default-hover:hover,
* .border-error-default-hover:hover {
  border-color: var(--color-denotative-error-default) !important; }

.acland .fill-error-default,
* .fill-error-default {
  fill: var(--color-denotative-error-default) !important; }

.acland .fill-error-default-hover:hover,
* .fill-error-default-hover:hover {
  fill: var(--color-denotative-error-default) !important; }

.acland .c-error-active,
* .c-error-active {
  color: var(--color-denotative-error-active) !important; }

.acland .c-error-active-hover:hover,
* .c-error-active-hover:hover {
  color: var(--color-denotative-error-active) !important; }

.acland .bg-error-active,
* .bg-error-active {
  background-color: var(--color-denotative-error-active) !important; }

.acland .bg-error-active-hover:hover,
* .bg-error-active-hover:hover {
  background-color: var(--color-denotative-error-active) !important; }

.acland .border-error-active,
* .border-error-active {
  border-color: var(--color-denotative-error-active) !important; }

.acland .border-error-active-hover:hover,
* .border-error-active-hover:hover {
  border-color: var(--color-denotative-error-active) !important; }

.acland .fill-error-active,
* .fill-error-active {
  fill: var(--color-denotative-error-active) !important; }

.acland .fill-error-active-hover:hover,
* .fill-error-active-hover:hover {
  fill: var(--color-denotative-error-active) !important; }

.acland .c-error-lightest,
* .c-error-lightest {
  color: var(--color-denotative-error-lightest) !important; }

.acland .c-error-lightest-hover:hover,
* .c-error-lightest-hover:hover {
  color: var(--color-denotative-error-lightest) !important; }

.acland .bg-error-lightest,
* .bg-error-lightest {
  background-color: var(--color-denotative-error-lightest) !important; }

.acland .bg-error-lightest-hover:hover,
* .bg-error-lightest-hover:hover {
  background-color: var(--color-denotative-error-lightest) !important; }

.acland .border-error-lightest,
* .border-error-lightest {
  border-color: var(--color-denotative-error-lightest) !important; }

.acland .border-error-lightest-hover:hover,
* .border-error-lightest-hover:hover {
  border-color: var(--color-denotative-error-lightest) !important; }

.acland .fill-error-lightest,
* .fill-error-lightest {
  fill: var(--color-denotative-error-lightest) !important; }

.acland .fill-error-lightest-hover:hover,
* .fill-error-lightest-hover:hover {
  fill: var(--color-denotative-error-lightest) !important; }

.acland .c-disabled-background,
* .c-disabled-background {
  color: var(--color-function-disabled-background) !important; }

.acland .c-disabled-background-hover:hover,
* .c-disabled-background-hover:hover {
  color: var(--color-function-disabled-background) !important; }

.acland .bg-disabled-background,
* .bg-disabled-background {
  background-color: var(--color-function-disabled-background) !important; }

.acland .bg-disabled-background-hover:hover,
* .bg-disabled-background-hover:hover {
  background-color: var(--color-function-disabled-background) !important; }

.acland .border-disabled-background,
* .border-disabled-background {
  border-color: var(--color-function-disabled-background) !important; }

.acland .border-disabled-background-hover:hover,
* .border-disabled-background-hover:hover {
  border-color: var(--color-function-disabled-background) !important; }

.acland .fill-disabled-background,
* .fill-disabled-background {
  fill: var(--color-function-disabled-background) !important; }

.acland .fill-disabled-background-hover:hover,
* .fill-disabled-background-hover:hover {
  fill: var(--color-function-disabled-background) !important; }

.acland .c-disabled-text,
* .c-disabled-text {
  color: var(--color-function-disabled-text) !important; }

.acland .c-disabled-text-hover:hover,
* .c-disabled-text-hover:hover {
  color: var(--color-function-disabled-text) !important; }

.acland .bg-disabled-text,
* .bg-disabled-text {
  background-color: var(--color-function-disabled-text) !important; }

.acland .bg-disabled-text-hover:hover,
* .bg-disabled-text-hover:hover {
  background-color: var(--color-function-disabled-text) !important; }

.acland .border-disabled-text,
* .border-disabled-text {
  border-color: var(--color-function-disabled-text) !important; }

.acland .border-disabled-text-hover:hover,
* .border-disabled-text-hover:hover {
  border-color: var(--color-function-disabled-text) !important; }

.acland .fill-disabled-text,
* .fill-disabled-text {
  fill: var(--color-function-disabled-text) !important; }

.acland .fill-disabled-text-hover:hover,
* .fill-disabled-text-hover:hover {
  fill: var(--color-function-disabled-text) !important; }

.acland .c-disabled-border,
* .c-disabled-border {
  color: var(--color-function-disabled-border) !important; }

.acland .c-disabled-border-hover:hover,
* .c-disabled-border-hover:hover {
  color: var(--color-function-disabled-border) !important; }

.acland .bg-disabled-border,
* .bg-disabled-border {
  background-color: var(--color-function-disabled-border) !important; }

.acland .bg-disabled-border-hover:hover,
* .bg-disabled-border-hover:hover {
  background-color: var(--color-function-disabled-border) !important; }

.acland .border-disabled-border,
* .border-disabled-border {
  border-color: var(--color-function-disabled-border) !important; }

.acland .border-disabled-border-hover:hover,
* .border-disabled-border-hover:hover {
  border-color: var(--color-function-disabled-border) !important; }

.acland .fill-disabled-border,
* .fill-disabled-border {
  fill: var(--color-function-disabled-border) !important; }

.acland .fill-disabled-border-hover:hover,
* .fill-disabled-border-hover:hover {
  fill: var(--color-function-disabled-border) !important; }

.acland .c-primary-darkest,
* .c-primary-darkest {
  color: var(--color-function-primary-darkest) !important; }

.acland .c-primary-darkest-hover:hover,
* .c-primary-darkest-hover:hover {
  color: var(--color-function-primary-darkest) !important; }

.acland .bg-primary-darkest,
* .bg-primary-darkest {
  background-color: var(--color-function-primary-darkest) !important; }

.acland .bg-primary-darkest-hover:hover,
* .bg-primary-darkest-hover:hover {
  background-color: var(--color-function-primary-darkest) !important; }

.acland .border-primary-darkest,
* .border-primary-darkest {
  border-color: var(--color-function-primary-darkest) !important; }

.acland .border-primary-darkest-hover:hover,
* .border-primary-darkest-hover:hover {
  border-color: var(--color-function-primary-darkest) !important; }

.acland .fill-primary-darkest,
* .fill-primary-darkest {
  fill: var(--color-function-primary-darkest) !important; }

.acland .fill-primary-darkest-hover:hover,
* .fill-primary-darkest-hover:hover {
  fill: var(--color-function-primary-darkest) !important; }

.acland .c-primary-action,
* .c-primary-action {
  color: var(--color-function-primary-action) !important; }

.acland .c-primary-action-hover:hover,
* .c-primary-action-hover:hover {
  color: var(--color-function-primary-action) !important; }

.acland .bg-primary-action,
* .bg-primary-action {
  background-color: var(--color-function-primary-action) !important; }

.acland .bg-primary-action-hover:hover,
* .bg-primary-action-hover:hover {
  background-color: var(--color-function-primary-action) !important; }

.acland .border-primary-action,
* .border-primary-action {
  border-color: var(--color-function-primary-action) !important; }

.acland .border-primary-action-hover:hover,
* .border-primary-action-hover:hover {
  border-color: var(--color-function-primary-action) !important; }

.acland .fill-primary-action,
* .fill-primary-action {
  fill: var(--color-function-primary-action) !important; }

.acland .fill-primary-action-hover:hover,
* .fill-primary-action-hover:hover {
  fill: var(--color-function-primary-action) !important; }

.acland .c-primary-default,
* .c-primary-default {
  color: var(--color-function-primary-default) !important; }

.acland .c-primary-default-hover:hover,
* .c-primary-default-hover:hover {
  color: var(--color-function-primary-default) !important; }

.acland .bg-primary-default,
* .bg-primary-default {
  background-color: var(--color-function-primary-default) !important; }

.acland .bg-primary-default-hover:hover,
* .bg-primary-default-hover:hover {
  background-color: var(--color-function-primary-default) !important; }

.acland .border-primary-default,
* .border-primary-default {
  border-color: var(--color-function-primary-default) !important; }

.acland .border-primary-default-hover:hover,
* .border-primary-default-hover:hover {
  border-color: var(--color-function-primary-default) !important; }

.acland .fill-primary-default,
* .fill-primary-default {
  fill: var(--color-function-primary-default) !important; }

.acland .fill-primary-default-hover:hover,
* .fill-primary-default-hover:hover {
  fill: var(--color-function-primary-default) !important; }

.acland .c-primary-active,
* .c-primary-active {
  color: var(--color-function-primary-active) !important; }

.acland .c-primary-active-hover:hover,
* .c-primary-active-hover:hover {
  color: var(--color-function-primary-active) !important; }

.acland .bg-primary-active,
* .bg-primary-active {
  background-color: var(--color-function-primary-active) !important; }

.acland .bg-primary-active-hover:hover,
* .bg-primary-active-hover:hover {
  background-color: var(--color-function-primary-active) !important; }

.acland .border-primary-active,
* .border-primary-active {
  border-color: var(--color-function-primary-active) !important; }

.acland .border-primary-active-hover:hover,
* .border-primary-active-hover:hover {
  border-color: var(--color-function-primary-active) !important; }

.acland .fill-primary-active,
* .fill-primary-active {
  fill: var(--color-function-primary-active) !important; }

.acland .fill-primary-active-hover:hover,
* .fill-primary-active-hover:hover {
  fill: var(--color-function-primary-active) !important; }

.acland .c-primary-lightest,
* .c-primary-lightest {
  color: var(--color-function-primary-lightest) !important; }

.acland .c-primary-lightest-hover:hover,
* .c-primary-lightest-hover:hover {
  color: var(--color-function-primary-lightest) !important; }

.acland .bg-primary-lightest,
* .bg-primary-lightest {
  background-color: var(--color-function-primary-lightest) !important; }

.acland .bg-primary-lightest-hover:hover,
* .bg-primary-lightest-hover:hover {
  background-color: var(--color-function-primary-lightest) !important; }

.acland .border-primary-lightest,
* .border-primary-lightest {
  border-color: var(--color-function-primary-lightest) !important; }

.acland .border-primary-lightest-hover:hover,
* .border-primary-lightest-hover:hover {
  border-color: var(--color-function-primary-lightest) !important; }

.acland .fill-primary-lightest,
* .fill-primary-lightest {
  fill: var(--color-function-primary-lightest) !important; }

.acland .fill-primary-lightest-hover:hover,
* .fill-primary-lightest-hover:hover {
  fill: var(--color-function-primary-lightest) !important; }

.acland .c-secondary-darkest,
* .c-secondary-darkest {
  color: var(--color-function-secondary-darkest) !important; }

.acland .c-secondary-darkest-hover:hover,
* .c-secondary-darkest-hover:hover {
  color: var(--color-function-secondary-darkest) !important; }

.acland .bg-secondary-darkest,
* .bg-secondary-darkest {
  background-color: var(--color-function-secondary-darkest) !important; }

.acland .bg-secondary-darkest-hover:hover,
* .bg-secondary-darkest-hover:hover {
  background-color: var(--color-function-secondary-darkest) !important; }

.acland .border-secondary-darkest,
* .border-secondary-darkest {
  border-color: var(--color-function-secondary-darkest) !important; }

.acland .border-secondary-darkest-hover:hover,
* .border-secondary-darkest-hover:hover {
  border-color: var(--color-function-secondary-darkest) !important; }

.acland .fill-secondary-darkest,
* .fill-secondary-darkest {
  fill: var(--color-function-secondary-darkest) !important; }

.acland .fill-secondary-darkest-hover:hover,
* .fill-secondary-darkest-hover:hover {
  fill: var(--color-function-secondary-darkest) !important; }

.acland .c-secondary-action,
* .c-secondary-action {
  color: var(--color-function-secondary-action) !important; }

.acland .c-secondary-action-hover:hover,
* .c-secondary-action-hover:hover {
  color: var(--color-function-secondary-action) !important; }

.acland .bg-secondary-action,
* .bg-secondary-action {
  background-color: var(--color-function-secondary-action) !important; }

.acland .bg-secondary-action-hover:hover,
* .bg-secondary-action-hover:hover {
  background-color: var(--color-function-secondary-action) !important; }

.acland .border-secondary-action,
* .border-secondary-action {
  border-color: var(--color-function-secondary-action) !important; }

.acland .border-secondary-action-hover:hover,
* .border-secondary-action-hover:hover {
  border-color: var(--color-function-secondary-action) !important; }

.acland .fill-secondary-action,
* .fill-secondary-action {
  fill: var(--color-function-secondary-action) !important; }

.acland .fill-secondary-action-hover:hover,
* .fill-secondary-action-hover:hover {
  fill: var(--color-function-secondary-action) !important; }

.acland .c-secondary-default,
* .c-secondary-default {
  color: var(--color-function-secondary-default) !important; }

.acland .c-secondary-default-hover:hover,
* .c-secondary-default-hover:hover {
  color: var(--color-function-secondary-default) !important; }

.acland .bg-secondary-default,
* .bg-secondary-default {
  background-color: var(--color-function-secondary-default) !important; }

.acland .bg-secondary-default-hover:hover,
* .bg-secondary-default-hover:hover {
  background-color: var(--color-function-secondary-default) !important; }

.acland .border-secondary-default,
* .border-secondary-default {
  border-color: var(--color-function-secondary-default) !important; }

.acland .border-secondary-default-hover:hover,
* .border-secondary-default-hover:hover {
  border-color: var(--color-function-secondary-default) !important; }

.acland .fill-secondary-default,
* .fill-secondary-default {
  fill: var(--color-function-secondary-default) !important; }

.acland .fill-secondary-default-hover:hover,
* .fill-secondary-default-hover:hover {
  fill: var(--color-function-secondary-default) !important; }

.acland .c-secondary-active,
* .c-secondary-active {
  color: var(--color-function-secondary-active) !important; }

.acland .c-secondary-active-hover:hover,
* .c-secondary-active-hover:hover {
  color: var(--color-function-secondary-active) !important; }

.acland .bg-secondary-active,
* .bg-secondary-active {
  background-color: var(--color-function-secondary-active) !important; }

.acland .bg-secondary-active-hover:hover,
* .bg-secondary-active-hover:hover {
  background-color: var(--color-function-secondary-active) !important; }

.acland .border-secondary-active,
* .border-secondary-active {
  border-color: var(--color-function-secondary-active) !important; }

.acland .border-secondary-active-hover:hover,
* .border-secondary-active-hover:hover {
  border-color: var(--color-function-secondary-active) !important; }

.acland .fill-secondary-active,
* .fill-secondary-active {
  fill: var(--color-function-secondary-active) !important; }

.acland .fill-secondary-active-hover:hover,
* .fill-secondary-active-hover:hover {
  fill: var(--color-function-secondary-active) !important; }

.acland .c-secondary-lightest,
* .c-secondary-lightest {
  color: var(--color-function-secondary-lightest) !important; }

.acland .c-secondary-lightest-hover:hover,
* .c-secondary-lightest-hover:hover {
  color: var(--color-function-secondary-lightest) !important; }

.acland .bg-secondary-lightest,
* .bg-secondary-lightest {
  background-color: var(--color-function-secondary-lightest) !important; }

.acland .bg-secondary-lightest-hover:hover,
* .bg-secondary-lightest-hover:hover {
  background-color: var(--color-function-secondary-lightest) !important; }

.acland .border-secondary-lightest,
* .border-secondary-lightest {
  border-color: var(--color-function-secondary-lightest) !important; }

.acland .border-secondary-lightest-hover:hover,
* .border-secondary-lightest-hover:hover {
  border-color: var(--color-function-secondary-lightest) !important; }

.acland .fill-secondary-lightest,
* .fill-secondary-lightest {
  fill: var(--color-function-secondary-lightest) !important; }

.acland .fill-secondary-lightest-hover:hover,
* .fill-secondary-lightest-hover:hover {
  fill: var(--color-function-secondary-lightest) !important; }

.acland .c-tertiary-darkest,
* .c-tertiary-darkest {
  color: var(--color-function-tertiary-darkest) !important; }

.acland .c-tertiary-darkest-hover:hover,
* .c-tertiary-darkest-hover:hover {
  color: var(--color-function-tertiary-darkest) !important; }

.acland .bg-tertiary-darkest,
* .bg-tertiary-darkest {
  background-color: var(--color-function-tertiary-darkest) !important; }

.acland .bg-tertiary-darkest-hover:hover,
* .bg-tertiary-darkest-hover:hover {
  background-color: var(--color-function-tertiary-darkest) !important; }

.acland .border-tertiary-darkest,
* .border-tertiary-darkest {
  border-color: var(--color-function-tertiary-darkest) !important; }

.acland .border-tertiary-darkest-hover:hover,
* .border-tertiary-darkest-hover:hover {
  border-color: var(--color-function-tertiary-darkest) !important; }

.acland .fill-tertiary-darkest,
* .fill-tertiary-darkest {
  fill: var(--color-function-tertiary-darkest) !important; }

.acland .fill-tertiary-darkest-hover:hover,
* .fill-tertiary-darkest-hover:hover {
  fill: var(--color-function-tertiary-darkest) !important; }

.acland .c-tertiary-action,
* .c-tertiary-action {
  color: var(--color-function-tertiary-action) !important; }

.acland .c-tertiary-action-hover:hover,
* .c-tertiary-action-hover:hover {
  color: var(--color-function-tertiary-action) !important; }

.acland .bg-tertiary-action,
* .bg-tertiary-action {
  background-color: var(--color-function-tertiary-action) !important; }

.acland .bg-tertiary-action-hover:hover,
* .bg-tertiary-action-hover:hover {
  background-color: var(--color-function-tertiary-action) !important; }

.acland .border-tertiary-action,
* .border-tertiary-action {
  border-color: var(--color-function-tertiary-action) !important; }

.acland .border-tertiary-action-hover:hover,
* .border-tertiary-action-hover:hover {
  border-color: var(--color-function-tertiary-action) !important; }

.acland .fill-tertiary-action,
* .fill-tertiary-action {
  fill: var(--color-function-tertiary-action) !important; }

.acland .fill-tertiary-action-hover:hover,
* .fill-tertiary-action-hover:hover {
  fill: var(--color-function-tertiary-action) !important; }

.acland .c-tertiary-default,
* .c-tertiary-default {
  color: var(--color-function-tertiary-default) !important; }

.acland .c-tertiary-default-hover:hover,
* .c-tertiary-default-hover:hover {
  color: var(--color-function-tertiary-default) !important; }

.acland .bg-tertiary-default,
* .bg-tertiary-default {
  background-color: var(--color-function-tertiary-default) !important; }

.acland .bg-tertiary-default-hover:hover,
* .bg-tertiary-default-hover:hover {
  background-color: var(--color-function-tertiary-default) !important; }

.acland .border-tertiary-default,
* .border-tertiary-default {
  border-color: var(--color-function-tertiary-default) !important; }

.acland .border-tertiary-default-hover:hover,
* .border-tertiary-default-hover:hover {
  border-color: var(--color-function-tertiary-default) !important; }

.acland .fill-tertiary-default,
* .fill-tertiary-default {
  fill: var(--color-function-tertiary-default) !important; }

.acland .fill-tertiary-default-hover:hover,
* .fill-tertiary-default-hover:hover {
  fill: var(--color-function-tertiary-default) !important; }

.acland .c-tertiary-active,
* .c-tertiary-active {
  color: var(--color-function-tertiary-active) !important; }

.acland .c-tertiary-active-hover:hover,
* .c-tertiary-active-hover:hover {
  color: var(--color-function-tertiary-active) !important; }

.acland .bg-tertiary-active,
* .bg-tertiary-active {
  background-color: var(--color-function-tertiary-active) !important; }

.acland .bg-tertiary-active-hover:hover,
* .bg-tertiary-active-hover:hover {
  background-color: var(--color-function-tertiary-active) !important; }

.acland .border-tertiary-active,
* .border-tertiary-active {
  border-color: var(--color-function-tertiary-active) !important; }

.acland .border-tertiary-active-hover:hover,
* .border-tertiary-active-hover:hover {
  border-color: var(--color-function-tertiary-active) !important; }

.acland .fill-tertiary-active,
* .fill-tertiary-active {
  fill: var(--color-function-tertiary-active) !important; }

.acland .fill-tertiary-active-hover:hover,
* .fill-tertiary-active-hover:hover {
  fill: var(--color-function-tertiary-active) !important; }

.acland .c-tertiary-lightest,
* .c-tertiary-lightest {
  color: var(--color-function-tertiary-lightest) !important; }

.acland .c-tertiary-lightest-hover:hover,
* .c-tertiary-lightest-hover:hover {
  color: var(--color-function-tertiary-lightest) !important; }

.acland .bg-tertiary-lightest,
* .bg-tertiary-lightest {
  background-color: var(--color-function-tertiary-lightest) !important; }

.acland .bg-tertiary-lightest-hover:hover,
* .bg-tertiary-lightest-hover:hover {
  background-color: var(--color-function-tertiary-lightest) !important; }

.acland .border-tertiary-lightest,
* .border-tertiary-lightest {
  border-color: var(--color-function-tertiary-lightest) !important; }

.acland .border-tertiary-lightest-hover:hover,
* .border-tertiary-lightest-hover:hover {
  border-color: var(--color-function-tertiary-lightest) !important; }

.acland .fill-tertiary-lightest,
* .fill-tertiary-lightest {
  fill: var(--color-function-tertiary-lightest) !important; }

.acland .fill-tertiary-lightest-hover:hover,
* .fill-tertiary-lightest-hover:hover {
  fill: var(--color-function-tertiary-lightest) !important; }

.acland .c-text-default-low,
* .c-text-default-low {
  color: var(--color-surface-text-default-low) !important; }

.acland .c-text-default-low-hover:hover,
* .c-text-default-low-hover:hover {
  color: var(--color-surface-text-default-low) !important; }

.acland .bg-text-default-low,
* .bg-text-default-low {
  background-color: var(--color-surface-text-default-low) !important; }

.acland .bg-text-default-low-hover:hover,
* .bg-text-default-low-hover:hover {
  background-color: var(--color-surface-text-default-low) !important; }

.acland .border-text-default-low,
* .border-text-default-low {
  border-color: var(--color-surface-text-default-low) !important; }

.acland .border-text-default-low-hover:hover,
* .border-text-default-low-hover:hover {
  border-color: var(--color-surface-text-default-low) !important; }

.acland .fill-text-default-low,
* .fill-text-default-low {
  fill: var(--color-surface-text-default-low) !important; }

.acland .fill-text-default-low-hover:hover,
* .fill-text-default-low-hover:hover {
  fill: var(--color-surface-text-default-low) !important; }

.acland .c-text-default-medium,
* .c-text-default-medium {
  color: var(--color-surface-text-default-medium) !important; }

.acland .c-text-default-medium-hover:hover,
* .c-text-default-medium-hover:hover {
  color: var(--color-surface-text-default-medium) !important; }

.acland .bg-text-default-medium,
* .bg-text-default-medium {
  background-color: var(--color-surface-text-default-medium) !important; }

.acland .bg-text-default-medium-hover:hover,
* .bg-text-default-medium-hover:hover {
  background-color: var(--color-surface-text-default-medium) !important; }

.acland .border-text-default-medium,
* .border-text-default-medium {
  border-color: var(--color-surface-text-default-medium) !important; }

.acland .border-text-default-medium-hover:hover,
* .border-text-default-medium-hover:hover {
  border-color: var(--color-surface-text-default-medium) !important; }

.acland .fill-text-default-medium,
* .fill-text-default-medium {
  fill: var(--color-surface-text-default-medium) !important; }

.acland .fill-text-default-medium-hover:hover,
* .fill-text-default-medium-hover:hover {
  fill: var(--color-surface-text-default-medium) !important; }

.acland .c-text-default-high,
* .c-text-default-high {
  color: var(--color-surface-text-default-high) !important; }

.acland .c-text-default-high-hover:hover,
* .c-text-default-high-hover:hover {
  color: var(--color-surface-text-default-high) !important; }

.acland .bg-text-default-high,
* .bg-text-default-high {
  background-color: var(--color-surface-text-default-high) !important; }

.acland .bg-text-default-high-hover:hover,
* .bg-text-default-high-hover:hover {
  background-color: var(--color-surface-text-default-high) !important; }

.acland .border-text-default-high,
* .border-text-default-high {
  border-color: var(--color-surface-text-default-high) !important; }

.acland .border-text-default-high-hover:hover,
* .border-text-default-high-hover:hover {
  border-color: var(--color-surface-text-default-high) !important; }

.acland .fill-text-default-high,
* .fill-text-default-high {
  fill: var(--color-surface-text-default-high) !important; }

.acland .fill-text-default-high-hover:hover,
* .fill-text-default-high-hover:hover {
  fill: var(--color-surface-text-default-high) !important; }

.acland .c-text-highlight-low,
* .c-text-highlight-low {
  color: var(--color-surface-text-highlight-low) !important; }

.acland .c-text-highlight-low-hover:hover,
* .c-text-highlight-low-hover:hover {
  color: var(--color-surface-text-highlight-low) !important; }

.acland .bg-text-highlight-low,
* .bg-text-highlight-low {
  background-color: var(--color-surface-text-highlight-low) !important; }

.acland .bg-text-highlight-low-hover:hover,
* .bg-text-highlight-low-hover:hover {
  background-color: var(--color-surface-text-highlight-low) !important; }

.acland .border-text-highlight-low,
* .border-text-highlight-low {
  border-color: var(--color-surface-text-highlight-low) !important; }

.acland .border-text-highlight-low-hover:hover,
* .border-text-highlight-low-hover:hover {
  border-color: var(--color-surface-text-highlight-low) !important; }

.acland .fill-text-highlight-low,
* .fill-text-highlight-low {
  fill: var(--color-surface-text-highlight-low) !important; }

.acland .fill-text-highlight-low-hover:hover,
* .fill-text-highlight-low-hover:hover {
  fill: var(--color-surface-text-highlight-low) !important; }

.acland .c-text-highlight-medium,
* .c-text-highlight-medium {
  color: var(--color-surface-text-highlight-medium) !important; }

.acland .c-text-highlight-medium-hover:hover,
* .c-text-highlight-medium-hover:hover {
  color: var(--color-surface-text-highlight-medium) !important; }

.acland .bg-text-highlight-medium,
* .bg-text-highlight-medium {
  background-color: var(--color-surface-text-highlight-medium) !important; }

.acland .bg-text-highlight-medium-hover:hover,
* .bg-text-highlight-medium-hover:hover {
  background-color: var(--color-surface-text-highlight-medium) !important; }

.acland .border-text-highlight-medium,
* .border-text-highlight-medium {
  border-color: var(--color-surface-text-highlight-medium) !important; }

.acland .border-text-highlight-medium-hover:hover,
* .border-text-highlight-medium-hover:hover {
  border-color: var(--color-surface-text-highlight-medium) !important; }

.acland .fill-text-highlight-medium,
* .fill-text-highlight-medium {
  fill: var(--color-surface-text-highlight-medium) !important; }

.acland .fill-text-highlight-medium-hover:hover,
* .fill-text-highlight-medium-hover:hover {
  fill: var(--color-surface-text-highlight-medium) !important; }

.acland .c-text-highlight-high,
* .c-text-highlight-high {
  color: var(--color-surface-text-highlight-high) !important; }

.acland .c-text-highlight-high-hover:hover,
* .c-text-highlight-high-hover:hover {
  color: var(--color-surface-text-highlight-high) !important; }

.acland .bg-text-highlight-high,
* .bg-text-highlight-high {
  background-color: var(--color-surface-text-highlight-high) !important; }

.acland .bg-text-highlight-high-hover:hover,
* .bg-text-highlight-high-hover:hover {
  background-color: var(--color-surface-text-highlight-high) !important; }

.acland .border-text-highlight-high,
* .border-text-highlight-high {
  border-color: var(--color-surface-text-highlight-high) !important; }

.acland .border-text-highlight-high-hover:hover,
* .border-text-highlight-high-hover:hover {
  border-color: var(--color-surface-text-highlight-high) !important; }

.acland .fill-text-highlight-high,
* .fill-text-highlight-high {
  fill: var(--color-surface-text-highlight-high) !important; }

.acland .fill-text-highlight-high-hover:hover,
* .fill-text-highlight-high-hover:hover {
  fill: var(--color-surface-text-highlight-high) !important; }

.acland .c-background-low,
* .c-background-low {
  color: var(--color-surface-background-low) !important; }

.acland .c-background-low-hover:hover,
* .c-background-low-hover:hover {
  color: var(--color-surface-background-low) !important; }

.acland .bg-background-low,
* .bg-background-low {
  background-color: var(--color-surface-background-low) !important; }

.acland .bg-background-low-hover:hover,
* .bg-background-low-hover:hover {
  background-color: var(--color-surface-background-low) !important; }

.acland .border-background-low,
* .border-background-low {
  border-color: var(--color-surface-background-low) !important; }

.acland .border-background-low-hover:hover,
* .border-background-low-hover:hover {
  border-color: var(--color-surface-background-low) !important; }

.acland .fill-background-low,
* .fill-background-low {
  fill: var(--color-surface-background-low) !important; }

.acland .fill-background-low-hover:hover,
* .fill-background-low-hover:hover {
  fill: var(--color-surface-background-low) !important; }

.acland .c-background-medium,
* .c-background-medium {
  color: var(--color-surface-background-medium) !important; }

.acland .c-background-medium-hover:hover,
* .c-background-medium-hover:hover {
  color: var(--color-surface-background-medium) !important; }

.acland .bg-background-medium,
* .bg-background-medium {
  background-color: var(--color-surface-background-medium) !important; }

.acland .bg-background-medium-hover:hover,
* .bg-background-medium-hover:hover {
  background-color: var(--color-surface-background-medium) !important; }

.acland .border-background-medium,
* .border-background-medium {
  border-color: var(--color-surface-background-medium) !important; }

.acland .border-background-medium-hover:hover,
* .border-background-medium-hover:hover {
  border-color: var(--color-surface-background-medium) !important; }

.acland .fill-background-medium,
* .fill-background-medium {
  fill: var(--color-surface-background-medium) !important; }

.acland .fill-background-medium-hover:hover,
* .fill-background-medium-hover:hover {
  fill: var(--color-surface-background-medium) !important; }

.acland .c-background-high,
* .c-background-high {
  color: var(--color-surface-background-high) !important; }

.acland .c-background-high-hover:hover,
* .c-background-high-hover:hover {
  color: var(--color-surface-background-high) !important; }

.acland .bg-background-high,
* .bg-background-high {
  background-color: var(--color-surface-background-high) !important; }

.acland .bg-background-high-hover:hover,
* .bg-background-high-hover:hover {
  background-color: var(--color-surface-background-high) !important; }

.acland .border-background-high,
* .border-background-high {
  border-color: var(--color-surface-background-high) !important; }

.acland .border-background-high-hover:hover,
* .border-background-high-hover:hover {
  border-color: var(--color-surface-background-high) !important; }

.acland .fill-background-high,
* .fill-background-high {
  fill: var(--color-surface-background-high) !important; }

.acland .fill-background-high-hover:hover,
* .fill-background-high-hover:hover {
  fill: var(--color-surface-background-high) !important; }

.acland .c-stroke-low,
* .c-stroke-low {
  color: var(--color-surface-stroke-low) !important; }

.acland .c-stroke-low-hover:hover,
* .c-stroke-low-hover:hover {
  color: var(--color-surface-stroke-low) !important; }

.acland .bg-stroke-low,
* .bg-stroke-low {
  background-color: var(--color-surface-stroke-low) !important; }

.acland .bg-stroke-low-hover:hover,
* .bg-stroke-low-hover:hover {
  background-color: var(--color-surface-stroke-low) !important; }

.acland .border-stroke-low,
* .border-stroke-low {
  border-color: var(--color-surface-stroke-low) !important; }

.acland .border-stroke-low-hover:hover,
* .border-stroke-low-hover:hover {
  border-color: var(--color-surface-stroke-low) !important; }

.acland .fill-stroke-low,
* .fill-stroke-low {
  fill: var(--color-surface-stroke-low) !important; }

.acland .fill-stroke-low-hover:hover,
* .fill-stroke-low-hover:hover {
  fill: var(--color-surface-stroke-low) !important; }

.acland .c-stroke-medium,
* .c-stroke-medium {
  color: var(--color-surface-stroke-medium) !important; }

.acland .c-stroke-medium-hover:hover,
* .c-stroke-medium-hover:hover {
  color: var(--color-surface-stroke-medium) !important; }

.acland .bg-stroke-medium,
* .bg-stroke-medium {
  background-color: var(--color-surface-stroke-medium) !important; }

.acland .bg-stroke-medium-hover:hover,
* .bg-stroke-medium-hover:hover {
  background-color: var(--color-surface-stroke-medium) !important; }

.acland .border-stroke-medium,
* .border-stroke-medium {
  border-color: var(--color-surface-stroke-medium) !important; }

.acland .border-stroke-medium-hover:hover,
* .border-stroke-medium-hover:hover {
  border-color: var(--color-surface-stroke-medium) !important; }

.acland .fill-stroke-medium,
* .fill-stroke-medium {
  fill: var(--color-surface-stroke-medium) !important; }

.acland .fill-stroke-medium-hover:hover,
* .fill-stroke-medium-hover:hover {
  fill: var(--color-surface-stroke-medium) !important; }

.acland .c-stroke-high,
* .c-stroke-high {
  color: var(--color-surface-stroke-high) !important; }

.acland .c-stroke-high-hover:hover,
* .c-stroke-high-hover:hover {
  color: var(--color-surface-stroke-high) !important; }

.acland .bg-stroke-high,
* .bg-stroke-high {
  background-color: var(--color-surface-stroke-high) !important; }

.acland .bg-stroke-high-hover:hover,
* .bg-stroke-high-hover:hover {
  background-color: var(--color-surface-stroke-high) !important; }

.acland .border-stroke-high,
* .border-stroke-high {
  border-color: var(--color-surface-stroke-high) !important; }

.acland .border-stroke-high-hover:hover,
* .border-stroke-high-hover:hover {
  border-color: var(--color-surface-stroke-high) !important; }

.acland .fill-stroke-high,
* .fill-stroke-high {
  fill: var(--color-surface-stroke-high) !important; }

.acland .fill-stroke-high-hover:hover,
* .fill-stroke-high-hover:hover {
  fill: var(--color-surface-stroke-high) !important; }

.acland .c-support-1-low,
* .c-support-1-low {
  color: var(--color-surface-support-1-low) !important; }

.acland .c-support-1-low-hover:hover,
* .c-support-1-low-hover:hover {
  color: var(--color-surface-support-1-low) !important; }

.acland .bg-support-1-low,
* .bg-support-1-low {
  background-color: var(--color-surface-support-1-low) !important; }

.acland .bg-support-1-low-hover:hover,
* .bg-support-1-low-hover:hover {
  background-color: var(--color-surface-support-1-low) !important; }

.acland .border-support-1-low,
* .border-support-1-low {
  border-color: var(--color-surface-support-1-low) !important; }

.acland .border-support-1-low-hover:hover,
* .border-support-1-low-hover:hover {
  border-color: var(--color-surface-support-1-low) !important; }

.acland .fill-support-1-low,
* .fill-support-1-low {
  fill: var(--color-surface-support-1-low) !important; }

.acland .fill-support-1-low-hover:hover,
* .fill-support-1-low-hover:hover {
  fill: var(--color-surface-support-1-low) !important; }

.acland .c-support-1-medium,
* .c-support-1-medium {
  color: var(--color-surface-support-1-medium) !important; }

.acland .c-support-1-medium-hover:hover,
* .c-support-1-medium-hover:hover {
  color: var(--color-surface-support-1-medium) !important; }

.acland .bg-support-1-medium,
* .bg-support-1-medium {
  background-color: var(--color-surface-support-1-medium) !important; }

.acland .bg-support-1-medium-hover:hover,
* .bg-support-1-medium-hover:hover {
  background-color: var(--color-surface-support-1-medium) !important; }

.acland .border-support-1-medium,
* .border-support-1-medium {
  border-color: var(--color-surface-support-1-medium) !important; }

.acland .border-support-1-medium-hover:hover,
* .border-support-1-medium-hover:hover {
  border-color: var(--color-surface-support-1-medium) !important; }

.acland .fill-support-1-medium,
* .fill-support-1-medium {
  fill: var(--color-surface-support-1-medium) !important; }

.acland .fill-support-1-medium-hover:hover,
* .fill-support-1-medium-hover:hover {
  fill: var(--color-surface-support-1-medium) !important; }

.acland .c-support-1-high,
* .c-support-1-high {
  color: var(--color-surface-support-1-high) !important; }

.acland .c-support-1-high-hover:hover,
* .c-support-1-high-hover:hover {
  color: var(--color-surface-support-1-high) !important; }

.acland .bg-support-1-high,
* .bg-support-1-high {
  background-color: var(--color-surface-support-1-high) !important; }

.acland .bg-support-1-high-hover:hover,
* .bg-support-1-high-hover:hover {
  background-color: var(--color-surface-support-1-high) !important; }

.acland .border-support-1-high,
* .border-support-1-high {
  border-color: var(--color-surface-support-1-high) !important; }

.acland .border-support-1-high-hover:hover,
* .border-support-1-high-hover:hover {
  border-color: var(--color-surface-support-1-high) !important; }

.acland .fill-support-1-high,
* .fill-support-1-high {
  fill: var(--color-surface-support-1-high) !important; }

.acland .fill-support-1-high-hover:hover,
* .fill-support-1-high-hover:hover {
  fill: var(--color-surface-support-1-high) !important; }

.acland .c-support-2-low,
* .c-support-2-low {
  color: var(--color-surface-support-2-low) !important; }

.acland .c-support-2-low-hover:hover,
* .c-support-2-low-hover:hover {
  color: var(--color-surface-support-2-low) !important; }

.acland .bg-support-2-low,
* .bg-support-2-low {
  background-color: var(--color-surface-support-2-low) !important; }

.acland .bg-support-2-low-hover:hover,
* .bg-support-2-low-hover:hover {
  background-color: var(--color-surface-support-2-low) !important; }

.acland .border-support-2-low,
* .border-support-2-low {
  border-color: var(--color-surface-support-2-low) !important; }

.acland .border-support-2-low-hover:hover,
* .border-support-2-low-hover:hover {
  border-color: var(--color-surface-support-2-low) !important; }

.acland .fill-support-2-low,
* .fill-support-2-low {
  fill: var(--color-surface-support-2-low) !important; }

.acland .fill-support-2-low-hover:hover,
* .fill-support-2-low-hover:hover {
  fill: var(--color-surface-support-2-low) !important; }

.acland .c-support-2-medium,
* .c-support-2-medium {
  color: var(--color-surface-support-2-medium) !important; }

.acland .c-support-2-medium-hover:hover,
* .c-support-2-medium-hover:hover {
  color: var(--color-surface-support-2-medium) !important; }

.acland .bg-support-2-medium,
* .bg-support-2-medium {
  background-color: var(--color-surface-support-2-medium) !important; }

.acland .bg-support-2-medium-hover:hover,
* .bg-support-2-medium-hover:hover {
  background-color: var(--color-surface-support-2-medium) !important; }

.acland .border-support-2-medium,
* .border-support-2-medium {
  border-color: var(--color-surface-support-2-medium) !important; }

.acland .border-support-2-medium-hover:hover,
* .border-support-2-medium-hover:hover {
  border-color: var(--color-surface-support-2-medium) !important; }

.acland .fill-support-2-medium,
* .fill-support-2-medium {
  fill: var(--color-surface-support-2-medium) !important; }

.acland .fill-support-2-medium-hover:hover,
* .fill-support-2-medium-hover:hover {
  fill: var(--color-surface-support-2-medium) !important; }

.acland .c-support-2-high,
* .c-support-2-high {
  color: var(--color-surface-support-2-high) !important; }

.acland .c-support-2-high-hover:hover,
* .c-support-2-high-hover:hover {
  color: var(--color-surface-support-2-high) !important; }

.acland .bg-support-2-high,
* .bg-support-2-high {
  background-color: var(--color-surface-support-2-high) !important; }

.acland .bg-support-2-high-hover:hover,
* .bg-support-2-high-hover:hover {
  background-color: var(--color-surface-support-2-high) !important; }

.acland .border-support-2-high,
* .border-support-2-high {
  border-color: var(--color-surface-support-2-high) !important; }

.acland .border-support-2-high-hover:hover,
* .border-support-2-high-hover:hover {
  border-color: var(--color-surface-support-2-high) !important; }

.acland .fill-support-2-high,
* .fill-support-2-high {
  fill: var(--color-surface-support-2-high) !important; }

.acland .fill-support-2-high-hover:hover,
* .fill-support-2-high-hover:hover {
  fill: var(--color-surface-support-2-high) !important; }

.acland .c-support-3-low,
* .c-support-3-low {
  color: var(--color-surface-support-3-low) !important; }

.acland .c-support-3-low-hover:hover,
* .c-support-3-low-hover:hover {
  color: var(--color-surface-support-3-low) !important; }

.acland .bg-support-3-low,
* .bg-support-3-low {
  background-color: var(--color-surface-support-3-low) !important; }

.acland .bg-support-3-low-hover:hover,
* .bg-support-3-low-hover:hover {
  background-color: var(--color-surface-support-3-low) !important; }

.acland .border-support-3-low,
* .border-support-3-low {
  border-color: var(--color-surface-support-3-low) !important; }

.acland .border-support-3-low-hover:hover,
* .border-support-3-low-hover:hover {
  border-color: var(--color-surface-support-3-low) !important; }

.acland .fill-support-3-low,
* .fill-support-3-low {
  fill: var(--color-surface-support-3-low) !important; }

.acland .fill-support-3-low-hover:hover,
* .fill-support-3-low-hover:hover {
  fill: var(--color-surface-support-3-low) !important; }

.acland .c-support-3-medium,
* .c-support-3-medium {
  color: var(--color-surface-support-3-medium) !important; }

.acland .c-support-3-medium-hover:hover,
* .c-support-3-medium-hover:hover {
  color: var(--color-surface-support-3-medium) !important; }

.acland .bg-support-3-medium,
* .bg-support-3-medium {
  background-color: var(--color-surface-support-3-medium) !important; }

.acland .bg-support-3-medium-hover:hover,
* .bg-support-3-medium-hover:hover {
  background-color: var(--color-surface-support-3-medium) !important; }

.acland .border-support-3-medium,
* .border-support-3-medium {
  border-color: var(--color-surface-support-3-medium) !important; }

.acland .border-support-3-medium-hover:hover,
* .border-support-3-medium-hover:hover {
  border-color: var(--color-surface-support-3-medium) !important; }

.acland .fill-support-3-medium,
* .fill-support-3-medium {
  fill: var(--color-surface-support-3-medium) !important; }

.acland .fill-support-3-medium-hover:hover,
* .fill-support-3-medium-hover:hover {
  fill: var(--color-surface-support-3-medium) !important; }

.acland .c-support-3-high,
* .c-support-3-high {
  color: var(--color-surface-support-3-high) !important; }

.acland .c-support-3-high-hover:hover,
* .c-support-3-high-hover:hover {
  color: var(--color-surface-support-3-high) !important; }

.acland .bg-support-3-high,
* .bg-support-3-high {
  background-color: var(--color-surface-support-3-high) !important; }

.acland .bg-support-3-high-hover:hover,
* .bg-support-3-high-hover:hover {
  background-color: var(--color-surface-support-3-high) !important; }

.acland .border-support-3-high,
* .border-support-3-high {
  border-color: var(--color-surface-support-3-high) !important; }

.acland .border-support-3-high-hover:hover,
* .border-support-3-high-hover:hover {
  border-color: var(--color-surface-support-3-high) !important; }

.acland .fill-support-3-high,
* .fill-support-3-high {
  fill: var(--color-surface-support-3-high) !important; }

.acland .fill-support-3-high-hover:hover,
* .fill-support-3-high-hover:hover {
  fill: var(--color-surface-support-3-high) !important; }

.acland .c-support-4-low,
* .c-support-4-low {
  color: var(--color-surface-support-4-low) !important; }

.acland .c-support-4-low-hover:hover,
* .c-support-4-low-hover:hover {
  color: var(--color-surface-support-4-low) !important; }

.acland .bg-support-4-low,
* .bg-support-4-low {
  background-color: var(--color-surface-support-4-low) !important; }

.acland .bg-support-4-low-hover:hover,
* .bg-support-4-low-hover:hover {
  background-color: var(--color-surface-support-4-low) !important; }

.acland .border-support-4-low,
* .border-support-4-low {
  border-color: var(--color-surface-support-4-low) !important; }

.acland .border-support-4-low-hover:hover,
* .border-support-4-low-hover:hover {
  border-color: var(--color-surface-support-4-low) !important; }

.acland .fill-support-4-low,
* .fill-support-4-low {
  fill: var(--color-surface-support-4-low) !important; }

.acland .fill-support-4-low-hover:hover,
* .fill-support-4-low-hover:hover {
  fill: var(--color-surface-support-4-low) !important; }

.acland .c-support-4-medium,
* .c-support-4-medium {
  color: var(--color-surface-support-4-medium) !important; }

.acland .c-support-4-medium-hover:hover,
* .c-support-4-medium-hover:hover {
  color: var(--color-surface-support-4-medium) !important; }

.acland .bg-support-4-medium,
* .bg-support-4-medium {
  background-color: var(--color-surface-support-4-medium) !important; }

.acland .bg-support-4-medium-hover:hover,
* .bg-support-4-medium-hover:hover {
  background-color: var(--color-surface-support-4-medium) !important; }

.acland .border-support-4-medium,
* .border-support-4-medium {
  border-color: var(--color-surface-support-4-medium) !important; }

.acland .border-support-4-medium-hover:hover,
* .border-support-4-medium-hover:hover {
  border-color: var(--color-surface-support-4-medium) !important; }

.acland .fill-support-4-medium,
* .fill-support-4-medium {
  fill: var(--color-surface-support-4-medium) !important; }

.acland .fill-support-4-medium-hover:hover,
* .fill-support-4-medium-hover:hover {
  fill: var(--color-surface-support-4-medium) !important; }

.acland .c-support-4-high,
* .c-support-4-high {
  color: var(--color-surface-support-4-high) !important; }

.acland .c-support-4-high-hover:hover,
* .c-support-4-high-hover:hover {
  color: var(--color-surface-support-4-high) !important; }

.acland .bg-support-4-high,
* .bg-support-4-high {
  background-color: var(--color-surface-support-4-high) !important; }

.acland .bg-support-4-high-hover:hover,
* .bg-support-4-high-hover:hover {
  background-color: var(--color-surface-support-4-high) !important; }

.acland .border-support-4-high,
* .border-support-4-high {
  border-color: var(--color-surface-support-4-high) !important; }

.acland .border-support-4-high-hover:hover,
* .border-support-4-high-hover:hover {
  border-color: var(--color-surface-support-4-high) !important; }

.acland .fill-support-4-high,
* .fill-support-4-high {
  fill: var(--color-surface-support-4-high) !important; }

.acland .fill-support-4-high-hover:hover,
* .fill-support-4-high-hover:hover {
  fill: var(--color-surface-support-4-high) !important; }

.acland .c-support-5-low,
* .c-support-5-low {
  color: var(--color-surface-support-5-low) !important; }

.acland .c-support-5-low-hover:hover,
* .c-support-5-low-hover:hover {
  color: var(--color-surface-support-5-low) !important; }

.acland .bg-support-5-low,
* .bg-support-5-low {
  background-color: var(--color-surface-support-5-low) !important; }

.acland .bg-support-5-low-hover:hover,
* .bg-support-5-low-hover:hover {
  background-color: var(--color-surface-support-5-low) !important; }

.acland .border-support-5-low,
* .border-support-5-low {
  border-color: var(--color-surface-support-5-low) !important; }

.acland .border-support-5-low-hover:hover,
* .border-support-5-low-hover:hover {
  border-color: var(--color-surface-support-5-low) !important; }

.acland .fill-support-5-low,
* .fill-support-5-low {
  fill: var(--color-surface-support-5-low) !important; }

.acland .fill-support-5-low-hover:hover,
* .fill-support-5-low-hover:hover {
  fill: var(--color-surface-support-5-low) !important; }

.acland .c-support-5-medium,
* .c-support-5-medium {
  color: var(--color-surface-support-5-medium) !important; }

.acland .c-support-5-medium-hover:hover,
* .c-support-5-medium-hover:hover {
  color: var(--color-surface-support-5-medium) !important; }

.acland .bg-support-5-medium,
* .bg-support-5-medium {
  background-color: var(--color-surface-support-5-medium) !important; }

.acland .bg-support-5-medium-hover:hover,
* .bg-support-5-medium-hover:hover {
  background-color: var(--color-surface-support-5-medium) !important; }

.acland .border-support-5-medium,
* .border-support-5-medium {
  border-color: var(--color-surface-support-5-medium) !important; }

.acland .border-support-5-medium-hover:hover,
* .border-support-5-medium-hover:hover {
  border-color: var(--color-surface-support-5-medium) !important; }

.acland .fill-support-5-medium,
* .fill-support-5-medium {
  fill: var(--color-surface-support-5-medium) !important; }

.acland .fill-support-5-medium-hover:hover,
* .fill-support-5-medium-hover:hover {
  fill: var(--color-surface-support-5-medium) !important; }

.acland .c-support-5-high,
* .c-support-5-high {
  color: var(--color-surface-support-5-high) !important; }

.acland .c-support-5-high-hover:hover,
* .c-support-5-high-hover:hover {
  color: var(--color-surface-support-5-high) !important; }

.acland .bg-support-5-high,
* .bg-support-5-high {
  background-color: var(--color-surface-support-5-high) !important; }

.acland .bg-support-5-high-hover:hover,
* .bg-support-5-high-hover:hover {
  background-color: var(--color-surface-support-5-high) !important; }

.acland .border-support-5-high,
* .border-support-5-high {
  border-color: var(--color-surface-support-5-high) !important; }

.acland .border-support-5-high-hover:hover,
* .border-support-5-high-hover:hover {
  border-color: var(--color-surface-support-5-high) !important; }

.acland .fill-support-5-high,
* .fill-support-5-high {
  fill: var(--color-surface-support-5-high) !important; }

.acland .fill-support-5-high-hover:hover,
* .fill-support-5-high-hover:hover {
  fill: var(--color-surface-support-5-high) !important; }

.acland .c-support-6-low,
* .c-support-6-low {
  color: var(--color-surface-support-6-low) !important; }

.acland .c-support-6-low-hover:hover,
* .c-support-6-low-hover:hover {
  color: var(--color-surface-support-6-low) !important; }

.acland .bg-support-6-low,
* .bg-support-6-low {
  background-color: var(--color-surface-support-6-low) !important; }

.acland .bg-support-6-low-hover:hover,
* .bg-support-6-low-hover:hover {
  background-color: var(--color-surface-support-6-low) !important; }

.acland .border-support-6-low,
* .border-support-6-low {
  border-color: var(--color-surface-support-6-low) !important; }

.acland .border-support-6-low-hover:hover,
* .border-support-6-low-hover:hover {
  border-color: var(--color-surface-support-6-low) !important; }

.acland .fill-support-6-low,
* .fill-support-6-low {
  fill: var(--color-surface-support-6-low) !important; }

.acland .fill-support-6-low-hover:hover,
* .fill-support-6-low-hover:hover {
  fill: var(--color-surface-support-6-low) !important; }

.acland .c-support-6-medium,
* .c-support-6-medium {
  color: var(--color-surface-support-6-medium) !important; }

.acland .c-support-6-medium-hover:hover,
* .c-support-6-medium-hover:hover {
  color: var(--color-surface-support-6-medium) !important; }

.acland .bg-support-6-medium,
* .bg-support-6-medium {
  background-color: var(--color-surface-support-6-medium) !important; }

.acland .bg-support-6-medium-hover:hover,
* .bg-support-6-medium-hover:hover {
  background-color: var(--color-surface-support-6-medium) !important; }

.acland .border-support-6-medium,
* .border-support-6-medium {
  border-color: var(--color-surface-support-6-medium) !important; }

.acland .border-support-6-medium-hover:hover,
* .border-support-6-medium-hover:hover {
  border-color: var(--color-surface-support-6-medium) !important; }

.acland .fill-support-6-medium,
* .fill-support-6-medium {
  fill: var(--color-surface-support-6-medium) !important; }

.acland .fill-support-6-medium-hover:hover,
* .fill-support-6-medium-hover:hover {
  fill: var(--color-surface-support-6-medium) !important; }

.acland .c-support-6-high,
* .c-support-6-high {
  color: var(--color-surface-support-6-high) !important; }

.acland .c-support-6-high-hover:hover,
* .c-support-6-high-hover:hover {
  color: var(--color-surface-support-6-high) !important; }

.acland .bg-support-6-high,
* .bg-support-6-high {
  background-color: var(--color-surface-support-6-high) !important; }

.acland .bg-support-6-high-hover:hover,
* .bg-support-6-high-hover:hover {
  background-color: var(--color-surface-support-6-high) !important; }

.acland .border-support-6-high,
* .border-support-6-high {
  border-color: var(--color-surface-support-6-high) !important; }

.acland .border-support-6-high-hover:hover,
* .border-support-6-high-hover:hover {
  border-color: var(--color-surface-support-6-high) !important; }

.acland .fill-support-6-high,
* .fill-support-6-high {
  fill: var(--color-surface-support-6-high) !important; }

.acland .fill-support-6-high-hover:hover,
* .fill-support-6-high-hover:hover {
  fill: var(--color-surface-support-6-high) !important; }

.acland .c-support-7-low,
* .c-support-7-low {
  color: var(--color-surface-support-7-low) !important; }

.acland .c-support-7-low-hover:hover,
* .c-support-7-low-hover:hover {
  color: var(--color-surface-support-7-low) !important; }

.acland .bg-support-7-low,
* .bg-support-7-low {
  background-color: var(--color-surface-support-7-low) !important; }

.acland .bg-support-7-low-hover:hover,
* .bg-support-7-low-hover:hover {
  background-color: var(--color-surface-support-7-low) !important; }

.acland .border-support-7-low,
* .border-support-7-low {
  border-color: var(--color-surface-support-7-low) !important; }

.acland .border-support-7-low-hover:hover,
* .border-support-7-low-hover:hover {
  border-color: var(--color-surface-support-7-low) !important; }

.acland .fill-support-7-low,
* .fill-support-7-low {
  fill: var(--color-surface-support-7-low) !important; }

.acland .fill-support-7-low-hover:hover,
* .fill-support-7-low-hover:hover {
  fill: var(--color-surface-support-7-low) !important; }

.acland .c-support-7-medium,
* .c-support-7-medium {
  color: var(--color-surface-support-7-medium) !important; }

.acland .c-support-7-medium-hover:hover,
* .c-support-7-medium-hover:hover {
  color: var(--color-surface-support-7-medium) !important; }

.acland .bg-support-7-medium,
* .bg-support-7-medium {
  background-color: var(--color-surface-support-7-medium) !important; }

.acland .bg-support-7-medium-hover:hover,
* .bg-support-7-medium-hover:hover {
  background-color: var(--color-surface-support-7-medium) !important; }

.acland .border-support-7-medium,
* .border-support-7-medium {
  border-color: var(--color-surface-support-7-medium) !important; }

.acland .border-support-7-medium-hover:hover,
* .border-support-7-medium-hover:hover {
  border-color: var(--color-surface-support-7-medium) !important; }

.acland .fill-support-7-medium,
* .fill-support-7-medium {
  fill: var(--color-surface-support-7-medium) !important; }

.acland .fill-support-7-medium-hover:hover,
* .fill-support-7-medium-hover:hover {
  fill: var(--color-surface-support-7-medium) !important; }

.acland .c-support-7-high,
* .c-support-7-high {
  color: var(--color-surface-support-7-high) !important; }

.acland .c-support-7-high-hover:hover,
* .c-support-7-high-hover:hover {
  color: var(--color-surface-support-7-high) !important; }

.acland .bg-support-7-high,
* .bg-support-7-high {
  background-color: var(--color-surface-support-7-high) !important; }

.acland .bg-support-7-high-hover:hover,
* .bg-support-7-high-hover:hover {
  background-color: var(--color-surface-support-7-high) !important; }

.acland .border-support-7-high,
* .border-support-7-high {
  border-color: var(--color-surface-support-7-high) !important; }

.acland .border-support-7-high-hover:hover,
* .border-support-7-high-hover:hover {
  border-color: var(--color-surface-support-7-high) !important; }

.acland .fill-support-7-high,
* .fill-support-7-high {
  fill: var(--color-surface-support-7-high) !important; }

.acland .fill-support-7-high-hover:hover,
* .fill-support-7-high-hover:hover {
  fill: var(--color-surface-support-7-high) !important; }

.acland .c-balance-income-low,
* .c-balance-income-low {
  color: var(--color-surface-balance-income-low) !important; }

.acland .c-balance-income-low-hover:hover,
* .c-balance-income-low-hover:hover {
  color: var(--color-surface-balance-income-low) !important; }

.acland .bg-balance-income-low,
* .bg-balance-income-low {
  background-color: var(--color-surface-balance-income-low) !important; }

.acland .bg-balance-income-low-hover:hover,
* .bg-balance-income-low-hover:hover {
  background-color: var(--color-surface-balance-income-low) !important; }

.acland .border-balance-income-low,
* .border-balance-income-low {
  border-color: var(--color-surface-balance-income-low) !important; }

.acland .border-balance-income-low-hover:hover,
* .border-balance-income-low-hover:hover {
  border-color: var(--color-surface-balance-income-low) !important; }

.acland .fill-balance-income-low,
* .fill-balance-income-low {
  fill: var(--color-surface-balance-income-low) !important; }

.acland .fill-balance-income-low-hover:hover,
* .fill-balance-income-low-hover:hover {
  fill: var(--color-surface-balance-income-low) !important; }

.acland .c-balance-income-medium,
* .c-balance-income-medium {
  color: var(--color-surface-balance-income-medium) !important; }

.acland .c-balance-income-medium-hover:hover,
* .c-balance-income-medium-hover:hover {
  color: var(--color-surface-balance-income-medium) !important; }

.acland .bg-balance-income-medium,
* .bg-balance-income-medium {
  background-color: var(--color-surface-balance-income-medium) !important; }

.acland .bg-balance-income-medium-hover:hover,
* .bg-balance-income-medium-hover:hover {
  background-color: var(--color-surface-balance-income-medium) !important; }

.acland .border-balance-income-medium,
* .border-balance-income-medium {
  border-color: var(--color-surface-balance-income-medium) !important; }

.acland .border-balance-income-medium-hover:hover,
* .border-balance-income-medium-hover:hover {
  border-color: var(--color-surface-balance-income-medium) !important; }

.acland .fill-balance-income-medium,
* .fill-balance-income-medium {
  fill: var(--color-surface-balance-income-medium) !important; }

.acland .fill-balance-income-medium-hover:hover,
* .fill-balance-income-medium-hover:hover {
  fill: var(--color-surface-balance-income-medium) !important; }

.acland .c-balance-debit-low,
* .c-balance-debit-low {
  color: var(--color-surface-balance-debit-low) !important; }

.acland .c-balance-debit-low-hover:hover,
* .c-balance-debit-low-hover:hover {
  color: var(--color-surface-balance-debit-low) !important; }

.acland .bg-balance-debit-low,
* .bg-balance-debit-low {
  background-color: var(--color-surface-balance-debit-low) !important; }

.acland .bg-balance-debit-low-hover:hover,
* .bg-balance-debit-low-hover:hover {
  background-color: var(--color-surface-balance-debit-low) !important; }

.acland .border-balance-debit-low,
* .border-balance-debit-low {
  border-color: var(--color-surface-balance-debit-low) !important; }

.acland .border-balance-debit-low-hover:hover,
* .border-balance-debit-low-hover:hover {
  border-color: var(--color-surface-balance-debit-low) !important; }

.acland .fill-balance-debit-low,
* .fill-balance-debit-low {
  fill: var(--color-surface-balance-debit-low) !important; }

.acland .fill-balance-debit-low-hover:hover,
* .fill-balance-debit-low-hover:hover {
  fill: var(--color-surface-balance-debit-low) !important; }

.acland .c-balance-debit-medium,
* .c-balance-debit-medium {
  color: var(--color-surface-balance-debit-medium) !important; }

.acland .c-balance-debit-medium-hover:hover,
* .c-balance-debit-medium-hover:hover {
  color: var(--color-surface-balance-debit-medium) !important; }

.acland .bg-balance-debit-medium,
* .bg-balance-debit-medium {
  background-color: var(--color-surface-balance-debit-medium) !important; }

.acland .bg-balance-debit-medium-hover:hover,
* .bg-balance-debit-medium-hover:hover {
  background-color: var(--color-surface-balance-debit-medium) !important; }

.acland .border-balance-debit-medium,
* .border-balance-debit-medium {
  border-color: var(--color-surface-balance-debit-medium) !important; }

.acland .border-balance-debit-medium-hover:hover,
* .border-balance-debit-medium-hover:hover {
  border-color: var(--color-surface-balance-debit-medium) !important; }

.acland .fill-balance-debit-medium,
* .fill-balance-debit-medium {
  fill: var(--color-surface-balance-debit-medium) !important; }

.acland .fill-balance-debit-medium-hover:hover,
* .fill-balance-debit-medium-hover:hover {
  fill: var(--color-surface-balance-debit-medium) !important; }

.acland .c-shadow-default-low,
* .c-shadow-default-low {
  color: var(--color-surface-shadow-default-low) !important; }

.acland .c-shadow-default-low-hover:hover,
* .c-shadow-default-low-hover:hover {
  color: var(--color-surface-shadow-default-low) !important; }

.acland .bg-shadow-default-low,
* .bg-shadow-default-low {
  background-color: var(--color-surface-shadow-default-low) !important; }

.acland .bg-shadow-default-low-hover:hover,
* .bg-shadow-default-low-hover:hover {
  background-color: var(--color-surface-shadow-default-low) !important; }

.acland .border-shadow-default-low,
* .border-shadow-default-low {
  border-color: var(--color-surface-shadow-default-low) !important; }

.acland .border-shadow-default-low-hover:hover,
* .border-shadow-default-low-hover:hover {
  border-color: var(--color-surface-shadow-default-low) !important; }

.acland .fill-shadow-default-low,
* .fill-shadow-default-low {
  fill: var(--color-surface-shadow-default-low) !important; }

.acland .fill-shadow-default-low-hover:hover,
* .fill-shadow-default-low-hover:hover {
  fill: var(--color-surface-shadow-default-low) !important; }

.acland .c-shadow-default-medium,
* .c-shadow-default-medium {
  color: var(--color-surface-shadow-default-medium) !important; }

.acland .c-shadow-default-medium-hover:hover,
* .c-shadow-default-medium-hover:hover {
  color: var(--color-surface-shadow-default-medium) !important; }

.acland .bg-shadow-default-medium,
* .bg-shadow-default-medium {
  background-color: var(--color-surface-shadow-default-medium) !important; }

.acland .bg-shadow-default-medium-hover:hover,
* .bg-shadow-default-medium-hover:hover {
  background-color: var(--color-surface-shadow-default-medium) !important; }

.acland .border-shadow-default-medium,
* .border-shadow-default-medium {
  border-color: var(--color-surface-shadow-default-medium) !important; }

.acland .border-shadow-default-medium-hover:hover,
* .border-shadow-default-medium-hover:hover {
  border-color: var(--color-surface-shadow-default-medium) !important; }

.acland .fill-shadow-default-medium,
* .fill-shadow-default-medium {
  fill: var(--color-surface-shadow-default-medium) !important; }

.acland .fill-shadow-default-medium-hover:hover,
* .fill-shadow-default-medium-hover:hover {
  fill: var(--color-surface-shadow-default-medium) !important; }

.acland .c-shadow-default-high,
* .c-shadow-default-high {
  color: var(--color-surface-shadow-default-high) !important; }

.acland .c-shadow-default-high-hover:hover,
* .c-shadow-default-high-hover:hover {
  color: var(--color-surface-shadow-default-high) !important; }

.acland .bg-shadow-default-high,
* .bg-shadow-default-high {
  background-color: var(--color-surface-shadow-default-high) !important; }

.acland .bg-shadow-default-high-hover:hover,
* .bg-shadow-default-high-hover:hover {
  background-color: var(--color-surface-shadow-default-high) !important; }

.acland .border-shadow-default-high,
* .border-shadow-default-high {
  border-color: var(--color-surface-shadow-default-high) !important; }

.acland .border-shadow-default-high-hover:hover,
* .border-shadow-default-high-hover:hover {
  border-color: var(--color-surface-shadow-default-high) !important; }

.acland .fill-shadow-default-high,
* .fill-shadow-default-high {
  fill: var(--color-surface-shadow-default-high) !important; }

.acland .fill-shadow-default-high-hover:hover,
* .fill-shadow-default-high-hover:hover {
  fill: var(--color-surface-shadow-default-high) !important; }

.acland .c-shadow-highlight-low,
* .c-shadow-highlight-low {
  color: var(--color-surface-shadow-highlight-low) !important; }

.acland .c-shadow-highlight-low-hover:hover,
* .c-shadow-highlight-low-hover:hover {
  color: var(--color-surface-shadow-highlight-low) !important; }

.acland .bg-shadow-highlight-low,
* .bg-shadow-highlight-low {
  background-color: var(--color-surface-shadow-highlight-low) !important; }

.acland .bg-shadow-highlight-low-hover:hover,
* .bg-shadow-highlight-low-hover:hover {
  background-color: var(--color-surface-shadow-highlight-low) !important; }

.acland .border-shadow-highlight-low,
* .border-shadow-highlight-low {
  border-color: var(--color-surface-shadow-highlight-low) !important; }

.acland .border-shadow-highlight-low-hover:hover,
* .border-shadow-highlight-low-hover:hover {
  border-color: var(--color-surface-shadow-highlight-low) !important; }

.acland .fill-shadow-highlight-low,
* .fill-shadow-highlight-low {
  fill: var(--color-surface-shadow-highlight-low) !important; }

.acland .fill-shadow-highlight-low-hover:hover,
* .fill-shadow-highlight-low-hover:hover {
  fill: var(--color-surface-shadow-highlight-low) !important; }

.acland .c-shadow-highlight-medium,
* .c-shadow-highlight-medium {
  color: var(--color-surface-shadow-highlight-medium) !important; }

.acland .c-shadow-highlight-medium-hover:hover,
* .c-shadow-highlight-medium-hover:hover {
  color: var(--color-surface-shadow-highlight-medium) !important; }

.acland .bg-shadow-highlight-medium,
* .bg-shadow-highlight-medium {
  background-color: var(--color-surface-shadow-highlight-medium) !important; }

.acland .bg-shadow-highlight-medium-hover:hover,
* .bg-shadow-highlight-medium-hover:hover {
  background-color: var(--color-surface-shadow-highlight-medium) !important; }

.acland .border-shadow-highlight-medium,
* .border-shadow-highlight-medium {
  border-color: var(--color-surface-shadow-highlight-medium) !important; }

.acland .border-shadow-highlight-medium-hover:hover,
* .border-shadow-highlight-medium-hover:hover {
  border-color: var(--color-surface-shadow-highlight-medium) !important; }

.acland .fill-shadow-highlight-medium,
* .fill-shadow-highlight-medium {
  fill: var(--color-surface-shadow-highlight-medium) !important; }

.acland .fill-shadow-highlight-medium-hover:hover,
* .fill-shadow-highlight-medium-hover:hover {
  fill: var(--color-surface-shadow-highlight-medium) !important; }

.acland .c-shadow-highlight-high,
* .c-shadow-highlight-high {
  color: var(--color-surface-shadow-highlight-high) !important; }

.acland .c-shadow-highlight-high-hover:hover,
* .c-shadow-highlight-high-hover:hover {
  color: var(--color-surface-shadow-highlight-high) !important; }

.acland .bg-shadow-highlight-high,
* .bg-shadow-highlight-high {
  background-color: var(--color-surface-shadow-highlight-high) !important; }

.acland .bg-shadow-highlight-high-hover:hover,
* .bg-shadow-highlight-high-hover:hover {
  background-color: var(--color-surface-shadow-highlight-high) !important; }

.acland .border-shadow-highlight-high,
* .border-shadow-highlight-high {
  border-color: var(--color-surface-shadow-highlight-high) !important; }

.acland .border-shadow-highlight-high-hover:hover,
* .border-shadow-highlight-high-hover:hover {
  border-color: var(--color-surface-shadow-highlight-high) !important; }

.acland .fill-shadow-highlight-high,
* .fill-shadow-highlight-high {
  fill: var(--color-surface-shadow-highlight-high) !important; }

.acland .fill-shadow-highlight-high-hover:hover,
* .fill-shadow-highlight-high-hover:hover {
  fill: var(--color-surface-shadow-highlight-high) !important; }

.acland .fw-100,
* .fw-100 {
  font-weight: 100 !important; }

.acland .fw-200,
* .fw-200 {
  font-weight: 200 !important; }

.acland .fw-300,
* .fw-300 {
  font-weight: 300 !important; }

.acland .fw-400,
* .fw-400 {
  font-weight: 400 !important; }

.acland .fw-500,
* .fw-500 {
  font-weight: 500 !important; }

.acland .fw-600,
* .fw-600 {
  font-weight: 600 !important; }

.acland .fw-700,
* .fw-700 {
  font-weight: 700 !important; }

.acland .fw-800,
* .fw-800 {
  font-weight: 800 !important; }

.acland .fw-900,
* .fw-900 {
  font-weight: 900 !important; }

.acland .fw-normal,
* .fw-normal {
  font-weight: 400 !important; }

.acland .fw-bold,
* .fw-bold {
  font-weight: 700 !important; }

@media (min-width: 567px) {
  .acland .fw-sm-100,
  * .fw-sm-100 {
    font-weight: 100 !important; }
  .acland .fw-sm-200,
  * .fw-sm-200 {
    font-weight: 200 !important; }
  .acland .fw-sm-300,
  * .fw-sm-300 {
    font-weight: 300 !important; }
  .acland .fw-sm-400,
  * .fw-sm-400 {
    font-weight: 400 !important; }
  .acland .fw-sm-500,
  * .fw-sm-500 {
    font-weight: 500 !important; }
  .acland .fw-sm-600,
  * .fw-sm-600 {
    font-weight: 600 !important; }
  .acland .fw-sm-700,
  * .fw-sm-700 {
    font-weight: 700 !important; }
  .acland .fw-sm-800,
  * .fw-sm-800 {
    font-weight: 800 !important; }
  .acland .fw-sm-900,
  * .fw-sm-900 {
    font-weight: 900 !important; }
  .acland .fw-sm-normal,
  * .fw-sm-normal {
    font-weight: 400 !important; }
  .acland .fw-sm-bold,
  * .fw-sm-bold {
    font-weight: 700 !important; } }

@media (min-width: 767px) {
  .acland .fw-md-100,
  * .fw-md-100 {
    font-weight: 100 !important; }
  .acland .fw-md-200,
  * .fw-md-200 {
    font-weight: 200 !important; }
  .acland .fw-md-300,
  * .fw-md-300 {
    font-weight: 300 !important; }
  .acland .fw-md-400,
  * .fw-md-400 {
    font-weight: 400 !important; }
  .acland .fw-md-500,
  * .fw-md-500 {
    font-weight: 500 !important; }
  .acland .fw-md-600,
  * .fw-md-600 {
    font-weight: 600 !important; }
  .acland .fw-md-700,
  * .fw-md-700 {
    font-weight: 700 !important; }
  .acland .fw-md-800,
  * .fw-md-800 {
    font-weight: 800 !important; }
  .acland .fw-md-900,
  * .fw-md-900 {
    font-weight: 900 !important; }
  .acland .fw-md-normal,
  * .fw-md-normal {
    font-weight: 400 !important; }
  .acland .fw-md-bold,
  * .fw-md-bold {
    font-weight: 700 !important; } }

@media (min-width: 992px) {
  .acland .fw-lg-100,
  * .fw-lg-100 {
    font-weight: 100 !important; }
  .acland .fw-lg-200,
  * .fw-lg-200 {
    font-weight: 200 !important; }
  .acland .fw-lg-300,
  * .fw-lg-300 {
    font-weight: 300 !important; }
  .acland .fw-lg-400,
  * .fw-lg-400 {
    font-weight: 400 !important; }
  .acland .fw-lg-500,
  * .fw-lg-500 {
    font-weight: 500 !important; }
  .acland .fw-lg-600,
  * .fw-lg-600 {
    font-weight: 600 !important; }
  .acland .fw-lg-700,
  * .fw-lg-700 {
    font-weight: 700 !important; }
  .acland .fw-lg-800,
  * .fw-lg-800 {
    font-weight: 800 !important; }
  .acland .fw-lg-900,
  * .fw-lg-900 {
    font-weight: 900 !important; }
  .acland .fw-lg-normal,
  * .fw-lg-normal {
    font-weight: 400 !important; }
  .acland .fw-lg-bold,
  * .fw-lg-bold {
    font-weight: 700 !important; } }

@media (min-width: 1200px) {
  .acland .fw-xl-100,
  * .fw-xl-100 {
    font-weight: 100 !important; }
  .acland .fw-xl-200,
  * .fw-xl-200 {
    font-weight: 200 !important; }
  .acland .fw-xl-300,
  * .fw-xl-300 {
    font-weight: 300 !important; }
  .acland .fw-xl-400,
  * .fw-xl-400 {
    font-weight: 400 !important; }
  .acland .fw-xl-500,
  * .fw-xl-500 {
    font-weight: 500 !important; }
  .acland .fw-xl-600,
  * .fw-xl-600 {
    font-weight: 600 !important; }
  .acland .fw-xl-700,
  * .fw-xl-700 {
    font-weight: 700 !important; }
  .acland .fw-xl-800,
  * .fw-xl-800 {
    font-weight: 800 !important; }
  .acland .fw-xl-900,
  * .fw-xl-900 {
    font-weight: 900 !important; }
  .acland .fw-xl-normal,
  * .fw-xl-normal {
    font-weight: 400 !important; }
  .acland .fw-xl-bold,
  * .fw-xl-bold {
    font-weight: 700 !important; } }

.acland .fs-1,
* .fs-1 {
  font-size: var(--font-size-1) !important; }

.acland .fs-2,
* .fs-2 {
  font-size: var(--font-size-2) !important; }

.acland .fs-3,
* .fs-3 {
  font-size: var(--font-size-3) !important; }

.acland .fs-4,
* .fs-4 {
  font-size: var(--font-size-4) !important; }

.acland .fs-5,
* .fs-5 {
  font-size: var(--font-size-5) !important; }

.acland .fs-6,
* .fs-6 {
  font-size: var(--font-size-6) !important; }

.acland .fs-base,
* .fs-base {
  font-size: var(--font-size-bs) !important; }

.acland .fs-bs,
* .fs-bs {
  font-size: var(--font-size-bs) !important; }

.acland .fs-small,
* .fs-small {
  font-size: var(--font-size-small) !important; }

.acland .fs-sm,
* .fs-sm {
  font-size: var(--font-size-sm) !important; }

.acland .fs-xs,
* .fs-xs {
  font-size: var(--font-size-xs) !important; }

.acland .fs-lg,
* .fs-lg {
  font-size: var(--font-size-lg) !important; }

.acland .fs-xl,
* .fs-xl {
  font-size: var(--font-size-xl) !important; }

.acland .fs-08,
* .fs-08 {
  font-size: 0.8rem !important; }

.acland .fs-100,
* .fs-100 {
  font-size: 1rem !important; }

.acland .fs-125,
* .fs-125 {
  font-size: 1.25rem !important; }

.acland .fs-150,
* .fs-150 {
  font-size: 1.5rem !important; }

.acland .fs-175,
* .fs-175 {
  font-size: 1.75rem !important; }

.acland .fs-200,
* .fs-200 {
  font-size: 2rem !important; }

.acland .fs-225,
* .fs-225 {
  font-size: 2.25rem !important; }

.acland .fs-250,
* .fs-250 {
  font-size: 2.5rem !important; }

.acland .fs-275,
* .fs-275 {
  font-size: 2.75rem !important; }

.acland .fs-300,
* .fs-300 {
  font-size: 3rem !important; }

.acland .fs-400,
* .fs-400 {
  font-size: 4rem !important; }

.acland .fs-500,
* .fs-500 {
  font-size: 5rem !important; }

@media (min-width: 567px) {
  .acland .fs-sm-1,
  * .fs-sm-1 {
    font-size: var(--font-size-1) !important; }
  .acland .fs-sm-2,
  * .fs-sm-2 {
    font-size: var(--font-size-2) !important; }
  .acland .fs-sm-3,
  * .fs-sm-3 {
    font-size: var(--font-size-3) !important; }
  .acland .fs-sm-4,
  * .fs-sm-4 {
    font-size: var(--font-size-4) !important; }
  .acland .fs-sm-5,
  * .fs-sm-5 {
    font-size: var(--font-size-5) !important; }
  .acland .fs-sm-6,
  * .fs-sm-6 {
    font-size: var(--font-size-6) !important; }
  .acland .fs-sm-base,
  * .fs-sm-base {
    font-size: var(--font-size-bs) !important; }
  .acland .fs-sm-bs,
  * .fs-sm-bs {
    font-size: var(--font-size-bs) !important; }
  .acland .fs-sm-small,
  * .fs-sm-small {
    font-size: var(--font-size-small) !important; }
  .acland .fs-sm-sm,
  * .fs-sm-sm {
    font-size: var(--font-size-sm) !important; }
  .acland .fs-sm-xs,
  * .fs-sm-xs {
    font-size: var(--font-size-xs) !important; }
  .acland .fs-sm-lg,
  * .fs-sm-lg {
    font-size: var(--font-size-lg) !important; }
  .acland .fs-sm-xl,
  * .fs-sm-xl {
    font-size: var(--font-size-xl) !important; }
  .acland .fs-sm-08,
  * .fs-sm-08 {
    font-size: 0.8rem !important; }
  .acland .fs-sm-100,
  * .fs-sm-100 {
    font-size: 1rem !important; }
  .acland .fs-sm-125,
  * .fs-sm-125 {
    font-size: 1.25rem !important; }
  .acland .fs-sm-150,
  * .fs-sm-150 {
    font-size: 1.5rem !important; }
  .acland .fs-sm-175,
  * .fs-sm-175 {
    font-size: 1.75rem !important; }
  .acland .fs-sm-200,
  * .fs-sm-200 {
    font-size: 2rem !important; }
  .acland .fs-sm-225,
  * .fs-sm-225 {
    font-size: 2.25rem !important; }
  .acland .fs-sm-250,
  * .fs-sm-250 {
    font-size: 2.5rem !important; }
  .acland .fs-sm-275,
  * .fs-sm-275 {
    font-size: 2.75rem !important; }
  .acland .fs-sm-300,
  * .fs-sm-300 {
    font-size: 3rem !important; }
  .acland .fs-sm-400,
  * .fs-sm-400 {
    font-size: 4rem !important; }
  .acland .fs-sm-500,
  * .fs-sm-500 {
    font-size: 5rem !important; } }

@media (min-width: 767px) {
  .acland .fs-md-1,
  * .fs-md-1 {
    font-size: var(--font-size-1) !important; }
  .acland .fs-md-2,
  * .fs-md-2 {
    font-size: var(--font-size-2) !important; }
  .acland .fs-md-3,
  * .fs-md-3 {
    font-size: var(--font-size-3) !important; }
  .acland .fs-md-4,
  * .fs-md-4 {
    font-size: var(--font-size-4) !important; }
  .acland .fs-md-5,
  * .fs-md-5 {
    font-size: var(--font-size-5) !important; }
  .acland .fs-md-6,
  * .fs-md-6 {
    font-size: var(--font-size-6) !important; }
  .acland .fs-md-base,
  * .fs-md-base {
    font-size: var(--font-size-bs) !important; }
  .acland .fs-md-bs,
  * .fs-md-bs {
    font-size: var(--font-size-bs) !important; }
  .acland .fs-md-small,
  * .fs-md-small {
    font-size: var(--font-size-small) !important; }
  .acland .fs-md-sm,
  * .fs-md-sm {
    font-size: var(--font-size-sm) !important; }
  .acland .fs-md-xs,
  * .fs-md-xs {
    font-size: var(--font-size-xs) !important; }
  .acland .fs-md-lg,
  * .fs-md-lg {
    font-size: var(--font-size-lg) !important; }
  .acland .fs-md-xl,
  * .fs-md-xl {
    font-size: var(--font-size-xl) !important; }
  .acland .fs-md-08,
  * .fs-md-08 {
    font-size: 0.8rem !important; }
  .acland .fs-md-100,
  * .fs-md-100 {
    font-size: 1rem !important; }
  .acland .fs-md-125,
  * .fs-md-125 {
    font-size: 1.25rem !important; }
  .acland .fs-md-150,
  * .fs-md-150 {
    font-size: 1.5rem !important; }
  .acland .fs-md-175,
  * .fs-md-175 {
    font-size: 1.75rem !important; }
  .acland .fs-md-200,
  * .fs-md-200 {
    font-size: 2rem !important; }
  .acland .fs-md-225,
  * .fs-md-225 {
    font-size: 2.25rem !important; }
  .acland .fs-md-250,
  * .fs-md-250 {
    font-size: 2.5rem !important; }
  .acland .fs-md-275,
  * .fs-md-275 {
    font-size: 2.75rem !important; }
  .acland .fs-md-300,
  * .fs-md-300 {
    font-size: 3rem !important; }
  .acland .fs-md-400,
  * .fs-md-400 {
    font-size: 4rem !important; }
  .acland .fs-md-500,
  * .fs-md-500 {
    font-size: 5rem !important; } }

@media (min-width: 992px) {
  .acland .fs-lg-1,
  * .fs-lg-1 {
    font-size: var(--font-size-1) !important; }
  .acland .fs-lg-2,
  * .fs-lg-2 {
    font-size: var(--font-size-2) !important; }
  .acland .fs-lg-3,
  * .fs-lg-3 {
    font-size: var(--font-size-3) !important; }
  .acland .fs-lg-4,
  * .fs-lg-4 {
    font-size: var(--font-size-4) !important; }
  .acland .fs-lg-5,
  * .fs-lg-5 {
    font-size: var(--font-size-5) !important; }
  .acland .fs-lg-6,
  * .fs-lg-6 {
    font-size: var(--font-size-6) !important; }
  .acland .fs-lg-base,
  * .fs-lg-base {
    font-size: var(--font-size-bs) !important; }
  .acland .fs-lg-bs,
  * .fs-lg-bs {
    font-size: var(--font-size-bs) !important; }
  .acland .fs-lg-small,
  * .fs-lg-small {
    font-size: var(--font-size-small) !important; }
  .acland .fs-lg-sm,
  * .fs-lg-sm {
    font-size: var(--font-size-sm) !important; }
  .acland .fs-lg-xs,
  * .fs-lg-xs {
    font-size: var(--font-size-xs) !important; }
  .acland .fs-lg-lg,
  * .fs-lg-lg {
    font-size: var(--font-size-lg) !important; }
  .acland .fs-lg-xl,
  * .fs-lg-xl {
    font-size: var(--font-size-xl) !important; }
  .acland .fs-lg-08,
  * .fs-lg-08 {
    font-size: 0.8rem !important; }
  .acland .fs-lg-100,
  * .fs-lg-100 {
    font-size: 1rem !important; }
  .acland .fs-lg-125,
  * .fs-lg-125 {
    font-size: 1.25rem !important; }
  .acland .fs-lg-150,
  * .fs-lg-150 {
    font-size: 1.5rem !important; }
  .acland .fs-lg-175,
  * .fs-lg-175 {
    font-size: 1.75rem !important; }
  .acland .fs-lg-200,
  * .fs-lg-200 {
    font-size: 2rem !important; }
  .acland .fs-lg-225,
  * .fs-lg-225 {
    font-size: 2.25rem !important; }
  .acland .fs-lg-250,
  * .fs-lg-250 {
    font-size: 2.5rem !important; }
  .acland .fs-lg-275,
  * .fs-lg-275 {
    font-size: 2.75rem !important; }
  .acland .fs-lg-300,
  * .fs-lg-300 {
    font-size: 3rem !important; }
  .acland .fs-lg-400,
  * .fs-lg-400 {
    font-size: 4rem !important; }
  .acland .fs-lg-500,
  * .fs-lg-500 {
    font-size: 5rem !important; } }

@media (min-width: 1200px) {
  .acland .fs-xl-1,
  * .fs-xl-1 {
    font-size: var(--font-size-1) !important; }
  .acland .fs-xl-2,
  * .fs-xl-2 {
    font-size: var(--font-size-2) !important; }
  .acland .fs-xl-3,
  * .fs-xl-3 {
    font-size: var(--font-size-3) !important; }
  .acland .fs-xl-4,
  * .fs-xl-4 {
    font-size: var(--font-size-4) !important; }
  .acland .fs-xl-5,
  * .fs-xl-5 {
    font-size: var(--font-size-5) !important; }
  .acland .fs-xl-6,
  * .fs-xl-6 {
    font-size: var(--font-size-6) !important; }
  .acland .fs-xl-base,
  * .fs-xl-base {
    font-size: var(--font-size-bs) !important; }
  .acland .fs-xl-bs,
  * .fs-xl-bs {
    font-size: var(--font-size-bs) !important; }
  .acland .fs-xl-small,
  * .fs-xl-small {
    font-size: var(--font-size-small) !important; }
  .acland .fs-xl-sm,
  * .fs-xl-sm {
    font-size: var(--font-size-sm) !important; }
  .acland .fs-xl-xs,
  * .fs-xl-xs {
    font-size: var(--font-size-xs) !important; }
  .acland .fs-xl-lg,
  * .fs-xl-lg {
    font-size: var(--font-size-lg) !important; }
  .acland .fs-xl-xl,
  * .fs-xl-xl {
    font-size: var(--font-size-xl) !important; }
  .acland .fs-xl-08,
  * .fs-xl-08 {
    font-size: 0.8rem !important; }
  .acland .fs-xl-100,
  * .fs-xl-100 {
    font-size: 1rem !important; }
  .acland .fs-xl-125,
  * .fs-xl-125 {
    font-size: 1.25rem !important; }
  .acland .fs-xl-150,
  * .fs-xl-150 {
    font-size: 1.5rem !important; }
  .acland .fs-xl-175,
  * .fs-xl-175 {
    font-size: 1.75rem !important; }
  .acland .fs-xl-200,
  * .fs-xl-200 {
    font-size: 2rem !important; }
  .acland .fs-xl-225,
  * .fs-xl-225 {
    font-size: 2.25rem !important; }
  .acland .fs-xl-250,
  * .fs-xl-250 {
    font-size: 2.5rem !important; }
  .acland .fs-xl-275,
  * .fs-xl-275 {
    font-size: 2.75rem !important; }
  .acland .fs-xl-300,
  * .fs-xl-300 {
    font-size: 3rem !important; }
  .acland .fs-xl-400,
  * .fs-xl-400 {
    font-size: 4rem !important; }
  .acland .fs-xl-500,
  * .fs-xl-500 {
    font-size: 5rem !important; } }

.acland .lh-1,
* .lh-1 {
  line-height: var(--line-height-1) !important; }

.acland .lh-2,
* .lh-2 {
  line-height: var(--line-height-2) !important; }

.acland .lh-3,
* .lh-3 {
  line-height: var(--line-height-3) !important; }

.acland .lh-4,
* .lh-4 {
  line-height: var(--line-height-4) !important; }

.acland .center-s,
* .center-s {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }

.acland .center-v,
* .center-v {
  display: flex !important;
  align-items: center !important; }

.acland .center-h,
* .center-h {
  display: flex !important;
  justify-content: center !important; }

@media (min-width: 567px) {
  .acland .center-sm-s,
  * .center-sm-s {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .acland .center-sm-v,
  * .center-sm-v {
    display: flex !important;
    align-items: center !important; }
  .acland .center-sm-h,
  * .center-sm-h {
    display: flex !important;
    justify-content: center !important; } }

@media (min-width: 767px) {
  .acland .center-md-s,
  * .center-md-s {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .acland .center-md-v,
  * .center-md-v {
    display: flex !important;
    align-items: center !important; }
  .acland .center-md-h,
  * .center-md-h {
    display: flex !important;
    justify-content: center !important; } }

@media (min-width: 992px) {
  .acland .center-lg-s,
  * .center-lg-s {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .acland .center-lg-v,
  * .center-lg-v {
    display: flex !important;
    align-items: center !important; }
  .acland .center-lg-h,
  * .center-lg-h {
    display: flex !important;
    justify-content: center !important; } }

@media (min-width: 1200px) {
  .acland .center-xl-s,
  * .center-xl-s {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .acland .center-xl-v,
  * .center-xl-v {
    display: flex !important;
    align-items: center !important; }
  .acland .center-xl-h,
  * .center-xl-h {
    display: flex !important;
    justify-content: center !important; } }

.acland .place-center,
* .place-center {
  place-content: center; }

.acland .w-fit-content,
* .w-fit-content {
  width: -moz-fit-content;
  width: fit-content; }

@media (min-width: 567px) {
  .acland .w-sm-fit-content,
  * .w-sm-fit-content {
    width: -moz-fit-content;
    width: fit-content; }
  .acland .w-sm-100,
  * .w-sm-100 {
    width: 100%; }
  .acland .w-sm-75,
  * .w-sm-75 {
    width: 75%; }
  .acland .w-sm-50,
  * .w-sm-50 {
    width: 50%; }
  .acland .w-sm-25,
  * .w-sm-25 {
    width: 25%; } }

@media (min-width: 767px) {
  .acland .w-md-fit-content,
  * .w-md-fit-content {
    width: -moz-fit-content;
    width: fit-content; }
  .acland .w-md-100,
  * .w-md-100 {
    width: 100%; }
  .acland .w-md-75,
  * .w-md-75 {
    width: 75%; }
  .acland .w-md-50,
  * .w-md-50 {
    width: 50%; }
  .acland .w-md-25,
  * .w-md-25 {
    width: 25%; } }

@media (min-width: 992px) {
  .acland .w-lg-fit-content,
  * .w-lg-fit-content {
    width: -moz-fit-content;
    width: fit-content; }
  .acland .w-lg-100,
  * .w-lg-100 {
    width: 100%; }
  .acland .w-lg-75,
  * .w-lg-75 {
    width: 75%; }
  .acland .w-lg-50,
  * .w-lg-50 {
    width: 50%; }
  .acland .w-lg-25,
  * .w-lg-25 {
    width: 25%; } }

@media (min-width: 1200px) {
  .acland .w-xl-fit-content,
  * .w-xl-fit-content {
    width: -moz-fit-content;
    width: fit-content; }
  .acland .w-xl-100,
  * .w-xl-100 {
    width: 100%; }
  .acland .w-xl-75,
  * .w-xl-75 {
    width: 75%; }
  .acland .w-xl-50,
  * .w-xl-50 {
    width: 50%; }
  .acland .w-xl-25,
  * .w-xl-25 {
    width: 25%; } }

.acland .wv-100,
* .wv-100 {
  width: 100vw; }

.acland .h-fit-content,
* .h-fit-content {
  height: -moz-fit-content;
  height: fit-content; }

.acland .h-100,
* .h-100 {
  height: 100%; }

.acland .h-75,
* .h-75 {
  height: 75%; }

.acland .h-50,
* .h-50 {
  height: 50%; }

.acland .h-25,
* .h-25 {
  height: 25%; }

@media (min-width: 567px) {
  .acland .h-sm-fit-content,
  * .h-sm-fit-content {
    height: -moz-fit-content;
    height: fit-content; }
  .acland .h-sm-100,
  * .h-sm-100 {
    height: 100%; }
  .acland .h-sm-75,
  * .h-sm-75 {
    height: 75%; }
  .acland .h-sm-50,
  * .h-sm-50 {
    height: 50%; }
  .acland .h-sm-25,
  * .h-sm-25 {
    height: 25%; } }

@media (min-width: 767px) {
  .acland .h-md-fit-content,
  * .h-md-fit-content {
    height: -moz-fit-content;
    height: fit-content; }
  .acland .h-md-100,
  * .h-md-100 {
    height: 100%; }
  .acland .h-md-75,
  * .h-md-75 {
    height: 75%; }
  .acland .h-md-50,
  * .h-md-50 {
    height: 50%; }
  .acland .h-md-25,
  * .h-md-25 {
    height: 25%; } }

@media (min-width: 992px) {
  .acland .h-lg-fit-content,
  * .h-lg-fit-content {
    height: -moz-fit-content;
    height: fit-content; }
  .acland .h-lg-100,
  * .h-lg-100 {
    height: 100%; }
  .acland .h-lg-75,
  * .h-lg-75 {
    height: 75%; }
  .acland .h-lg-50,
  * .h-lg-50 {
    height: 50%; }
  .acland .h-lg-25,
  * .h-lg-25 {
    height: 25%; } }

@media (min-width: 1200px) {
  .acland .h-xl-fit-content,
  * .h-xl-fit-content {
    height: -moz-fit-content;
    height: fit-content; }
  .acland .h-xl-100,
  * .h-xl-100 {
    height: 100%; }
  .acland .h-xl-75,
  * .h-xl-75 {
    height: 75%; }
  .acland .h-xl-50,
  * .h-xl-50 {
    height: 50%; }
  .acland .h-xl-25,
  * .h-xl-25 {
    height: 25%; } }

.acland .hv-100,
* .hv-100 {
  height: 100vh; }

.acland .hdv-100,
* .hdv-100 {
  height: 100dvh; }

.acland .gap-0,
* .gap-0 {
  gap: var(--size-0) !important; }

.acland .gap-1,
* .gap-1 {
  gap: var(--size-1) !important; }

.acland .gap-2,
* .gap-2 {
  gap: var(--size-2) !important; }

.acland .gap-3,
* .gap-3 {
  gap: var(--size-3) !important; }

.acland .gap-4,
* .gap-4 {
  gap: var(--size-4) !important; }

.acland .gap-5,
* .gap-5 {
  gap: var(--size-5) !important; }

.acland .gap-row-0,
* .gap-row-0 {
  row-gap: var(--size-0) !important; }

.acland .gap-row-1,
* .gap-row-1 {
  row-gap: var(--size-1) !important; }

.acland .gap-row-2,
* .gap-row-2 {
  row-gap: var(--size-2) !important; }

.acland .gap-row-3,
* .gap-row-3 {
  row-gap: var(--size-3) !important; }

.acland .gap-row-4,
* .gap-row-4 {
  row-gap: var(--size-4) !important; }

.acland .gap-row-5,
* .gap-row-5 {
  row-gap: var(--size-5) !important; }

.acland .gap-col-0,
* .gap-col-0 {
  -moz-column-gap: var(--size-0) !important;
  column-gap: var(--size-0) !important; }

.acland .gap-col-1,
* .gap-col-1 {
  -moz-column-gap: var(--size-1) !important;
  column-gap: var(--size-1) !important; }

.acland .gap-col-2,
* .gap-col-2 {
  -moz-column-gap: var(--size-2) !important;
  column-gap: var(--size-2) !important; }

.acland .gap-col-3,
* .gap-col-3 {
  -moz-column-gap: var(--size-3) !important;
  column-gap: var(--size-3) !important; }

.acland .gap-col-4,
* .gap-col-4 {
  -moz-column-gap: var(--size-4) !important;
  column-gap: var(--size-4) !important; }

.acland .gap-col-5,
* .gap-col-5 {
  -moz-column-gap: var(--size-5) !important;
  column-gap: var(--size-5) !important; }

@media (min-width: 567px) {
  .acland .gap-sm-0,
  * .gap-sm-0 {
    gap: var(--size-0) !important; }
  .acland .gap-sm-1,
  * .gap-sm-1 {
    gap: var(--size-1) !important; }
  .acland .gap-sm-2,
  * .gap-sm-2 {
    gap: var(--size-2) !important; }
  .acland .gap-sm-3,
  * .gap-sm-3 {
    gap: var(--size-3) !important; }
  .acland .gap-sm-4,
  * .gap-sm-4 {
    gap: var(--size-4) !important; }
  .acland .gap-sm-5,
  * .gap-sm-5 {
    gap: var(--size-5) !important; }
  .acland .gap-sm-row-0,
  * .gap-sm-row-0 {
    row-gap: var(--size-0) !important; }
  .acland .gap-sm-row-1,
  * .gap-sm-row-1 {
    row-gap: var(--size-1) !important; }
  .acland .gap-sm-row-2,
  * .gap-sm-row-2 {
    row-gap: var(--size-2) !important; }
  .acland .gap-sm-row-3,
  * .gap-sm-row-3 {
    row-gap: var(--size-3) !important; }
  .acland .gap-sm-row-4,
  * .gap-sm-row-4 {
    row-gap: var(--size-4) !important; }
  .acland .gap-sm-row-5,
  * .gap-sm-row-5 {
    row-gap: var(--size-5) !important; }
  .acland .gap-sm-col-0,
  * .gap-sm-col-0 {
    -moz-column-gap: var(--size-0) !important;
    column-gap: var(--size-0) !important; }
  .acland .gap-sm-col-1,
  * .gap-sm-col-1 {
    -moz-column-gap: var(--size-1) !important;
    column-gap: var(--size-1) !important; }
  .acland .gap-sm-col-2,
  * .gap-sm-col-2 {
    -moz-column-gap: var(--size-2) !important;
    column-gap: var(--size-2) !important; }
  .acland .gap-sm-col-3,
  * .gap-sm-col-3 {
    -moz-column-gap: var(--size-3) !important;
    column-gap: var(--size-3) !important; }
  .acland .gap-sm-col-4,
  * .gap-sm-col-4 {
    -moz-column-gap: var(--size-4) !important;
    column-gap: var(--size-4) !important; }
  .acland .gap-sm-col-5,
  * .gap-sm-col-5 {
    -moz-column-gap: var(--size-5) !important;
    column-gap: var(--size-5) !important; } }

@media (min-width: 767px) {
  .acland .gap-md-0,
  * .gap-md-0 {
    gap: var(--size-0) !important; }
  .acland .gap-md-1,
  * .gap-md-1 {
    gap: var(--size-1) !important; }
  .acland .gap-md-2,
  * .gap-md-2 {
    gap: var(--size-2) !important; }
  .acland .gap-md-3,
  * .gap-md-3 {
    gap: var(--size-3) !important; }
  .acland .gap-md-4,
  * .gap-md-4 {
    gap: var(--size-4) !important; }
  .acland .gap-md-5,
  * .gap-md-5 {
    gap: var(--size-5) !important; }
  .acland .gap-md-row-0,
  * .gap-md-row-0 {
    row-gap: var(--size-0) !important; }
  .acland .gap-md-row-1,
  * .gap-md-row-1 {
    row-gap: var(--size-1) !important; }
  .acland .gap-md-row-2,
  * .gap-md-row-2 {
    row-gap: var(--size-2) !important; }
  .acland .gap-md-row-3,
  * .gap-md-row-3 {
    row-gap: var(--size-3) !important; }
  .acland .gap-md-row-4,
  * .gap-md-row-4 {
    row-gap: var(--size-4) !important; }
  .acland .gap-md-row-5,
  * .gap-md-row-5 {
    row-gap: var(--size-5) !important; }
  .acland .gap-md-col-0,
  * .gap-md-col-0 {
    -moz-column-gap: var(--size-0) !important;
    column-gap: var(--size-0) !important; }
  .acland .gap-md-col-1,
  * .gap-md-col-1 {
    -moz-column-gap: var(--size-1) !important;
    column-gap: var(--size-1) !important; }
  .acland .gap-md-col-2,
  * .gap-md-col-2 {
    -moz-column-gap: var(--size-2) !important;
    column-gap: var(--size-2) !important; }
  .acland .gap-md-col-3,
  * .gap-md-col-3 {
    -moz-column-gap: var(--size-3) !important;
    column-gap: var(--size-3) !important; }
  .acland .gap-md-col-4,
  * .gap-md-col-4 {
    -moz-column-gap: var(--size-4) !important;
    column-gap: var(--size-4) !important; }
  .acland .gap-md-col-5,
  * .gap-md-col-5 {
    -moz-column-gap: var(--size-5) !important;
    column-gap: var(--size-5) !important; } }

@media (min-width: 992px) {
  .acland .gap-lg-0,
  * .gap-lg-0 {
    gap: var(--size-0) !important; }
  .acland .gap-lg-1,
  * .gap-lg-1 {
    gap: var(--size-1) !important; }
  .acland .gap-lg-2,
  * .gap-lg-2 {
    gap: var(--size-2) !important; }
  .acland .gap-lg-3,
  * .gap-lg-3 {
    gap: var(--size-3) !important; }
  .acland .gap-lg-4,
  * .gap-lg-4 {
    gap: var(--size-4) !important; }
  .acland .gap-lg-5,
  * .gap-lg-5 {
    gap: var(--size-5) !important; }
  .acland .gap-lg-row-0,
  * .gap-lg-row-0 {
    row-gap: var(--size-0) !important; }
  .acland .gap-lg-row-1,
  * .gap-lg-row-1 {
    row-gap: var(--size-1) !important; }
  .acland .gap-lg-row-2,
  * .gap-lg-row-2 {
    row-gap: var(--size-2) !important; }
  .acland .gap-lg-row-3,
  * .gap-lg-row-3 {
    row-gap: var(--size-3) !important; }
  .acland .gap-lg-row-4,
  * .gap-lg-row-4 {
    row-gap: var(--size-4) !important; }
  .acland .gap-lg-row-5,
  * .gap-lg-row-5 {
    row-gap: var(--size-5) !important; }
  .acland .gap-lg-col-0,
  * .gap-lg-col-0 {
    -moz-column-gap: var(--size-0) !important;
    column-gap: var(--size-0) !important; }
  .acland .gap-lg-col-1,
  * .gap-lg-col-1 {
    -moz-column-gap: var(--size-1) !important;
    column-gap: var(--size-1) !important; }
  .acland .gap-lg-col-2,
  * .gap-lg-col-2 {
    -moz-column-gap: var(--size-2) !important;
    column-gap: var(--size-2) !important; }
  .acland .gap-lg-col-3,
  * .gap-lg-col-3 {
    -moz-column-gap: var(--size-3) !important;
    column-gap: var(--size-3) !important; }
  .acland .gap-lg-col-4,
  * .gap-lg-col-4 {
    -moz-column-gap: var(--size-4) !important;
    column-gap: var(--size-4) !important; }
  .acland .gap-lg-col-5,
  * .gap-lg-col-5 {
    -moz-column-gap: var(--size-5) !important;
    column-gap: var(--size-5) !important; } }

@media (min-width: 1200px) {
  .acland .gap-xl-0,
  * .gap-xl-0 {
    gap: var(--size-0) !important; }
  .acland .gap-xl-1,
  * .gap-xl-1 {
    gap: var(--size-1) !important; }
  .acland .gap-xl-2,
  * .gap-xl-2 {
    gap: var(--size-2) !important; }
  .acland .gap-xl-3,
  * .gap-xl-3 {
    gap: var(--size-3) !important; }
  .acland .gap-xl-4,
  * .gap-xl-4 {
    gap: var(--size-4) !important; }
  .acland .gap-xl-5,
  * .gap-xl-5 {
    gap: var(--size-5) !important; }
  .acland .gap-xl-row-0,
  * .gap-xl-row-0 {
    row-gap: var(--size-0) !important; }
  .acland .gap-xl-row-1,
  * .gap-xl-row-1 {
    row-gap: var(--size-1) !important; }
  .acland .gap-xl-row-2,
  * .gap-xl-row-2 {
    row-gap: var(--size-2) !important; }
  .acland .gap-xl-row-3,
  * .gap-xl-row-3 {
    row-gap: var(--size-3) !important; }
  .acland .gap-xl-row-4,
  * .gap-xl-row-4 {
    row-gap: var(--size-4) !important; }
  .acland .gap-xl-row-5,
  * .gap-xl-row-5 {
    row-gap: var(--size-5) !important; }
  .acland .gap-xl-col-0,
  * .gap-xl-col-0 {
    -moz-column-gap: var(--size-0) !important;
    column-gap: var(--size-0) !important; }
  .acland .gap-xl-col-1,
  * .gap-xl-col-1 {
    -moz-column-gap: var(--size-1) !important;
    column-gap: var(--size-1) !important; }
  .acland .gap-xl-col-2,
  * .gap-xl-col-2 {
    -moz-column-gap: var(--size-2) !important;
    column-gap: var(--size-2) !important; }
  .acland .gap-xl-col-3,
  * .gap-xl-col-3 {
    -moz-column-gap: var(--size-3) !important;
    column-gap: var(--size-3) !important; }
  .acland .gap-xl-col-4,
  * .gap-xl-col-4 {
    -moz-column-gap: var(--size-4) !important;
    column-gap: var(--size-4) !important; }
  .acland .gap-xl-col-5,
  * .gap-xl-col-5 {
    -moz-column-gap: var(--size-5) !important;
    column-gap: var(--size-5) !important; } }

.acland .-mt-1,
* .-mt-1 {
  margin-top: calc(-1 * var(--size-1)) !important; }

.acland .-mt-2,
* .-mt-2 {
  margin-top: calc(-1 * var(--size-2)) !important; }

.acland .-mt-3,
* .-mt-3 {
  margin-top: calc(-1 * var(--size-3)) !important; }

.acland .-mt-4,
* .-mt-4 {
  margin-top: calc(-1 * var(--size-4)) !important; }

.acland .-mt-5,
* .-mt-5 {
  margin-top: calc(-1 * var(--size-5)) !important; }

@media (min-width: 567px) {
  .acland .-mt-sm-1,
  * .-mt-sm-1 {
    margin-top: calc(-1 * var(--size-1)) !important; }
  .acland .-mt-sm-2,
  * .-mt-sm-2 {
    margin-top: calc(-1 * var(--size-2)) !important; }
  .acland .-mt-sm-3,
  * .-mt-sm-3 {
    margin-top: calc(-1 * var(--size-3)) !important; }
  .acland .-mt-sm-4,
  * .-mt-sm-4 {
    margin-top: calc(-1 * var(--size-4)) !important; }
  .acland .-mt-sm-5,
  * .-mt-sm-5 {
    margin-top: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 767px) {
  .acland .-mt-md-1,
  * .-mt-md-1 {
    margin-top: calc(-1 * var(--size-1)) !important; }
  .acland .-mt-md-2,
  * .-mt-md-2 {
    margin-top: calc(-1 * var(--size-2)) !important; }
  .acland .-mt-md-3,
  * .-mt-md-3 {
    margin-top: calc(-1 * var(--size-3)) !important; }
  .acland .-mt-md-4,
  * .-mt-md-4 {
    margin-top: calc(-1 * var(--size-4)) !important; }
  .acland .-mt-md-5,
  * .-mt-md-5 {
    margin-top: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 992px) {
  .acland .-mt-lg-1,
  * .-mt-lg-1 {
    margin-top: calc(-1 * var(--size-1)) !important; }
  .acland .-mt-lg-2,
  * .-mt-lg-2 {
    margin-top: calc(-1 * var(--size-2)) !important; }
  .acland .-mt-lg-3,
  * .-mt-lg-3 {
    margin-top: calc(-1 * var(--size-3)) !important; }
  .acland .-mt-lg-4,
  * .-mt-lg-4 {
    margin-top: calc(-1 * var(--size-4)) !important; }
  .acland .-mt-lg-5,
  * .-mt-lg-5 {
    margin-top: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 1200px) {
  .acland .-mt-xl-1,
  * .-mt-xl-1 {
    margin-top: calc(-1 * var(--size-1)) !important; }
  .acland .-mt-xl-2,
  * .-mt-xl-2 {
    margin-top: calc(-1 * var(--size-2)) !important; }
  .acland .-mt-xl-3,
  * .-mt-xl-3 {
    margin-top: calc(-1 * var(--size-3)) !important; }
  .acland .-mt-xl-4,
  * .-mt-xl-4 {
    margin-top: calc(-1 * var(--size-4)) !important; }
  .acland .-mt-xl-5,
  * .-mt-xl-5 {
    margin-top: calc(-1 * var(--size-5)) !important; } }

.acland .-mb-1,
* .-mb-1 {
  margin-bottom: calc(-1 * var(--size-1)) !important; }

.acland .-mb-2,
* .-mb-2 {
  margin-bottom: calc(-1 * var(--size-2)) !important; }

.acland .-mb-3,
* .-mb-3 {
  margin-bottom: calc(-1 * var(--size-3)) !important; }

.acland .-mb-4,
* .-mb-4 {
  margin-bottom: calc(-1 * var(--size-4)) !important; }

.acland .-mb-5,
* .-mb-5 {
  margin-bottom: calc(-1 * var(--size-5)) !important; }

@media (min-width: 567px) {
  .acland .-mb-sm-1,
  * .-mb-sm-1 {
    margin-bottom: calc(-1 * var(--size-1)) !important; }
  .acland .-mb-sm-2,
  * .-mb-sm-2 {
    margin-bottom: calc(-1 * var(--size-2)) !important; }
  .acland .-mb-sm-3,
  * .-mb-sm-3 {
    margin-bottom: calc(-1 * var(--size-3)) !important; }
  .acland .-mb-sm-4,
  * .-mb-sm-4 {
    margin-bottom: calc(-1 * var(--size-4)) !important; }
  .acland .-mb-sm-5,
  * .-mb-sm-5 {
    margin-bottom: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 767px) {
  .acland .-mb-md-1,
  * .-mb-md-1 {
    margin-bottom: calc(-1 * var(--size-1)) !important; }
  .acland .-mb-md-2,
  * .-mb-md-2 {
    margin-bottom: calc(-1 * var(--size-2)) !important; }
  .acland .-mb-md-3,
  * .-mb-md-3 {
    margin-bottom: calc(-1 * var(--size-3)) !important; }
  .acland .-mb-md-4,
  * .-mb-md-4 {
    margin-bottom: calc(-1 * var(--size-4)) !important; }
  .acland .-mb-md-5,
  * .-mb-md-5 {
    margin-bottom: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 992px) {
  .acland .-mb-lg-1,
  * .-mb-lg-1 {
    margin-bottom: calc(-1 * var(--size-1)) !important; }
  .acland .-mb-lg-2,
  * .-mb-lg-2 {
    margin-bottom: calc(-1 * var(--size-2)) !important; }
  .acland .-mb-lg-3,
  * .-mb-lg-3 {
    margin-bottom: calc(-1 * var(--size-3)) !important; }
  .acland .-mb-lg-4,
  * .-mb-lg-4 {
    margin-bottom: calc(-1 * var(--size-4)) !important; }
  .acland .-mb-lg-5,
  * .-mb-lg-5 {
    margin-bottom: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 1200px) {
  .acland .-mb-xl-1,
  * .-mb-xl-1 {
    margin-bottom: calc(-1 * var(--size-1)) !important; }
  .acland .-mb-xl-2,
  * .-mb-xl-2 {
    margin-bottom: calc(-1 * var(--size-2)) !important; }
  .acland .-mb-xl-3,
  * .-mb-xl-3 {
    margin-bottom: calc(-1 * var(--size-3)) !important; }
  .acland .-mb-xl-4,
  * .-mb-xl-4 {
    margin-bottom: calc(-1 * var(--size-4)) !important; }
  .acland .-mb-xl-5,
  * .-mb-xl-5 {
    margin-bottom: calc(-1 * var(--size-5)) !important; } }

.acland .-ml-1,
* .-ml-1 {
  margin-left: calc(-1 * var(--size-1)) !important; }

.acland .-ml-2,
* .-ml-2 {
  margin-left: calc(-1 * var(--size-2)) !important; }

.acland .-ml-3,
* .-ml-3 {
  margin-left: calc(-1 * var(--size-3)) !important; }

.acland .-ml-4,
* .-ml-4 {
  margin-left: calc(-1 * var(--size-4)) !important; }

.acland .-ml-5,
* .-ml-5 {
  margin-left: calc(-1 * var(--size-5)) !important; }

@media (min-width: 567px) {
  .acland .-ml-sm-1,
  * .-ml-sm-1 {
    margin-left: calc(-1 * var(--size-1)) !important; }
  .acland .-ml-sm-2,
  * .-ml-sm-2 {
    margin-left: calc(-1 * var(--size-2)) !important; }
  .acland .-ml-sm-3,
  * .-ml-sm-3 {
    margin-left: calc(-1 * var(--size-3)) !important; }
  .acland .-ml-sm-4,
  * .-ml-sm-4 {
    margin-left: calc(-1 * var(--size-4)) !important; }
  .acland .-ml-sm-5,
  * .-ml-sm-5 {
    margin-left: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 767px) {
  .acland .-ml-md-1,
  * .-ml-md-1 {
    margin-left: calc(-1 * var(--size-1)) !important; }
  .acland .-ml-md-2,
  * .-ml-md-2 {
    margin-left: calc(-1 * var(--size-2)) !important; }
  .acland .-ml-md-3,
  * .-ml-md-3 {
    margin-left: calc(-1 * var(--size-3)) !important; }
  .acland .-ml-md-4,
  * .-ml-md-4 {
    margin-left: calc(-1 * var(--size-4)) !important; }
  .acland .-ml-md-5,
  * .-ml-md-5 {
    margin-left: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 992px) {
  .acland .-ml-lg-1,
  * .-ml-lg-1 {
    margin-left: calc(-1 * var(--size-1)) !important; }
  .acland .-ml-lg-2,
  * .-ml-lg-2 {
    margin-left: calc(-1 * var(--size-2)) !important; }
  .acland .-ml-lg-3,
  * .-ml-lg-3 {
    margin-left: calc(-1 * var(--size-3)) !important; }
  .acland .-ml-lg-4,
  * .-ml-lg-4 {
    margin-left: calc(-1 * var(--size-4)) !important; }
  .acland .-ml-lg-5,
  * .-ml-lg-5 {
    margin-left: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 1200px) {
  .acland .-ml-xl-1,
  * .-ml-xl-1 {
    margin-left: calc(-1 * var(--size-1)) !important; }
  .acland .-ml-xl-2,
  * .-ml-xl-2 {
    margin-left: calc(-1 * var(--size-2)) !important; }
  .acland .-ml-xl-3,
  * .-ml-xl-3 {
    margin-left: calc(-1 * var(--size-3)) !important; }
  .acland .-ml-xl-4,
  * .-ml-xl-4 {
    margin-left: calc(-1 * var(--size-4)) !important; }
  .acland .-ml-xl-5,
  * .-ml-xl-5 {
    margin-left: calc(-1 * var(--size-5)) !important; } }

.acland .-mr-1,
* .-mr-1 {
  margin-right: calc(-1 * var(--size-1)) !important; }

.acland .-mr-2,
* .-mr-2 {
  margin-right: calc(-1 * var(--size-2)) !important; }

.acland .-mr-3,
* .-mr-3 {
  margin-right: calc(-1 * var(--size-3)) !important; }

.acland .-mr-4,
* .-mr-4 {
  margin-right: calc(-1 * var(--size-4)) !important; }

.acland .-mr-5,
* .-mr-5 {
  margin-right: calc(-1 * var(--size-5)) !important; }

@media (min-width: 567px) {
  .acland .-mr-sm-1,
  * .-mr-sm-1 {
    margin-right: calc(-1 * var(--size-1)) !important; }
  .acland .-mr-sm-2,
  * .-mr-sm-2 {
    margin-right: calc(-1 * var(--size-2)) !important; }
  .acland .-mr-sm-3,
  * .-mr-sm-3 {
    margin-right: calc(-1 * var(--size-3)) !important; }
  .acland .-mr-sm-4,
  * .-mr-sm-4 {
    margin-right: calc(-1 * var(--size-4)) !important; }
  .acland .-mr-sm-5,
  * .-mr-sm-5 {
    margin-right: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 767px) {
  .acland .-mr-md-1,
  * .-mr-md-1 {
    margin-right: calc(-1 * var(--size-1)) !important; }
  .acland .-mr-md-2,
  * .-mr-md-2 {
    margin-right: calc(-1 * var(--size-2)) !important; }
  .acland .-mr-md-3,
  * .-mr-md-3 {
    margin-right: calc(-1 * var(--size-3)) !important; }
  .acland .-mr-md-4,
  * .-mr-md-4 {
    margin-right: calc(-1 * var(--size-4)) !important; }
  .acland .-mr-md-5,
  * .-mr-md-5 {
    margin-right: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 992px) {
  .acland .-mr-lg-1,
  * .-mr-lg-1 {
    margin-right: calc(-1 * var(--size-1)) !important; }
  .acland .-mr-lg-2,
  * .-mr-lg-2 {
    margin-right: calc(-1 * var(--size-2)) !important; }
  .acland .-mr-lg-3,
  * .-mr-lg-3 {
    margin-right: calc(-1 * var(--size-3)) !important; }
  .acland .-mr-lg-4,
  * .-mr-lg-4 {
    margin-right: calc(-1 * var(--size-4)) !important; }
  .acland .-mr-lg-5,
  * .-mr-lg-5 {
    margin-right: calc(-1 * var(--size-5)) !important; } }

@media (min-width: 1200px) {
  .acland .-mr-xl-1,
  * .-mr-xl-1 {
    margin-right: calc(-1 * var(--size-1)) !important; }
  .acland .-mr-xl-2,
  * .-mr-xl-2 {
    margin-right: calc(-1 * var(--size-2)) !important; }
  .acland .-mr-xl-3,
  * .-mr-xl-3 {
    margin-right: calc(-1 * var(--size-3)) !important; }
  .acland .-mr-xl-4,
  * .-mr-xl-4 {
    margin-right: calc(-1 * var(--size-4)) !important; }
  .acland .-mr-xl-5,
  * .-mr-xl-5 {
    margin-right: calc(-1 * var(--size-5)) !important; } }

.acland .box-shadow-none, .acland .box-shadow-0,
* .box-shadow-none,
* .box-shadow-0 {
  box-shadow: none; }

.acland .box-shadow-1,
* .box-shadow-1 {
  box-shadow: var(--box-shadow-1); }

.acland .box-shadow-2,
* .box-shadow-2 {
  box-shadow: var(--box-shadow-2); }

.acland .box-shadow-3,
* .box-shadow-3 {
  box-shadow: var(--box-shadow-3); }

.acland .box-shadow-4,
* .box-shadow-4 {
  box-shadow: var(--box-shadow-4); }

@media (min-width: 567px) {
  .acland .box-shadow-sm-none, .acland .box-shadow-sm-0,
  * .box-shadow-sm-none,
  * .box-shadow-sm-0 {
    box-shadow: none; }
  .acland .box-shadow-sm-1,
  * .box-shadow-sm-1 {
    box-shadow: var(--box-shadow-1); }
  .acland .box-shadow-sm-2,
  * .box-shadow-sm-2 {
    box-shadow: var(--box-shadow-2); }
  .acland .box-shadow-sm-3,
  * .box-shadow-sm-3 {
    box-shadow: var(--box-shadow-3); }
  .acland .box-shadow-sm-4,
  * .box-shadow-sm-4 {
    box-shadow: var(--box-shadow-4); } }

@media (min-width: 767px) {
  .acland .box-shadow-md-none, .acland .box-shadow-md-0,
  * .box-shadow-md-none,
  * .box-shadow-md-0 {
    box-shadow: none; }
  .acland .box-shadow-md-1,
  * .box-shadow-md-1 {
    box-shadow: var(--box-shadow-1); }
  .acland .box-shadow-md-2,
  * .box-shadow-md-2 {
    box-shadow: var(--box-shadow-2); }
  .acland .box-shadow-md-3,
  * .box-shadow-md-3 {
    box-shadow: var(--box-shadow-3); }
  .acland .box-shadow-md-4,
  * .box-shadow-md-4 {
    box-shadow: var(--box-shadow-4); } }

@media (min-width: 992px) {
  .acland .box-shadow-lg-none, .acland .box-shadow-lg-0,
  * .box-shadow-lg-none,
  * .box-shadow-lg-0 {
    box-shadow: none; }
  .acland .box-shadow-lg-1,
  * .box-shadow-lg-1 {
    box-shadow: var(--box-shadow-1); }
  .acland .box-shadow-lg-2,
  * .box-shadow-lg-2 {
    box-shadow: var(--box-shadow-2); }
  .acland .box-shadow-lg-3,
  * .box-shadow-lg-3 {
    box-shadow: var(--box-shadow-3); }
  .acland .box-shadow-lg-4,
  * .box-shadow-lg-4 {
    box-shadow: var(--box-shadow-4); } }

@media (min-width: 1200px) {
  .acland .box-shadow-xl-none, .acland .box-shadow-xl-0,
  * .box-shadow-xl-none,
  * .box-shadow-xl-0 {
    box-shadow: none; }
  .acland .box-shadow-xl-1,
  * .box-shadow-xl-1 {
    box-shadow: var(--box-shadow-1); }
  .acland .box-shadow-xl-2,
  * .box-shadow-xl-2 {
    box-shadow: var(--box-shadow-2); }
  .acland .box-shadow-xl-3,
  * .box-shadow-xl-3 {
    box-shadow: var(--box-shadow-3); }
  .acland .box-shadow-xl-4,
  * .box-shadow-xl-4 {
    box-shadow: var(--box-shadow-4); } }

.acland .transition-1,
* .transition-1 {
  transition: var(--transition-1); }

.acland .transition-2,
* .transition-2 {
  transition: var(--box-shadow-2); }

.acland .opacity-0,
* .opacity-0 {
  opacity: 0; }

.acland .opacity-025,
* .opacity-025 {
  opacity: 0.25; }

.acland .opacity-05,
* .opacity-05 {
  opacity: 0.5; }

.acland .opacity-075,
* .opacity-075 {
  opacity: 0.75; }

.acland .opacity-1,
* .opacity-1 {
  opacity: 1; }

.acland .overflow-hidden,
* .overflow-hidden {
  overflow: hidden; }

.acland .text-balance,
* .text-balance {
  text-wrap: balance; }

.acland .text-pretty,
* .text-pretty {
  text-wrap: pretty; }

.acland .nowrap,
* .nowrap {
  white-space: nowrap; }

.acland .cursor-pointer,
* .cursor-pointer {
  cursor: pointer; }

.acland .cursor-default,
* .cursor-default {
  cursor: default; }

.acland .z-index-1,
* .z-index-1 {
  z-index: 1; }

.acland .z-index-2,
* .z-index-2 {
  z-index: 2; }

.acland .z-index-3,
* .z-index-3 {
  z-index: 3; }

.acland .z-index-4,
* .z-index-4 {
  z-index: 4; }

.acland .z-index-5,
* .z-index-5 {
  z-index: 5; }

.acland .z-index-99,
* .z-index-99 {
  z-index: 99; }

.acland .z-index-999,
* .z-index-999 {
  z-index: 999; }

.acland .z-index-9999,
* .z-index-9999 {
  z-index: 9999; }

.acland .bg-mais,
* .bg-mais {
  --plus-size: 24px;
  position: absolute;
  background-size: var(--plus-size) var(--plus-size);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%23000000" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>'); }

.acland .bg-mais.turq,
* .bg-mais.turq {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%2300ae9d" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>'); }

.acland .bg-mais.verdee,
* .bg-mais.verdee {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%23003641" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>'); }

.acland .bg-mais.verdem,
* .bg-mais.verdem {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%237DB61C" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>'); }

.acland .bg-mais.verdec,
* .bg-mais.verdec {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%23C9D200" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>'); }

.acland .bg-mais.roxo,
* .bg-mais.roxo {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%2349479D" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>'); }

.acland .bg-mais.branco,
* .bg-mais.branco {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%23FFFFFF" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>'); }

/*# sourceMappingURL=sicoob-styles.css.map */